FIXED: Chemistry JSON dump tool and companion GitHub Action (#6222)
Co-authored-by: ShadowCommander <10494922+ShadowCommander@users.noreply.github.com> Co-authored-by: moonheart08 <moonheart08@users.noreply.github.com>
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
- type: reagent
|
||||
id: BaseDrink
|
||||
group: Drinks
|
||||
abstract: true
|
||||
metabolisms:
|
||||
Drink:
|
||||
@@ -37,6 +38,7 @@
|
||||
|
||||
- type: reagent
|
||||
id: BaseAlcohol
|
||||
group: Drinks
|
||||
abstract: true
|
||||
metabolisms:
|
||||
Drink:
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
- type: reagent
|
||||
id: Cream
|
||||
name: cream
|
||||
group: Drinks
|
||||
desc: The fatty, still liquid part of milk. Why don't you mix this with sum scotch, eh?
|
||||
physicalDesc: creamy
|
||||
color: "#DFD7AF"
|
||||
@@ -75,6 +76,7 @@
|
||||
- type: reagent
|
||||
id: Lemonade
|
||||
name: lemonade
|
||||
group: Drinks
|
||||
desc: Drink using lemon juice, water, and a sweetener such as cane sugar or honey.
|
||||
physicalDesc: tart
|
||||
color: "#FFFF00"
|
||||
@@ -88,6 +90,7 @@
|
||||
- type: reagent
|
||||
id: Milk
|
||||
name: milk
|
||||
group: Drinks
|
||||
desc: An opaque white liquid produced by the mammary glands of mammals.
|
||||
physicalDesc: opaque
|
||||
color: "#DFDFDF"
|
||||
@@ -105,6 +108,7 @@
|
||||
- type: reagent
|
||||
id: MilkOat
|
||||
name: oat milk
|
||||
group: Drinks
|
||||
desc: Surprisingly tasty.
|
||||
physicalDesc: refreshing
|
||||
color: "#302000"
|
||||
@@ -117,6 +121,7 @@
|
||||
- type: reagent
|
||||
id: MilkSoy
|
||||
name: soy milk
|
||||
group: Drinks
|
||||
desc: Surprisingly tasty.
|
||||
physicalDesc: refreshing
|
||||
color: "#302000"
|
||||
@@ -129,6 +134,7 @@
|
||||
- type: reagent
|
||||
id: MilkSpoiled
|
||||
name: spoiled milk
|
||||
group: Drinks
|
||||
desc: This milk has gone rancid.
|
||||
physicalDesc: putrid
|
||||
color: "#faffba"
|
||||
@@ -142,6 +148,7 @@
|
||||
id: Nothing
|
||||
name: nothing
|
||||
desc: Absolutely nothing.
|
||||
group: Drinks
|
||||
physicalDesc: nothing
|
||||
spritePath: nothing.rsi
|
||||
metabolisms:
|
||||
@@ -154,6 +161,7 @@
|
||||
- type: reagent
|
||||
id: NukaCola
|
||||
name: nuka cola
|
||||
group: Drinks
|
||||
desc: Cola, cola never changes.
|
||||
physicalDesc: fizzy
|
||||
color: "#100800"
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
- type: reagent
|
||||
id: Astrotame
|
||||
name: Astrotame
|
||||
group: Foods
|
||||
desc: The sweetness of a thousand sugars but none of the calories.
|
||||
# physicalDesc:
|
||||
color: aquamarine
|
||||
@@ -8,6 +9,7 @@
|
||||
- type: reagent
|
||||
id: BbqSauce
|
||||
name: BBQ sauce
|
||||
group: Foods
|
||||
desc: Hand wipes not included.
|
||||
physicalDesc: Gloopy.
|
||||
color: darkred
|
||||
@@ -15,6 +17,7 @@
|
||||
- type: reagent
|
||||
id: Cornoil
|
||||
name: corn oil
|
||||
group: Foods
|
||||
desc: Corn oil, A delicious oil used in cooking. Made from corn.
|
||||
# physicalDesc:
|
||||
color: yellow
|
||||
@@ -22,6 +25,7 @@
|
||||
- type: reagent
|
||||
id: Frostoil
|
||||
name: frostoil
|
||||
group: Foods
|
||||
desc: Leaves the tongue numb in its passage.
|
||||
# physicalDesc:
|
||||
color: skyblue
|
||||
@@ -29,6 +33,7 @@
|
||||
- type: reagent
|
||||
id: HorseradishSauce
|
||||
name: horseradish sauce
|
||||
group: Foods
|
||||
desc: Smelly horseradish sauce.
|
||||
physicalDesc: Overpowering.
|
||||
color: gray
|
||||
@@ -36,6 +41,7 @@
|
||||
- type: reagent
|
||||
id: Hotsauce
|
||||
name: hotsauce
|
||||
group: Foods
|
||||
desc: Burns so good.
|
||||
# physicalDesc:
|
||||
color: red
|
||||
@@ -43,6 +49,7 @@
|
||||
- type: reagent
|
||||
id: Ketchup
|
||||
name: ketchup
|
||||
group: Foods
|
||||
desc: Made from pureed tomatoes and flavored with spices.
|
||||
# physicalDesc:
|
||||
color: red
|
||||
@@ -50,6 +57,7 @@
|
||||
- type: reagent
|
||||
id: Soysauce
|
||||
name: soy sauce
|
||||
group: Foods
|
||||
desc: A salty soy-based flavoring.
|
||||
# physicalDesc:
|
||||
color: saddlebrown
|
||||
@@ -57,6 +65,7 @@
|
||||
- type: reagent
|
||||
id: TableSalt
|
||||
name: table salt
|
||||
group: Foods
|
||||
desc: Commonly known as salt, Sodium Chloride is often used to season food or kill borers instantly.
|
||||
physicalDesc: grainy
|
||||
color: "#a1000b"
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
- type: reagent
|
||||
id: Nutriment
|
||||
name: nutriment
|
||||
group: Foods
|
||||
desc: All the vitamins, minerals, and carbohydrates the body needs in pure form.
|
||||
physicalDesc: opaque
|
||||
color: "#664330"
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
- type: reagent
|
||||
id: Flour
|
||||
name: flour
|
||||
group: Foods
|
||||
desc: Used for baking.
|
||||
physicalDesc: powdery
|
||||
color: white
|
||||
@@ -13,6 +14,7 @@
|
||||
- type: reagent
|
||||
id: Oats
|
||||
name: oats
|
||||
group: Foods
|
||||
desc: Used for a variety of tasty purposes.
|
||||
physicalDesc: coarse
|
||||
color: tan
|
||||
@@ -25,6 +27,7 @@
|
||||
- type: reagent
|
||||
id: Enzyme
|
||||
name: universal enzyme
|
||||
group: Foods
|
||||
desc: Used in cooking various dishes.
|
||||
color: "#009900"
|
||||
metabolisms:
|
||||
@@ -36,6 +39,7 @@
|
||||
- type: reagent
|
||||
id: Egg
|
||||
name: egg
|
||||
group: Foods
|
||||
desc: Used for baking.
|
||||
physicalDesc: mucus-like
|
||||
color: white
|
||||
@@ -48,6 +52,7 @@
|
||||
- type: reagent
|
||||
id: Sugar
|
||||
name: sugar
|
||||
group: Foods
|
||||
desc: Tasty spacey sugar!
|
||||
physicalDesc:
|
||||
color: white
|
||||
@@ -60,6 +65,7 @@
|
||||
- type: reagent
|
||||
id: Blackpepper
|
||||
name: black pepper
|
||||
group: Foods
|
||||
desc: Often used to flavor food or make people sneeze.
|
||||
physicalDesc: Grainy.
|
||||
color: black
|
||||
@@ -72,6 +78,7 @@
|
||||
- type: reagent
|
||||
id: Vinegar
|
||||
name: vinegar
|
||||
group: Foods
|
||||
desc: Often used to flavor food.
|
||||
color: tan
|
||||
metabolisms:
|
||||
@@ -83,6 +90,7 @@
|
||||
- type: reagent
|
||||
id: Rice
|
||||
name: rice
|
||||
group: Foods
|
||||
desc: Hard, small white grains.
|
||||
color: white
|
||||
metabolisms:
|
||||
@@ -93,6 +101,7 @@
|
||||
- type: reagent
|
||||
id: OilOlive
|
||||
name: olive oil
|
||||
group: Foods
|
||||
desc: Viscous and fragrant.
|
||||
color: olive
|
||||
metabolisms:
|
||||
@@ -104,6 +113,7 @@
|
||||
- type: reagent
|
||||
id: Oil
|
||||
name: oil
|
||||
group: Foods
|
||||
desc: Used by chefs to cook.
|
||||
physicalDesc: oily
|
||||
color: "#b67823"
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
- type: reagent
|
||||
id: EZNutrient
|
||||
name: EZ nutrient
|
||||
group: Botanical
|
||||
desc: Give your plants some of those EZ nutrients!
|
||||
color: "#664330"
|
||||
physicalDesc: thick
|
||||
@@ -11,6 +12,7 @@
|
||||
- type: reagent
|
||||
id: Left4Zed
|
||||
name: left-4-zed
|
||||
group: Botanical
|
||||
desc: A cocktail of mutagenic compounds, which cause plant life to become highly unstable.
|
||||
color: "#5b406c"
|
||||
physicalDesc: heterogeneous
|
||||
@@ -26,6 +28,7 @@
|
||||
- type: reagent
|
||||
id: PestKiller
|
||||
name: pest killer
|
||||
group: Botanical
|
||||
desc: A mixture that targets pests.
|
||||
color: "#9e9886"
|
||||
physicalDesc: bubbling
|
||||
@@ -38,6 +41,7 @@
|
||||
- type: reagent
|
||||
id: PlantBGone
|
||||
name: plant-B-gone
|
||||
group: Botanical
|
||||
desc: A harmful toxic mixture to kill plantlife. Do not ingest!
|
||||
color: "#49002E"
|
||||
physicalDesc: bubbling
|
||||
@@ -54,6 +58,7 @@
|
||||
- type: reagent
|
||||
id: RobustHarvest
|
||||
name: robust harvest
|
||||
group: Botanical
|
||||
desc: Plant-enhancing hormones, good for increasing potency.
|
||||
color: "#3e901c"
|
||||
physicalDesc: robust
|
||||
@@ -71,6 +76,7 @@
|
||||
- type: reagent
|
||||
id: WeedKiller
|
||||
name: weed killer
|
||||
group: Botanical
|
||||
desc: A mixture that targets weeds.
|
||||
color: "#968395"
|
||||
physicalDesc: bubbling
|
||||
@@ -83,6 +89,7 @@
|
||||
- type: reagent
|
||||
id: Ammonia
|
||||
name: ammonia
|
||||
group: Botanical
|
||||
desc: An effective fertilizer which is better than what is available to the botanist initially, though it isn't as powerful as Diethylamine
|
||||
physicalDesc: pungent
|
||||
color: "#77b58e"
|
||||
@@ -104,6 +111,7 @@
|
||||
- type: reagent
|
||||
id: Diethylamine
|
||||
name: diethylamine
|
||||
group: Botanical
|
||||
desc: A very potent fertilizer.
|
||||
physicalDesc: strong-smelling
|
||||
color: "#a1000b"
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
- type: reagent
|
||||
id: Aluminium # We use real words here.
|
||||
name: aluminium
|
||||
group: Elements
|
||||
desc: A silver, soft, non-magnetic, and ductile metal.
|
||||
physicalDesc: metallic
|
||||
color: "#848789"
|
||||
@@ -10,6 +11,7 @@
|
||||
- type: reagent
|
||||
id: Carbon
|
||||
name: carbon
|
||||
group: Elements
|
||||
desc: A black, crystalline solid.
|
||||
physicalDesc: crystalline
|
||||
color: "#22282b"
|
||||
@@ -19,6 +21,7 @@
|
||||
- type: reagent
|
||||
id: Chlorine
|
||||
name: chlorine
|
||||
group: Elements
|
||||
desc: A yellow-green gas which is toxic to humans.
|
||||
physicalDesc: gaseous
|
||||
color: "#a2ff00"
|
||||
@@ -37,6 +40,7 @@
|
||||
- type: reagent
|
||||
id: Copper
|
||||
name: copper
|
||||
group: Elements
|
||||
desc: A soft, malleable, and ductile metal with very high thermal and electrical conductivity.
|
||||
physicalDesc: metallic
|
||||
color: "#b05b3c"
|
||||
@@ -46,6 +50,7 @@
|
||||
- type: reagent
|
||||
id: Fluorine
|
||||
name: fluorine
|
||||
group: Elements
|
||||
desc: A highly toxic pale yellow gas. Extremely reactive.
|
||||
physicalDesc: gaseous
|
||||
color: "#808080"
|
||||
@@ -64,6 +69,7 @@
|
||||
- type: reagent
|
||||
id: Gold
|
||||
name: gold
|
||||
group: Elements
|
||||
desc: Gold is a dense, soft, shiny metal and the most malleable and ductile metal known.
|
||||
physicalDesc: metallic
|
||||
color: "#F7C430"
|
||||
@@ -73,6 +79,7 @@
|
||||
- type: reagent
|
||||
id: Hydrogen
|
||||
name: hydrogen
|
||||
group: Elements
|
||||
desc: A light, flammable gas.
|
||||
physicalDesc: gaseous
|
||||
color: "#808080"
|
||||
@@ -82,6 +89,7 @@
|
||||
- type: reagent
|
||||
id: Iodine
|
||||
name: iodine
|
||||
group: Elements
|
||||
desc: Commonly added to table salt as a nutrient. On its own it tastes far less pleasing.
|
||||
physicalDesc: Dark Brown
|
||||
color: "#BC8A00"
|
||||
@@ -91,6 +99,7 @@
|
||||
- type: reagent
|
||||
id: Iron
|
||||
name: iron
|
||||
group: Elements
|
||||
desc: A silvery-grey metal which forms iron oxides (rust) with contact with air. Commonly alloyed with other elements to create alloys such as steel.
|
||||
physicalDesc: metallic
|
||||
color: "#434b4d"
|
||||
@@ -100,6 +109,7 @@
|
||||
- type: reagent
|
||||
id: Lithium
|
||||
name: lithium
|
||||
group: Elements
|
||||
desc: A soft, silvery-white alkali metal. It is highly reactive, and ignites if it makes contact with water.
|
||||
physicalDesc: shiny
|
||||
color: "#c6c8cc"
|
||||
@@ -110,6 +120,7 @@
|
||||
- type: reagent
|
||||
id: Mercury
|
||||
name: mercury
|
||||
group: Elements
|
||||
desc: A silver metal which is liquid at room temperature. It is highly toxic to humans.
|
||||
physicalDesc: shiny
|
||||
color: "#929296"
|
||||
@@ -126,6 +137,7 @@
|
||||
- type: reagent
|
||||
id: Nitrogen
|
||||
name: nitrogen
|
||||
group: Elements
|
||||
desc: A colorless, odorless unreactive gas. Highly stable.
|
||||
physicalDesc: gaseous
|
||||
color: "#808080"
|
||||
@@ -135,6 +147,7 @@
|
||||
- type: reagent
|
||||
id: Oxygen
|
||||
name: oxygen
|
||||
group: Elements
|
||||
desc: An oxidizing, colorless gas.
|
||||
physicalDesc: gaseous
|
||||
color: "#808080"
|
||||
@@ -144,6 +157,7 @@
|
||||
- type: reagent
|
||||
id: Potassium
|
||||
name: potassium
|
||||
group: Elements
|
||||
desc: A soft, shiny grey metal. Even more reactive than lithium.
|
||||
physicalDesc: shiny
|
||||
color: "#c6c8cc"
|
||||
@@ -153,6 +167,7 @@
|
||||
- type: reagent
|
||||
id: Phosphorus
|
||||
name: phosphorus
|
||||
group: Elements
|
||||
desc: A reactive metal used in pyrotechnics and weapons.
|
||||
physicalDesc: powdery
|
||||
color: "#ede4e4"
|
||||
@@ -169,6 +184,7 @@
|
||||
- type: reagent
|
||||
id: Radium
|
||||
name: radium
|
||||
group: Elements
|
||||
parent: Uranium
|
||||
desc: A radioactive metal, silvery-white in its pure form. It glows due to its radioactivity and is highly toxic.
|
||||
physicalDesc: glowing
|
||||
@@ -179,6 +195,7 @@
|
||||
- type: reagent
|
||||
id: Silicon
|
||||
name: silicon
|
||||
group: Elements
|
||||
desc: A hard and brittle crystalline solid with a blue-grey color.
|
||||
physicalDesc: crystalline
|
||||
color: "#364266"
|
||||
@@ -188,6 +205,7 @@
|
||||
- type: reagent
|
||||
id: Silver
|
||||
name: silver
|
||||
group: Elements
|
||||
desc: A soft, white, lustrous transition metal, it has the highest electrical conductivity of any element and the highest thermal conductivity of any metal.
|
||||
physicalDesc: reasonably metallic
|
||||
color: "#d0d0d0"
|
||||
@@ -197,6 +215,7 @@
|
||||
- type: reagent
|
||||
id: Sulfur
|
||||
name: sulfur
|
||||
group: Elements
|
||||
desc: A yellow, crystalline solid.
|
||||
physicalDesc: powdery
|
||||
color: "#fff385"
|
||||
@@ -206,6 +225,7 @@
|
||||
- type: reagent
|
||||
id: Sodium
|
||||
name: sodium
|
||||
group: Elements
|
||||
desc: A silvery-white alkali metal. Highly reactive in its pure form. #thanks visne <3
|
||||
physicalDesc: metallic
|
||||
color: "#c6c8cc"
|
||||
@@ -215,6 +235,7 @@
|
||||
- type: reagent
|
||||
id: Uranium
|
||||
name: uranium
|
||||
group: Elements
|
||||
desc: A grey metallic chemical element in the actinide series, weakly radioactive.
|
||||
physicalDesc: metallic
|
||||
color: "#8fa191"
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
- type: reagent
|
||||
id: Carpetium
|
||||
name: carpetium
|
||||
group: Special
|
||||
desc: A mystical chemical, usually outsourced from the Clown Planet, that covers everything it touches in carpet.
|
||||
physicalDesc: fibrous
|
||||
color: "#800000"
|
||||
@@ -27,6 +28,7 @@
|
||||
- type: reagent
|
||||
id: BuzzochloricBees
|
||||
name: Buzzochloric Bees
|
||||
group: Toxins
|
||||
desc: "Liquid bees. Oh god it's LIQUID BEES NO-"
|
||||
physicalDesc: buzzy
|
||||
color: "#FFD35D"
|
||||
@@ -130,6 +132,7 @@
|
||||
- type: reagent
|
||||
id: Licoxide
|
||||
name: Licoxide
|
||||
group: Toxins
|
||||
desc: It looks... electrifying.
|
||||
physicalDesc: electric
|
||||
color: "#FDD023"
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
- type: reagent
|
||||
id: Alkycosine
|
||||
name: alkycosine
|
||||
group: Medicine
|
||||
desc: Lessens the damage to neurological tissue. More effective at treating brain damage than alkysine and also a fairly effective painkiller as well. Caution is needed in its creation to avoid mixing bleach and the chlorine needed to make alkysine.
|
||||
physicalDesc: strong-smelling
|
||||
color: "#9e232b"
|
||||
@@ -9,6 +10,7 @@
|
||||
- type: reagent
|
||||
id: Alkysine
|
||||
name: alkysine
|
||||
group: Medicine
|
||||
desc: Lessens the damage to neurological tissue, effective even after catastrophic injury. Used for treating brain damage and also a fairly effective painkiller.
|
||||
physicalDesc: oily
|
||||
color: "#ff8c00"
|
||||
@@ -17,6 +19,7 @@
|
||||
- type: reagent
|
||||
id: Dylovene
|
||||
name: dylovene
|
||||
group: Medicine
|
||||
desc: A broad-spectrum anti-toxin, which treats toxin damage in the blood stream. Overdosing will cause vomiting, dizzyness and pain.
|
||||
physicalDesc: translucent
|
||||
color: "#3a1d8a"
|
||||
@@ -37,6 +40,7 @@
|
||||
- type: reagent
|
||||
id: Diphenhydramine
|
||||
name: diphenhydramine
|
||||
group: Medicine
|
||||
desc: Rapidly purges the body of histamine and reduces jitteriness.
|
||||
physicalDesc: chalky
|
||||
color: "#64ffe6"
|
||||
@@ -54,6 +58,7 @@
|
||||
- type: reagent
|
||||
id: Arithrazine
|
||||
name: arithrazine
|
||||
group: Medicine
|
||||
desc: A slightly unstable medication used for the most extreme any serious case of radiation poisoning. Lowers radiation level at over twice the rate Hyronalin does and will heal toxin damage at the same time. Deals very minor brute damage to the patient over time, but the patient's body will typically out-regenerate it easily.
|
||||
physicalDesc: cloudy
|
||||
color: "#bd5902"
|
||||
@@ -70,6 +75,7 @@
|
||||
- type: reagent
|
||||
id: Bicaridine
|
||||
name: bicaridine
|
||||
group: Medicine
|
||||
desc: An analgesic which is highly effective at treating brute damage. It is useful for stabilizing people who have been severely beaten, as well as treating less life-threatening injuries. In the case of bleeding (internal or external), bicaridine will slow down the bleeding heavily. If the dosage exceeds the overdose limit, it'll stop it outright.
|
||||
physicalDesc: opaque
|
||||
color: "#ffaa00"
|
||||
@@ -84,6 +90,7 @@
|
||||
- type: reagent
|
||||
id: Cryoxadone
|
||||
name: cryoxadone
|
||||
group: Medicine
|
||||
desc: Required for the proper function of cryogenics. Heals all standard types of damage very swiftly, but only works in temperatures under 170K (usually this means cryo cells). Can also slowly heal clone damage, such as caused by cloning or Slimes.
|
||||
physicalDesc: fizzy
|
||||
color: "#0091ff"
|
||||
@@ -111,6 +118,7 @@
|
||||
- type: reagent
|
||||
id: Clonexadone
|
||||
name: clonexadone
|
||||
group: Medicine
|
||||
parent: Cryoxadone
|
||||
desc: Heals standard damage in the same as Cryoxadone, with the same temperature requirement. Significantly more effective than the former at treating cellular damage, although both can be used simultaneously. Best used in cryo cells.
|
||||
physicalDesc: bubbly
|
||||
@@ -124,6 +132,7 @@
|
||||
- type: reagent
|
||||
id: Citalopram
|
||||
name: citalopram
|
||||
group: Medicine
|
||||
desc: Prevents hallucination slightly.
|
||||
physicalDesc: cloudy
|
||||
color: "#21693c"
|
||||
@@ -133,6 +142,7 @@
|
||||
- type: reagent
|
||||
id: Dermaline
|
||||
name: dermaline
|
||||
group: Medicine
|
||||
desc: An advanced chemical that is more effective at treating burn damage than Kelotane.
|
||||
physicalDesc: translucent
|
||||
color: "#215263"
|
||||
@@ -147,6 +157,7 @@
|
||||
- type: reagent
|
||||
id: Dexalin
|
||||
name: dexalin
|
||||
group: Medicine
|
||||
desc: Used for treating oxygen deprivation. In most cases where it is likely to be needed, the strength of Dexalin Plus will probably be more useful (Results in 1 unit instead of 2).
|
||||
physicalDesc: opaque
|
||||
color: "#0041a8"
|
||||
@@ -161,6 +172,7 @@
|
||||
- type: reagent
|
||||
id: DexalinPlus
|
||||
name: dexalin plus
|
||||
group: Medicine
|
||||
desc: Used in treatment of extreme cases of oxygen deprivation. Even a single unit immediately counters all oxygen loss, which is hugely useful in many circumstances. Any dose beyond this will continue to counter oxygen loss until it is metabolized, essentially removing the need to breathe.
|
||||
physicalDesc: cloudy
|
||||
color: "#4da0bd"
|
||||
@@ -175,6 +187,7 @@
|
||||
- type: reagent
|
||||
id: Ethylredoxrazine
|
||||
name: ethylredoxrazine
|
||||
group: Medicine
|
||||
desc: Neutralises the effects of alcohol in the blood stream. Though it is commonly needed, it is rarely requested.
|
||||
physicalDesc: opaque
|
||||
color: "#2d5708"
|
||||
@@ -184,6 +197,7 @@
|
||||
- type: reagent
|
||||
id: Epinephrine
|
||||
name: epinephrine
|
||||
group: Medicine
|
||||
desc: Effective at bringing people back from a critical state. Reduces some stun times. Easy to overdose on.
|
||||
physicalDesc: odorless
|
||||
color: "#d2fffa"
|
||||
@@ -243,6 +257,7 @@
|
||||
- type: reagent
|
||||
id: Hyperzine
|
||||
name: hyperzine
|
||||
group: Medicine
|
||||
desc: A highly effective, long lasting muscle stimulant. It allows greater freedom of movement in bulky clothing although it has the side effect of causing some twitching. Dangerous in higher doses.
|
||||
physicalDesc: translucent
|
||||
color: "#17bd61"
|
||||
@@ -250,6 +265,7 @@
|
||||
- type: reagent
|
||||
id: Hyronalin
|
||||
name: hyronalin
|
||||
group: Medicine
|
||||
desc: 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.
|
||||
physicalDesc: cloudy
|
||||
color: "#4cb580"
|
||||
@@ -264,6 +280,7 @@
|
||||
- type: reagent
|
||||
id: Imidazoline
|
||||
name: imidazoline
|
||||
group: Medicine
|
||||
desc: Effective in treating eye trauma. It heals damage caused by physical or chemical trauma, though it is ineffective in treating genetic defects in the eyes.
|
||||
physicalDesc: pungent
|
||||
color: "#f7ef00"
|
||||
@@ -272,6 +289,7 @@
|
||||
- type: reagent
|
||||
id: Inacusiate
|
||||
name: inacusiate
|
||||
group: Medicine
|
||||
desc: You only need 1u for Inacusiate to be effective. Cures deafness instantly. Useful after an explosion.
|
||||
physicalDesc: pungent
|
||||
color: "#c4c04b"
|
||||
@@ -280,6 +298,7 @@
|
||||
- type: reagent
|
||||
id: Inaprovaline
|
||||
name: inaprovaline
|
||||
group: Medicine
|
||||
desc: 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 (internal or external) by half while in the body. Acts as a decent painkiller.
|
||||
physicalDesc: opaque
|
||||
color: "#731024"
|
||||
@@ -298,6 +317,7 @@
|
||||
- type: reagent
|
||||
id: Kelotane
|
||||
name: kelotane
|
||||
group: Medicine
|
||||
desc: Treats burn damage and prevents infection.
|
||||
physicalDesc: strong-smelling
|
||||
color: "#bf3d19"
|
||||
@@ -312,6 +332,7 @@
|
||||
- type: reagent
|
||||
id: Leporazine
|
||||
name: leporazine
|
||||
group: Medicine
|
||||
desc: This keeps a patient's body temperature stable. High doses can allow short periods of unprotected EVA, but prevents use of the cryogenics tubes.
|
||||
physicalDesc: pungent
|
||||
color: "#ff7db5"
|
||||
@@ -336,6 +357,7 @@
|
||||
- type: reagent
|
||||
id: Methylin
|
||||
name: methylin
|
||||
group: Medicine
|
||||
desc: An intelligence enhancer, also used in the treatment of attention deficit hyperactivity disorder. Also known as Ritalin. Allows monkeys (not diona nymphs) to understand human speech and improves their dexterity as long as they have some in their system. Causes toxin and brain damage in higher doses.
|
||||
physicalDesc: acrid
|
||||
color: "#a700c4"
|
||||
@@ -343,6 +365,7 @@
|
||||
- type: reagent
|
||||
id: Oxycodone
|
||||
name: oxycodone
|
||||
group: Medicine
|
||||
desc: A very effective painkiller, about 250% as strong as Tramadol.
|
||||
physicalDesc: acrid
|
||||
color: "#c4a300"
|
||||
@@ -350,6 +373,7 @@
|
||||
- type: reagent
|
||||
id: Phalanximine
|
||||
name: phalanximine
|
||||
group: Medicine
|
||||
desc: Used in the treatment of cancer, is as effective as Anti-Toxin. Causes moderate radiation and hair loss.
|
||||
physicalDesc: acrid
|
||||
color: "#c8ff75"
|
||||
@@ -366,6 +390,7 @@
|
||||
- type: reagent
|
||||
id: Paroxetine
|
||||
name: paroxetine
|
||||
group: Medicine
|
||||
desc: Prevents hallucination, but has a 10% chance of causing intense hallucinations.
|
||||
physicalDesc: acrid
|
||||
color: "#fffbad"
|
||||
@@ -374,6 +399,7 @@
|
||||
- type: reagent
|
||||
id: Ryetalyn
|
||||
name: ryetalyn
|
||||
group: Medicine
|
||||
desc: You only need 1u for Ryetalin to work. Deactivates genetic defects and powers, restoring a patient to an ideal state. May be useful if genetics is unable to function properly. Deactivated effects return if the patient's genes are modified again.
|
||||
physicalDesc: cloudy
|
||||
color: "#532fd4"
|
||||
@@ -381,6 +407,7 @@
|
||||
- type: reagent
|
||||
id: Spaceacillin
|
||||
name: spaceacillin
|
||||
group: Medicine
|
||||
desc: A theta-lactam antibiotic. A common and very useful medicine, effective against many diseases likely to be encountered in space. Slows progression of diseases.
|
||||
physicalDesc: opaque
|
||||
color: "#9942f5"
|
||||
@@ -388,6 +415,7 @@
|
||||
- type: reagent
|
||||
id: Synaptizine
|
||||
name: synaptizine
|
||||
group: Medicine
|
||||
desc: Toxic, but treats hallucinations, drowsiness & halves the duration of paralysis, stuns and knockdowns. One unit is enough to treat hallucinations; two units is deadly.
|
||||
physicalDesc: pungent
|
||||
color: "#d49a2f"
|
||||
@@ -410,6 +438,7 @@
|
||||
- type: reagent
|
||||
id: Tramadol
|
||||
name: tramadol
|
||||
group: Medicine
|
||||
desc: A simple, yet effective painkiller. Very effective for patients in shock.
|
||||
physicalDesc: strong-smelling
|
||||
color: "#2f6ed4"
|
||||
@@ -417,6 +446,7 @@
|
||||
- type: reagent
|
||||
id: Tricordrazine
|
||||
name: tricordrazine
|
||||
group: Medicine
|
||||
desc: A wide-spectrum stimulant, originally derived from Cordrazine. Is capable of healing all four main damage types simultaneously, however it only heals at half the rate of conventional healing chemicals. Because of its low potency, it's best used as a supplement to other medicines.
|
||||
physicalDesc: opaque
|
||||
color: "#00e5ff"
|
||||
@@ -434,6 +464,7 @@
|
||||
- type: reagent
|
||||
id: ChloralHydrate
|
||||
name: chloral hydrate
|
||||
group: Medicine
|
||||
desc: A powerful sedative which causes death in doses upwards of 16.2 units. Sends the patient to sleep almost instantly.
|
||||
physicalDesc: acrid
|
||||
color: "#18c9b1"
|
||||
@@ -442,6 +473,7 @@
|
||||
- type: reagent
|
||||
id: Cryptobiolin
|
||||
name: cryptobiolin
|
||||
group: Medicine
|
||||
desc: Causes confusion and dizziness. This is essential to make Spaceacillin.
|
||||
physicalDesc: fizzy
|
||||
color: "#081a80"
|
||||
@@ -450,6 +482,7 @@
|
||||
- type: reagent
|
||||
id: Lipozine
|
||||
name: lipozine
|
||||
group: Medicine
|
||||
desc: Causes weight loss upon consumption.
|
||||
physicalDesc: oily
|
||||
color: "#2690b5"
|
||||
@@ -463,6 +496,7 @@
|
||||
- type: reagent
|
||||
id: Sterilizine
|
||||
name: sterilizine
|
||||
group: Medicine
|
||||
desc: Helps the patient when used during surgery, may also decontaminate objects and surfaces that bear pathogens. Is currently useless due to infections not being a thing.
|
||||
physicalDesc: strong-smelling
|
||||
color: "#7cad37"
|
||||
@@ -470,6 +504,7 @@
|
||||
- type: reagent
|
||||
id: Omnizine
|
||||
name: Omnizine
|
||||
group: Medicine
|
||||
desc: 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.
|
||||
physicalDesc: soothing
|
||||
color: "#fcf7f9"
|
||||
@@ -483,10 +518,11 @@
|
||||
Toxin: -2
|
||||
Airloss: -2
|
||||
Brute: -2
|
||||
|
||||
|
||||
- type: reagent
|
||||
id: Ultravasculine
|
||||
name: Ultravasculine
|
||||
group: Medicine
|
||||
desc: Rapidly flushes toxins from the body, but places some stress on the veins. Do not overdose.
|
||||
physicalDesc: thick and grainy
|
||||
color: "#520e30"
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
- type: reagent
|
||||
id: Desoxyephedrine
|
||||
name: desoxyephedrine
|
||||
group: Narcotics
|
||||
desc: Desoxyephedrine is a potent stimulant with dangerous side-effects if too much is consumed.
|
||||
physicalDesc: translucent
|
||||
color: "#FAFAFA"
|
||||
@@ -42,6 +43,7 @@
|
||||
- type: reagent
|
||||
id: Ephedrine
|
||||
name: ephedrine
|
||||
group: Narcotics
|
||||
desc: Increases stun resistance and movement speed, giving you hand cramps. Overdose deals toxin damage and inhibits breathing.
|
||||
physicalDesc: Bone white
|
||||
color: "#D2FFFA"
|
||||
@@ -78,6 +80,7 @@
|
||||
- type: reagent
|
||||
id: THC
|
||||
name: THC
|
||||
group: Narcotics
|
||||
desc: The main psychoactive compound in cannabis.
|
||||
color: "#808080"
|
||||
physicalDesc: crystalline
|
||||
@@ -90,6 +93,7 @@
|
||||
- type: reagent
|
||||
id: THCOil
|
||||
name: THC oil
|
||||
group: Narcotics
|
||||
desc: Pure THC oil, extracted from the leaves of the cannabis plant. Much stronger than in it's natural form and can be used to numb chronic pain in patients.
|
||||
physicalDesc: skunky
|
||||
color: "#DAA520"
|
||||
@@ -97,6 +101,7 @@
|
||||
- type: reagent
|
||||
id: Nicotine
|
||||
name: Nicotine
|
||||
group: Narcotics
|
||||
desc: Dangerous and highly addictive.
|
||||
color: "#C0C0C0"
|
||||
physicalDesc: strong smelling
|
||||
@@ -107,6 +112,7 @@
|
||||
- type: reagent
|
||||
id: Impedrezene
|
||||
name: impedrezene
|
||||
group: Narcotics
|
||||
desc: A narcotic that impedes one's ability by slowing down the higher brain cell functions. Causes massive brain damage.
|
||||
physicalDesc: acrid
|
||||
color: "#215263"
|
||||
@@ -114,6 +120,7 @@
|
||||
- type: reagent
|
||||
id: SpaceDrugs
|
||||
name: space drugs
|
||||
group: Narcotics
|
||||
desc: An illegal compound which induces a number of effects such as loss of balance and visual artefacts.
|
||||
physicalDesc: syrupy
|
||||
color: "#63806e"
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
- type: reagent
|
||||
id: BasePyrotechnic
|
||||
group: Pyrotechnic
|
||||
abstract: true
|
||||
reactiveEffects:
|
||||
Flammable:
|
||||
methods: [ Touch ]
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
- type: reagent
|
||||
id: Toxin
|
||||
name: toxin
|
||||
group: Toxins
|
||||
desc: A Toxic chemical.
|
||||
color: "#cf3600"
|
||||
physicalDesc: opaque
|
||||
@@ -20,6 +21,7 @@
|
||||
- type: reagent
|
||||
id: PolytrinicAcid
|
||||
name: polytrinic acid
|
||||
group: Toxins
|
||||
desc: 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.
|
||||
physicalDesc: strong-smelling
|
||||
color: "#a1000b"
|
||||
@@ -60,6 +62,7 @@
|
||||
- type: reagent
|
||||
id: FluorosulfuricAcid
|
||||
name: fluorosulfuric acid
|
||||
group: Toxins
|
||||
desc: An extremely corrosive chemical substance.
|
||||
physicalDesc: strong-smelling
|
||||
color: "#5050ff"
|
||||
@@ -93,6 +96,7 @@
|
||||
- type: reagent
|
||||
id: SulfuricAcid
|
||||
name: sulfuric acid
|
||||
group: Toxins
|
||||
desc: A highly corrosive, oily, colorless liquid.
|
||||
physicalDesc: oily
|
||||
color: "#BF8C00"
|
||||
@@ -134,6 +138,7 @@
|
||||
- type: reagent
|
||||
id: Plasma
|
||||
name: plasma
|
||||
group: Toxins
|
||||
desc: Funky, space-magic pixie dust. You probably shouldn't eat this, but we both know you will anyways.
|
||||
physicalDesc: gaseous
|
||||
color: "#7e009e"
|
||||
@@ -161,6 +166,7 @@
|
||||
- type: reagent
|
||||
id: UnstableMutagen
|
||||
name: unstable mutagen
|
||||
group: Toxins
|
||||
desc: Causes mutations when injected into living people or plants. High doses may be lethal, especially in humans.
|
||||
physicalDesc: glowing
|
||||
color: "#00ff5f"
|
||||
@@ -180,6 +186,7 @@
|
||||
- type: reagent
|
||||
id: HeartbreakerToxin
|
||||
name: heartbreaker toxin
|
||||
group: Toxins
|
||||
desc: A hallucinogenic compound that is illegal under space law. A synthetic drug derived from Mindbreaker toxin, it blocks some neurological signals to the respiratory system which causes choking.
|
||||
physicalDesc: strong-smelling
|
||||
color: "#5f959c"
|
||||
@@ -197,6 +204,7 @@
|
||||
- type: reagent
|
||||
id: Lexorin
|
||||
name: lexorin
|
||||
group: Toxins
|
||||
desc: Temporarily stops respiration and causes tissue damage. Large doses are fatal, and will cause people to pass out very quickly. Dexalin and Dexalin Plus will both remove it, however.
|
||||
physicalDesc: pungent
|
||||
color: "#6b0007"
|
||||
@@ -211,6 +219,7 @@
|
||||
- type: reagent
|
||||
id: MindbreakerToxin
|
||||
name: mindbreaker toxin
|
||||
group: Toxins
|
||||
desc: A potent hallucinogenic compound that is illegal under space law. Formerly known as LSD.
|
||||
physicalDesc: opaque
|
||||
color: "#77b58e"
|
||||
@@ -222,6 +231,7 @@
|
||||
- type: reagent
|
||||
id: Soporific
|
||||
name: soporific (sleep-toxin)
|
||||
group: Toxins
|
||||
desc: A less powerful sedative that takes a while to work, intended to help insomniacs and patients that are too aggressive to be treated normally. Takes roughly 50 seconds to make the patient fall asleep. Is safe in large quantities. Can be counteracted with Anti-Toxin.
|
||||
physicalDesc: acrid
|
||||
color: "#215263"
|
||||
@@ -230,6 +240,7 @@
|
||||
- type: reagent
|
||||
id: Histamine
|
||||
name: histamine
|
||||
group: Toxins
|
||||
desc: Histamine's effects become more dangerous depending on the dosage amount. They range from mildly annoying to incredibly lethal.
|
||||
physicalDesc: abrasive
|
||||
color: "#FA6464"
|
||||
@@ -266,6 +277,7 @@
|
||||
- type: reagent
|
||||
id: Theobromine
|
||||
name: theobromine
|
||||
group: Toxins
|
||||
desc: Theobromine is a bitter alkaloid of the cacao plant found in chocolate, and some other foods.
|
||||
physicalDesc: grainy
|
||||
color: "#f5f5f5"
|
||||
|
||||
Reference in New Issue
Block a user