Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add and update cryo chems #2588

Merged
merged 3 commits into from
Jan 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions Resources/Locale/en-US/_Floof/reagents/meta/medicine.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
reagent-name-salicylicacid = salicylic acid
reagent-desc-salicylicacid = A powdery substance used for dermatological treatments.

reagent-name-traumoxadone = traumoxadone
reagent-desc-traumoxadone = A cryogenics chemical. Used to treat severe trauma via regeneration of the damaged tissue. Works regardless of the patient being alive or dead.

reagent-name-stelloxadone = stelloxadone
reagent-desc-stelloxadone = A cryogenics chemical. Used to aggressively dissolve toxins from the body. Works regardless of the patient being alive or dead.
2 changes: 1 addition & 1 deletion Resources/Locale/en-US/reagents/meta/medicine.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ reagent-name-cryoxadone = cryoxadone
reagent-desc-cryoxadone = Required for the proper function of cryogenics. Heals all standard types of damage, but only works in temperatures under 213K. It can treat and rejuvenate plants when applied in small doses.

reagent-name-doxarubixadone = doxarubixadone
reagent-desc-doxarubixadone = A cryogenics chemical. Heals certain types of cellular damage done by Slimes and improper use of other chemicals.
reagent-desc-doxarubixadone = A cryogenics chemical. Heals certain types of cellular damage done by Slimes and improper use of other chemicals. Works regardless of the patient being alive or dead.

reagent-name-dermaline = dermaline
reagent-desc-dermaline = An advanced chemical that is more effective at treating burn damage than kelotane.
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Reagents/medicine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@
physicalDesc: reagent-physical-desc-bubbling
flavor: medicine
color: "#32cd32"
worksOnTheDead: true # DeltaV - let doxa heal the dead
metabolisms:
Medicine:
effects:
Expand Down
6 changes: 6 additions & 0 deletions Resources/Prototypes/_Floof/Reagents/chemicals.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- type: reagent
id: SalicylicAcid
name: reagent-name-salicylicacid
desc: reagent-desc-salicylicacid
physicalDesc: reagent-physical-desc-powdery
color: "#EEEEEE"
45 changes: 45 additions & 0 deletions Resources/Prototypes/_Floof/Reagents/medicine.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
- type: reagent
id : Traumoxadone
name: reagent-name-traumoxadone
group: Medicine
desc: reagent-desc-traumoxadone
physicalDesc: reagent-physical-desc-soothing
flavor: medicine
color: "#880077"
worksOnTheDead: true
metabolisms:
Medicine:
effects:
- !type:HealthChange
conditions:
- !type:Temperature
max: 213.0
damage:
types:
Blunt: -2
Piercing: -2
Slash: -2

- type: reagent
id : Stelloxadone
name: reagent-name-stelloxadone
group: Medicine
desc: reagent-desc-stelloxadone
physicalDesc: reagent-physical-desc-soothing
flavor: medicine
color: "#FFA861"
worksOnTheDead: true
metabolisms:
Medicine:
effects:
- !type:HealthChange
conditions:
- !type:Temperature
max: 213.0
damage:
types:
Poison: -6
Radiation: -3
Cellular: 1
groups:
Brute: 3
15 changes: 15 additions & 0 deletions Resources/Prototypes/_Floof/Recipes/Reactions/chemicals.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
- type: reaction
id : SalicylicAcid
reactants:
Phenol:
amount: 1
Sodium:
amount: 1
Carbon:
amount: 1
Oxygen:
amount: 1
SulfuricAcid:
amount: 1
products:
SalicylicAcid: 3
25 changes: 25 additions & 0 deletions Resources/Prototypes/_Floof/Recipes/Reactions/medicine.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
- type: reaction
id: Traumoxadone
reactants:
Cryoxadone:
amount: 1
SalicylicAcid:
amount: 1
Lipozine:
amount: 1
products:
Traumoxadone: 2

- type: reaction
id: Stelloxadone
reactants:
Cryoxadone:
amount: 3
Stellibinin:
amount: 5
Arithrazine:
amount: 2
products:
Stelloxadone: 5
Water: 3
Fiber: 2
2 changes: 2 additions & 0 deletions Resources/ServerInfo/Guidebook/Medical/Cryogenics.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ The standard pressure for a gas pump is 100.325 kpa. Cryoxadone works at under 1

<GuideReagentEmbed Reagent="Aloxadone"/>
<GuideReagentEmbed Reagent="Cryoxadone"/>
<GuideReagentEmbed Reagent="Traumoxadone"/>
<GuideReagentEmbed Reagent="Stelloxadone"/>
<GuideReagentEmbed Reagent="Doxarubixadone"/>
<GuideReagentEmbed Reagent="Dexalin"/>
<GuideReagentEmbed Reagent="Leporazine"/>
Expand Down
Loading