mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
[MIRROR] Water distilling reaction tweaks (#11807)
Co-authored-by: Will <7099514+Willburd@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
267cc9e2a0
commit
d19e93e120
@@ -274,12 +274,13 @@
|
|||||||
result = REAGENT_ID_HYDROGEN
|
result = REAGENT_ID_HYDROGEN
|
||||||
inhibitors = list(REAGENT_ID_CARBON = 1)
|
inhibitors = list(REAGENT_ID_CARBON = 1)
|
||||||
required_reagents = list(REAGENT_ID_WATER = 1)
|
required_reagents = list(REAGENT_ID_WATER = 1)
|
||||||
|
catalysts = list(REAGENT_ID_PLATINUM = 1)
|
||||||
result_amount = 2
|
result_amount = 2
|
||||||
|
|
||||||
temp_range = list(T20C + 110, T20C + 290)
|
temp_range = list(T20C + 110, T20C + 290)
|
||||||
temp_shift = 3 // It's burning off phoron
|
temp_shift = 1
|
||||||
|
|
||||||
require_xgm_gas = GAS_PHORON
|
require_xgm_gas = GAS_N2
|
||||||
rejects_xgm_gas = GAS_O2
|
rejects_xgm_gas = GAS_O2
|
||||||
|
|
||||||
/decl/chemical_reaction/distilling/oxygen
|
/decl/chemical_reaction/distilling/oxygen
|
||||||
@@ -288,13 +289,13 @@
|
|||||||
result = REAGENT_ID_OXYGEN
|
result = REAGENT_ID_OXYGEN
|
||||||
inhibitors = list(REAGENT_ID_CARBON = 1)
|
inhibitors = list(REAGENT_ID_CARBON = 1)
|
||||||
required_reagents = list(REAGENT_ID_WATER = 1)
|
required_reagents = list(REAGENT_ID_WATER = 1)
|
||||||
catalysts = list(REAGENT_ID_PHORON = 1)
|
catalysts = list(REAGENT_ID_PLATINUM = 1)
|
||||||
result_amount = 1
|
result_amount = 1
|
||||||
|
|
||||||
temp_range = list(T20C + 150, T20C + 320)
|
temp_range = list(T20C + 150, T20C + 320)
|
||||||
temp_shift = 3 // It's burning off phoron
|
temp_shift = 3 // It's burning off phoron
|
||||||
|
|
||||||
require_xgm_gas = GAS_N2
|
require_xgm_gas = GAS_PHORON
|
||||||
rejects_xgm_gas = GAS_O2
|
rejects_xgm_gas = GAS_O2
|
||||||
|
|
||||||
/decl/chemical_reaction/distilling/mineralized_sodium
|
/decl/chemical_reaction/distilling/mineralized_sodium
|
||||||
|
|||||||
Reference in New Issue
Block a user