add bloodloss cryo meds (#2727)

* add hemoxadone and cyanoxadone

* bloodloss in not a real word i guess

* require heating for both recipes

* require cold temps for hemoxadone blood restoration

* remove aberrant spaces
This commit is contained in:
Cody Veal 2025-01-15 10:03:43 -05:00 committed by GitHub
parent 6825b9be40
commit 36604e9d76
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 115 additions and 0 deletions

View File

@ -0,0 +1,5 @@
reagent-name-hemoxadone = hemoxadone
reagent-desc-hemoxadone = A cryogenics chemical. Used to treat severe blood loss by regenerating red blood cells and promoting reperfusion. Works regardless of the patient being alive or dead.
reagent-name-cyanoxadone = cyanoxadone
reagent-desc-cyanoxadone = A cryogenics chemical. Used to treat severe blood loss in blue-blooded creatures by regenerating hemocyanin and promoting reperfusion. Works regardless of the patient being alive or dead.

View File

@ -0,0 +1,81 @@
- type: reagent
id: Hemoxadone
name: reagent-name-hemoxadone
group: Medicine
desc: reagent-desc-hemoxadone
physicalDesc: reagent-physical-desc-metallic
flavor: medicine
color: "#ee0044"
worksOnTheDead: true
metabolisms:
Poison:
effects:
- !type:HealthChange
conditions:
- !type:OrganType
type: Arachnid
shouldHave: true
damage:
types:
Poison: 2
Medicine:
effects:
- !type:HealthChange
conditions:
- !type:Temperature
max: 213.0
- !type:OrganType
type: Arachnid
shouldHave: false
damage:
types:
Bloodloss: -6
- !type:ModifyBloodLevel
conditions:
- !type:Temperature
max: 213.0
- !type:OrganType
type: Arachnid
shouldHave: false
amount: 6
- type: reagent
id: Cyanoxadone
name: reagent-name-cyanoxadone
group: Medicine
desc: reagent-desc-cyanoxadone
physicalDesc: reagent-physical-desc-metallic
flavor: medicine
color: "#00eeff"
worksOnTheDead: true
metabolisms:
Poison:
effects:
- !type:HealthChange
conditions:
- !type:OrganType
type: Arachnid
shouldHave: false
damage:
types:
Poison: 2
Medicine:
effects:
- !type:HealthChange
conditions:
- !type:Temperature
max: 213.0
- !type:OrganType
type: Arachnid
shouldHave: true
damage:
types:
Bloodloss: -6
- !type:ModifyBloodLevel
conditions:
- !type:Temperature
max: 213.0
- !type:OrganType
type: Arachnid
shouldHave: true
amount: 6

View File

@ -0,0 +1,27 @@
- type: reaction
id: Hemoxadone
minTemp: 370
reactants:
Iron:
amount: 2
Traumoxadone:
amount: 1
Blood:
amount: 1
catalyst: true
products:
Hemoxadone: 2
- type: reaction
id: Cyanoxadone
minTemp: 370
reactants:
Copper:
amount: 2
Traumoxadone:
amount: 1
CopperBlood:
amount: 1
catalyst: true
products:
Cyanoxadone: 2

View File

@ -48,6 +48,8 @@ The standard pressure for a gas pump is 100.325 kpa. Cryoxadone works at under 1
<GuideReagentEmbed Reagent="Traumoxadone"/>
<GuideReagentEmbed Reagent="Stelloxadone"/>
<GuideReagentEmbed Reagent="Doxarubixadone"/>
<GuideReagentEmbed Reagent="Hemoxadone"/>
<GuideReagentEmbed Reagent="Cyanoxadone"/>
<GuideReagentEmbed Reagent="Dexalin"/>
<GuideReagentEmbed Reagent="Leporazine"/>
<GuideReagentEmbed Reagent="Necrosol"/>