dedicated burn and shock meds (#23941)
* pyrazine and insuzine * add recipes --------- Co-authored-by: deltanedas <@deltanedas:kde.org> (cherry picked from commit 581c95ed728c181fa4fe4f8e497804f7340b446d)
This commit is contained in:
parent
46f40662bb
commit
cf50b5a8b3
|
|
@ -1,5 +1,5 @@
|
|||
reagent-name-cryptobiolin = cryptobiolin
|
||||
reagent-desc-cryptobiolin = Causes confusion and dizziness. This is essential to make Spaceacillin.
|
||||
reagent-desc-cryptobiolin = Causes confusion and dizziness.
|
||||
|
||||
reagent-name-dylovene = dylovene
|
||||
reagent-desc-dylovene = A broad-spectrum anti-toxin, which treats toxin damage in the blood stream. Overdosing will cause vomiting, dizzyness and pain.
|
||||
|
|
@ -114,3 +114,12 @@ reagent-desc-puncturase = A fizzy chemical that helps rebuild trauma caused by p
|
|||
|
||||
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-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-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.
|
||||
|
|
|
|||
|
|
@ -1013,3 +1013,83 @@
|
|||
damage:
|
||||
types:
|
||||
Poison: 4
|
||||
|
||||
- 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
|
||||
|
|
|
|||
|
|
@ -517,3 +517,34 @@
|
|||
amount: 1
|
||||
products:
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue