Spell rebalance (#1632)
* ICE SHARD!!!! * ICE DAGGER!!!! * ICE ARROW!!!! * FIRE WAVE!!!!
This commit is contained in:
@@ -87,7 +87,7 @@
|
||||
impactEffect: CP14ImpactEffectFirebolt
|
||||
damage:
|
||||
types:
|
||||
Heat: 3
|
||||
Heat: 2
|
||||
soundHit:
|
||||
path: /Audio/Weapons/Guns/Hits/energy_metal1.ogg
|
||||
- type: Sprite
|
||||
|
||||
@@ -30,7 +30,8 @@
|
||||
state: ice_arrow
|
||||
- type: InstantAction
|
||||
event: !type:CP14DelayedInstantActionEvent
|
||||
cooldown: 10
|
||||
cooldown: 5
|
||||
castDelay: 0.5
|
||||
breakOnMove: false
|
||||
|
||||
- type: entity
|
||||
|
||||
@@ -30,7 +30,8 @@
|
||||
state: ice_dagger
|
||||
- type: InstantAction
|
||||
event: !type:CP14DelayedInstantActionEvent
|
||||
cooldown: 10
|
||||
cooldown: 5
|
||||
castDelay: 0.5
|
||||
breakOnMove: false
|
||||
|
||||
- type: entity
|
||||
@@ -119,13 +120,13 @@
|
||||
- type: CP14MeleeSelfDamage
|
||||
damageToSelf:
|
||||
types:
|
||||
Blunt: 1 # 10 hits
|
||||
Blunt: 1 # 20 hits
|
||||
- type: Damageable
|
||||
- type: Destructible
|
||||
thresholds:
|
||||
- trigger:
|
||||
!type:DamageTrigger
|
||||
damage: 10
|
||||
damage: 20
|
||||
behaviors:
|
||||
- !type:PlaySoundBehavior
|
||||
sound:
|
||||
|
||||
@@ -64,7 +64,7 @@
|
||||
- type: Projectile
|
||||
damage:
|
||||
types:
|
||||
Cold: 4
|
||||
Cold: 6
|
||||
Piercing: 2
|
||||
- type: Sprite
|
||||
sprite: _CP14/Effects/Magic/ice_shard.rsi
|
||||
|
||||
Reference in New Issue
Block a user