diff options
Diffstat (limited to 'data/mobs/examples/corrupted_scientist.yaml')
| -rw-r--r-- | data/mobs/examples/corrupted_scientist.yaml | 103 |
1 files changed, 54 insertions, 49 deletions
diff --git a/data/mobs/examples/corrupted_scientist.yaml b/data/mobs/examples/corrupted_scientist.yaml index aeda04d..3757932 100644 --- a/data/mobs/examples/corrupted_scientist.yaml +++ b/data/mobs/examples/corrupted_scientist.yaml @@ -1,52 +1,57 @@ -name: corrupted scientist -description: "A researcher whose mind was consumed by their own experiments. Energy crackles around their fingertips and their lab coat is singed and tattered." -idle_descriptions: - - "mutters incomprehensible formulas" - - "energy arcs between their fingers" - - "scribbles equations on the wall in soot" - - "stares at their own hands in horror" -drops: - remains: bones - loot: - - item_id: credits - weight: 50 - quantity: 150 - - item_id: solarjunk - weight: 20 - quantity: 2 - - item_id: hydrojunk - weight: 15 - quantity: 2 - - table: herb_table_mid - weight: 15 combat: - kind: combat - stats: - hp: 40 - attack: 1 - strength: 1 - defense: 18 - science: 50 - attack_type: science - speed: 5 aggressive: true + attack_types: + - crush + - science + combat_descriptions: + - blasts %s with a burst of unstable energy + - unleashes a wave of chaotic force at %s + - channels raw power through their hands at %s + kind: combat respawn_ticks: 45 - bonuses: - attack_bonus: 0 - strength_bonus: 0 - science_bonus: 0 - science_percent_bonus: 0 - ranged_bonus: 0 - ranged_strength_bonus: 0 - defenses: - stab_defense: 25 - slash_defense: 25 - crush_defense: 20 - science_defense: 35 - ranged_defense: -5 - weakness: eco - size: medium - combat_descriptions: - - "blasts %s with a burst of unstable energy" - - "unleashes a wave of chaotic force at %s" - - "channels raw power through their hands at %s" + size: medium + stats: + attack: 25 + bonuses: + attack_bonus: 0 + ranged_bonus: 0 + ranged_strength_bonus: 0 + science_bonus: 0 + science_percent_bonus: 0 + strength_bonus: 0 + defense: 18 + defenses: + crush_defense: 20 + ranged_defense: -5 + science_defense: 35 + slash_defense: 25 + stab_defense: 25 + weakness: eco + weakness_percent: 50 + hp: 40 + max_melee_hit: 6 + max_science_hit: 10 + science: 50 + speed: 5 + strength: 25 +description: A researcher whose mind was consumed by their own experiments. Energy crackles around their fingertips and their lab coat is singed and tattered. +drops: + loot: + - item_id: credits + quantity: 150 + weight: 50 + - item_id: solarjunk + quantity: 2 + weight: 20 + - item_id: hydrojunk + quantity: 2 + weight: 15 + - table: herb_table_mid + weight: 15 + remains: bones +idle_descriptions: + - mutters incomprehensible formulas + - energy arcs between their fingers + - scribbles equations on the wall in soot + - stares at their own hands in horror +name: corrupted scientist |
