Fixed Wehxplosion yaml error (#34837)

This commit is contained in:
UpAndLeaves 2025-02-02 21:31:32 +00:00 committed by deltanedas
parent 4ede74fcc3
commit 1442b32d0f
2 changed files with 18 additions and 18 deletions

View File

@ -381,21 +381,3 @@
conditions:
- !type:ReagentThreshold
min: 50
- type: reaction
id: WehHewExplosion
impact: High
priority: 20
reactants:
JuiceThatMakesYouWeh:
amount: 1
JuiceThatMakesYouHew:
amount: 1
effects:
- !type:ExplosionReactionEffect
explosionType: Radioactive
maxIntensity: 200
intensityPerUnit: 2
intensitySlope: 1
maxTotalIntensity: 250
tileBreakScale: 0.00001

View File

@ -227,3 +227,21 @@
effects:
- !type:CreateEntityReactionEffect
entity: IngotSilver1
- type: reaction
id: WehHewExplosion
impact: High
priority: 20
reactants:
JuiceThatMakesYouWeh:
amount: 1
JuiceThatMakesYouHew:
amount: 1
effects:
- !type:ExplosionReactionEffect
explosionType: Radioactive
maxIntensity: 200
intensityPerUnit: 2
intensitySlope: 1
maxTotalIntensity: 250
tileBreakScale: 0.00001