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

12 lines
254 B
Rust
Raw Normal View History

#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("cyclops"),
alignment: Alignment(Enemy),
2023-07-19 14:16:20 +00:00
loot: LootTable("common.loot_tables.creature.biped_large.cyclops"),
inventory: (
loadout: FromBody,
),
meta: [],
)