veloren/assets/common/entity/wild/aggressive/cyclops.ron
2023-05-04 19:57:18 +01:00

12 lines
249 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: [],
)