veloren/assets/common/entity/dungeon/tier-5/husk.ron

8 lines
244 B
Rust
Raw Normal View History

(
name: Name("Cultist Husk"),
body: RandomWith("husk"),
alignment: Alignment(Enemy),
loadout: Asset(Loadout("common.loadout.dungeon.tier-5.husk")),
loot: LootTable("common.loot_tables.dungeon.tier-5.minion"),
meta: [],
)