Traumoxadone (#37126)

* init

* salicylic acid
This commit is contained in:
ScarKy0
2025-05-03 00:56:47 +02:00
committed by GitHub
parent c153f84e42
commit efc8d8600d
6 changed files with 65 additions and 3 deletions

View File

@@ -30,3 +30,6 @@ reagent-desc-cellulose = A crystaline polydextrose polymer, plants swear by this
reagent-name-rororium = rororium
reagent-desc-rororium = A strange substance which fills the cores of the hivelords that roam the mining asteroid. Thought to be the source of their regenerative powers.
reagent-name-salicylic-acid = salicylic acid
reagent-desc-salicylic-acid = A powdery substance used for dermatological treatments.

View File

@@ -147,3 +147,6 @@ reagent-desc-potassium-iodide = Will reduce the damaging effects of radiation by
reagent-name-haloperidol = haloperidol
reagent-desc-haloperidol = Removes most stimulating and hallucinogenic drugs. Reduces druggy effects and jitteriness. Causes drowsiness.
reagent-name-traumoxadone = traumoxadone
reagent-desc-traumoxadone = A cryogenics chemical. Used to treat severe trauma to tissues via patching them with tiny particles within the liquid. Works regardless of the patient being alive or dead.

View File

@@ -185,3 +185,13 @@
key: Adrenaline
component: IgnoreSlowOnDamage
time: 120
- type: reagent
id: SalicylicAcid
name: reagent-name-salicylic-acid
desc: reagent-desc-salicylic-acid
physicalDesc: reagent-physical-desc-powdery
flavor: bitter
color: "#FFFFFF"
boilingPoint: 55.5
meltingPoint: -50.0

View File

@@ -1206,7 +1206,7 @@
conditions:
- !type:ReagentThreshold
min: 12
- type: reagent
id: Opporozidone #Name based of an altered version of the startreck chem "Opporozine"
name: reagent-name-opporozidone
@@ -1258,7 +1258,7 @@
Poison: -2
- type: reagent
id : Aloxadone
id: Aloxadone
name: reagent-name-aloxadone
group: Medicine
desc: reagent-desc-aloxadone
@@ -1279,6 +1279,26 @@
Shock: -3.0
Caustic: -1.0
- type: reagent
id: Traumoxadone
name: reagent-name-traumoxadone
group: Medicine
desc: reagent-desc-traumoxadone
physicalDesc: reagent-physical-desc-cloudy
flavor: medicine
color: "#69304D"
worksOnTheDead: true
metabolisms:
Medicine:
effects:
- !type:HealthChange
conditions:
- !type:Temperature
max: 213.0
damage:
groups:
Brute: -6
- type: reagent
id : Mannitol # currently this is just a way to create psicodine
name: reagent-name-mannitol

View File

@@ -516,3 +516,16 @@
products:
Tazinide: 1
- type: reaction
id: SalicylicAcid
reactants:
Carbon:
amount: 1
Phenol:
amount: 1
Bicaridine:
amount: 1
SulfuricAcid:
amount: 1
products:
SalicylicAcid: 4

View File

@@ -561,7 +561,7 @@
id: Opporozidone
minTemp: 400 #Maybe if a method of reducing reagent temp exists one day, this could be -50
reactants:
Cognizine:
Cognizine:
amount: 1
Plasma:
amount: 2
@@ -662,3 +662,16 @@
amount: 1
products:
Haloperidol: 5
- type: reaction
id: Traumoxadone
impact: Medium
reactants:
Cryoxadone:
amount: 1
SalicylicAcid:
amount: 1
Lipozine:
amount: 1
products:
Traumoxadone: 2