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

11 lines
289 B
Rust
Raw Normal View History

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