diff options
Diffstat (limited to 'data/mobs/examples/bandit.yaml')
| -rw-r--r-- | data/mobs/examples/bandit.yaml | 90 |
1 files changed, 46 insertions, 44 deletions
diff --git a/data/mobs/examples/bandit.yaml b/data/mobs/examples/bandit.yaml index a3fd3e7..8e4c4b0 100644 --- a/data/mobs/examples/bandit.yaml +++ b/data/mobs/examples/bandit.yaml @@ -1,47 +1,49 @@ -name: bandit -description: "A scrappy outlaw with a cybernetic arm and patched armor. He eyes you with predatory intent." -idle_descriptions: - - "scans the horizon for targets" - - "wipes a blade on his sleeve" - - "spits on the ground" - - "adjusts a cybernetic knuckle" -drops: - remains: bones - loot: - - item_id: credits - weight: 70 - quantity: 30 - - item_id: credits - weight: 20 - quantity: 80 - - table: herb_table_low - weight: 10 combat: - kind: combat - stats: - hp: 28 - attack: 10 - strength: 12 - defense: 12 - attack_type: stab - speed: 5 aggressive: true + attack_types: + - stab + combat_descriptions: + - slashes at %s with a serrated blade + - delivers a crushing punch with a cybernetic fist + - lunges at %s with a battle cry + kind: combat respawn_ticks: 30 - bonuses: - attack_bonus: 0 - strength_bonus: 0 - science_bonus: 0 - science_percent_bonus: 0 - ranged_bonus: 0 - ranged_strength_bonus: 0 - defenses: - stab_defense: 0 - slash_defense: 0 - crush_defense: 0 - science_defense: 0 - ranged_defense: 0 - size: medium - combat_descriptions: - - "slashes at %s with a serrated blade" - - "delivers a crushing punch with a cybernetic fist" - - "lunges at %s with a battle cry" + size: medium + stats: + attack: 10 + bonuses: + attack_bonus: 0 + ranged_bonus: 0 + ranged_strength_bonus: 0 + science_bonus: 0 + science_percent_bonus: 0 + strength_bonus: 0 + defense: 12 + defenses: + crush_defense: 0 + ranged_defense: 0 + science_defense: 0 + slash_defense: 0 + stab_defense: 0 + hp: 28 + max_melee_hit: 2 + speed: 5 + strength: 12 +description: A scrappy outlaw with a cybernetic arm and patched armor. He eyes you with predatory intent. +drops: + loot: + - item_id: credits + quantity: 30 + weight: 70 + - item_id: credits + quantity: 80 + weight: 20 + - table: herb_table_low + weight: 10 + remains: bones +idle_descriptions: + - scans the horizon for targets + - wipes a blade on his sleeve + - spits on the ground + - adjusts a cybernetic knuckle +name: bandit |
