veloren/assets/common/entity/dungeon/cultist/husk.ron

11 lines
291 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),
2023-07-30 07:32:00 +00:00
loot: LootTable("common.loot_tables.dungeon.cultist.minion"),
2022-04-08 15:37:50 +00:00
inventory: (
2023-07-30 07:32:00 +00:00
loadout: Asset("common.loadout.dungeon.cultist.husk"),
2022-04-08 15:37:50 +00:00
),
meta: [],
)