diff options
Diffstat (limited to 'data/mobs/examples/enforcer_bot.yaml')
| -rw-r--r-- | data/mobs/examples/enforcer_bot.yaml | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/data/mobs/examples/enforcer_bot.yaml b/data/mobs/examples/enforcer_bot.yaml new file mode 100644 index 0000000..78150c3 --- /dev/null +++ b/data/mobs/examples/enforcer_bot.yaml @@ -0,0 +1,42 @@ +name: enforcer bot +description: "A heavy riot control automaton with impact shields and a shock baton. It moves with deliberate, crushing steps." +attack: 30 +strength: 35 +defense: 32 +hp: 70 +speed: 5 +aggressive: true +respawn_ticks: 55 +attack_type: crush +attack_bonus: 25 +strength_bonus: 25 +stab_defense: 40 +slash_defense: 40 +crush_defense: 50 +science_defense: -15 +ranged_defense: 30 +weakness: solar +idle_descriptions: + - "patrols the area with heavy footsteps" + - "deploys its riot shield with a hiss" + - "announces a warning in garbled speech" + - "tests its shock baton against a wall" +combat_descriptions: + - "smashes %s with a shock baton" + - "slams its riot shield into %s" + - "delivers a stunning blow to %s" +size: large +drops: + remains: scrap + loot: + - item_id: credits + weight: 60 + quantity: 350 + - item_id: scrap + weight: 20 + quantity: 5 + - item_id: credits + weight: 15 + quantity: 800 + - table: gem_table + weight: 5 |
