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/moss_giant.yaml | |
| parent | 78b522d57a9ebc691e075523910d7cdaa06b6493 (diff) | |
| download | thehouseoficarus-8eec7b75ff9c8c368b252373db45fb891732d2ca.tar.gz | |
mob combat stats overhauled and standardized
Diffstat (limited to 'data/mobs/examples/moss_giant.yaml')
| -rw-r--r-- | data/mobs/examples/moss_giant.yaml | 41 |
1 files changed, 25 insertions, 16 deletions
diff --git a/data/mobs/examples/moss_giant.yaml b/data/mobs/examples/moss_giant.yaml index f19f0a3..9b07a37 100644 --- a/data/mobs/examples/moss_giant.yaml +++ b/data/mobs/examples/moss_giant.yaml @@ -1,26 +1,10 @@ name: moss giant description: "A towering creature covered in moss and vines, its rocky skin dripping with moisture." -attack: 12 -strength: 14 -defense: 10 -hp: 60 -speed: 7 -aggressive: true -respawn_ticks: 45 -attack_type: crush -attack_bonus: 10 -strength_bonus: 12 -stab_defense: 15 -slash_defense: 12 -crush_defense: 18 -science_defense: -5 -ranged_defense: 15 idle_descriptions: - "surveys its territory with dull eyes" - "pulls a vine from its shoulder" - "stamps the ground, sending tremors" - "scratches its mossy hide" -size: massive drops: remains: bones loot: @@ -30,3 +14,28 @@ drops: - item_id: credits weight: 50 quantity: 500 +combat: + kind: combat + stats: + hp: 60 + attack: 12 + strength: 14 + defense: 10 + attack_type: crush + speed: 7 + aggressive: true + respawn_ticks: 45 + bonuses: + attack_bonus: 10 + strength_bonus: 12 + science_bonus: 0 + science_percent_bonus: 0 + ranged_bonus: 0 + ranged_strength_bonus: 0 + defenses: + stab_defense: 15 + slash_defense: 12 + crush_defense: 18 + science_defense: -5 + ranged_defense: 15 + size: massive |
