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

11 lines
257 B
Rust
Raw Normal View History

2022-04-08 15:37:50 +00:00
#![enable(implicit_some)]
(
name: Name("Mindflayer"),
body: RandomWith("mindflayer"),
alignment: Alignment(Enemy),
2023-07-30 07:32:00 +00:00
loot: LootTable("common.loot_tables.dungeon.cultist.boss"),
2022-04-08 15:37:50 +00:00
inventory: (
loadout: FromBody,
),
meta: [],
)