From 79636c305473ecfe56efba1faa9a75f44d92b622 Mon Sep 17 00:00:00 2001 From: DeltaFire Date: Mon, 5 Oct 2020 17:18:50 +0200 Subject: [PATCH] even more value tweaking --- .../code/modules/reagents/chemistry/recipes/fermi.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modular_citadel/code/modules/reagents/chemistry/recipes/fermi.dm b/modular_citadel/code/modules/reagents/chemistry/recipes/fermi.dm index 2cc7177e74..75086ac690 100644 --- a/modular_citadel/code/modules/reagents/chemistry/recipes/fermi.dm +++ b/modular_citadel/code/modules/reagents/chemistry/recipes/fermi.dm @@ -598,13 +598,13 @@ OptimalTempMax = 750 ExplodeTemp = 850 OptimalpHMin = 2.8 - OptimalpHMax = 5.5 //2.7 ph levels of optimal ph zone - centered at 4.15 - ph of ingredients mixed at equal values is 9.55; ph of result is 8. + OptimalpHMax = 5 //2.2 ph levels of optimal ph zone - centered at 3.9 - ph of ingredients mixed at equal values is 9.55; ph of result is 8. ReactpHLim = 4 //CatalystFact = 0 CurveSharpT = 5 CurveSharppH = 3 - ThermicConstant = 10 + ThermicConstant = 15 HIonRelease = -0.2 - RateUpLim = 3 + RateUpLim = 4 PurityMin = 0.5 //Good luck. FermiChem = TRUE