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

Commit 8162015

Browse files
authored
Merge pull request RonRonstation#267 from arenaconspiracy/nucryonicsisgoodactually
Revert reversion of new cryonics
2 parents fefdf90 + 9f793d4 commit 8162015

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
@@ -3111,6 +3111,33 @@
31113111
id: 8519
31123112
time: '2025-05-18T08:57:23.0000000+00:00'
31133113
url: https://github.com/space-wizards/space-station-14/pull/37069
3114+
- author: ScarKy0
3115+
changes:
3116+
- message: Added Stelloxadone! A cryochemical used to treat poison and radiation
3117+
damage in living patients as well as corpses, though it comes at a cost of genetic
3118+
damage.
3119+
type: Add
3120+
id: 8520
3121+
time: '2025-05-18T09:11:23.0000000+00:00'
3122+
url: https://github.com/space-wizards/space-station-14/pull/37131
3123+
- author: ScarKy0
3124+
changes:
3125+
- message: Cryoxadone now works on the dead.
3126+
type: Tweak
3127+
- message: Cryoxadone has been reworked. It no longer heals basic damage types.
3128+
Instead it heals asphyxiation, bloodloss and increases blood level.
3129+
type: Tweak
3130+
id: 8521
3131+
time: '2025-05-18T09:11:51.0000000+00:00'
3132+
url: https://github.com/space-wizards/space-station-14/pull/37132
3133+
- author: ScarKy0
3134+
changes:
3135+
- message: Added Traumoxadone! A cryochemical used to treat brute damage in living
3136+
patients as well as corpses.
3137+
type: Add
3138+
id: 8522
3139+
time: '2025-05-18T09:11:59.0000000+00:00'
3140+
url: https://github.com/space-wizards/space-station-14/pull/37236
31143141
- author: ScarKy0
31153142
changes:
31163143
- 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)