diff options
Diffstat (limited to 'data/mobs/examples/feral_cyborg.yaml')
| -rw-r--r-- | data/mobs/examples/feral_cyborg.yaml | 90 |
1 files changed, 46 insertions, 44 deletions
diff --git a/data/mobs/examples/feral_cyborg.yaml b/data/mobs/examples/feral_cyborg.yaml index e5edf3d..8aa0969 100644 --- a/data/mobs/examples/feral_cyborg.yaml +++ b/data/mobs/examples/feral_cyborg.yaml @@ -1,47 +1,49 @@ -name: feral cyborg -description: "A heavily augmented human whose implants have driven them to madness. Razor-sharp blades extend from their forearms and their optical implant glows red." -idle_descriptions: - - "paces back and forth, muttering" - - "retracts and extends forearm blades" - - "emits a distorted laugh" - - "scratches at their own cybernetics" -drops: - remains: bones - loot: - - item_id: credits - weight: 60 - quantity: 300 - - item_id: scrap - weight: 25 - quantity: 3 - - table: herb_table_mid - weight: 15 combat: - kind: combat - stats: - hp: 82 - attack: 34 - strength: 36 - defense: 32 - attack_type: slash - speed: 4 aggressive: true + attack_types: + - slash + combat_descriptions: + - slashes %s with forearm blades + - delivers a powered kick to %s + - grapples %s with augmented strength + kind: combat respawn_ticks: 50 - bonuses: - attack_bonus: 30 - strength_bonus: 28 - science_bonus: 0 - science_percent_bonus: 0 - ranged_bonus: 0 - ranged_strength_bonus: 0 - defenses: - stab_defense: 35 - slash_defense: 45 - crush_defense: 30 - science_defense: -10 - ranged_defense: 35 - size: medium - combat_descriptions: - - "slashes %s with forearm blades" - - "delivers a powered kick to %s" - - "grapples %s with augmented strength" + size: medium + stats: + attack: 34 + bonuses: + attack_bonus: 30 + ranged_bonus: 0 + ranged_strength_bonus: 0 + science_bonus: 0 + science_percent_bonus: 0 + strength_bonus: 28 + defense: 32 + defenses: + crush_defense: 30 + ranged_defense: 35 + science_defense: -10 + slash_defense: 45 + stab_defense: 35 + hp: 82 + max_melee_hit: 6 + speed: 4 + strength: 36 +description: A heavily augmented human whose implants have driven them to madness. Razor-sharp blades extend from their forearms and their optical implant glows red. +drops: + loot: + - item_id: credits + quantity: 300 + weight: 60 + - item_id: scrap + quantity: 3 + weight: 25 + - table: herb_table_mid + weight: 15 + remains: bones +idle_descriptions: + - paces back and forth, muttering + - retracts and extends forearm blades + - emits a distorted laugh + - scratches at their own cybernetics +name: feral cyborg |
