From 995429d041ab3df76a0fdc80ad74a905a6655a4e Mon Sep 17 00:00:00 2001 From: Aisu9 <56479183+Aisu9@users.noreply.github.com> Date: Wed, 28 May 2025 23:21:31 +0200 Subject: [PATCH] Small healing magic rebalance. (#1323) * Healing small rebalance * Healing spell small rebalance 2 * Healing Spell Rebalance 3 * Update cure_wounds.yml * Update cure_poison.yml * Update cure_wounds.yml * Update cure_poison.yml * Update cure_heat.yml * Update cure_wounds.yml --- .../_CP14/Entities/Actions/Spells/Life/cure_heat.yml | 4 ++-- .../_CP14/Entities/Actions/Spells/Life/cure_poison.yml | 7 +++---- .../_CP14/Entities/Actions/Spells/Life/cure_wounds.yml | 6 ++++-- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/Resources/Prototypes/_CP14/Entities/Actions/Spells/Life/cure_heat.yml b/Resources/Prototypes/_CP14/Entities/Actions/Spells/Life/cure_heat.yml index d43079d6d6..f3c04336fb 100644 --- a/Resources/Prototypes/_CP14/Entities/Actions/Spells/Life/cure_heat.yml +++ b/Resources/Prototypes/_CP14/Entities/Actions/Spells/Life/cure_heat.yml @@ -9,7 +9,7 @@ - type: CP14MagicEffectCastSlowdown speedMultiplier: 0.5 - type: CP14MagicEffectManaCost - manaCost: 10 + manaCost: 12 - type: CP14MagicEffect magicType: Life telegraphyEffects: @@ -87,4 +87,4 @@ components: - type: CP14SpellStorage spells: - - CP14ActionSpellCureBurn \ No newline at end of file + - CP14ActionSpellCureBurn diff --git a/Resources/Prototypes/_CP14/Entities/Actions/Spells/Life/cure_poison.yml b/Resources/Prototypes/_CP14/Entities/Actions/Spells/Life/cure_poison.yml index 503939eb6f..28cf0966d6 100644 --- a/Resources/Prototypes/_CP14/Entities/Actions/Spells/Life/cure_poison.yml +++ b/Resources/Prototypes/_CP14/Entities/Actions/Spells/Life/cure_poison.yml @@ -9,7 +9,7 @@ - type: CP14MagicEffectCastSlowdown speedMultiplier: 0.5 - type: CP14MagicEffectManaCost - manaCost: 10 + manaCost: 12 - type: CP14MagicEffect magicType: Life telegraphyEffects: @@ -29,9 +29,8 @@ Bloodloss: -10 Caustic: -10 - !type:Jitter - - !type:ModifyBleedAmount - !type:ModifyBloodLevel - amount: 10 + amount: 25 - type: CP14MagicEffectVerbalAspect startSpeech: "Nella coda..." endSpeech: "sta il veleno" @@ -90,4 +89,4 @@ components: - type: CP14SpellStorage spells: - - CP14ActionSpellBloodPurification \ No newline at end of file + - CP14ActionSpellBloodPurification diff --git a/Resources/Prototypes/_CP14/Entities/Actions/Spells/Life/cure_wounds.yml b/Resources/Prototypes/_CP14/Entities/Actions/Spells/Life/cure_wounds.yml index e339b649d3..bf6550a901 100644 --- a/Resources/Prototypes/_CP14/Entities/Actions/Spells/Life/cure_wounds.yml +++ b/Resources/Prototypes/_CP14/Entities/Actions/Spells/Life/cure_wounds.yml @@ -9,7 +9,7 @@ - type: CP14MagicEffectCastSlowdown speedMultiplier: 0.5 - type: CP14MagicEffectManaCost - manaCost: 10 + manaCost: 12 - type: CP14MagicEffect magicType: Life telegraphyEffects: @@ -29,6 +29,8 @@ Blunt: -10 Piercing: -10 - !type:Jitter + - !type:ModifyBleedAmount + amount: -5 - type: CP14MagicEffectVerbalAspect startSpeech: "Et curabuntur..." endSpeech: "vulnera tua" @@ -84,4 +86,4 @@ components: - type: CP14SpellStorage spells: - - CP14ActionSpellCureWounds \ No newline at end of file + - CP14ActionSpellCureWounds