Bugfix portion (#1636)

* fix #1634

* fix #1575

* fix #1612
This commit is contained in:
Red
2025-08-07 14:50:39 +03:00
committed by GitHub
parent 58c40c39ad
commit a6c8779093
8 changed files with 13 additions and 5 deletions

View File

@@ -201,7 +201,7 @@
abstract: true
components:
- type: Flammable
fireSpread: false #CP14 false
fireSpread: true
canResistFire: true
damage: #per second, scales with number of fire 'stacks'
types:

View File

@@ -25,6 +25,7 @@
- !type:CP14SpellApplyEntityEffect
effects:
- !type:HealthChange
ignoreResistances: false
damage:
types:
Blunt: 5

View File

@@ -10,7 +10,7 @@
- type: CP14MagicEffectCastSlowdown
speedMultiplier: 1.3
- type: CP14MagicEffectStaminaCost
stamina: 3
stamina: 1.5
- type: CP14MagicEffect
effects:
- !type:CP14SpellSpawnEntityOnTarget
@@ -24,5 +24,5 @@
event: !type:CP14ToggleableInstantActionEvent
effectFrequency: 0.2
cooldown: 2
castTime: 10
castTime: 30
hidden: true

View File

@@ -80,6 +80,7 @@
effects:
- !type:Jitter
- !type:HealthChange
ignoreResistances: false
damage:
types:
Heat: 10

View File

@@ -19,6 +19,7 @@
- !type:CP14SpellApplyEntityEffect
effects:
- !type:HealthChange
ignoreResistances: false
damage:
types:
Shock: 5
@@ -84,6 +85,7 @@
- !type:CP14SpellApplyEntityEffect
effects:
- !type:HealthChange
ignoreResistances: false
damage:
types:
Shock: 5

View File

@@ -74,6 +74,7 @@
- !type:CP14SpellApplyEntityEffect
effects:
- !type:HealthChange
ignoreResistances: false
damage:
types:
Shock: 2

View File

@@ -29,9 +29,10 @@
- !type:CP14SpellApplyEntityEffect
effects:
- !type:HealthChange
ignoreResistances: false
damage:
types:
Blunt: 5
Blunt: 10
- type: CP14MagicEffectEmoting
startEmote: cp14-kick-lurker-start
endEmote: cp14-kick-lurker

View File

@@ -104,7 +104,7 @@
Flammable: [ Touch ]
Extinguish: [ Touch ]
- type: Flammable
fireSpread: true
fireSpread: false
canResistFire: false
alwaysCombustible: true
canExtinguish: true
@@ -132,4 +132,6 @@
- type: CP14FireSpread
spreadCooldownMin: 1
spreadCooldownMax: 3
- type: Flammable
fireSpread: true