veloren/assets/common/entity/wild/aggressive/cyclops.ron
2023-05-01 18:29:32 +01:00

12 lines
254 B
Rust

#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("cyclops"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.biped_large.default"),
inventory: (
loadout: FromBody,
),
meta: [],
)