trade_bot/assets/common/entity/dungeon/cultist/husk.ron

12 lines
290 B
Plaintext
Raw Normal View History

2024-07-03 23:04:49 +00:00
#![enable(implicit_some)]
(
name: Name("Cultist Husk"),
body: RandomWith("husk"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.dungeon.cultist.husk"),
inventory: (
loadout: Asset("common.loadout.dungeon.cultist.husk"),
),
meta: [],
)