From 6b619e6376587c65f447fa625c96cf2eb0bf8bb1 Mon Sep 17 00:00:00 2001 From: lapatison <100279397+lapatison@users.noreply.github.com> Date: Thu, 23 Jun 2022 15:03:58 +0300 Subject: [PATCH] Unlocalized reagents localization (#9041) --- Resources/Locale/en-US/reagents/meta/biological.ftl | 3 +++ Resources/Locale/en-US/reagents/meta/medicine.ftl | 8 +++++++- Resources/Locale/en-US/reagents/meta/toxins.ftl | 5 ++++- Resources/Prototypes/Reagents/biological.yml | 6 +++--- Resources/Prototypes/Reagents/medicine.yml | 12 ++++++------ Resources/Prototypes/Reagents/toxins.yml | 6 +++--- 6 files changed, 26 insertions(+), 14 deletions(-) diff --git a/Resources/Locale/en-US/reagents/meta/biological.ftl b/Resources/Locale/en-US/reagents/meta/biological.ftl index cb70f9548a..a3de45fbf6 100644 --- a/Resources/Locale/en-US/reagents/meta/biological.ftl +++ b/Resources/Locale/en-US/reagents/meta/biological.ftl @@ -3,3 +3,6 @@ reagent-desc-blood = I hope this is ketchup. reagent-name-slime = slime reagent-desc-slime = You thought this was gradient blood at first, but you were mistaken. + +reagent-name-ichor = ichor +reagent-desc-ichor = An extremely potent regenerative chemical, perfected by space fauna evolution. Produced in the dragon's digestive system, it is seen as an exotic commodity due to the gargantuan effort of hunting for it. diff --git a/Resources/Locale/en-US/reagents/meta/medicine.ftl b/Resources/Locale/en-US/reagents/meta/medicine.ftl index 2f715b2aed..ae1f522175 100644 --- a/Resources/Locale/en-US/reagents/meta/medicine.ftl +++ b/Resources/Locale/en-US/reagents/meta/medicine.ftl @@ -34,6 +34,9 @@ reagent-desc-epinephrine = Effective at bringing people back from a critical sta reagent-name-hyronalin = hyronalin reagent-desc-hyronalin = A weak treatment for radiation damage. Considered to be useful mainly for genetic modification, where it reduces radiation levels, and thus the chance of genetic mutations. Largely outclassed by Arithrazine. +reagent-name-ipecac = ipecac +reagent-desc-ipecac = Induces vomiting. Useful for stopping a poisoning that isn't done metabolizing. + reagent-name-inaprovaline = inaprovaline reagent-desc-inaprovaline = Inaprovaline is a synaptic stimulant and cardiostimulant. Commonly used to stabilize patients- it stops oxygen loss when the patient is in critical health. It'll also slow down bleeding by a good amount. Acts as a decent painkiller. @@ -43,6 +46,9 @@ reagent-desc-kelotane = Treats burn damage and prevents infection. reagent-name-leporazine = leporazine reagent-desc-leporazine = This keeps a patient's body temperature stable. High doses can allow short periods of unprotected EVA, but prevents use of the cryogenics tubes. +reagent-name-barozine = barozine +reagent-desc-barozine = A somewhat toxic medicine that prevents pressure damage. Causes extreme pain and jittering. Very poisonous when overdosed. + reagent-name-phalanximine = phalanximine reagent-desc-phalanximine = Used in the treatment of cancer, is as effective as Anti-Toxin. Causes moderate radiation and hair loss. @@ -73,7 +79,7 @@ reagent-desc-tricordrazine = A wide-spectrum stimulant, originally derived from reagent-name-lipozine = lipozine reagent-desc-lipozine = Causes weight loss upon consumption. -reagent-name-omnizine = Omnizine +reagent-name-omnizine = omnizine reagent-desc-omnizine = A soothing milky liquid with an iridescent gleam. A well known conspiracy theory says that it's origins remain a mystery because knowing the secrets of its production would render most commercial pharmaceuticals obsolete. reagent-name-ultravasculine = ultravasculine diff --git a/Resources/Locale/en-US/reagents/meta/toxins.ftl b/Resources/Locale/en-US/reagents/meta/toxins.ftl index 2c3660b472..88e387a721 100644 --- a/Resources/Locale/en-US/reagents/meta/toxins.ftl +++ b/Resources/Locale/en-US/reagents/meta/toxins.ftl @@ -1,5 +1,8 @@ reagent-name-toxin = toxin -reagent-desc-toxin = A Toxic chemical. +reagent-desc-toxin = A toxic chemical. + +reagent-name-carpotoxin = carpotoxin +reagent-desc-carpotoxin = Toxic secretions of a space carp. Causes a painful burning sensation. reagent-name-polytrinic-acid = polytrinic acid reagent-desc-polytrinic-acid = An extremely corrosive chemical substance. The slightest touch of it will melt off most masks and headgear, and it deals extreme damage to anyone who comes directly into contact with it. diff --git a/Resources/Prototypes/Reagents/biological.yml b/Resources/Prototypes/Reagents/biological.yml index 9f09766723..aa530929ee 100644 --- a/Resources/Prototypes/Reagents/biological.yml +++ b/Resources/Prototypes/Reagents/biological.yml @@ -31,10 +31,10 @@ - type: reagent id: Ichor - name: Ichor + name: reagent-name-ichor group: Biological - desc: An extremely potent regenerative chemical, perfected by space fauna evolution. Produced in the dragon's digestive system, it is seen as an exotic commodity due to the gargantuan effort of hunting for it. - physicalDesc: roaring + desc: reagent-desc-ichor + physicalDesc: reagent-physical-desc-roaring color: "#f4692e" metabolisms: Drink: diff --git a/Resources/Prototypes/Reagents/medicine.yml b/Resources/Prototypes/Reagents/medicine.yml index 93e58ac700..d89a6e26be 100644 --- a/Resources/Prototypes/Reagents/medicine.yml +++ b/Resources/Prototypes/Reagents/medicine.yml @@ -307,10 +307,10 @@ - type: reagent id: Ipecac - name: ipecac + name: reagent-name-ipecac group: Medicine - desc: Induces vomiting. Useful for stopping a poisoning that isn't done metabolizing. - physicalDesc: inky + desc: reagent-desc-ipecac + physicalDesc: reagent-physical-desc-inky color: "#422912" metabolisms: Medicine: @@ -385,10 +385,10 @@ - type: reagent id: Barozine - name: barozine + name: reagent-name-barozine group: Medicine - desc: A somewhat toxic medicine that prevents pressure damage. Causes extreme pain and jittering. Very poisonous when overdosed. - physicalDesc: viscous + desc: reagent-desc-barozine + physicalDesc: reagent-physical-desc-viscous color: "#ff867d" metabolisms: Medicine: diff --git a/Resources/Prototypes/Reagents/toxins.yml b/Resources/Prototypes/Reagents/toxins.yml index 60e3fe674e..2042f1e4b8 100644 --- a/Resources/Prototypes/Reagents/toxins.yml +++ b/Resources/Prototypes/Reagents/toxins.yml @@ -20,11 +20,11 @@ - type: reagent id: CarpoToxin - name: Carpotoxin + name: reagent-name-carpotoxin group: Toxins - desc: Toxic secretions of a space carp. Causes a painful burning sensation. + desc: reagent-desc-carpotoxin color: "#e2a38c" - physicalDesc: exotic-smelling + physicalDesc: reagent-physical-desc-exotic-smelling plantMetabolism: - !type:PlantAdjustToxins amount: 10