12 lines
290 B
Plaintext
12 lines
290 B
Plaintext
|
#![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: [],
|
||
|
)
|