Fix spells (#853)

* fix kick

* fix some spells

* Update ice_ghost.yml
This commit is contained in:
Ed
2025-02-07 09:51:22 +03:00
committed by GitHub
parent 49a502cc25
commit 558c199a29
14 changed files with 56 additions and 36 deletions

View File

@@ -37,7 +37,7 @@
event: !type:CP14DelayedEntityTargetActionEvent
cooldown: 50
castDelay: 5
entityDistance: 3
distanceThreshold: 3
breakOnMove: true
- type: entity

View File

@@ -39,7 +39,6 @@
event: !type:CP14DelayedEntityTargetActionEvent
cooldown: 5
castDelay: 0.5
entityDistance: 1000
breakOnMove: false
- type: entity

View File

@@ -38,7 +38,6 @@
cooldown: 15
castDelay: 5
breakOnMove: false
entityDistance: 1000
- type: entity
id: CP14RuneFireball

View File

@@ -20,23 +20,32 @@
throwPower: 9
- !type:CP14SpellSpawnEntityOnTarget
spawns:
- CP14DustEffect
- CP14DustEffectKickSound
- type: CP14MagicEffectVerbalAspect
startSpeech: cp14-kick-emote-start
endSpeech: cp14-kick-emote
emote: true
- type: EntityTargetAction
canTargetSelf: false
range: 1
itemIconStyle: BigAction
sound: !type:SoundPathSpecifier
path: /Audio/Effects/hit_kick.ogg
params:
pitch: 2
icon:
sprite: _CP14/Effects/Magic/spells_icons.rsi
state: kick
event: !type:CP14DelayedEntityTargetActionEvent
cooldown: 5
castDelay: 1
entityDistance: 1
breakOnMove: false
castDelay: 0.5
distanceThreshold: 1.5
breakOnMove: false
breakOnDamage: false
- type: entity
id: CP14DustEffectKickSound
parent: CP14DustEffect
categories: [ HideSpawnMenu ]
components:
- type: EmitSoundOnSpawn
sound: !type:SoundPathSpecifier
path: /Audio/Effects/hit_kick.ogg
params:
pitch: 1

View File

@@ -24,12 +24,13 @@
statusLifetime: 2
- !type:AdjustTemperature
amount: -12000
- !type:ExtinguishReaction
- type: CP14MagicEffectVerbalAspect
startSpeech: "Vos adepto frigus..."
- type: CP14MagicEffectCastingVisual
proto: CP14RunePlantFreeze
- type: EntityTargetAction
range: 10
range: 5
interactOnMiss: false
itemIconStyle: BigAction
sound: !type:SoundPathSpecifier
@@ -40,6 +41,7 @@
event: !type:CP14ToggleableEntityTargetActionEvent
cooldown: 15
castTime: 10
distanceThreshold: 5
breakOnMove: false
- type: entity

View File

@@ -117,6 +117,10 @@
solution: drop
- type: MixableSolution
solution: drop
#- type: SolutionTransfer
# canChangeTransferAmount: false
- type: SolutionItemStatus
solution: drop
- type: CP14SolutionTemperature
- type: Appearance
- type: Sprite
@@ -129,6 +133,13 @@
fillBaseName: liq-
inHandsMaxFillLevels: 1
inHandsFillBaseName: -fill
- type: Injector
solutionName: drop
injectOnly: true
minTransferAmount: 10
maxTransferAmount: 10
transferAmount: 10
toggleState: 0
- type: entity
id: CP14ImpactEffectWaterCreation

View File

@@ -34,7 +34,6 @@
cooldown: 0.25
castDelay: 0.25
breakOnMove: false
entityDistance: 1000
- type: entity
id: CP14RuneIceShards

View File

@@ -89,5 +89,4 @@
cooldown: 0.5
castDelay: 0.2
breakOnMove: false
entityDistance: 1000
hidden: true