dedicated burn and shock meds (#23941)

* pyrazine and insuzine

* add recipes

---------

Co-authored-by: deltanedas <@deltanedas:kde.org>
This commit is contained in:
deltanedas
2024-01-11 23:17:23 +00:00
committed by GitHub
parent 7f8dba42e3
commit 581c95ed72
3 changed files with 118 additions and 1 deletions

View File

@@ -116,4 +116,10 @@ reagent-name-bruizine = bruizine
reagent-desc-bruizine = Originally developed as a cough medicine, it turns out this chemical is wildly effective at treating blunt force trauma. reagent-desc-bruizine = Originally developed as a cough medicine, it turns out this chemical is wildly effective at treating blunt force trauma.
reagent-name-holywater = holy water reagent-name-holywater = holy water
reagent-desc-holywater = The cleanest and purest of waters straight from the hands of god, is known to magically heal wounds. reagent-desc-holywater = The cleanest and purest of waters straight from the hands of god, is known to magically heal wounds.
reagent-name-pyrazine = pyrazine
reagent-desc-pyrazine = Efficiently heals burns from the hottest of fires. Causes massive internal bleeding when overdosed.
reagent-name-insuzine = insuzine
reagent-desc-insuzine = Rapidly repairs dead tissue caused by electrocution, but cools you slightly. Completely freezes the patient when overdosed.

View File

@@ -1027,3 +1027,83 @@
Heat: -0.2 Heat: -0.2
Shock: -0.2 Shock: -0.2
Cold: -0.2 Cold: -0.2
- type: reagent
id: Pyrazine
name: reagent-name-pyrazine
group: Medicine
desc: reagent-desc-pyrazine
physicalDesc: reagent-physical-desc-thick
flavor: syrupy
color: "#aa4308"
metabolisms:
Medicine:
metabolismRate: 0.1 # slow metabolism to not be a godly combat med, its for treating burn victims efficiently
effects:
- !type:HealthChange
damage:
types:
Heat: -1
# od causes massive bleeding
- !type:HealthChange
conditions:
- !type:ReagentThreshold
min: 20
damage:
types:
Slash: 0.5
Piercing: 0.5
- !type:ChemVomit
conditions:
- !type:ReagentThreshold
min: 15
probability: 0.1
- !type:Emote
conditions:
- !type:ReagentThreshold
min: 20
emote: Scream
probability: 0.2
- type: reagent
id: Insuzine
name: reagent-name-insuzine
group: Medicine
desc: reagent-desc-insuzine
physicalDesc: reagent-physical-desc-frosty
flavor: metallic
color: "#8147ff"
metabolisms:
Medicine:
effects:
# heals shocks and removes shock chems
- !type:HealthChange
damage:
types:
Shock: -4
- !type:AdjustReagent
reagent: Licoxide
amount: -4
- !type:AdjustReagent
reagent: Tazinide
amount: -4
# makes you a little chilly when not oding
- !type:AdjustTemperature
amount: -5000
# od makes you freeze to death
- !type:HealthChange
conditions:
- !type:ReagentThreshold
min: 12
damage:
types:
Cold: 2
- !type:AdjustTemperature
conditions:
- !type:ReagentThreshold
min: 12
amount: -30000
- !type:Jitter
conditions:
- !type:ReagentThreshold
min: 12

View File

@@ -517,3 +517,34 @@
amount: 1 amount: 1
products: products:
Diphenhydramine: 3 Diphenhydramine: 3
- type: reaction
id: Pyrazine
impact: Medium
minTemp: 540
reactants:
Leporazine:
amount: 1
Dermaline:
amount: 1
Carbon:
amount: 1
products:
Pyrazine: 3
- type: reaction
id: Insuzine
impact: Medium
minTemp: 433
reactants:
Leporazine:
amount: 1
Kelotane:
amount: 1
Silicon:
amount: 1
Benzene:
amount: 1
products:
Insuzine: 3
Ash: 1