This commit is contained in:
Emisse
2023-12-08 03:58:25 -07:00
committed by GitHub
parent dc59a36316
commit b83e3e07d3
2 changed files with 7 additions and 7 deletions

View File

@@ -102,10 +102,10 @@
effects:
- !type:ExplosionReactionEffect
explosionType: Default
maxIntensity: 5
maxIntensity: 100
intensityPerUnit: 0.5 # 50+50 reagent for maximum explosion
intensitySlope: .5
maxTotalIntensity: 30
intensitySlope: 4
maxTotalIntensity: 100
- type: reaction
id: Smoke

View File

@@ -41,10 +41,10 @@
# TODO solution temperature!!
- !type:ExplosionReactionEffect
explosionType: Default # 15 damage per intensity.
maxIntensity: 1 # at most 15 damage per tile.
intensityPerUnit: 3 # 12 total input reagent units reach max total intensity
intensitySlope: 0.5
maxTotalIntensity: 9
maxIntensity: 200
intensityPerUnit: 5
intensitySlope: 5
maxTotalIntensity: 200
- !type:PopupMessage
messages: [ "clf3-explosion" ]
type: Pvs