Some shit (#380)
* telegraphy effects * shadow step spell backend * add component spell * predict sharpening * Update ring.yml * locale sync * Update entities.ftl * icon shadow step
This commit is contained in:
@@ -5,6 +5,10 @@
|
||||
components:
|
||||
- type: CP14MagicEffect
|
||||
manaCost: 15
|
||||
telegraphyEffects:
|
||||
- !type:CP14SpellSpawnEntity
|
||||
spawns:
|
||||
- CP14ImpactEffectCureWounds
|
||||
effects:
|
||||
- !type:CP14SpellSpawnEntity
|
||||
spawns:
|
||||
|
||||
@@ -0,0 +1,42 @@
|
||||
- type: entity
|
||||
id: CP14ActionSpellShadowStep
|
||||
name: Shadow step
|
||||
description: A step through the gash of reality that allows you to cover a lot of distance quickly
|
||||
components:
|
||||
- type: CP14MagicEffect
|
||||
manaCost: 40
|
||||
telegraphyEffects:
|
||||
- !type:CP14SpellSpawnEntity
|
||||
spawns:
|
||||
- CP14ImpactEffectShadowStep
|
||||
effects:
|
||||
- !type:CP14SpellSpawnEntity
|
||||
spawns:
|
||||
- CP14ImpactEffectShadowStep
|
||||
- !type:CP14SpellCasterTeleport
|
||||
- type: CP14MagicEffectVerbalAspect
|
||||
startSpeech: "Tenebrae, accipe me..."
|
||||
endSpeech: "in alium locum"
|
||||
- type: WorldTargetAction
|
||||
useDelay: 15
|
||||
range: 10
|
||||
checkCanAccess: false
|
||||
itemIconStyle: BigAction
|
||||
sound: !type:SoundPathSpecifier
|
||||
path: /Audio/Magic/rumble.ogg
|
||||
icon:
|
||||
sprite: _CP14/Effects/Magic/spells_icons.rsi
|
||||
state: shadow_step
|
||||
event: !type:CP14DelayedWorldTargetActionEvent
|
||||
delay: 1
|
||||
|
||||
- type: entity
|
||||
id: CP14ImpactEffectShadowStep
|
||||
parent: CP14BaseMagicImpact
|
||||
categories: [ HideSpawnMenu ]
|
||||
components:
|
||||
- type: Sprite
|
||||
layers:
|
||||
- state: particles_up
|
||||
color: "#79b330"
|
||||
shader: unshaded
|
||||
@@ -15,6 +15,7 @@
|
||||
id: CP14ClothingRingIceDagger
|
||||
parent: CP14ClothingRingBase
|
||||
name: conductive ring
|
||||
suffix: Ice Dagger
|
||||
description: A standard mana-conductive ring that allows the user to summon ice daggers.
|
||||
components:
|
||||
- type: Sprite
|
||||
@@ -33,6 +34,7 @@
|
||||
parent: CP14ClothingRingBase
|
||||
name: conductive ring
|
||||
description: A standard mana-conductive ring that allows the user to summon artificial flames.
|
||||
suffix: Flame creation
|
||||
components:
|
||||
- type: Sprite
|
||||
layers:
|
||||
@@ -50,6 +52,7 @@
|
||||
parent: CP14ClothingRingBase
|
||||
name: conductive ring
|
||||
description: A standard mana-conductive ring that allows the user to heal physical injuries.
|
||||
suffix: Cure Wounds
|
||||
components:
|
||||
- type: Sprite
|
||||
layers:
|
||||
|
||||
Reference in New Issue
Block a user