vampire buff

This commit is contained in:
Ed
2025-03-08 14:46:13 +03:00
parent fc0e41c562
commit 978f9cf4b9
4 changed files with 47 additions and 0 deletions

View File

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

View File

@@ -24,6 +24,7 @@
actions:
- CP14ActionVampireBite
- CP14ActionSpellVampireHypnosis
- CP14ActionSpellVampireBloodStep
- type: Hunger
baseDecayRate: 0.07
starvationDamage:

Binary file not shown.

After

Width:  |  Height:  |  Size: 360 B

View File

@@ -12,6 +12,9 @@
},
{
"name": "blood_moon"
},
{
"name": "blood_step"
}
]
}