Fixed Wehxplosion yaml error (#34837)
This commit is contained in:
parent
4ede74fcc3
commit
1442b32d0f
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue