veloren/assets/common/entity/dungeon/tier-4/miniboss.ron
2023-04-12 22:53:38 +00:00

11 lines
248 B
Rust

#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("cyclops"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.dungeon.tier-4.miniboss"),
inventory: (
loadout: FromBody,
),
meta: [],
)