nerf fire trap (#1768)

This commit is contained in:
Nim
2025-09-12 17:24:18 +03:00
committed by GitHub
parent 02835be768
commit 62a9ca1cfc
2 changed files with 9 additions and 21 deletions

View File

@@ -117,9 +117,9 @@
- type: ExplodeOnTrigger
- type: Explosive
explosionType: FireBomb
totalIntensity: 10.0
intensitySlope: 4
maxIntensity: 3
totalIntensity: 8.0
intensitySlope: 3
maxIntensity: 2
- type: DeleteOnTrigger
- type: entity
@@ -134,7 +134,7 @@
- type: entity
parent: CP14SpawnMagicFireTrap
id: CP14SpawnMagicFireTrapInvisible
suffix: Invisible. Permanent
suffix: Invisible. Permanent. Admin
components:
- type: Visibility
layer: 16

View File

@@ -30,31 +30,19 @@
minGroupSize: 1
maxGroupSize: 1
- type: cp14LocationModifier
id: FireTrapInvisible
levels:
min: 3
max: 10
categories:
Danger: 0.1
layers:
- !type:CP14OreDunGen
entity: CP14SpawnMagicFireTrapInvisible
count: 5
minGroupSize: 1
maxGroupSize: 1
- type: cp14LocationModifier
id: FireTrapPermanent
levels:
min: 3
min: 5
max: 10
categories:
Danger: 0.1
Danger: 0.15
blacklistTags:
- CP14DemiplaneCold
layers:
- !type:CP14OreDunGen
entity: CP14SpawnMagicFireTrapPermanent
count: 10
count: 6
minGroupSize: 1
maxGroupSize: 1