diff --git a/Resources/Locale/en-US/_prototypes/_sunrise/reagents/fun.ftl b/Resources/Locale/en-US/_prototypes/_sunrise/reagents/fun.ftl index 6a8a92815c6..0ceaeb6214c 100644 --- a/Resources/Locale/en-US/_prototypes/_sunrise/reagents/fun.ftl +++ b/Resources/Locale/en-US/_prototypes/_sunrise/reagents/fun.ftl @@ -1,3 +1,7 @@ reagent-name-aphrodesiac = Aphrodesiac reagent-desc-aphrodesiac = A substance that increases arousal or pleasure. -reagent-physical-desc-aphrodesiac = Shimmering, ruby-red liquid that glows softly in the light. \ No newline at end of file +reagent-physical-desc-aphrodesiac = Shimmering, ruby-red liquid that glows softly in the light. +reagent-name-celliminol = celliminol +reagent-desc-celliminol = A cryogenics chemical. A powerful chemical developed by Qillu. +reagent-name-h-32 = H-32 +reagent-desc-h-32 = A reagent developed in the field with increased radiation \ No newline at end of file diff --git a/Resources/Locale/en-US/_strings/reagents/meta/physical-desc.ftl b/Resources/Locale/en-US/_strings/reagents/meta/physical-desc.ftl index 61954e01eb5..c26f406600d 100644 --- a/Resources/Locale/en-US/_strings/reagents/meta/physical-desc.ftl +++ b/Resources/Locale/en-US/_strings/reagents/meta/physical-desc.ftl @@ -94,3 +94,5 @@ reagent-physical-desc-reflective = reflective reagent-physical-desc-holy = holy reagent-physical-desc-slimy = slimy reagent-physical-desc-neural = neural +reagent-physical-desc-h-32 = strongly smelling of radioactive burns +reagent-physical-desc-celliminol = It smells strongly of blood \ No newline at end of file diff --git a/Resources/Locale/ru-RU/_prototypes/_sunrise/reagents/fun.ftl b/Resources/Locale/ru-RU/_prototypes/_sunrise/reagents/fun.ftl index 9efdd29c965..b6e94043fca 100644 --- a/Resources/Locale/ru-RU/_prototypes/_sunrise/reagents/fun.ftl +++ b/Resources/Locale/ru-RU/_prototypes/_sunrise/reagents/fun.ftl @@ -8,3 +8,7 @@ reagent-physical-desc-honkpower = Дрожащее reagent-physical-desc-strong-smell = Сильно пахнущее reagent-name-nastoyka-romashki = настойка ромашки reagent-desc-nastoyka-romashki = Лепестки ромашки настояные в спирте. +reagent-name-h-32 = H-32 +reagent-desc-h-32 = Реагент, разработанный в полевых условиях с повышенной радиацией +reagent-name-celliminol = Целлиминол +reagent-desc-celliminol = Химикат криогенного действия. Мощный химикат разработанный компанией. diff --git a/Resources/Locale/ru-RU/_strings/reagents/meta/physical-desc.ftl b/Resources/Locale/ru-RU/_strings/reagents/meta/physical-desc.ftl index 9915df7baab..133f6f8e428 100644 --- a/Resources/Locale/ru-RU/_strings/reagents/meta/physical-desc.ftl +++ b/Resources/Locale/ru-RU/_strings/reagents/meta/physical-desc.ftl @@ -95,3 +95,5 @@ reagent-physical-desc-holy = святое reagent-physical-desc-slimy = склизкое reagent-physical-desc-neural = нейронное reagent-physical-desc-vile = мерзкое +reagent-physical-desc-celliminol = сильно отдающее кровью +reagent-physical-desc-h-32 = сильно пахнущее радиоактивными ожогами \ No newline at end of file diff --git a/Resources/Prototypes/_Sunrise/Reagents/fun.yml b/Resources/Prototypes/_Sunrise/Reagents/fun.yml index 7ee841ca063..c418bd3f1d1 100644 --- a/Resources/Prototypes/_Sunrise/Reagents/fun.yml +++ b/Resources/Prototypes/_Sunrise/Reagents/fun.yml @@ -43,4 +43,44 @@ prototype: ClowanHulk conditions: - !type:ReagentThreshold - min: 5 \ No newline at end of file + min: 5 + +- type: reagent + id: H-32 + name: reagent-name-h-32 + group: Medicine + desc: reagent-desc-h-32 + physicalDesc: reagent-physical-desc-h-32 + flavor: medicine + color: "#cc1a79" + worksOnTheDead: true + metabolisms: + Medicine: + effects: + - !type:HealthChange + conditions: + - !type:Temperature + max: 213.0 + damage: + types: + Radiation: -2 + +- type: reagent + id: Celliminol + name: reagent-name-celliminol + group: Special + desc: reagent-desc-celliminol + physicalDesc: reagent-physical-desc-celliminol + flavor: medicine + color: "#81eb81" + worksOnTheDead: true + metabolisms: + Medicine: + effects: + - !type:HealthChange + conditions: + - !type:Temperature + max: 213.0 + damage: + types: + Cellular: -5 diff --git a/Resources/Prototypes/_Sunrise/Recipes/Reactions/medicine.yml b/Resources/Prototypes/_Sunrise/Recipes/Reactions/medicine.yml index 2d4988d3154..c785e745bde 100644 --- a/Resources/Prototypes/_Sunrise/Recipes/Reactions/medicine.yml +++ b/Resources/Prototypes/_Sunrise/Recipes/Reactions/medicine.yml @@ -13,3 +13,32 @@ amount: 4 products: Desoantizyne: 0.7 + +- type: reaction + id: H-32 + reactants: + Arithrazine: + amount: 1 + Bicaridine: + amount: 1 + Cryoxadone: + amount: 1 + Plasma: + amount: 1 + catalyst: true + products: + H-32: 4 + +- type: reaction + id: Celliminol + impact: High + minTemp: 500 + reactants: + Doxarubixadone: + amount: 5 + Omnizine: + amount: 1 + Blood: + amount: 10 + products: + Celliminol: 5 diff --git a/RobustToolbox b/RobustToolbox index 0f60ad9018f..abeda6e1902 160000 --- a/RobustToolbox +++ b/RobustToolbox @@ -1 +1 @@ -Subproject commit 0f60ad9018f54f9b49da1810bbffa01e2c5975f7 +Subproject commit abeda6e19022408b862174fc6a31f00288cd1cca