Skip to content

Commit

Permalink
добавлен рецепт коагулянта
Browse files Browse the repository at this point in the history
  • Loading branch information
SSensum committed Oct 4, 2023
1 parent 7410332 commit 38e5564
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
/datum/chemical_reaction/medicine/coagulant
results = list(/datum/reagent/medicine/coagulant = 1) // чтобы жизнь мёдом не казалась
required_reagents = list(/datum/reagent/medicine/salglu_solution = 1, /datum/reagent/phenol = 1, /datum/reagent/carbon = 1, /datum/reagent/water = 1)
required_temp = 300
optimal_temp = 500
overheat_temp = 620
optimal_ph_min = 7
optimal_ph_max = 9
thermic_constant = 15
H_ion_release = 0.20
reaction_tags = REACTION_TAG_EASY | REACTION_TAG_HEALING

0 comments on commit 38e5564

Please sign in to comment.