hotbot/assets/common/entity/wild/aggressive/irrwurz.ron
2024-06-11 14:43:30 -04:00

13 lines
338 B
Plaintext

#![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: [],
)