trade_bot/assets/common/entity/wild/aggressive/irrwurz.ron

13 lines
338 B
Plaintext
Raw Normal View History

2024-07-03 23:04:49 +00:00
#![enable(implicit_some)]
(
name: Name("Irrwurz"),
body: RandomWith("irrwurz"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.biped_small.irrwurz"),
inventory: (
loadout: Inline((
inherit: Asset("common.loadout.world.irrwurz.irrwurz"),
)), ),
meta: [],
)