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/ancient_construct.yaml | 51 ++++++++++++++++++------------- 1 file changed, 30 insertions(+), 21 deletions(-) (limited to 'data/mobs/examples/ancient_construct.yaml') diff --git a/data/mobs/examples/ancient_construct.yaml b/data/mobs/examples/ancient_construct.yaml index 190e8c2..ab878cd 100644 --- a/data/mobs/examples/ancient_construct.yaml +++ b/data/mobs/examples/ancient_construct.yaml @@ -1,31 +1,10 @@ name: ancient construct description: "An impossibly old machine from before the regression, still operational. Its design is alien even by modern standards, covered in glowing runes that predate recorded history." -attack: 58 -strength: 62 -defense: 66 -hp: 152 -speed: 4 -aggressive: true -respawn_ticks: 150 -attack_type: slash -attack_bonus: 55 -strength_bonus: 55 -stab_defense: 95 -slash_defense: 100 -crush_defense: 85 -science_defense: -40 -ranged_defense: 70 -weakness: chaos idle_descriptions: - "etches glowing symbols into the air" - "reconfigures its form with clicking sounds" - "projects a holographic star map" - "emits a resonant chime that shakes the walls" -combat_descriptions: - - "slices at %s with a blade of pure light" - - "unleashes a cascade of ancient energy at %s" - - "teleports behind %s and strikes" -size: massive drops: remains: scrap loot: @@ -45,3 +24,33 @@ drops: quantity: 3 - table: herb_table_high weight: 10 +combat: + kind: combat + stats: + hp: 152 + attack: 58 + strength: 62 + defense: 66 + attack_type: slash + speed: 4 + aggressive: true + respawn_ticks: 150 + bonuses: + attack_bonus: 55 + strength_bonus: 55 + science_bonus: 0 + science_percent_bonus: 0 + ranged_bonus: 0 + ranged_strength_bonus: 0 + defenses: + stab_defense: 95 + slash_defense: 100 + crush_defense: 85 + science_defense: -40 + ranged_defense: 70 + weakness: chaos + size: massive + combat_descriptions: + - "slices at %s with a blade of pure light" + - "unleashes a cascade of ancient energy at %s" + - "teleports behind %s and strikes" -- cgit v1.2.3