From f7ea87fb8ebd197ba9796838cb90ac8bab5aeb50 Mon Sep 17 00:00:00 2001 From: Kit Date: Wed, 6 Aug 2025 18:22:46 -0400 Subject: [PATCH] Spell rebalance (#1632) * ICE SHARD!!!! * ICE DAGGER!!!! * ICE ARROW!!!! * FIRE WAVE!!!! --- .../_CP14/Entities/Actions/Spells/Fire/firewave.yml | 2 +- .../_CP14/Entities/Actions/Spells/Water/ice_arrow.yml | 3 ++- .../_CP14/Entities/Actions/Spells/Water/ice_dagger.yml | 7 ++++--- .../_CP14/Entities/Actions/Spells/Water/ice_shards.yml | 2 +- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/Resources/Prototypes/_CP14/Entities/Actions/Spells/Fire/firewave.yml b/Resources/Prototypes/_CP14/Entities/Actions/Spells/Fire/firewave.yml index f838d94c49..9d28e82431 100644 --- a/Resources/Prototypes/_CP14/Entities/Actions/Spells/Fire/firewave.yml +++ b/Resources/Prototypes/_CP14/Entities/Actions/Spells/Fire/firewave.yml @@ -87,7 +87,7 @@ impactEffect: CP14ImpactEffectFirebolt damage: types: - Heat: 3 + Heat: 2 soundHit: path: /Audio/Weapons/Guns/Hits/energy_metal1.ogg - type: Sprite diff --git a/Resources/Prototypes/_CP14/Entities/Actions/Spells/Water/ice_arrow.yml b/Resources/Prototypes/_CP14/Entities/Actions/Spells/Water/ice_arrow.yml index 90752717fb..5b92e357df 100644 --- a/Resources/Prototypes/_CP14/Entities/Actions/Spells/Water/ice_arrow.yml +++ b/Resources/Prototypes/_CP14/Entities/Actions/Spells/Water/ice_arrow.yml @@ -30,7 +30,8 @@ state: ice_arrow - type: InstantAction event: !type:CP14DelayedInstantActionEvent - cooldown: 10 + cooldown: 5 + castDelay: 0.5 breakOnMove: false - type: entity diff --git a/Resources/Prototypes/_CP14/Entities/Actions/Spells/Water/ice_dagger.yml b/Resources/Prototypes/_CP14/Entities/Actions/Spells/Water/ice_dagger.yml index b035fabbfa..0d8a8fd280 100644 --- a/Resources/Prototypes/_CP14/Entities/Actions/Spells/Water/ice_dagger.yml +++ b/Resources/Prototypes/_CP14/Entities/Actions/Spells/Water/ice_dagger.yml @@ -30,7 +30,8 @@ state: ice_dagger - type: InstantAction event: !type:CP14DelayedInstantActionEvent - cooldown: 10 + cooldown: 5 + castDelay: 0.5 breakOnMove: false - type: entity @@ -119,13 +120,13 @@ - type: CP14MeleeSelfDamage damageToSelf: types: - Blunt: 1 # 10 hits + Blunt: 1 # 20 hits - type: Damageable - type: Destructible thresholds: - trigger: !type:DamageTrigger - damage: 10 + damage: 20 behaviors: - !type:PlaySoundBehavior sound: diff --git a/Resources/Prototypes/_CP14/Entities/Actions/Spells/Water/ice_shards.yml b/Resources/Prototypes/_CP14/Entities/Actions/Spells/Water/ice_shards.yml index 9dcc31df95..08893e581d 100644 --- a/Resources/Prototypes/_CP14/Entities/Actions/Spells/Water/ice_shards.yml +++ b/Resources/Prototypes/_CP14/Entities/Actions/Spells/Water/ice_shards.yml @@ -64,7 +64,7 @@ - type: Projectile damage: types: - Cold: 4 + Cold: 6 Piercing: 2 - type: Sprite sprite: _CP14/Effects/Magic/ice_shard.rsi