veloren/assets/common/entity/dungeon/tier-5/husk.ron
2022-04-08 19:17:01 +03:00

11 lines
289 B
Rust

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