New fermi chem Zeolites! (#12428)

* Zeolites!

* No loner hs debug numbers...
This commit is contained in:
Trilbyspaceclone
2020-06-09 03:25:40 -07:00
committed by GitHub
parent 764ba26ace
commit 81070b8ada
3 changed files with 49 additions and 2 deletions
@@ -588,3 +588,23 @@
HIonRelease = 0.1
RateUpLim = 2
FermiChem = TRUE
/datum/chemical_reaction/fermi/zeolites
name = "Zeolites"
id = /datum/reagent/fermi/zeolites
results = list(/datum/reagent/fermi/zeolites = 5) //We make a lot!
required_reagents = list(/datum/reagent/medicine/potass_iodide = 1, /datum/reagent/aluminium = 1, /datum/reagent/silicon = 1, /datum/reagent/oxygen = 1)
//FermiChem vars:
OptimalTempMin = 300
OptimalTempMax = 900
ExplodeTemp = 1000 //check to see overflow doesn't happen!
OptimalpHMin = 4.0
OptimalpHMax = 6.0
ReactpHLim = 4
//CatalystFact = 0
CurveSharpT = 4
CurveSharppH = 0
ThermicConstant = 0
HIonRelease = 0.01
RateUpLim = 15
FermiChem = TRUE