veloren/assets/common/entity/dungeon/myrmidon/cyclops.ron

15 lines
304 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),
2024-03-05 13:01:02 +00:00
loot: LootTable("common.loot_tables.dungeon.myrmidon.miniboss"),
2022-04-08 15:37:50 +00:00
inventory: (
loadout: FromBody,
),
agent: (
idle_wander_factor: 0.0,
),
meta: [],
)