From c14c2e403c75a913e1a6d962fb6fe64f013adae5 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Wed, 1 Jul 2026 22:30:31 -0400 Subject: fix: combat formulas and mob attack types (mobs switch attack styles if safespotting) --- data/mobs/examples/titan_sentinel.yaml | 97 ++++++++++++++++++---------------- 1 file changed, 50 insertions(+), 47 deletions(-) (limited to 'data/mobs/examples/titan_sentinel.yaml') diff --git a/data/mobs/examples/titan_sentinel.yaml b/data/mobs/examples/titan_sentinel.yaml index 6fb36d3..2192527 100644 --- a/data/mobs/examples/titan_sentinel.yaml +++ b/data/mobs/examples/titan_sentinel.yaml @@ -1,50 +1,53 @@ -name: titan sentinel -description: "A colossal automaton, the bigger brother of the iron sentinel. Its armor is reinforced adamantite alloy and its optics burn with crimson fire." -idle_descriptions: - - "stands motionless, gyros humming" - - "scans the area with a sweeping crimson beam" - - "vents superheated exhaust" - - "rotates its armored torso with a deep grinding sound" -drops: - loot: - - item_id: scrap - weight: 30 - quantity: 10 - - item_id: credits - weight: 50 - quantity: 8000 - - table: gem_table - weight: 15 - - item_id: deathjunk - weight: 5 - quantity: 5 combat: - kind: combat - stats: - hp: 132 - attack: 50 - strength: 52 - defense: 56 - attack_type: crush - speed: 5 aggressive: true + attack_types: + - crush + combat_descriptions: + - smashes %s with a titan-grade fist + - unleashes a devastating plasma barrage at %s + - drives %s into the ground with overwhelming force + kind: combat respawn_ticks: 120 - bonuses: - attack_bonus: 48 - strength_bonus: 45 - science_bonus: 0 - science_percent_bonus: 0 - ranged_bonus: 0 - ranged_strength_bonus: 0 - defenses: - stab_defense: 90 - slash_defense: 90 - crush_defense: 80 - science_defense: -35 - ranged_defense: 60 - weakness: solar - size: massive - combat_descriptions: - - "smashes %s with a titan-grade fist" - - "unleashes a devastating plasma barrage at %s" - - "drives %s into the ground with overwhelming force" + size: massive + stats: + attack: 50 + bonuses: + attack_bonus: 48 + ranged_bonus: 0 + ranged_strength_bonus: 0 + science_bonus: 0 + science_percent_bonus: 0 + strength_bonus: 45 + defense: 56 + defenses: + crush_defense: 80 + ranged_defense: 60 + science_defense: -35 + slash_defense: 90 + stab_defense: 90 + weakness: solar + weakness_percent: 50 + hp: 132 + max_melee_hit: 10 + speed: 5 + strength: 52 +description: A colossal automaton, the bigger brother of the iron sentinel. Its armor is reinforced adamantite alloy and its optics burn with crimson fire. +drops: + loot: + - item_id: scrap + quantity: 10 + weight: 30 + - item_id: credits + quantity: 8000 + weight: 50 + - table: gem_table + weight: 15 + - item_id: deathjunk + quantity: 5 + weight: 5 +idle_descriptions: + - stands motionless, gyros humming + - scans the area with a sweeping crimson beam + - vents superheated exhaust + - rotates its armored torso with a deep grinding sound +name: titan sentinel -- cgit v1.2.3