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