From 8eec7b75ff9c8c368b252373db45fb891732d2ca Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Wed, 1 Jul 2026 19:41:34 -0400 Subject: mob combat stats overhauled and standardized --- data/mobs/examples/heavy_mech.yaml | 51 ++++++++++++++++++++++---------------- 1 file changed, 30 insertions(+), 21 deletions(-) (limited to 'data/mobs/examples/heavy_mech.yaml') diff --git a/data/mobs/examples/heavy_mech.yaml b/data/mobs/examples/heavy_mech.yaml index e2f5f5a..669c444 100644 --- a/data/mobs/examples/heavy_mech.yaml +++ b/data/mobs/examples/heavy_mech.yaml @@ -1,31 +1,10 @@ name: heavy mech description: "A lumbering assault mech with layered armor plating and a rotary cannon arm. Steam vents from its exhaust ports with each step." -attack: 40 -strength: 44 -defense: 44 -hp: 94 -speed: 5 -aggressive: true -respawn_ticks: 70 -attack_type: crush -attack_bonus: 35 -strength_bonus: 35 -stab_defense: 55 -slash_defense: 55 -crush_defense: 65 -science_defense: -25 -ranged_defense: 40 -weakness: solar idle_descriptions: - "scans the room with a blue optical beam" - "vents a cloud of steam" - "rotates its cannon with a mechanical whine" - "announces a threat level assessment" -combat_descriptions: - - "fires its rotary cannon at %s" - - "smashes %s with a hydraulic fist" - - "unleashes a missile salvo at %s" -size: massive drops: remains: scrap loot: @@ -40,3 +19,33 @@ drops: - item_id: lawjunk weight: 10 quantity: 2 +combat: + kind: combat + stats: + hp: 94 + attack: 40 + strength: 44 + defense: 44 + attack_type: crush + speed: 5 + aggressive: true + respawn_ticks: 70 + bonuses: + attack_bonus: 35 + strength_bonus: 35 + science_bonus: 0 + science_percent_bonus: 0 + ranged_bonus: 0 + ranged_strength_bonus: 0 + defenses: + stab_defense: 55 + slash_defense: 55 + crush_defense: 65 + science_defense: -25 + ranged_defense: 40 + weakness: solar + size: massive + combat_descriptions: + - "fires its rotary cannon at %s" + - "smashes %s with a hydraulic fist" + - "unleashes a missile salvo at %s" -- cgit v1.2.3