veloren/assets/common/entity/dungeon/myrmidon/cyclops.ron
2023-09-08 12:21:34 +02:00

20 lines
501 B
Rust

#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("cyclops"),
alignment: Alignment(Enemy),
loot: All([
// Hat, wood and lantern, has a lower chance of dropping
LootTable("common.loot_tables.dungeon.myrmidon.miniboss"),
// Materials, always dropped
LootTable("common.loot_tables.dungeon.myrmidon.miniboss_extra"),
]),
inventory: (
loadout: FromBody,
),
agent: (
idle_wander_factor: 0.0,
),
meta: [],
)