Skip to content
This repository was archived by the owner on Dec 23, 2025. It is now read-only.

Commit 498f714

Browse files
Revert reversion of new cryonics
This reverts commit 02fe5b4.
1 parent b6a9f7c commit 498f714

4 files changed

Lines changed: 111 additions & 5 deletions

File tree

Resources/Changelog/Changelog.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3428,6 +3428,33 @@
34283428
id: 8519
34293429
time: '2025-05-18T08:57:23.0000000+00:00'
34303430
url: https://github.com/space-wizards/space-station-14/pull/37069
3431+
- author: ScarKy0
3432+
changes:
3433+
- message: Added Stelloxadone! A cryochemical used to treat poison and radiation
3434+
damage in living patients as well as corpses, though it comes at a cost of genetic
3435+
damage.
3436+
type: Add
3437+
id: 8520
3438+
time: '2025-05-18T09:11:23.0000000+00:00'
3439+
url: https://github.com/space-wizards/space-station-14/pull/37131
3440+
- author: ScarKy0
3441+
changes:
3442+
- message: Cryoxadone now works on the dead.
3443+
type: Tweak
3444+
- message: Cryoxadone has been reworked. It no longer heals basic damage types.
3445+
Instead it heals asphyxiation, bloodloss and increases blood level.
3446+
type: Tweak
3447+
id: 8521
3448+
time: '2025-05-18T09:11:51.0000000+00:00'
3449+
url: https://github.com/space-wizards/space-station-14/pull/37132
3450+
- author: ScarKy0
3451+
changes:
3452+
- message: Added Traumoxadone! A cryochemical used to treat brute damage in living
3453+
patients as well as corpses.
3454+
type: Add
3455+
id: 8522
3456+
time: '2025-05-18T09:11:59.0000000+00:00'
3457+
url: https://github.com/space-wizards/space-station-14/pull/37236
34313458
- author: ScarKy0
34323459
changes:
34333460
- message: Aloxadone has been tweaked. The recipe has been altered to be simplier

Resources/Locale/en-US/reagents/meta/medicine.ftl

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ reagent-name-bicaridine = bicaridine
1414
reagent-desc-bicaridine = An analgesic which is highly effective at treating brute damage. It's useful for stabilizing people who have been severely beaten, as well as treating less life-threatening injuries.
1515
1616
reagent-name-cryoxadone = cryoxadone
17-
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.
17+
reagent-desc-cryoxadone = Required for the proper function of cryogenics. Used to treat bloodloss and asphyxiation, as well as to restore bodily fluids such as blood. It can treat and rejuvenate plants when applied in small doses. Works regardless of the patient being alive or dead.
1818
1919
reagent-name-doxarubixadone = doxarubixadone
2020
reagent-desc-doxarubixadone = A cryogenics chemical. Heals cellular damage caused by dangerous gasses and chemicals.
@@ -136,6 +136,9 @@ reagent-desc-necrosol = A necrotic substance that seems to be able to heal froze
136136
reagent-name-aloxadone = aloxadone
137137
reagent-desc-aloxadone = A cryogenics chemical. Used to treat severe burns and frostbite via regeneration of the affected tissue. Works regardless of the patient being alive or dead.
138138
139+
reagent-name-traumoxadone = traumoxadone
140+
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.
141+
139142
reagent-name-mannitol = mannitol
140143
reagent-desc-mannitol = Efficiently restores brain damage.
141144
@@ -147,3 +150,6 @@ reagent-desc-potassium-iodide = Will reduce the damaging effects of radiation by
147150
148151
reagent-name-haloperidol = haloperidol
149152
reagent-desc-haloperidol = Removes most stimulating and hallucinogenic drugs. Reduces druggy effects and jitteriness. Causes drowsiness.
153+
154+
reagent-name-stelloxadone = stelloxadone
155+
reagent-desc-stelloxadone = A cryogenics chemical. Used to aggressively dissolve toxins from the body. Works regardless of the patient being alive or dead.

Resources/Prototypes/Reagents/medicine.yml

Lines changed: 47 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@
174174
physicalDesc: reagent-physical-desc-fizzy
175175
flavor: medicine
176176
color: "#0091ff"
177+
worksOnTheDead: true
177178
plantMetabolism:
178179
- !type:PlantAdjustToxins
179180
amount: -5
@@ -183,6 +184,8 @@
183184
metabolisms:
184185
Medicine:
185186
effects:
187+
- !type:ModifyBloodLevel
188+
amount: 4
186189
- !type:HealthChange
187190
conditions:
188191
- !type:Temperature
@@ -191,10 +194,7 @@
191194
damage:
192195
# todo scale with temp like SS13
193196
groups:
194-
Airloss: -6
195-
Brute: -4
196-
Burn: -6
197-
Toxin: -4
197+
Airloss: -10
198198

199199
- type: reagent
200200
id: Doxarubixadone
@@ -1286,6 +1286,25 @@
12861286
Shock: -4.0
12871287
Caustic: -1.5
12881288

1289+
- type: reagent
1290+
id: Traumoxadone
1291+
name: reagent-name-traumoxadone
1292+
group: Medicine
1293+
desc: reagent-desc-traumoxadone
1294+
physicalDesc: reagent-physical-desc-cloudy
1295+
flavor: medicine
1296+
color: "#69304D"
1297+
worksOnTheDead: true
1298+
metabolisms:
1299+
Medicine:
1300+
effects:
1301+
- !type:EvenHealthChange
1302+
conditions:
1303+
- !type:Temperature
1304+
max: 213.0
1305+
damage:
1306+
Brute: -4
1307+
12891308
- type: reagent
12901309
id : Mannitol # currently this is just a way to create psicodine
12911310
name: reagent-name-mannitol
@@ -1428,3 +1447,27 @@
14281447
- !type:AdjustReagent
14291448
reagent: MindbreakerToxin
14301449
amount: -3.0
1450+
1451+
- type: reagent
1452+
id: Stelloxadone
1453+
name: reagent-name-stelloxadone
1454+
group: Medicine
1455+
desc: reagent-desc-stelloxadone
1456+
physicalDesc: reagent-physical-desc-murky
1457+
flavor: medicine
1458+
color: "#FFC683"
1459+
worksOnTheDead: true
1460+
metabolisms:
1461+
Medicine:
1462+
effects:
1463+
- !type:HealthChange
1464+
conditions:
1465+
- !type:Temperature
1466+
max: 213.0
1467+
damage:
1468+
groups:
1469+
Brute: 3
1470+
Genetic: 1
1471+
types:
1472+
Poison: -6
1473+
Radiation: -3

Resources/Prototypes/Recipes/Reactions/medicine.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -662,3 +662,33 @@
662662
amount: 1
663663
products:
664664
Haloperidol: 5
665+
666+
- type: reaction
667+
id: Traumoxadone
668+
impact: Medium
669+
reactants:
670+
Cryoxadone:
671+
amount: 1
672+
Bicaridine:
673+
amount: 1
674+
Fersilicite:
675+
amount: 1
676+
Lipozine:
677+
amount: 1
678+
products:
679+
Traumoxadone: 3
680+
681+
- type: reaction
682+
id: Stelloxadone
683+
impact: Medium
684+
reactants:
685+
Stellibinin:
686+
amount: 5
687+
Cryoxadone:
688+
amount: 3
689+
Arithrazine:
690+
amount: 2
691+
products:
692+
Stelloxadone: 5
693+
Water: 3
694+
Fiber: 2

0 commit comments

Comments
 (0)