SMES coil price reduction plus some new reactions (#9174)

This commit is contained in:
Missile597
2024-10-10 19:53:21 +01:00
committed by GitHub
parent 3c5f66973b
commit c8cb6bb30e
2 changed files with 26 additions and 4 deletions

View File

@@ -17,21 +17,21 @@
/datum/supply_pack/eng/smescoil
name = "Superconducting Magnetic Coil"
contains = list(/obj/item/smes_coil)
cost = 75
cost = 20 //CHOMPEdit - Reduced cost from 75 to 20 to be more in line with the rest of the engineering supplies
containertype = /obj/structure/closet/crate/focalpoint
containername = "Superconducting Magnetic Coil crate"
/datum/supply_pack/eng/smescoil/super_capacity
name = "Superconducting Capacitance Coil"
contains = list(/obj/item/smes_coil/super_capacity)
cost = 90
cost = 35 //CHOMPEdit - Reduced cost from 90 to 35 to be more in line with the rest of the engineering supplies
containertype = /obj/structure/closet/crate/focalpoint
containername = "Superconducting Capacitance Coil crate"
/datum/supply_pack/eng/smescoil/super_io
name = "Superconducting Transmission Coil"
contains = list(/obj/item/smes_coil/super_io)
cost = 90
cost = 35 //CHOMPEdit - Reduced cost from 90 to 35 to be more in line with the rest of the engineering supplies
containertype = /obj/structure/closet/crate/focalpoint
containername = "Superconducting Transmission Coil crate"

View File

@@ -142,3 +142,25 @@
required_reagents = list("liquidfire" = 1, "sulfur" = 1, "phoron" = 0.1)
catalysts = list("phoron" = 5)
result_amount = 1
//Some extra metal solidification reactions
/decl/chemical_reaction/instant/solidification/deuterium
name = "Solid Deuterium"
id = "soliddeuterium"
required_reagents = list("frostoil" = 5, "deuterium" = REAGENTS_PER_SHEET)
sheet_to_give = /obj/item/stack/material/deuterium
//Injectable toxin reactions
/decl/chemical_reaction/instant/succubi_paralize
name = "paralyzingfluid"
id = "paralyzingfluid"
result = "succubi_paralize"
required_reagents = list("benzilate" = 1, "cryptobiolin" = 1)
result_amount = 2
/decl/chemical_reaction/instant/numbingenzyme
name = "numbingenzyme"
id = "numbingenzyme"
result = "numbenzyme"
required_reagents = list("tramadol" = 1, "protein" = 2, "adranol" = 1)
result_amount = 4