From 5480c66bb49816c5348a5ba75301f824ba8474b6 Mon Sep 17 00:00:00 2001 From: Ed <96445749+TheShuEd@users.noreply.github.com> Date: Thu, 31 Jul 2025 15:16:18 +0300 Subject: [PATCH] delete resurrection spell --- .../Prototypes/_CP14/Damage/containers.yml | 1 - .../Actions/Spells/Electric/resurrection.yml | 92 ------------------- .../_CP14/Entities/Actions/Spells/scrolls.yml | 12 --- .../_CP14/Skill/Basic/electromancy.yml | 14 --- 4 files changed, 119 deletions(-) delete mode 100644 Resources/Prototypes/_CP14/Entities/Actions/Spells/Electric/resurrection.yml diff --git a/Resources/Prototypes/_CP14/Damage/containers.yml b/Resources/Prototypes/_CP14/Damage/containers.yml index 9977dbe5c0..425f45b18f 100644 --- a/Resources/Prototypes/_CP14/Damage/containers.yml +++ b/Resources/Prototypes/_CP14/Damage/containers.yml @@ -4,7 +4,6 @@ - Brute - Burn - Toxin - - Airloss - Genetic - CP14Magic diff --git a/Resources/Prototypes/_CP14/Entities/Actions/Spells/Electric/resurrection.yml b/Resources/Prototypes/_CP14/Entities/Actions/Spells/Electric/resurrection.yml deleted file mode 100644 index 3ddd2a7e3e..0000000000 --- a/Resources/Prototypes/_CP14/Entities/Actions/Spells/Electric/resurrection.yml +++ /dev/null @@ -1,92 +0,0 @@ -- type: entity - id: CP14ActionSpellResurrection - parent: CP14ActionSpellBase - name: Revitalizing discharge - description: You strike the dying target with a safe electric shock, causing its heart to beat again. - components: - - type: CP14MagicEffectCastSlowdown - speedMultiplier: 0.2 - - type: CP14MagicEffectManaCost - manaCost: 50 - - type: CP14MagicEffectAliveTargetRequired - inverted: true - - type: CP14MagicEffect - magicType: Energia - telegraphyEffects: - - !type:CP14SpellSpawnEntityOnTarget - spawns: - - CP14ImpactEffectResurrection - effects: - - !type:CP14SpellSpawnEntityOnTarget - spawns: - - CP14ImpactEffectResurrection - - CP14ElectrifiedEffect - - !type:CP14SpellResurrectionEffect - - !type:CP14SpellApplyEntityEffect - effects: - - !type:HealthChange - damage: - types: - Asphyxiation: -500 - Shock: 10 - - !type:Jitter - - type: CP14MagicEffectVerbalAspect - startSpeech: "Redi animam meam..." - endSpeech: "Eu rezei por ti" - - type: CP14MagicEffectCastingVisual - proto: CP14RuneResurrection - - type: Action - icon: - sprite: _CP14/Actions/Spells/electromancy.rsi - state: defib - - type: TargetAction - range: 7 - interactOnMiss: false - - type: EntityTargetAction - canTargetSelf: false - whitelist: - components: - - MobState - event: !type:CP14DelayedEntityTargetActionEvent - cooldown: 150 - castDelay: 5 - breakOnMove: true - -- type: entity - id: CP14RuneResurrection - parent: CP14BaseMagicRune - categories: [ HideSpawnMenu ] - save: false - components: - - type: PointLight - color: "#328643" - - type: Sprite - layers: - - state: sun - color: "#366357" - shader: unshaded - - state: medium_circle - color: "#55877a" - shader: unshaded - -- type: entity - id: CP14ImpactEffectResurrection - parent: CP14BaseMagicImpact - categories: [ HideSpawnMenu ] - save: false - components: - - type: Sprite - layers: - - state: wave_up - color: "#e8ff4c" - shader: unshaded - -- type: entity - parent: CP14BaseSpellScrollNecromancy - id: CP14SpellScrollResurrection - name: resurrection spell scroll - components: - - type: CP14SpellStorage - spells: - - CP14ActionSpellResurrection - diff --git a/Resources/Prototypes/_CP14/Entities/Actions/Spells/scrolls.yml b/Resources/Prototypes/_CP14/Entities/Actions/Spells/scrolls.yml index ba42c68f50..ee61ac2110 100644 --- a/Resources/Prototypes/_CP14/Entities/Actions/Spells/scrolls.yml +++ b/Resources/Prototypes/_CP14/Entities/Actions/Spells/scrolls.yml @@ -138,18 +138,6 @@ shader: unshaded color: "#5e427e" -- type: entity - abstract: true - id: CP14BaseSpellScrollNecromancy - parent: CP14BaseSpellScroll - components: - - type: Sprite - layers: - - state: paper_filled - - state: magic - shader: unshaded - color: "#55877a" - - type: entity abstract: true id: CP14BaseSpellScrollWater diff --git a/Resources/Prototypes/_CP14/Skill/Basic/electromancy.yml b/Resources/Prototypes/_CP14/Skill/Basic/electromancy.yml index 35f5d0a1ce..ef3830d766 100644 --- a/Resources/Prototypes/_CP14/Skill/Basic/electromancy.yml +++ b/Resources/Prototypes/_CP14/Skill/Basic/electromancy.yml @@ -91,17 +91,3 @@ - !type:NeedPrerequisite prerequisite: ElectromancyT2 -- type: cp14Skill - id: CP14ActionSpellResurrection - skillUiPosition: 12, 4 - tree: Electromancy - icon: - sprite: _CP14/Actions/Spells/electromancy.rsi - state: defib - effects: - - !type:AddAction - action: CP14ActionSpellResurrection - restrictions: - - !type:NeedPrerequisite - prerequisite: ElectromancyT3 -