diff options
Diffstat (limited to 'data/mobs/examples/slug.yaml')
| -rw-r--r-- | data/mobs/examples/slug.yaml | 45 |
1 files changed, 31 insertions, 14 deletions
diff --git a/data/mobs/examples/slug.yaml b/data/mobs/examples/slug.yaml index 64082ec..0429ee1 100644 --- a/data/mobs/examples/slug.yaml +++ b/data/mobs/examples/slug.yaml @@ -1,27 +1,44 @@ name: slug description: "A bloated, translucent slug the size of a dog. Its skin glistens with toxic mucus. It cannot be killed by conventional means — only salt can destroy it." -assassin_level: 1 -finishing_blow: salt -attack: 3 -strength: 3 -defense: 1 -hp: 15 -speed: 6 -aggressive: false -respawn_ticks: 25 idle_descriptions: - "oozes along the floor leaving a slimy trail" - "contracts and expands rhythmically" - "extends its eyestalks toward you" - "secretes a glob of toxic mucus" -combat_descriptions: - - "lunges slimily at %s" - - "sprays mucus toward %s" - - "writhes in combat with %s" -size: small drops: remains: slug_mucus loot: - item_id: credits weight: 100 quantity: 15 +combat: + kind: combat + stats: + hp: 15 + attack: 3 + strength: 3 + defense: 1 + attack_type: crush + speed: 6 + aggressive: false + respawn_ticks: 25 + 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 + assassin_level: 1 + finishing_blow: salt + size: small + combat_descriptions: + - "lunges slimily at %s" + - "sprays mucus toward %s" + - "writhes in combat with %s" |
