veloren/assets/common/entity/dungeon/tier-4/miniboss.ron

11 lines
248 B
Rust
Raw Normal View History

2022-04-08 15:37:50 +00:00
#![enable(implicit_some)]
(
2023-04-12 22:53:38 +00:00
name: Automatic,
body: RandomWith("cyclops"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.dungeon.tier-4.miniboss"),
2022-04-08 15:37:50 +00:00
inventory: (
loadout: FromBody,
),
meta: [],
)