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/psionic_entity.yaml | 108 +++++++++++++++++---------------- 1 file changed, 56 insertions(+), 52 deletions(-) (limited to 'data/mobs/examples/psionic_entity.yaml') diff --git a/data/mobs/examples/psionic_entity.yaml b/data/mobs/examples/psionic_entity.yaml index 1f270e6..9d8351c 100644 --- a/data/mobs/examples/psionic_entity.yaml +++ b/data/mobs/examples/psionic_entity.yaml @@ -1,55 +1,59 @@ -name: psionic entity -description: "A barely visible distortion in the air, only detectable by the pressure it exerts on your mind. When it focuses, you see a shimmering outline of something vast and ancient." -idle_descriptions: - - "probes the edges of your consciousness" - - "flickers between visible and invisible states" - - "emits a subsonic pulse you feel in your teeth" - - "momentarily shows you visions of another dimension" -drops: - remains: ectoplasm - loot: - - item_id: credits - weight: 40 - quantity: 5000 - - item_id: lawjunk - weight: 20 - quantity: 5 - - item_id: cosmicjunk - weight: 15 - quantity: 5 - - table: gem_table - weight: 15 - - item_id: spectral_visor - weight: 5 - - table: herb_table_high - weight: 5 combat: - kind: combat - stats: - hp: 128 - attack: 1 - strength: 1 - defense: 42 - science: 97 - attack_type: science - speed: 4 aggressive: true + attack_types: + - crush + - science + combat_descriptions: + - assaults %s's mind with psionic force + - tears at %s's perception of reality + - unleashes a devastating mental blast at %s + kind: combat respawn_ticks: 100 - bonuses: - attack_bonus: 0 - strength_bonus: 0 - science_bonus: 0 - science_percent_bonus: 0 - ranged_bonus: 0 - ranged_strength_bonus: 0 - defenses: - stab_defense: 50 - slash_defense: 50 - crush_defense: 45 - science_defense: 70 - ranged_defense: -20 - size: large - combat_descriptions: - - "assaults %s's mind with psionic force" - - "tears at %s's perception of reality" - - "unleashes a devastating mental blast at %s" + size: large + stats: + attack: 50 + bonuses: + attack_bonus: 0 + ranged_bonus: 0 + ranged_strength_bonus: 0 + science_bonus: 0 + science_percent_bonus: 0 + strength_bonus: 0 + defense: 42 + defenses: + crush_defense: 45 + ranged_defense: -20 + science_defense: 70 + slash_defense: 50 + stab_defense: 50 + hp: 128 + max_melee_hit: 10 + max_science_hit: 18 + science: 97 + speed: 4 + strength: 50 +description: A barely visible distortion in the air, only detectable by the pressure it exerts on your mind. When it focuses, you see a shimmering outline of something vast and ancient. +drops: + loot: + - item_id: credits + quantity: 5000 + weight: 40 + - item_id: lawjunk + quantity: 5 + weight: 20 + - item_id: cosmicjunk + quantity: 5 + weight: 15 + - table: gem_table + weight: 15 + - item_id: spectral_visor + weight: 5 + - table: herb_table_high + weight: 5 + remains: ectoplasm +idle_descriptions: + - probes the edges of your consciousness + - flickers between visible and invisible states + - emits a subsonic pulse you feel in your teeth + - momentarily shows you visions of another dimension +name: psionic entity -- cgit v1.2.3