From d83f5323735ba113959e5140e430516514f58ea7 Mon Sep 17 00:00:00 2001 From: Viator-MV Date: Sat, 23 Aug 2025 12:00:26 +0300 Subject: [PATCH] nerf (#1695) --- .../Actions/Spells/Electric/lightning_strike.yml | 12 ++++++------ .../Spells/Electric/lightning_strike_small.yml | 5 +++++ 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/Resources/Prototypes/_CP14/Entities/Actions/Spells/Electric/lightning_strike.yml b/Resources/Prototypes/_CP14/Entities/Actions/Spells/Electric/lightning_strike.yml index 6efd783619..701ecefeb7 100644 --- a/Resources/Prototypes/_CP14/Entities/Actions/Spells/Electric/lightning_strike.yml +++ b/Resources/Prototypes/_CP14/Entities/Actions/Spells/Electric/lightning_strike.yml @@ -22,10 +22,10 @@ ignoreResistances: false damage: types: - Shock: 5 + Shock: 12 - !type:Jitter - !type:CP14StaminaChange - staminaDelta: -75 + staminaDelta: -80 - !type:CP14SpellThrowFromUser throwPower: 4 distance: 1 @@ -71,9 +71,9 @@ - type: Beam sound: /Audio/Effects/Lightning/lightningshock.ogg - type: TimedDespawn - lifetime: 2 + lifetime: 1.5 - type: LightFade - duration: 2 + duration: 1.5 - type: Tag tags: - HideContextMenu @@ -88,10 +88,10 @@ ignoreResistances: false damage: types: - Shock: 5 + Shock: 10 - !type:Jitter - !type:CP14StaminaChange - staminaDelta: -20 + staminaDelta: -30 - type: entity id: CP14RuneLightningStrike diff --git a/Resources/Prototypes/_CP14/Entities/Actions/Spells/Electric/lightning_strike_small.yml b/Resources/Prototypes/_CP14/Entities/Actions/Spells/Electric/lightning_strike_small.yml index bb839076bc..2b02879661 100644 --- a/Resources/Prototypes/_CP14/Entities/Actions/Spells/Electric/lightning_strike_small.yml +++ b/Resources/Prototypes/_CP14/Entities/Actions/Spells/Electric/lightning_strike_small.yml @@ -21,6 +21,11 @@ - !type:Jitter - !type:CP14StaminaChange staminaDelta: -15 + - !type:HealthChange + ignoreResistances: false + damage: + types: + Shock: 4 - !type:CP14SpellThrowFromUser throwPower: 2 distance: 0.5