Unlocalized reagents localization (#9041)
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user