diff options
| author | historia <[not public]> | 2026-07-01 19:41:34 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-07-01 19:41:34 -0400 |
| commit | 8eec7b75ff9c8c368b252373db45fb891732d2ca (patch) | |
| tree | 528ab3f235e3082a51b8bd6c8e5ae269c41b4f2b /data/mobs/examples/zombie.yaml | |
| parent | 78b522d57a9ebc691e075523910d7cdaa06b6493 (diff) | |
| download | thehouseoficarus-8eec7b75ff9c8c368b252373db45fb891732d2ca.tar.gz | |
mob combat stats overhauled and standardized
Diffstat (limited to 'data/mobs/examples/zombie.yaml')
| -rw-r--r-- | data/mobs/examples/zombie.yaml | 43 |
1 files changed, 26 insertions, 17 deletions
diff --git a/data/mobs/examples/zombie.yaml b/data/mobs/examples/zombie.yaml index f5989e0..77bb5ed 100644 --- a/data/mobs/examples/zombie.yaml +++ b/data/mobs/examples/zombie.yaml @@ -1,27 +1,10 @@ name: zombie description: "A shambling corpse reanimated by residual asteroid radiation." -attack: 10 -strength: 8 -defense: 8 -hp: 30 -speed: 6 -aggressive: true -respawn_ticks: 35 -attack_type: crush -attack_bonus: 4 -strength_bonus: 6 -stab_defense: 8 -slash_defense: 20 -crush_defense: -8 -science_defense: -15 -ranged_defense: 8 -weakness: solar idle_descriptions: - "groans and shuffles forward" - "reaches out with decaying arms" - "stumbles and catches itself" - "stares blankly ahead" -size: medium drops: remains: bones loot: @@ -31,3 +14,29 @@ drops: - item_id: credits weight: 40 quantity: 200 +combat: + kind: combat + stats: + hp: 30 + attack: 10 + strength: 8 + defense: 8 + attack_type: crush + speed: 6 + aggressive: true + respawn_ticks: 35 + bonuses: + attack_bonus: 4 + strength_bonus: 6 + science_bonus: 0 + science_percent_bonus: 0 + ranged_bonus: 0 + ranged_strength_bonus: 0 + defenses: + stab_defense: 8 + slash_defense: 20 + crush_defense: -8 + science_defense: -15 + ranged_defense: 8 + weakness: solar + size: medium |
