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

14 lines
278 B
Plaintext
Raw Normal View History

2021-06-06 22:54:15 +00:00
EntityConfig (
name: Some("Cultist Husk"),
body: RandomWith("husk"),
alignment: Alignment(Enemy),
2021-06-06 22:54:15 +00:00
loot: LootTable("common.loot_tables.dungeon.tier-5.minion"),
hands: Uninit,
2021-06-06 22:54:15 +00:00
meta: [
LoadoutAsset("common.loadout.dungeon.tier-5.husk"),
],
2021-06-06 22:54:15 +00:00
)