mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Phoron dragon blood distilling (#8309)
This commit is contained in:
@@ -29,7 +29,7 @@
|
|||||||
seed_name = "cherrybomb"
|
seed_name = "cherrybomb"
|
||||||
seed_noun = "pits"
|
seed_noun = "pits"
|
||||||
display_name = "cherry bomb tree"
|
display_name = "cherry bomb tree"
|
||||||
chems = list("nutriment" = list(1,15), "neoliquidfire" = list(1,15), "cherryjelly" = list(10,15))
|
chems = list("nutriment" = list(1,15), "liquidfire" = list(1,15), "cherryjelly" = list(10,15))
|
||||||
|
|
||||||
/datum/seed/cherries/cherrybomb/New()
|
/datum/seed/cherries/cherrybomb/New()
|
||||||
..()
|
..()
|
||||||
|
|||||||
@@ -133,3 +133,12 @@
|
|||||||
required_reagents = list("ethanol" = 2, "sodium" = 2, "phoron" = 0.1)
|
required_reagents = list("ethanol" = 2, "sodium" = 2, "phoron" = 0.1)
|
||||||
catalysts = list("phoron" = 5)
|
catalysts = list("phoron" = 5)
|
||||||
result_amount = 4
|
result_amount = 4
|
||||||
|
|
||||||
|
//Xenobotany update
|
||||||
|
/decl/chemical_reaction/instant/neoliquidfire
|
||||||
|
name = "neoliquidfire" //distil phoron dragon blood from basic dragon blood
|
||||||
|
id = "neoliquidfire"
|
||||||
|
result = "neoliquidfire"
|
||||||
|
required_reagents = list("liquidfire" = 1, "sulfur" = 1, "phoron" = 0.1)
|
||||||
|
catalysts = list("phoron" = 5)
|
||||||
|
result_amount = 1
|
||||||
Reference in New Issue
Block a user