veloren/assets/common/entity/wild/aggressive/cyclops.ron

12 lines
249 B
Rust
Raw Normal View History

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