delete resurrection spell

This commit is contained in:
Ed
2025-07-31 15:16:18 +03:00
parent 57e6a88c57
commit 5480c66bb4
4 changed files with 0 additions and 119 deletions

View File

@@ -4,7 +4,6 @@
- Brute
- Burn
- Toxin
- Airloss
- Genetic
- CP14Magic

View File

@@ -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

View File

@@ -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

View File

@@ -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