diff options
Diffstat (limited to 'data/mobs/examples/molten_elemental.yaml')
| -rw-r--r-- | data/mobs/examples/molten_elemental.yaml | 99 |
1 files changed, 51 insertions, 48 deletions
diff --git a/data/mobs/examples/molten_elemental.yaml b/data/mobs/examples/molten_elemental.yaml index 3c9b023..9c16f54 100644 --- a/data/mobs/examples/molten_elemental.yaml +++ b/data/mobs/examples/molten_elemental.yaml @@ -1,51 +1,54 @@ -name: molten elemental -description: "A flowing mass of liquid metal and superheated slag, roughly humanoid. The air around it shimmers with heat and droplets of molten alloy drip to the floor." -idle_descriptions: - - "bubbles and churns, throwing off sparks" - - "melts a nearby chunk of metal absent-mindedly" - - "pulses with an inner orange glow" - - "drips glowing droplets onto the floor" -drops: - remains: scrap - loot: - - item_id: credits - weight: 50 - quantity: 2000 - - item_id: biojunk - weight: 20 - quantity: 3 - - item_id: bloodjunk - weight: 15 - quantity: 2 - - table: herb_table_high - weight: 15 combat: - kind: combat - stats: - hp: 115 - attack: 48 - strength: 52 - defense: 52 - attack_type: crush - speed: 5 aggressive: true + attack_types: + - crush + combat_descriptions: + - hurls a glob of molten metal at %s + - engulfs %s in a wave of liquid fire + - smashes %s with a superheated limb + kind: combat respawn_ticks: 80 - bonuses: - attack_bonus: 40 - strength_bonus: 42 - science_bonus: 0 - science_percent_bonus: 0 - ranged_bonus: 0 - ranged_strength_bonus: 0 - defenses: - stab_defense: 60 - slash_defense: 60 - crush_defense: 70 - science_defense: -30 - ranged_defense: 45 - weakness: hydro - size: large - combat_descriptions: - - "hurls a glob of molten metal at %s" - - "engulfs %s in a wave of liquid fire" - - "smashes %s with a superheated limb" + size: large + stats: + attack: 48 + bonuses: + attack_bonus: 40 + ranged_bonus: 0 + ranged_strength_bonus: 0 + science_bonus: 0 + science_percent_bonus: 0 + strength_bonus: 42 + defense: 52 + defenses: + crush_defense: 70 + ranged_defense: 45 + science_defense: -30 + slash_defense: 60 + stab_defense: 60 + weakness: hydro + weakness_percent: 50 + hp: 115 + max_melee_hit: 10 + speed: 5 + strength: 52 +description: A flowing mass of liquid metal and superheated slag, roughly humanoid. The air around it shimmers with heat and droplets of molten alloy drip to the floor. +drops: + loot: + - item_id: credits + quantity: 2000 + weight: 50 + - item_id: biojunk + quantity: 3 + weight: 20 + - item_id: bloodjunk + quantity: 2 + weight: 15 + - table: herb_table_high + weight: 15 + remains: scrap +idle_descriptions: + - bubbles and churns, throwing off sparks + - melts a nearby chunk of metal absent-mindedly + - pulses with an inner orange glow + - drips glowing droplets onto the floor +name: molten elemental |
