vampire buff
This commit is contained in:
@@ -0,0 +1,43 @@
|
||||
- type: entity
|
||||
id: CP14ActionSpellVampireBloodStep
|
||||
name: Blood step
|
||||
description: A step through the gash of reality that allows you to cover a small of distance quickly
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: _CP14/Actions/Spells/vampire.rsi
|
||||
state: blood_step
|
||||
- type: CP14MagicEffectCastSlowdown
|
||||
speedMultiplier: 0.8
|
||||
- type: CP14MagicEffect
|
||||
telegraphyEffects:
|
||||
- !type:CP14SpellSpawnEntityOnTarget
|
||||
spawns:
|
||||
- CP14ImpactEffectBloodStep
|
||||
effects:
|
||||
- !type:CP14SpellCasterTeleport
|
||||
needVision: false
|
||||
- type: CP14MagicEffectCastingVisual
|
||||
proto: CP14ImpactEffectBloodStep
|
||||
- type: EntityWorldTargetAction
|
||||
checkCanAccess: false
|
||||
range: 10
|
||||
itemIconStyle: BigAction
|
||||
sound: !type:SoundPathSpecifier
|
||||
path: /Audio/Magic/rumble.ogg
|
||||
icon:
|
||||
sprite: _CP14/Actions/Spells/vampire.rsi
|
||||
state: blood_step
|
||||
event: !type:CP14DelayedEntityWorldTargetActionEvent
|
||||
cooldown: 40
|
||||
hidden: true
|
||||
breakOnMove: false
|
||||
|
||||
- type: entity
|
||||
id: CP14ImpactEffectBloodStep
|
||||
parent: CP14BaseMagicImpact
|
||||
categories: [ HideSpawnMenu ]
|
||||
components:
|
||||
- type: Sprite
|
||||
layers:
|
||||
- state: wave_up
|
||||
color: red
|
||||
@@ -24,6 +24,7 @@
|
||||
actions:
|
||||
- CP14ActionVampireBite
|
||||
- CP14ActionSpellVampireHypnosis
|
||||
- CP14ActionSpellVampireBloodStep
|
||||
- type: Hunger
|
||||
baseDecayRate: 0.07
|
||||
starvationDamage:
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 360 B |
@@ -12,6 +12,9 @@
|
||||
},
|
||||
{
|
||||
"name": "blood_moon"
|
||||
},
|
||||
{
|
||||
"name": "blood_step"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user