Module:Chem box/chem data.json: Difference between revisions
From Space Station 14 Wiki
UpAndLeaves (talk | contribs) (Forced descriptions) |
UpAndLeaves (talk | contribs) (Fixed missing groups that were throwing errors) |
||
Line 2,153: | Line 2,153: | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Carpetium", | ||
"group": " | "group": "Special", | ||
"color": "# | "color": "#800000", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": " | "flavor": "carpet", | ||
"metabolisms": { | "metabolisms": { | ||
" | "Poison": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "PopupMessage", | ||
" | "type": "Local", | ||
" | "messages": [ | ||
" | "carpetium-effect-blood-fibrous", | ||
"carpetium-effect-jumpsuit-insides" | |||
], | |||
"probability": 0.1 | |||
}, | }, | ||
{ | { | ||
"class": " | "class": "AdjustReagent", | ||
" | "conditions": [ | ||
" | { | ||
"class": "ReagentThreshold", | |||
"reagent": "CarpoToxin", | |||
"min": 1, | |||
"max": null | |||
} | |||
], | |||
"reagent": "carpotoxin", | |||
"amount": -3 | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "carpetium", | ||
"desc": " | "desc": "A mystical chemical, usually outsourced from the Clown Planet, that covers everything it touches in carpet. Somehow filters out carpotoxin from the blood stream.", | ||
"physicalDesc": " | "physicalDesc": "fibrous", | ||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "Carpetium", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "space mirage", | ||
1, | 1, | ||
false, | false, | ||
" | "SpaceDrugs" | ||
], | ], | ||
[ | [ | ||
" | "fiber", | ||
2, | |||
false, | false, | ||
" | "Fiber" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "carpetium", | ||
3, | 3, | ||
" | "Carpetium" | ||
] | ] | ||
] | ] | ||
Line 2,212: | Line 2,217: | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Poison''' (0.5u per second)", | ||
"\n", | "\n", | ||
"* | "* Removes 3u of carpotoxin from the solution when there's at least 1u of carpotoxin" | ||
], | |||
"effectLine": "'''Poison''' (0.5u per second)\n* Removes 3u of carpotoxin from the solution when there's at least 1u of carpotoxin" | |||
], | |||
"effectLine": "''' | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "Fiber", | ||
"group": " | "group": "Fun", | ||
"color": "# | "color": "#808080", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": " | "flavor": "fiber", | ||
"metabolisms": { | "metabolisms": { | ||
" | "Food": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "SatiateHunger", | ||
" | "conditions": [ | ||
{ | |||
" | "class": "OrganType", | ||
"type": "Moth", | |||
"shouldHave": true | |||
} | } | ||
} | ], | ||
"factor": 3 | |||
} | |||
] | |||
} | |||
}, | |||
"name": "fiber", | |||
"desc": "A raw material, usually extracted from wool or other fabric products.", | |||
"physicalDesc": "fibrous", | |||
"recipes": [], | |||
"effects": [ | |||
"'''Food''' (0.5u per second)", | |||
"\n", | |||
"* Satiates hunger averagely when the metabolizing organ is a Moth organ" | |||
], | |||
"effectLine": "'''Food''' (0.5u per second)\n* Satiates hunger averagely when the metabolizing organ is a Moth organ" | |||
}, | |||
{ | |||
"id": "BuzzochloricBees", | |||
"group": "Toxins", | |||
"color": "#FFD35D", | |||
"textColorTheme": "dark", | |||
"flavor": "bee", | |||
"metabolisms": { | |||
"Poison": { | |||
"effects": [ | |||
{ | { | ||
"class": " | "class": "PopupMessage", | ||
"type": "Local", | |||
"visualType": "MediumCaution", | |||
"messages": [ | |||
"buzzochloricbees-effect-oh-god-bees", | |||
"buzzochloricbees-effect-its-the-bees", | |||
"buzzochloricbees-effect-why-am-i-covered-in-bees", | |||
"buzzochloricbees-effect-one-with-the-bees", | |||
"buzzochloricbees-effect-squeaky-clean" | |||
], | |||
"probability": 0.1, | |||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"class": "ReagentThreshold", | "class": "ReagentThreshold", | ||
" | "max": 0, | ||
" | "reagent": "Histamine" | ||
}, | |||
{ | |||
"class": "HasTag", | |||
"invert": true, | |||
"tag": "Bee" | |||
} | } | ||
] | ] | ||
}, | |||
}, | |||
{ | { | ||
"class": " | "class": "PopupMessage", | ||
"type": "Local", | |||
"visualType": "Medium", | |||
"messages": [ | |||
"buzzochloricbees-effect-histamine-bee-allergy", | |||
"buzzochloricbees-effect-histamine-swells", | |||
"buzzochloricbees-effect-histamine-numb-to-the-bees", | |||
"buzzochloricbees-effect-histamine-cannot-be-one-with-the-bees", | |||
"buzzochloricbees-effect-squeaky-clean" | |||
], | |||
"probability": 0.05, | |||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"class": "ReagentThreshold", | "class": "ReagentThreshold", | ||
"min": | "min": 0.01, | ||
" | "reagent": "Histamine" | ||
}, | |||
{ | |||
"class": "HasTag", | |||
"invert": true, | |||
"tag": "Bee" | |||
} | } | ||
] | ] | ||
Line 2,264: | Line 2,318: | ||
{ | { | ||
"class": "PopupMessage", | "class": "PopupMessage", | ||
"type": "Local", | |||
"visualType": "Medium", | |||
"messages": [ | |||
"buzzochloricbees-effect-licoxide-electrifying", | |||
"buzzochloricbees-effect-licoxide-shocked-by-bee-facts", | |||
"buzzochloricbees-effect-licoxide-buzzed", | |||
"buzzochloricbees-effect-licoxide-buzzes" | |||
], | |||
"probability": 0.05, | |||
"conditions": [ | "conditions": [ | ||
{ | |||
"class": "HasTag", | |||
"invert": true, | |||
"tag": "Bee" | |||
}, | |||
{ | { | ||
"class": "ReagentThreshold", | "class": "ReagentThreshold", | ||
"min": | "min": 0.01, | ||
"reagent": "Licoxide" | |||
} | } | ||
], | ] | ||
}, | |||
{ | |||
"class": "PopupMessage", | |||
"type": "Local", | "type": "Local", | ||
"messages": [ | "messages": [ | ||
" | "buzzochloricbees-effect-fiber-hairy", | ||
"buzzochloricbees-effect-fiber-soft" | |||
], | ], | ||
"probability": 0. | "probability": 0.05, | ||
"conditions": [ | "conditions": [ | ||
{ | |||
"class": "HasTag", | |||
"invert": true, | |||
"tag": "Bee" | |||
}, | |||
{ | { | ||
"class": "ReagentThreshold", | "class": "ReagentThreshold", | ||
"min": | "min": 0.01, | ||
" | "reagent": "Fiber" | ||
} | } | ||
] | ] | ||
}, | }, | ||
{ | { | ||
"class": " | "class": "HealthChange", | ||
"damage": { | |||
"types": { | |||
"Poison": 2, | |||
"Piercing": 2 | |||
} | |||
}, | |||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"class": " | "class": "HasTag", | ||
" | "invert": true, | ||
" | "tag": "Bee" | ||
} | } | ||
] | ] | ||
Line 2,301: | Line 2,380: | ||
} | } | ||
}, | }, | ||
"name": "buzzochloric bees", | |||
"desc": "Liquid bees. Oh god it's LIQUID BEES NO-", | |||
"physicalDesc": "buzzy", | |||
"name": " | |||
"desc": " | |||
"physicalDesc": " | |||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "BuzzochloricBees", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "saxoite", | ||
1, | |||
false, | |||
"Saxoite" | |||
], | |||
[ | |||
"fiber", | |||
1, | |||
false, | |||
"Fiber" | |||
], | |||
[ | |||
"ground Bee", | |||
1, | 1, | ||
false, | false, | ||
" | "GroundBee" | ||
], | ], | ||
[ | [ | ||
" | "chlorine", | ||
1, | 1, | ||
false, | false, | ||
" | "Chlorine" | ||
], | ], | ||
[ | [ | ||
" | "unstable mutagen", | ||
1, | 1, | ||
false, | false, | ||
" | "UnstableMutagen" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "buzzochloric bees", | ||
3, | 3, | ||
" | "BuzzochloricBees" | ||
] | ] | ||
] | ] | ||
Line 2,348: | Line 2,429: | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Poison''' (0.5u per second)", | ||
"\n", | "\n", | ||
"* | "* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Poison and \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Piercing when the target does not have the tag Bee" | ||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Poison''' (0.5u per second)\n* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Poison and \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Piercing when the target does not have the tag Bee" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "GroundBee", | ||
"group": " | "group": "Fun", | ||
"color": "# | "color": "#86530E", | ||
"textColorTheme": "light", | |||
"flavor": "bee", | |||
"name": "ground Bee", | |||
"desc": "Bee grounds. Gross.", | |||
"physicalDesc": "bee guts", | |||
"recipes": [], | |||
"effects": [], | |||
"effectLine": "" | |||
}, | |||
{ | |||
"id": "Saxoite", | |||
"group": "Fun", | |||
"color": "#B8A603", | |||
"textColorTheme": "light", | |||
"flavor": "sax", | |||
"name": "saxoite", | |||
"desc": "Smells like jazz.", | |||
"physicalDesc": "ground brass", | |||
"recipes": [], | |||
"effects": [], | |||
"effectLine": "" | |||
}, | |||
{ | |||
"id": "Licoxide", | |||
"group": "Toxins", | |||
"color": "#FDD023", | |||
"textColorTheme": "dark", | "textColorTheme": "dark", | ||
"flavor": " | "flavor": "shocking", | ||
"metabolisms": { | "metabolisms": { | ||
" | "Poison": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "Electrocute", | ||
" | "probability": 0.35, | ||
"electrocuteTime": 2 | |||
" | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "licoxide", | ||
"desc": " | "desc": "A synthetic battery acid. It looks... electrifying.", | ||
"physicalDesc": " | "physicalDesc": "electric", | ||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "Licoxide", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "lead", | ||
1, | 1, | ||
false, | false, | ||
" | "Lead" | ||
], | ], | ||
[ | [ | ||
" | "zinc", | ||
1, | 1, | ||
false, | false, | ||
" | "Zinc" | ||
], | ] | ||
], | |||
"products": [ | |||
[ | [ | ||
" | "licoxide", | ||
1, | 1, | ||
"Licoxide" | |||
" | ] | ||
] | |||
] | |||
] | |||
} | } | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Poison''' (0.5u per second)", | ||
"\n", | "\n", | ||
"* | "* Has a 35% chance to electrocute the metabolizer for 2 seconds" | ||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Poison''' (0.5u per second)\n* Has a 35% chance to electrocute the metabolizer for 2 seconds" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Razorium", | ||
"group": " | "group": "Toxins", | ||
"color": "# | "color": "#e3fffb", | ||
"textColorTheme": " | "textColorTheme": "dark", | ||
"flavor": " | "flavor": "sharp", | ||
"metabolisms": { | "metabolisms": { | ||
" | "Poison": { | ||
"metabolismRate": 3, | |||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": "HealthChange", | "class": "HealthChange", | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
" | "Slash": 9 | ||
} | } | ||
} | } | ||
} | }, | ||
] | { | ||
"class": "PopupMessage", | |||
"type": "Local", | |||
"visualType": "LargeCaution", | |||
"messages": [ | |||
"generic-reagent-effect-slicing-insides" | |||
], | |||
"probability": 0.33 | |||
}, | |||
{ | |||
"class": "Emote", | |||
"emote": "Scream", | |||
"probability": 0.3 | |||
} | |||
] | |||
} | } | ||
}, | }, | ||
"name": " | "name": "razorium", | ||
"desc": " | "desc": "A strange, non-newtonian chemical. It is produced when two conflicting brute medications are combined. When force is applied to it, it temporarily hardens creating millions of tiny, sharp edges. Very painful.", | ||
"physicalDesc": " | "physicalDesc": "reflective", | ||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "BicarLacerinol", | ||
"impact": "Medium", | |||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "lacerinol", | ||
1, | 1, | ||
false, | false, | ||
" | "Lacerinol" | ||
], | ], | ||
[ | [ | ||
" | "bicaridine", | ||
1, | |||
false, | |||
"Bicaridine" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"razorium", | |||
1, | |||
"Razorium" | |||
] | |||
] | |||
}, | |||
{ | |||
"type": "reaction", | |||
"id": "BicarPuncturase", | |||
"impact": "Medium", | |||
"reactants": [ | |||
[ | |||
"puncturase", | |||
1, | 1, | ||
false, | false, | ||
" | "Puncturase" | ||
], | ], | ||
[ | [ | ||
" | "bicaridine", | ||
1, | 1, | ||
false, | false, | ||
" | "Bicaridine" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "razorium", | ||
1, | |||
" | "Razorium" | ||
] | ] | ||
] | ] | ||
} | }, | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "BicarBruizine", | ||
"impact": "Medium", | |||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "bruizine", | ||
1, | 1, | ||
false, | false, | ||
" | "Bruizine" | ||
], | ], | ||
[ | [ | ||
" | "bicaridine", | ||
1, | 1, | ||
false, | false, | ||
" | "Bicaridine" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "razorium", | ||
1, | |||
" | "Razorium" | ||
] | |||
] | |||
}, | |||
{ | |||
"type": "reaction", | |||
"id": "BruizineLacerinol", | |||
"impact": "Medium", | |||
"reactants": [ | |||
[ | |||
"lacerinol", | |||
1, | |||
false, | |||
"Lacerinol" | |||
], | |||
[ | |||
"bruizine", | |||
1, | |||
false, | |||
"Bruizine" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"razorium", | |||
1, | |||
"Razorium" | |||
] | ] | ||
] | ] | ||
} | }, | ||
], | { | ||
"effects": [ | "type": "reaction", | ||
"''' | "id": "BruizinePuncturase", | ||
"\n", | "impact": "Medium", | ||
"* | "reactants": [ | ||
], | [ | ||
"effectLine": "''' | "puncturase", | ||
}, | 1, | ||
{ | false, | ||
"id": " | "Puncturase" | ||
"group": " | ], | ||
"color": "# | [ | ||
"textColorTheme": " | "bruizine", | ||
"flavor": " | 1, | ||
false, | |||
"Bruizine" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"razorium", | |||
1, | |||
"Razorium" | |||
] | |||
] | |||
}, | |||
{ | |||
"type": "reaction", | |||
"id": "PuncturaseLacerinol", | |||
"impact": "Medium", | |||
"reactants": [ | |||
[ | |||
"lacerinol", | |||
1, | |||
false, | |||
"Lacerinol" | |||
], | |||
[ | |||
"puncturase", | |||
1, | |||
false, | |||
"Puncturase" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"razorium", | |||
1, | |||
"Razorium" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [ | |||
"'''Poison''' (3u per second)", | |||
"\n", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E9\u003C/span\u003E Slash" | |||
], | |||
"effectLine": "'''Poison''' (3u per second)\n* Deals \u003Cspan style=\"color:red\"\u003E9\u003C/span\u003E Slash" | |||
}, | |||
{ | |||
"id": "Fresium", | |||
"group": "Toxins", | |||
"color": "#b3f1ff", | |||
"textColorTheme": "dark", | |||
"flavor": "cold", | |||
"metabolisms": { | "metabolisms": { | ||
" | "Poison": { | ||
"metabolismRate": 0.45, | |||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": "HealthChange", | "class": "HealthChange", | ||
"damage": { | "damage": { | ||
" | "types": { | ||
" | "Cold": 0.01, | ||
"Heat": -3 | |||
} | } | ||
} | } | ||
}, | }, | ||
{ | { | ||
"class": " | "class": "PopupMessage", | ||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"class": "ReagentThreshold", | "class": "ReagentThreshold", | ||
"min": 15, | "reagent": "Fresium", | ||
"max": 35 | |||
} | |||
], | |||
"type": "Local", | |||
"visualType": "LargeCaution", | |||
"messages": [ | |||
"fresium-effect-freeze-insides" | |||
], | |||
"probability": 0.05 | |||
}, | |||
{ | |||
"class": "PopupMessage", | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"reagent": "Fresium", | |||
"max": 35 | |||
} | |||
], | |||
"type": "Local", | |||
"visualType": "LargeCaution", | |||
"messages": [ | |||
"fresium-effect-slow" | |||
], | |||
"probability": 0.2 | |||
}, | |||
{ | |||
"class": "AdjustTemperature", | |||
"conditions": [ | |||
{ | |||
"class": "Temperature", | |||
"min": 160.15, | |||
"max": null | "max": null | ||
} | } | ||
], | ], | ||
" | "amount": -10000 | ||
}, | }, | ||
{ | { | ||
"class": " | "class": "MovespeedModifier", | ||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"class": "ReagentThreshold", | "class": "ReagentThreshold", | ||
" | "reagent": "Fresium", | ||
"max": | "max": 40, | ||
"min": 0 | |||
} | } | ||
], | ], | ||
" | "walkSpeedModifier": 0.6, | ||
"sprintSpeedModifier": 0.6, | |||
"statusLifetime": 2 | |||
}, | }, | ||
{ | { | ||
"class": " | "class": "MovespeedModifier", | ||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"class": "ReagentThreshold", | "class": "ReagentThreshold", | ||
"min": | "reagent": "Fresium", | ||
"min": 40, | |||
"max": null | "max": null | ||
} | } | ||
] | ], | ||
"walkSpeedModifier": 1, | |||
"sprintSpeedModifier": 0, | |||
"statusLifetime": 2 | |||
}, | }, | ||
{ | { | ||
"class": " | "class": "PopupMessage", | ||
} | "conditions": [ | ||
{ | |||
"class": "ReagentThreshold", | |||
"reagent": "Fresium", | |||
"min": 40 | |||
} | |||
], | |||
"type": "Local", | |||
"visualType": "LargeCaution", | |||
"messages": [ | |||
"fresium-effect-frozen" | |||
], | |||
"probability": 0.4 | |||
} | |||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "Fresium", | ||
"desc": " | "desc": "A mysterious compound that slows the vibration of atoms and molecules... somehow. In layman's terms, it makes things cold... REALLY cold. Can cause long-lasting movement issues if ingested.", | ||
"physicalDesc": " | "physicalDesc": "frosty", | ||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "Fresium", | ||
"priority": 20, | |||
"maxTemp": 300, | |||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "frezon", | ||
3, | |||
false, | |||
"Frezon" | |||
], | |||
[ | |||
"plasma", | |||
1, | 1, | ||
true, | |||
"Plasma" | |||
], | |||
[ | |||
"nitrogen", | |||
2, | |||
false, | |||
"Nitrogen" | |||
], | |||
[ | |||
"cryoxadone", | |||
0.22, | |||
false, | false, | ||
" | "Cryoxadone" | ||
], | |||
[ | |||
"table salt", | |||
0.08, | |||
false, | |||
"TableSalt" | |||
], | ], | ||
[ | [ | ||
" | "water", | ||
1, | 1.5, | ||
false, | false, | ||
" | "Water" | ||
] | ] | ||
], | |||
"effects": [ | |||
{ | |||
"class": "CreateGas", | |||
"gas": "Nitrogen" | |||
} | |||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "Fresium", | ||
5, | |||
" | "Fresium" | ||
] | ] | ||
] | ] | ||
Line 2,680: | Line 2,890: | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Poison''' (0.45u per second)", | ||
"\n", | "\n", | ||
"* | "* Modifies health by \u003Cspan style=\"color:red\"\u003E0.01\u003C/span\u003E Cold and \u003Cspan style=\"color:green\"\u003E3\u003C/span\u003E Heat", | ||
"\n", | "\n", | ||
"* | "* Removes -10000J of heat from the body it's in when the body's temperature is at least 160.15k", | ||
"\n", | "\n", | ||
"* | "* Modifies movement speed by 0.6x for at least 2 seconds when there's at most 40u of Fresium", | ||
"\n", | "\n", | ||
"* | "* Modifies movement speed by 1x for at least 2 seconds when there's at least 40u of Fresium" | ||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Poison''' (0.45u per second)\n* Modifies health by \u003Cspan style=\"color:red\"\u003E0.01\u003C/span\u003E Cold and \u003Cspan style=\"color:green\"\u003E3\u003C/span\u003E Heat\n* Removes -10000J of heat from the body it's in when the body's temperature is at least 160.15k\n* Modifies movement speed by 0.6x for at least 2 seconds when there's at most 40u of Fresium\n* Modifies movement speed by 1x for at least 2 seconds when there's at least 40u of Fresium" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Laughter", | ||
"group": " | "group": "Special", | ||
"color": "# | "color": "#FF4DD2", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": " | "flavor": "funny", | ||
"metabolisms": { | "metabolisms": { | ||
"Medicine": { | "Medicine": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "Emote", | ||
" | "emote": "Laugh", | ||
"probability": 0.3 | |||
}, | |||
{ | |||
"class": "PopupMessage", | |||
"type": "Local", | |||
"visualType": "Large", | |||
"messages": [ | |||
"laughter-effect-control-laughter" | |||
], | ], | ||
" | "probability": 0.2 | ||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
" | "name": "laughter", | ||
"desc": "Some say that this is the best medicine, but recent studies have proven that to be untrue.", | |||
"physicalDesc": "funny", | |||
"recipes": [ | |||
{ | { | ||
" | "type": "reaction", | ||
" | "id": "Laughter", | ||
"reactants": [ | |||
[ | |||
"banana juice", | |||
" | 1, | ||
false, | |||
"JuiceBanana" | |||
], | |||
[ | [ | ||
" | "sugar", | ||
1, | 1, | ||
false, | false, | ||
" | "Sugar" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "laughter", | ||
2, | |||
" | "Laughter" | ||
] | ] | ||
] | ] | ||
Line 2,774: | Line 2,959: | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"'''Medicine''' (0.5u per second)" | "'''Medicine''' (0.5u per second)" | ||
], | ], | ||
"effectLine": "'''Medicine''' (0.5u per second) | "effectLine": "'''Medicine''' (0.5u per second)" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "JuiceThatMakesYouWeh", | ||
"group": " | "group": "Toxins", | ||
"color": "# | "color": "#59b23a", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": " | "flavor": "weh", | ||
"metabolisms": { | "metabolisms": { | ||
" | "Poison": { | ||
"metabolismRate": 0.25, | |||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "Emote", | ||
"emote": "Weh", | |||
"showInChat": true, | |||
"force": true, | |||
"probability": 0.5 | |||
}, | |||
{ | |||
"class": "Polymorph", | |||
"prototype": "ArtifactLizard", | |||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"class": " | "class": "OrganType", | ||
" | "type": "Animal", | ||
"min": | "shouldHave": false | ||
}, | |||
{ | |||
"class": "ReagentThreshold", | |||
"min": 50 | |||
} | } | ||
], | ] | ||
" | }, | ||
{ | |||
" | "class": "AdjustReagent", | ||
"reagent": "juice that makes you Weh", | |||
"amount": -20, | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"min": 50, | |||
"max": null | |||
} | } | ||
] | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "juice that makes you Weh", | ||
"desc": " | "desc": "Pure essence of lizard plush. Makes you Weh!", | ||
"physicalDesc": " | "physicalDesc": "vibrant", | ||
"recipes": [ | "recipes": [], | ||
"effects": [ | |||
"'''Poison''' (0.25u per second)", | |||
"\n", | |||
"* undefined", | |||
"\n", | |||
"* Removes 20u of juice that makes you Weh from the solution when there's at least 50u of juice that makes you Weh" | |||
], | |||
"effectLine": "'''Poison''' (0.25u per second)\n* undefined\n* Removes 20u of juice that makes you Weh from the solution when there's at least 50u of juice that makes you Weh" | |||
}, | |||
{ | |||
"id": "Oxygen", | |||
"group": "Gases", | |||
"color": "#c4f5ff", | |||
"textColorTheme": "dark", | |||
"flavor": "bitter", | |||
"metabolisms": { | |||
"Gas": { | |||
"effects": [ | |||
{ | |||
"class": "Oxygenate", | |||
"conditions": [ | |||
{ | |||
"class": "OrganType", | |||
"type": "Human" | |||
"effects": [ | |||
"''' | |||
"\n", | |||
"* | |||
], | |||
"effectLine": "''' | |||
}, | |||
{ | |||
"id": " | |||
"group": " | |||
"color": "# | |||
"textColorTheme": " | |||
"flavor": " | |||
"metabolisms": { | |||
" | |||
"effects": [ | |||
{ | |||
"class": " | |||
" | |||
" | |||
" | |||
} | } | ||
] | |||
}, | }, | ||
{ | { | ||
"class": " | "class": "Oxygenate", | ||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"class": " | "class": "OrganType", | ||
" | "type": "Animal" | ||
" | } | ||
] | |||
}, | |||
{ | |||
"class": "Oxygenate", | |||
"conditions": [ | |||
{ | |||
"class": "OrganType", | |||
"type": "Rat" | |||
} | |||
] | |||
}, | |||
{ | |||
"class": "Oxygenate", | |||
"conditions": [ | |||
{ | |||
"class": "OrganType", | |||
"type": "Plant" | |||
} | |||
] | |||
}, | |||
{ | |||
"class": "ModifyLungGas", | |||
"conditions": [ | |||
{ | |||
"class": "OrganType", | |||
"type": "Vox", | |||
"shouldHave": false | |||
} | |||
], | |||
"ratios": { | |||
"CarbonDioxide": 1, | |||
"Oxygen": -1 | |||
} | |||
}, | |||
{ | |||
"class": "HealthChange", | |||
"conditions": [ | |||
{ | |||
"class": "OrganType", | |||
"type": "Vox", | |||
"shouldHave": true | |||
} | } | ||
], | ], | ||
"scaleByQuantity": true, | |||
"ignoreResistances": true, | |||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
" | "Poison": 7 | ||
} | } | ||
} | } | ||
}, | }, | ||
{ | { | ||
"class": " | "class": "AdjustAlert", | ||
"alertType": "Toxins", | |||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"class": "ReagentThreshold", | "class": "ReagentThreshold", | ||
"min": | "min": 0.5 | ||
" | }, | ||
{ | |||
"class": "OrganType", | |||
"type": "Vox" | |||
} | } | ||
] | ], | ||
"clear": true, | |||
"time": 5 | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "oxygen", | ||
"desc": "An | "desc": "An oxidizing, colorless gas.", | ||
"physicalDesc": " | "physicalDesc": "gaseous", | ||
"recipes": [ | "recipes": [], | ||
"effects": [ | |||
"'''Gas''' (0.5u per second)", | |||
"\n", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E7\u003C/span\u003E Poison when the metabolizing organ is a Vox organ" | |||
], | |||
"effectLine": "'''Gas''' (0.5u per second)\n* Deals \u003Cspan style=\"color:red\"\u003E7\u003C/span\u003E Poison when the metabolizing organ is a Vox organ" | |||
}, | |||
{ | |||
"id": "Plasma", | |||
"group": "Gases", | |||
"color": "#7e009e", | |||
"effects": [ | |||
"''' | |||
"\n", | |||
"* Deals \u003Cspan style=\"color:red\"\ | |||
], | |||
"effectLine": "''' | |||
}, | |||
{ | |||
"id": " | |||
"group": " | |||
"color": "# | |||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": " | "flavor": "bitter", | ||
"metabolisms": { | "metabolisms": { | ||
" | "Poison": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
Line 2,959: | Line 3,142: | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
" | "Poison": 3 | ||
} | } | ||
} | } | ||
}, | }, | ||
{ | |||
"class": "AdjustReagent", | |||
"reagent": "inaprovaline", | |||
"amount": -2 | |||
} | |||
] | |||
}, | |||
"Gas": { | |||
"effects": [ | |||
{ | { | ||
"class": "HealthChange", | "class": "HealthChange", | ||
"scaleByQuantity": true, | |||
"ignoreResistances": true, | |||
"damage": { | |||
"types": { | |||
"Poison": 1 | |||
} | |||
} | |||
}, | |||
{ | |||
"class": "AdjustAlert", | |||
"alertType": "Toxins", | |||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"class": "ReagentThreshold", | "class": "ReagentThreshold", | ||
"min": | "min": 1.5 | ||
} | } | ||
], | ], | ||
"clear": true, | |||
"time": 5 | |||
} | |||
] | |||
} | |||
}, | |||
"name": "plasma", | |||
"desc": "Funky, space-magic pixie dust. You probably shouldn't eat this, but we both know you will anyways.", | |||
"physicalDesc": "gaseous", | |||
"recipes": [], | |||
"effects": [ | |||
"'''Poison''' (0.5u per second)", | |||
"\n", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E3\u003C/span\u003E Poison", | |||
"\n", | |||
"* Removes 2u of inaprovaline from the solution", | |||
"\n", | |||
"'''Gas''' (0.5u per second)", | |||
"\n", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Poison" | |||
], | |||
"effectLine": "'''Poison''' (0.5u per second)\n* Deals \u003Cspan style=\"color:red\"\u003E3\u003C/span\u003E Poison\n* Removes 2u of inaprovaline from the solution\n'''Gas''' (0.5u per second)\n* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Poison" | |||
}, | |||
{ | |||
"id": "Tritium", | |||
"group": "Gases", | |||
"color": "#66ff33", | |||
"textColorTheme": "light", | |||
"flavor": "bitter", | |||
"metabolisms": { | |||
"Poison": { | |||
"effects": [ | |||
{ | |||
"class": "HealthChange", | |||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
" | "Radiation": 3 | ||
} | } | ||
} | } | ||
} | } | ||
] | ] | ||
}, | |||
"Gas": { | |||
"effects": [ | |||
{ | |||
"class": "HealthChange", | |||
"scaleByQuantity": true, | |||
"ignoreResistances": true, | |||
"damage": { | |||
"types": { | |||
"Radiation": 1 | |||
} | |||
} | |||
}, | |||
{ | |||
"class": "AdjustAlert", | |||
"alertType": "Toxins", | |||
"conditions": [ | |||
" | { | ||
"class": "ReagentThreshold", | |||
"min": 1.5 | |||
" | } | ||
], | |||
"clear": true, | |||
"time": 5 | |||
} | |||
" | |||
] | ] | ||
} | } | ||
], | }, | ||
"name": "tritium", | |||
"desc": "Radioactive space-magic pixie dust.", | |||
"physicalDesc": "ionizing", | |||
"recipes": [], | |||
"effects": [ | "effects": [ | ||
"''' | "'''Poison''' (0.5u per second)", | ||
"\n", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E3\u003C/span\u003E Radiation", | |||
"\n", | "\n", | ||
" | "'''Gas''' (0.5u per second)", | ||
"\n", | "\n", | ||
"* Deals | "* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Radiation" | ||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Poison''' (0.5u per second)\n* Deals \u003Cspan style=\"color:red\"\u003E3\u003C/span\u003E Radiation\n'''Gas''' (0.5u per second)\n* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Radiation" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "CarbonDioxide", | ||
"group": " | "group": "Gases", | ||
"color": "# | "color": "#66ff33", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": " | "flavor": "bitter", | ||
"metabolisms": { | "metabolisms": { | ||
" | "Gas": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "Oxygenate", | ||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"class": " | "class": "OrganType", | ||
" | "type": "Plant" | ||
} | } | ||
] | ] | ||
}, | }, | ||
{ | { | ||
"class": "HealthChange", | "class": "HealthChange", | ||
"conditions": [ | "conditions": [ | ||
{ | |||
"class": "OrganType", | |||
"type": "Plant", | |||
"shouldHave": false | |||
}, | |||
{ | |||
"class": "OrganType", | |||
"type": "Vox", | |||
"shouldHave": false | |||
}, | |||
{ | { | ||
"class": "ReagentThreshold", | "class": "ReagentThreshold", | ||
"min": | "min": 0.5, | ||
"max": null | "max": null | ||
} | } | ||
], | ], | ||
"scaleByQuantity": true, | |||
"ignoreResistances": true, | |||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
" | "Poison": 0.8 | ||
} | } | ||
} | } | ||
}, | |||
{ | |||
"class": "Oxygenate", | |||
"conditions": [ | |||
{ | |||
"class": "OrganType", | |||
"type": "Plant", | |||
"shouldHave": false | |||
} | |||
], | |||
"factor": -4 | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "carbon dioxide", | ||
"desc": " | "desc": "You have genuinely no idea what this is.", | ||
"physicalDesc": " | "physicalDesc": "odorless", | ||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "BloodBreakdown", | ||
"source": true, | |||
"requiredMixerCategories": [ | |||
"Centrifuge" | |||
], | |||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "blood", | ||
20, | |||
false, | false, | ||
" | "Blood" | ||
] | |||
], | |||
"products": [ | |||
[ | |||
"water", | |||
11, | |||
"Water" | |||
], | ], | ||
[ | [ | ||
" | "iron", | ||
0.5, | |||
"Iron" | |||
" | ], | ||
[ | |||
"sugar", | |||
2, | |||
"Sugar" | |||
], | |||
[ | |||
"carbon dioxide", | |||
3, | |||
"CarbonDioxide" | |||
], | ], | ||
[ | [ | ||
" | "protein", | ||
4, | |||
"Protein" | |||
] | |||
] | |||
}, | |||
{ | |||
"type": "reaction", | |||
"id": "CopperBloodBreakdown", | |||
"source": true, | |||
"requiredMixerCategories": [ | |||
"Centrifuge" | |||
], | |||
"reactants": [ | |||
[ | |||
"blue blood", | |||
20, | |||
false, | false, | ||
" | "CopperBlood" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "water", | ||
11, | |||
"Water" | |||
], | |||
[ | |||
"copper", | |||
0.5, | |||
"Copper" | |||
], | |||
[ | |||
"sugar", | |||
2, | |||
"Sugar" | |||
], | |||
[ | |||
"carbon dioxide", | |||
3, | 3, | ||
" | "CarbonDioxide" | ||
], | |||
[ | |||
"protein", | |||
4, | |||
"Protein" | |||
] | ] | ||
] | ] | ||
Line 3,109: | Line 3,409: | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Gas''' (0.5u per second)", | ||
"\n", | "\n", | ||
"* Deals \u003Cspan style=\"color:red\"\u003E0.8\u003C/span\u003E Poison when the metabolizing organ is not a Plant organ, the metabolizing organ is not a Vox organ, and there's at least 0.5u of carbon dioxide" | |||
"* Deals \u003Cspan style=\"color:red\"\ | |||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Gas''' (0.5u per second)\n* Deals \u003Cspan style=\"color:red\"\u003E0.8\u003C/span\u003E Poison when the metabolizing organ is not a Plant organ, the metabolizing organ is not a Vox organ, and there's at least 0.5u of carbon dioxide" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Nitrogen", | ||
"group": " | "group": "Gases", | ||
"color": "# | "color": "#a1e1ff", | ||
"textColorTheme": "dark", | "textColorTheme": "dark", | ||
"flavor": " | "flavor": "bitter", | ||
"metabolisms": { | "metabolisms": { | ||
" | "Poison": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": "HealthChange", | "class": "HealthChange", | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
" | "Cold": 1 | ||
} | } | ||
} | } | ||
}, | } | ||
] | |||
}, | |||
"Gas": { | |||
"effects": [ | |||
{ | { | ||
"class": " | "class": "Oxygenate", | ||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"class": " | "class": "OrganType", | ||
" | "type": "Vox" | ||
} | } | ||
] | ] | ||
}, | }, | ||
{ | { | ||
"class": " | "class": "Oxygenate", | ||
" | "conditions": [ | ||
{ | |||
"class": "OrganType", | |||
"type": "Slime" | |||
} | |||
] | |||
}, | }, | ||
{ | { | ||
"class": " | "class": "ModifyLungGas", | ||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"class": " | "class": "OrganType", | ||
" | "type": "Vox" | ||
} | } | ||
], | ], | ||
" | "ratios": { | ||
"Ammonia": 1, | |||
"Nitrogen": -1 | |||
} | |||
}, | }, | ||
{ | { | ||
"class": " | "class": "ModifyLungGas", | ||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"class": " | "class": "OrganType", | ||
" | "type": "Slime" | ||
} | } | ||
], | ], | ||
" | "ratios": { | ||
"NitrousOxide": 1, | |||
"Nitrogen": -1 | |||
} | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "nitrogen", | ||
"desc": " | "desc": "A colorless, odorless unreactive gas. Highly stable.", | ||
"physicalDesc": " | "physicalDesc": "gaseous", | ||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "SlimeBloodBreakdown", | ||
"source": true, | |||
"requiredMixerCategories": [ | |||
"Centrifuge" | |||
], | |||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "slime", | ||
5, | |||
false, | false, | ||
" | "Slime" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "water", | ||
4, | 4, | ||
" | "Water" | ||
], | |||
[ | |||
"nitrogen", | |||
1, | |||
"Nitrogen" | |||
] | ] | ||
] | ] | ||
Line 3,264: | Line 3,517: | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Poison''' (0.5u per second)", | ||
"\n", | "\n", | ||
"* | "* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Cold", | ||
"\n", | "\n", | ||
" | "'''Gas''' (0.5u per second)" | ||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Poison''' (0.5u per second)\n* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Cold\n'''Gas''' (0.5u per second)" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "NitrousOxide", | ||
"group": " | "group": "Gases", | ||
"color": "# | "color": "#5d88c9", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": " | "flavor": "bitter", | ||
"metabolisms": { | "metabolisms": { | ||
" | "Gas": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "Emote", | ||
" | "conditions": [ | ||
" | { | ||
" | "class": "ReagentThreshold", | ||
"reagent": "NitrousOxide", | |||
"min": 0.2 | |||
}, | |||
{ | |||
"class": "OrganType", | |||
"type": "Slime", | |||
"shouldHave": false | |||
} | } | ||
], | |||
"emote": "Laugh", | |||
"showInChat": true, | |||
"probability": 0.1 | |||
}, | }, | ||
{ | { | ||
"class": " | "class": "Emote", | ||
"probability": 0. | "conditions": [ | ||
{ | |||
"class": "ReagentThreshold", | |||
"reagent": "NitrousOxide", | |||
"min": 0.2 | |||
}, | |||
{ | |||
"class": "OrganType", | |||
"type": "Slime", | |||
"shouldHave": false | |||
} | |||
], | |||
"emote": "Scream", | |||
"showInChat": true, | |||
"probability": 0.01 | |||
}, | }, | ||
{ | { | ||
"class": " | "class": "PopupMessage", | ||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"class": "ReagentThreshold", | "class": "ReagentThreshold", | ||
"min": | "reagent": "NitrousOxide", | ||
" | "min": 0.5 | ||
}, | |||
{ | |||
"class": "OrganType", | |||
"type": "Slime", | |||
"shouldHave": false | |||
} | } | ||
], | ], | ||
" | "type": "Local", | ||
"visualType": "Medium", | |||
"messages": [ | |||
"effect-sleepy" | |||
], | |||
"probability": 0.1 | |||
}, | }, | ||
{ | { | ||
"class": " | "class": "MovespeedModifier", | ||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"class": "ReagentThreshold", | "class": "ReagentThreshold", | ||
"min": | "reagent": "NitrousOxide", | ||
"min": 1, | |||
"max": null | "max": null | ||
}, | |||
{ | |||
"class": "OrganType", | |||
"type": "Slime", | |||
"shouldHave": false | |||
} | } | ||
] | ], | ||
"walkSpeedModifier": 0.65, | |||
"sprintSpeedModifier": 0.65, | |||
"statusLifetime": 2 | |||
}, | |||
{ | |||
"class": "GenericStatusEffect", | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"reagent": "NitrousOxide", | |||
"min": 1.8, | |||
"max": null | |||
}, | |||
{ | |||
"class": "OrganType", | |||
"type": "Slime", | |||
"shouldHave": false | |||
} | |||
], | |||
"key": "ForcedSleep", | |||
"component": "ForcedSleeping", | |||
"time": 3, | |||
"type": "Add" | |||
}, | |||
{ | |||
"class": "HealthChange", | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"reagent": "NitrousOxide", | |||
"min": 3.5, | |||
"max": null | |||
}, | |||
{ | |||
"class": "OrganType", | |||
"type": "Slime", | |||
"shouldHave": false | |||
} | |||
], | |||
"ignoreResistances": true, | |||
"damage": { | |||
"types": { | |||
"Poison": 0.25 | |||
} | |||
} | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "nitrous oxide", | ||
"desc": " | "desc": "You know how everything seems funnier when you're tired? Well...", | ||
"physicalDesc": " | "physicalDesc": "gaseous", | ||
"recipes": [ | "recipes": [], | ||
"effects": [ | |||
"'''Gas''' (0.5u per second)", | |||
"\n", | |||
"* Modifies movement speed by 0.65x for at least 2 seconds when there's at least 1u of nitrous oxide and the metabolizing organ is not a Slime organ", | |||
"\n", | |||
"* Causes unconsciousness for at least 0.3s with accumulation when there's at least 1.8u of nitrous oxide and the metabolizing organ is not a Slime organ", | |||
"\n", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E0.25\u003C/span\u003E Poison when there's at least 3.5u of nitrous oxide and the metabolizing organ is not a Slime organ" | |||
], | |||
"effectLine": "'''Gas''' (0.5u per second)\n* Modifies movement speed by 0.65x for at least 2 seconds when there's at least 1u of nitrous oxide and the metabolizing organ is not a Slime organ\n* Causes unconsciousness for at least 0.3s with accumulation when there's at least 1.8u of nitrous oxide and the metabolizing organ is not a Slime organ\n* Deals \u003Cspan style=\"color:red\"\u003E0.25\u003C/span\u003E Poison when there's at least 3.5u of nitrous oxide and the metabolizing organ is not a Slime organ" | |||
}, | |||
{ | |||
"id": "Frezon", | |||
"group": "Gases", | |||
"color": "#3a758c", | |||
"effects": [ | |||
"''' | |||
"\n", | |||
"* | |||
"\n", | |||
"* | |||
"\n", | |||
"* Deals \u003Cspan style=\"color:red\"\ | |||
], | |||
"effectLine": "''' | |||
}, | |||
{ | |||
"id": " | |||
"group": " | |||
"color": "# | |||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": " | "flavor": "bitter", | ||
"metabolisms": { | "metabolisms": { | ||
" | "Gas": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "HealthChange", | ||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"class": "ReagentThreshold", | "class": "ReagentThreshold", | ||
"min": | "reagent": "Frezon", | ||
"min": 0.5, | |||
"max": null | "max": null | ||
} | } | ||
], | ], | ||
" | "scaleByQuantity": true, | ||
"ignoreResistances": true, | |||
"damage": { | |||
"types": { | |||
"Cellular": 0.5 | |||
} | |||
} | |||
}, | |||
{ | |||
"class": "GenericStatusEffect", | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"reagent": "Frezon", | |||
"min": 1, | |||
"max": null | |||
} | |||
" | ], | ||
"key": "SeeingRainbows", | |||
"component": "SeeingRainbows", | |||
"type": "Add", | |||
1, | "time": 500, | ||
"refresh": false | |||
}, | |||
{ | |||
"class": "Drunk", | |||
" | "boozePower": 500, | ||
"conditions": [ | |||
{ | |||
" | "class": "ReagentThreshold", | ||
"reagent": "Frezon", | |||
"min": 1, | |||
"max": null | |||
} | |||
] | |||
}, | |||
{ | |||
"class": "PopupMessage", | |||
"type": "Local", | |||
"messages": [ | |||
"frezon-lungs-cold" | |||
], | |||
"probability": 0.1, | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"reagent": "Frezon", | |||
"min": 0.5 | |||
} | |||
] | |||
}, | |||
{ | |||
"class": "PopupMessage", | |||
"type": "Local", | |||
"visualType": "Medium", | |||
"messages": [ | |||
"frezon-euphoric" | |||
], | |||
"probability": 0.1, | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"reagent": "Frezon", | |||
"min": 1 | |||
} | |||
] | |||
} | |||
] | ] | ||
} | } | ||
], | }, | ||
"name": "frezon", | |||
"desc": "A highly effective coolant.. and hallucinogenic.", | |||
"physicalDesc": "gaseous", | |||
"recipes": [], | |||
"effects": [ | "effects": [ | ||
"''' | "'''Gas''' (0.5u per second)", | ||
"\n", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E0.5\u003C/span\u003E Cellular when there's at least 0.5u of frezon", | |||
"\n", | |||
"* Causes hallucinations for at least 50s with accumulation when there's at least 1u of frezon", | |||
"\n", | "\n", | ||
"* | "* Causes drunkness when there's at least 1u of frezon" | ||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Gas''' (0.5u per second)\n* Deals \u003Cspan style=\"color:red\"\u003E0.5\u003C/span\u003E Cellular when there's at least 0.5u of frezon\n* Causes hallucinations for at least 50s with accumulation when there's at least 1u of frezon\n* Causes drunkness when there's at least 1u of frezon" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Cryptobiolin", | ||
"group": "Medicine", | "group": "Medicine", | ||
"color": "# | "color": "#081a80", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": "medicine", | "flavor": "medicine", | ||
Line 3,452: | Line 3,784: | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "GenericStatusEffect", | ||
" | "key": "Stutter", | ||
"component": "ScrambledAccent", | |||
"time": 2 | |||
" | |||
}, | }, | ||
{ | { | ||
"class": " | "class": "Drunk", | ||
" | "slurSpeech": false, | ||
"boozePower": 20 | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "cryptobiolin", | ||
"desc": " | "desc": "Causes confusion and dizziness.", | ||
"physicalDesc": " | "physicalDesc": "fizzy", | ||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "Cryptobiolin", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "potassium", | ||
1, | 1, | ||
false, | false, | ||
" | "Potassium" | ||
], | ], | ||
[ | [ | ||
" | "oxygen", | ||
1, | 1, | ||
false, | false, | ||
" | "Oxygen" | ||
], | ], | ||
[ | [ | ||
Line 3,501: | Line 3,826: | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "cryptobiolin", | ||
3, | 3, | ||
" | "Cryptobiolin" | ||
] | ] | ||
] | ] | ||
Line 3,511: | Line 3,836: | ||
"'''Medicine''' (0.5u per second)", | "'''Medicine''' (0.5u per second)", | ||
"\n", | "\n", | ||
"* | "* Causes stuttering for at least 0.2s without accumulation", | ||
"\n", | "\n", | ||
"* | "* Causes drunkness" | ||
], | ], | ||
"effectLine": "'''Medicine''' (0.5u per second)\n* | "effectLine": "'''Medicine''' (0.5u per second)\n* Causes stuttering for at least 0.2s without accumulation\n* Causes drunkness" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Dylovene", | ||
"group": "Medicine", | "group": "Medicine", | ||
"color": "# | "color": "#3a1d8a", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": "medicine", | "flavor": "medicine", | ||
Line 3,530: | Line 3,855: | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
" | "Poison": -1 | ||
" | } | ||
" | } | ||
}, | |||
{ | |||
"class": "HealthChange", | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"min": 20, | |||
"max": null | |||
} | |||
], | |||
"damage": { | |||
"groups": { | |||
"Brute": 2 | |||
} | } | ||
} | } | ||
}, | }, | ||
{ | { | ||
"class": " | "class": "Jitter", | ||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"class": "ReagentThreshold", | "class": "ReagentThreshold", | ||
"min": | "min": 20, | ||
"max": null | "max": null | ||
} | } | ||
Line 3,549: | Line 3,886: | ||
{ | { | ||
"class": "PopupMessage", | "class": "PopupMessage", | ||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"min": 20 | |||
} | |||
], | |||
"type": "Local", | "type": "Local", | ||
"visualType": "Medium", | |||
"messages": [ | "messages": [ | ||
"generic-reagent-effect-nauseous | "generic-reagent-effect-nauseous" | ||
], | ], | ||
"probability": 0. | "probability": 0.2 | ||
}, | |||
{ | |||
"class": "ChemVomit", | |||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"class": "ReagentThreshold", | "class": "ReagentThreshold", | ||
"min": | "min": 20, | ||
"max": null | |||
} | } | ||
] | ], | ||
} | "probability": 0.02 | ||
] | }, | ||
{ | |||
"class": "Drunk", | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"min": 15, | |||
"max": null | |||
} | |||
] | |||
} | |||
] | |||
} | } | ||
}, | }, | ||
"name": " | "plantMetabolism": [ | ||
"desc": " | { | ||
"physicalDesc": " | "class": "PlantAdjustToxins", | ||
"amount": -10 | |||
}, | |||
{ | |||
"class": "PlantAdjustHealth", | |||
"amount": 1 | |||
} | |||
], | |||
"name": "dylovene", | |||
"desc": "A broad-spectrum anti-toxin, which treats toxin damage in organisms. Overdosing will cause vomiting, dizzyness and pain.", | |||
"physicalDesc": "translucent", | |||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "Dylovene", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
Line 3,581: | Line 3,948: | ||
], | ], | ||
[ | [ | ||
" | "nitrogen", | ||
1, | |||
false, | |||
"Nitrogen" | |||
], | |||
[ | |||
"potassium", | |||
1, | 1, | ||
false, | false, | ||
" | "Potassium" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "dylovene", | ||
3, | |||
" | "Dylovene" | ||
] | ] | ||
] | ] | ||
Line 3,599: | Line 3,972: | ||
"'''Medicine''' (0.5u per second)", | "'''Medicine''' (0.5u per second)", | ||
"\n", | "\n", | ||
"* Heals \u003Cspan style=\"color:green\"\ | "* Heals \u003Cspan style=\"color:green\"\u003E1\u003C/span\u003E Poison", | ||
"\n", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Brute when there's at least 20u of dylovene", | |||
"\n", | "\n", | ||
"* | "* Causes jittering when there's at least 20u of dylovene", | ||
"\n", | |||
"* Has a 2% chance to cause vomiting when there's at least 20u of dylovene", | |||
"\n", | |||
"* Causes drunkness when there's at least 15u of dylovene", | |||
"\n", | |||
"'''Plants''' (0.5u per second)", | |||
"\n", | |||
null | |||
], | ], | ||
"effectLine": "'''Medicine''' (0.5u per second)\n* Heals \u003Cspan style=\"color:green\"\ | "effectLine": "'''Medicine''' (0.5u per second)\n* Heals \u003Cspan style=\"color:green\"\u003E1\u003C/span\u003E Poison\n* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Brute when there's at least 20u of dylovene\n* Causes jittering when there's at least 20u of dylovene\n* Has a 2% chance to cause vomiting when there's at least 20u of dylovene\n* Causes drunkness when there's at least 15u of dylovene\n'''Plants''' (0.5u per second)\n" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Diphenhydramine", | ||
"group": "Medicine", | "group": "Medicine", | ||
"color": "# | "color": "#64ffe6", | ||
"textColorTheme": " | "textColorTheme": "dark", | ||
"flavor": "medicine", | "flavor": "medicine", | ||
"metabolisms": { | "metabolisms": { | ||
"Medicine": { | "Medicine": { | ||
"effects": [ | "effects": [ | ||
{ | |||
"class": "AdjustReagent", | |||
"reagent": "histamine", | |||
"amount": -3 | |||
}, | |||
{ | |||
"class": "GenericStatusEffect", | |||
"key": "Jitter", | |||
"time": 3, | |||
"type": "Remove" | |||
}, | |||
{ | { | ||
"class": "HealthChange", | "class": "HealthChange", | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
" | "Poison": -3 | ||
} | } | ||
} | } | ||
} | |||
] | |||
} | |||
}, | |||
"name": "diphenhydramine", | |||
"desc": "Rapidly purges the body of histamine, reduces jitteriness, and treats poison damage.", | |||
"physicalDesc": "chalky", | |||
"recipes": [ | |||
{ | |||
"type": "reaction", | |||
"id": "Diphenhydramine", | |||
"impact": "Medium", | |||
"minTemp": 377.59, | |||
} | |||
] | |||
} | |||
}, | |||
"name": " | |||
"desc": " | |||
"physicalDesc": " | |||
"recipes": [ | |||
{ | |||
"type": "reaction", | |||
"id": " | |||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "diethylamine", | ||
1, | 1, | ||
false, | false, | ||
" | "Diethylamine" | ||
], | ], | ||
[ | [ | ||
" | "oil", | ||
1, | 1, | ||
false, | false, | ||
" | "Oil" | ||
], | ], | ||
[ | [ | ||
" | "table salt", | ||
1, | 1, | ||
false, | |||
" | "TableSalt" | ||
], | |||
[ | |||
"carbon", | |||
1, | |||
false, | |||
"Carbon" | |||
], | |||
[ | |||
"ethanol", | |||
1, | |||
false, | |||
"Ethanol" | |||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "diphenhydramine", | ||
3, | |||
" | "Diphenhydramine" | ||
] | ] | ||
] | ] | ||
Line 3,700: | Line 4,072: | ||
"'''Medicine''' (0.5u per second)", | "'''Medicine''' (0.5u per second)", | ||
"\n", | "\n", | ||
"* | "* Removes 3u of histamine from the solution", | ||
"\n", | "\n", | ||
"* | "* Removes 3s of jittering", | ||
"\n", | "\n", | ||
"* | "* Heals \u003Cspan style=\"color:green\"\u003E3\u003C/span\u003E Poison" | ||
], | ], | ||
"effectLine": "'''Medicine''' (0.5u per second)\n* Heals \u003Cspan style=\"color:green\"\ | "effectLine": "'''Medicine''' (0.5u per second)\n* Removes 3u of histamine from the solution\n* Removes 3s of jittering\n* Heals \u003Cspan style=\"color:green\"\u003E3\u003C/span\u003E Poison" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Ethylredoxrazine", | ||
"group": "Medicine", | "group": "Medicine", | ||
"color": "# | "color": "#2d5708", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": "medicine", | "flavor": "medicine", | ||
Line 3,719: | Line 4,089: | ||
"Medicine": { | "Medicine": { | ||
"effects": [ | "effects": [ | ||
{ | |||
"class": "GenericStatusEffect", | |||
"key": "Drunk", | |||
"time": 6, | |||
"type": "Remove" | |||
}, | |||
{ | { | ||
"class": "HealthChange", | "class": "HealthChange", | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
" | "Poison": -0.5 | ||
} | } | ||
} | } | ||
} | } | ||
] | |||
} | |||
}, | |||
"name": "ethylredoxrazine", | |||
"desc": "Neutralises the effects of alcohol in the blood stream. Though it is commonly needed, it is rarely requested.", | |||
"physicalDesc": "opaque", | |||
"recipes": [ | |||
{ | |||
"type": "reaction", | |||
"id": "Ethylredoxrazine", | |||
"reactants": [ | |||
[ | |||
"oxygen", | |||
1, | |||
false, | |||
"Oxygen" | |||
], | |||
[ | |||
"dylovene", | |||
1, | |||
false, | |||
"Dylovene" | |||
], | |||
[ | |||
"carbon", | |||
1, | |||
false, | |||
" | "Carbon" | ||
] | |||
], | |||
" | "products": [ | ||
[ | |||
"ethylredoxrazine", | |||
" | 3, | ||
"Ethylredoxrazine" | |||
] | |||
" | |||
" | |||
" | |||
" | |||
" | |||
] | ] | ||
} | } | ||
], | |||
"effects": [ | "effects": [ | ||
"'''Medicine''' (0.5u per second)", | "'''Medicine''' (0.5u per second)", | ||
"\n", | "\n", | ||
"* | "* Removes 6s of drunkness", | ||
"\n", | "\n", | ||
"* | "* Heals \u003Cspan style=\"color:green\"\u003E0.5\u003C/span\u003E Poison" | ||
], | |||
"effectLine": "'''Medicine''' (0.5u per second)\n* Removes 6s of drunkness\n* Heals \u003Cspan style=\"color:green\"\u003E0.5\u003C/span\u003E Poison" | |||
], | |||
"effectLine": "'''Medicine''' (0.5u per second)\n* | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "Arithrazine", | ||
"group": "Medicine", | "group": "Medicine", | ||
"color": "# | "color": "#bd5902", | ||
"textColorTheme": " | "textColorTheme": "light", | ||
"flavor": "medicine", | "flavor": "medicine", | ||
"metabolisms": { | "metabolisms": { | ||
Line 3,821: | Line 4,164: | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
" | "Radiation": -3 | ||
" | }, | ||
"groups": { | |||
"Brute": 0.5 | |||
} | } | ||
} | } | ||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": "arithrazine", | |||
"desc": "A mildly unstable medication used for the most extreme case of radiation poisoning. Exerts minor stress on the body.", | |||
"physicalDesc": "cloudy", | |||
"name": " | |||
"desc": " | |||
"physicalDesc": " | |||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "Arithrazine", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
Line 3,864: | Line 4,189: | ||
], | ], | ||
[ | [ | ||
" | "hydrogen", | ||
1, | 1, | ||
false, | false, | ||
" | "Hydrogen" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "arithrazine", | ||
2, | |||
" | "Arithrazine" | ||
] | ] | ||
] | ] | ||
Line 3,888: | Line 4,207: | ||
"'''Medicine''' (0.5u per second)", | "'''Medicine''' (0.5u per second)", | ||
"\n", | "\n", | ||
"* Modifies health by \u003Cspan style=\"color: | "* Modifies health by \u003Cspan style=\"color:red\"\u003E0.5\u003C/span\u003E Brute and \u003Cspan style=\"color:green\"\u003E3\u003C/span\u003E Radiation" | ||
], | ], | ||
"effectLine": "'''Medicine''' (0.5u per second)\n* Modifies health by \u003Cspan style=\"color: | "effectLine": "'''Medicine''' (0.5u per second)\n* Modifies health by \u003Cspan style=\"color:red\"\u003E0.5\u003C/span\u003E Brute and \u003Cspan style=\"color:green\"\u003E3\u003C/span\u003E Radiation" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Bicaridine", | ||
"group": "Medicine", | "group": "Medicine", | ||
"color": "# | "color": "#ffaa00", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": " | "flavor": "medicine", | ||
"metabolisms": { | "metabolisms": { | ||
"Medicine": { | "Medicine": { | ||
Line 3,911: | Line 4,224: | ||
"damage": { | "damage": { | ||
"groups": { | "groups": { | ||
"Brute | "Brute": -2 | ||
} | } | ||
} | } | ||
Line 3,923: | Line 4,233: | ||
{ | { | ||
"class": "ReagentThreshold", | "class": "ReagentThreshold", | ||
"min": | "min": 15, | ||
"max": null | "max": null | ||
} | } | ||
Line 3,929: | Line 4,239: | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
"Asphyxiation": | "Asphyxiation": 0.5, | ||
"Poison": 1.5 | |||
} | } | ||
} | } | ||
}, | }, | ||
{ | { | ||
"class": " | "class": "ChemVomit", | ||
" | "conditions": [ | ||
{ | |||
"class": "ReagentThreshold", | |||
"min": 30, | |||
"max": null | |||
} | |||
], | |||
"probability": 0.02 | |||
}, | |||
{ | { | ||
"class": " | "class": "Jitter", | ||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"class": "ReagentThreshold", | "class": "ReagentThreshold", | ||
"min": | "min": 15, | ||
"max": null | "max": null | ||
} | } | ||
] | ] | ||
}, | |||
{ | |||
"class": "Drunk" | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "bicaridine", | ||
"desc": " | "desc": "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.", | ||
"physicalDesc": " | "physicalDesc": "opaque", | ||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "Bicaridine", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "inaprovaline", | ||
1, | 1, | ||
false, | false, | ||
" | "Inaprovaline" | ||
], | ], | ||
[ | [ | ||
" | "carbon", | ||
1, | 1, | ||
false, | false, | ||
" | "Carbon" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "bicaridine", | ||
2, | |||
" | "Bicaridine" | ||
] | ] | ||
] | ] | ||
Line 4,016: | Line 4,304: | ||
"'''Medicine''' (0.5u per second)", | "'''Medicine''' (0.5u per second)", | ||
"\n", | "\n", | ||
"* | "* Heals \u003Cspan style=\"color:green\"\u003E2\u003C/span\u003E Brute", | ||
"\n", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E0.5\u003C/span\u003E Asphyxiation and \u003Cspan style=\"color:red\"\u003E1.5\u003C/span\u003E Poison when there's at least 15u of bicaridine", | |||
"\n", | |||
"* Has a 2% chance to cause vomiting when there's at least 30u of bicaridine", | |||
"\n", | |||
"* Causes jittering when there's at least 15u of bicaridine", | |||
"\n", | |||
"* Causes drunkness" | |||
], | ], | ||
"effectLine": "'''Medicine''' (0.5u per second)\n* | "effectLine": "'''Medicine''' (0.5u per second)\n* Heals \u003Cspan style=\"color:green\"\u003E2\u003C/span\u003E Brute\n* Deals \u003Cspan style=\"color:red\"\u003E0.5\u003C/span\u003E Asphyxiation and \u003Cspan style=\"color:red\"\u003E1.5\u003C/span\u003E Poison when there's at least 15u of bicaridine\n* Has a 2% chance to cause vomiting when there's at least 30u of bicaridine\n* Causes jittering when there's at least 15u of bicaridine\n* Causes drunkness" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Cryoxadone", | ||
"group": "Medicine", | "group": "Medicine", | ||
"color": "# | "color": "#0091ff", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": "medicine", | "flavor": "medicine", | ||
Line 4,030: | Line 4,326: | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "HealthChange", | ||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"class": " | "class": "Temperature", | ||
" | "max": 213, | ||
" | "min": 0 | ||
} | } | ||
] | ], | ||
} | "damage": { | ||
] | "groups": { | ||
"Airloss": -6, | |||
"Brute": -4, | |||
"Burn": -6, | |||
"Toxin": -4 | |||
} | |||
} | |||
} | |||
] | |||
} | } | ||
}, | }, | ||
"name": " | "plantMetabolism": [ | ||
"desc": " | { | ||
"physicalDesc": " | "class": "PlantAdjustToxins", | ||
"amount": -5 | |||
}, | |||
{ | |||
"class": "PlantAdjustHealth", | |||
"amount": 5 | |||
}, | |||
{ | |||
"class": "PlantCryoxadone {}" | |||
} | |||
], | |||
"name": "cryoxadone", | |||
"desc": "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.", | |||
"physicalDesc": "fizzy", | |||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "Cryoxadone", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "dexalin", | ||
1, | |||
false, | |||
"Dexalin" | |||
], | |||
[ | |||
"water", | |||
1, | |||
false, | false, | ||
" | "Water" | ||
], | ], | ||
[ | [ | ||
" | "oxygen", | ||
1, | |||
false, | false, | ||
" | "Oxygen" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "cryoxadone", | ||
3, | |||
" | "Cryoxadone" | ||
] | ] | ||
] | ] | ||
Line 4,076: | Line 4,398: | ||
"'''Medicine''' (0.5u per second)", | "'''Medicine''' (0.5u per second)", | ||
"\n", | "\n", | ||
"* | "* Heals \u003Cspan style=\"color:green\"\u003E6\u003C/span\u003E Airloss, \u003Cspan style=\"color:green\"\u003E4\u003C/span\u003E Brute, \u003Cspan style=\"color:green\"\u003E6\u003C/span\u003E Burn, and \u003Cspan style=\"color:green\"\u003E4\u003C/span\u003E Toxin when the body's temperature is at most 213k", | ||
"\n", | |||
"'''Plants''' (0.5u per second)", | |||
"\n", | |||
null | |||
], | ], | ||
"effectLine": "'''Medicine''' (0.5u per second)\n* | "effectLine": "'''Medicine''' (0.5u per second)\n* Heals \u003Cspan style=\"color:green\"\u003E6\u003C/span\u003E Airloss, \u003Cspan style=\"color:green\"\u003E4\u003C/span\u003E Brute, \u003Cspan style=\"color:green\"\u003E6\u003C/span\u003E Burn, and \u003Cspan style=\"color:green\"\u003E4\u003C/span\u003E Toxin when the body's temperature is at most 213k\n'''Plants''' (0.5u per second)\n" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Doxarubixadone", | ||
"group": "Medicine", | "group": "Medicine", | ||
"color": "# | "color": "#32cd32", | ||
"textColorTheme": " | "textColorTheme": "light", | ||
"flavor": "medicine", | "flavor": "medicine", | ||
"metabolisms": { | "metabolisms": { | ||
Line 4,090: | Line 4,416: | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "HealthChange", | ||
" | "conditions": [ | ||
{ | |||
"class": "Temperature", | |||
"max": 213, | |||
"min": 0 | |||
} | |||
], | |||
"damage": { | |||
"types": { | |||
"Cellular": -2 | |||
} | |||
} | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "doxarubixadone", | ||
"desc": " | "desc": "A cryogenics chemical. Heals certain types of cellular damage done by Slimes and improper use of other chemicals.", | ||
"physicalDesc": "bubbling", | |||
"recipes": [ | |||
{ | |||
"type": "reaction", | |||
"id": "Doxarubixadone", | |||
"reactants": [ | |||
[ | |||
"cryoxadone", | |||
1, | |||
"physicalDesc": " | |||
"recipes": [ | |||
{ | |||
"type": "reaction", | |||
"id": " | |||
"reactants": [ | |||
[ | |||
" | |||
false, | false, | ||
" | "Cryoxadone" | ||
], | ], | ||
[ | [ | ||
" | "unstable mutagen", | ||
1, | 1, | ||
false, | false, | ||
" | "UnstableMutagen" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "doxarubixadone", | ||
2, | |||
" | "Doxarubixadone" | ||
] | ] | ||
] | ] | ||
Line 4,158: | Line 4,464: | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Medicine''' (0.5u per second)", | ||
"\n", | "\n", | ||
"* | "* Heals \u003Cspan style=\"color:green\"\u003E2\u003C/span\u003E Cellular when the body's temperature is at most 213k" | ||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Medicine''' (0.5u per second)\n* Heals \u003Cspan style=\"color:green\"\u003E2\u003C/span\u003E Cellular when the body's temperature is at most 213k" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Dermaline", | ||
"group": "Medicine", | "group": "Medicine", | ||
"color": "# | "color": "#215263", | ||
"textColorTheme": " | "textColorTheme": "light", | ||
"flavor": "medicine", | "flavor": "medicine", | ||
"metabolisms": { | "metabolisms": { | ||
Line 4,179: | Line 4,483: | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
" | "Heat": -1.5, | ||
"Shock": -1.5, | |||
"Cold": -1.5 | |||
} | |||
} | |||
}, | |||
{ | |||
"class": "HealthChange", | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"min": 10, | |||
"max": null | |||
} | |||
], | |||
"damage": { | |||
"types": { | |||
"Asphyxiation": 1, | |||
"Cold": 2 | |||
}, | |||
"groups": { | |||
"Brute": 0.5 | |||
} | } | ||
} | } | ||
}, | |||
{ | |||
"class": "Jitter", | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"min": 10, | |||
"max": null | |||
} | |||
] | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "dermaline", | ||
"desc": " | "desc": "An advanced chemical that is more effective at treating burn damage than kelotane.", | ||
"physicalDesc": " | "physicalDesc": "translucent", | ||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "Dermaline", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "kelotane", | ||
1, | |||
false, | |||
"Kelotane" | |||
], | |||
[ | |||
"oxygen", | |||
1, | 1, | ||
false, | false, | ||
" | "Oxygen" | ||
], | ], | ||
[ | [ | ||
" | "phosphorus", | ||
1, | 1, | ||
false, | false, | ||
" | "Phosphorus" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "dermaline", | ||
3, | |||
" | "Dermaline" | ||
] | ] | ||
] | ] | ||
Line 4,219: | Line 4,560: | ||
"'''Medicine''' (0.5u per second)", | "'''Medicine''' (0.5u per second)", | ||
"\n", | "\n", | ||
"* Heals \u003Cspan style=\"color:green\"\ | "* Heals \u003Cspan style=\"color:green\"\u003E1.5\u003C/span\u003E Heat, \u003Cspan style=\"color:green\"\u003E1.5\u003C/span\u003E Shock, and \u003Cspan style=\"color:green\"\u003E1.5\u003C/span\u003E Cold", | ||
"\n", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E0.5\u003C/span\u003E Brute, \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Asphyxiation, and \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Cold when there's at least 10u of dermaline", | |||
"\n", | |||
"* Causes jittering when there's at least 10u of dermaline" | |||
], | ], | ||
"effectLine": "'''Medicine''' (0.5u per second)\n* Heals \u003Cspan style=\"color:green\"\ | "effectLine": "'''Medicine''' (0.5u per second)\n* Heals \u003Cspan style=\"color:green\"\u003E1.5\u003C/span\u003E Heat, \u003Cspan style=\"color:green\"\u003E1.5\u003C/span\u003E Shock, and \u003Cspan style=\"color:green\"\u003E1.5\u003C/span\u003E Cold\n* Deals \u003Cspan style=\"color:red\"\u003E0.5\u003C/span\u003E Brute, \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Asphyxiation, and \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Cold when there's at least 10u of dermaline\n* Causes jittering when there's at least 10u of dermaline" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Dexalin", | ||
"group": "Medicine", | "group": "Medicine", | ||
"color": "# | "color": "#0041a8", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": "medicine", | "flavor": "medicine", | ||
Line 4,236: | Line 4,581: | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
" | "Asphyxiation": -1, | ||
"Bloodloss": -0.5 | |||
} | } | ||
} | } | ||
}, | }, | ||
{ | { | ||
"class": " | "class": "HealthChange", | ||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"class": "ReagentThreshold", | "class": "ReagentThreshold", | ||
"min": 20, | |||
"min": | |||
"max": null | "max": null | ||
} | } | ||
], | ], | ||
" | "damage": { | ||
"types": { | |||
"Asphyxiation": 3, | |||
"Cold": 1 | |||
} | |||
} | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "dexalin", | ||
"desc": "A | "desc": "Used for treating minor oxygen deprivation and bloodloss. A required reagent for dexalin plus.", | ||
"physicalDesc": " | "physicalDesc": "opaque", | ||
"recipes": [], | "recipes": [ | ||
{ | |||
"type": "reaction", | |||
"id": "Dexalin", | |||
"reactants": [ | |||
[ | |||
"oxygen", | |||
2, | |||
false, | |||
"Oxygen" | |||
], | |||
[ | |||
"plasma", | |||
1, | |||
true, | |||
"Plasma" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"dexalin", | |||
3, | |||
"Dexalin" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [ | "effects": [ | ||
"'''Medicine''' (0.5u per second)", | "'''Medicine''' (0.5u per second)", | ||
"\n", | "\n", | ||
"* Heals \u003Cspan style=\"color:green\"\ | "* Heals \u003Cspan style=\"color:green\"\u003E1\u003C/span\u003E Asphyxiation and \u003Cspan style=\"color:green\"\u003E0.5\u003C/span\u003E Bloodloss", | ||
"\n", | "\n", | ||
"* | "* Deals \u003Cspan style=\"color:red\"\u003E3\u003C/span\u003E Asphyxiation and \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Cold when there's at least 20u of dexalin" | ||
], | ], | ||
"effectLine": "'''Medicine''' (0.5u per second)\n* Heals \u003Cspan style=\"color:green\"\ | "effectLine": "'''Medicine''' (0.5u per second)\n* Heals \u003Cspan style=\"color:green\"\u003E1\u003C/span\u003E Asphyxiation and \u003Cspan style=\"color:green\"\u003E0.5\u003C/span\u003E Bloodloss\n* Deals \u003Cspan style=\"color:red\"\u003E3\u003C/span\u003E Asphyxiation and \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Cold when there's at least 20u of dexalin" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "DexalinPlus", | ||
"group": "Medicine", | "group": "Medicine", | ||
"color": "# | "color": "#4da0bd", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": "medicine", | "flavor": "medicine", | ||
"metabolisms": { | "metabolisms": { | ||
" | "Medicine": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
Line 4,282: | Line 4,657: | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
" | "Asphyxiation": -3.5, | ||
"Bloodloss": -3 | |||
} | } | ||
} | } | ||
}, | }, | ||
{ | { | ||
"class": " | "class": "AdjustReagent", | ||
" | "conditions": [ | ||
{ | |||
" | "class": "ReagentThreshold", | ||
"reagent": "HeartbreakerToxin", | |||
"min": 1, | |||
"max": null | |||
} | |||
], | |||
"reagent": "heartbreaker toxin", | |||
"amount": -3 | |||
}, | }, | ||
{ | { | ||
"class": " | "class": "HealthChange", | ||
" | "conditions": [ | ||
{ | |||
"class": "ReagentThreshold", | |||
"min": 25, | |||
"max": null | |||
" | } | ||
], | |||
"damage": { | |||
"types": { | |||
"Asphyxiation": 5, | |||
"Cold": 3 | |||
} | |||
} | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "dexalin plus", | ||
"desc": " | "desc": "Used in treatment of extreme cases of oxygen deprivation and bloodloss. Flushes heartbreaker toxin out of the blood stream.", | ||
"physicalDesc": " | "physicalDesc": "cloudy", | ||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "DexalinPlus", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "dexalin", | ||
1, | 1, | ||
false, | false, | ||
" | "Dexalin" | ||
], | ], | ||
[ | [ | ||
" | "carbon", | ||
1, | 1, | ||
false, | false, | ||
" | "Carbon" | ||
], | ], | ||
[ | [ | ||
" | "iron", | ||
1, | 1, | ||
false, | false, | ||
" | "Iron" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "dexalin plus", | ||
3, | 3, | ||
" | "DexalinPlus" | ||
] | ] | ||
] | ] | ||
Line 4,344: | Line 4,731: | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Medicine''' (0.5u per second)", | ||
"\n", | "\n", | ||
"* | "* Heals \u003Cspan style=\"color:green\"\u003E3.5\u003C/span\u003E Asphyxiation and \u003Cspan style=\"color:green\"\u003E3\u003C/span\u003E Bloodloss", | ||
"\n", | "\n", | ||
"* Removes | "* Removes 3u of heartbreaker toxin from the solution when there's at least 1u of heartbreaker toxin", | ||
"\n", | "\n", | ||
"* | "* Deals \u003Cspan style=\"color:red\"\u003E5\u003C/span\u003E Asphyxiation and \u003Cspan style=\"color:red\"\u003E3\u003C/span\u003E Cold when there's at least 25u of dexalin plus" | ||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Medicine''' (0.5u per second)\n* Heals \u003Cspan style=\"color:green\"\u003E3.5\u003C/span\u003E Asphyxiation and \u003Cspan style=\"color:green\"\u003E3\u003C/span\u003E Bloodloss\n* Removes 3u of heartbreaker toxin from the solution when there's at least 1u of heartbreaker toxin\n* Deals \u003Cspan style=\"color:red\"\u003E5\u003C/span\u003E Asphyxiation and \u003Cspan style=\"color:red\"\u003E3\u003C/span\u003E Cold when there's at least 25u of dexalin plus" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Epinephrine", | ||
"group": "Medicine", | "group": "Medicine", | ||
"color": "# | "color": "#d2fffa", | ||
"textColorTheme": " | "textColorTheme": "dark", | ||
"flavor": "medicine", | "flavor": "medicine", | ||
"metabolisms": { | "metabolisms": { | ||
"Medicine": { | "Medicine": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": "HealthChange", | "class": "HealthChange", | ||
"conditions": [ | "conditions": [ | ||
{ | |||
"class": "MobStateCondition", | |||
"mobstate": "Critical" | |||
}, | |||
{ | { | ||
"class": "ReagentThreshold", | "class": "ReagentThreshold", | ||
"min": | "min": 0, | ||
"max": | "max": 20 | ||
} | } | ||
], | ], | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
" | "Asphyxiation": -3, | ||
"Poison": -0.5 | |||
}, | |||
"groups": { | |||
"Brute": -0.5, | |||
"Burn": -0.5 | |||
} | } | ||
} | } | ||
}, | |||
{ | |||
"class": "HealthChange", | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"min": 20, | |||
"max": null | |||
} | |||
], | |||
"damage": { | |||
"types": { | |||
"Asphyxiation": 1, | |||
"Poison": 1 | |||
} | |||
} | |||
" | }, | ||
{ | |||
"class": "AdjustReagent", | |||
"reagent": "heartbreaker toxin", | |||
"amount": -2 | |||
}, | |||
{ | |||
"class": "AdjustReagent", | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"reagent": "HeartbreakerToxin", | |||
"min": 1, | |||
"max": null | |||
} | |||
], | |||
"reagent": "epinephrine", | |||
" | "amount": -1 | ||
}, | |||
{ | { | ||
"class": " | "class": "AdjustReagent", | ||
"probability": 0.1, | |||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"class": " | "class": "ReagentThreshold", | ||
" | "reagent": "HeartbreakerToxin", | ||
"min": | "min": 1, | ||
"max": null | |||
} | } | ||
], | ], | ||
" | "reagent": "histamine", | ||
"amount": 4 | |||
}, | |||
{ | |||
"class": "GenericStatusEffect", | |||
"key": "Stun", | |||
"time": 0.75, | |||
"type": "Remove" | |||
}, | |||
{ | |||
"class": "GenericStatusEffect", | |||
"key": "KnockedDown", | |||
"time": 0.75, | |||
"type": "Remove" | |||
}, | |||
{ | |||
"class": "GenericStatusEffect", | |||
"key": "Adrenaline", | |||
"component": "IgnoreSlowOnDamage", | |||
"time": 5 | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "epinephrine", | ||
"desc": " | "desc": "An effective stabilizing chemical used to keep a critical person from dying to asphyxiation while patching up minor damage during crit. Flushes heartbreaker toxin out the blood stream at the cost of more epinephrine, but may add histamine. Helps reduce stun time. Commonly found in the form of emergency medipens.", | ||
"physicalDesc": " | "physicalDesc": "odorless", | ||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "Epinephrine", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "phenol", | ||
1, | 1, | ||
false, | false, | ||
" | "Phenol" | ||
], | ], | ||
[ | [ | ||
" | "acetone", | ||
1, | 1, | ||
false, | false, | ||
" | "Acetone" | ||
] | ], | ||
[ | |||
"chlorine", | |||
1, | |||
false, | |||
"Chlorine" | |||
], | |||
[ | |||
"hydroxide", | |||
1, | |||
false, | |||
"Hydroxide" | |||
] | |||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "epinephrine", | ||
4, | |||
" | "Epinephrine" | ||
] | ] | ||
] | ] | ||
Line 4,498: | Line 4,888: | ||
"'''Medicine''' (0.5u per second)", | "'''Medicine''' (0.5u per second)", | ||
"\n", | "\n", | ||
"* Heals \u003Cspan style=\"color:green\"\ | "* Heals \u003Cspan style=\"color:green\"\u003E0.5\u003C/span\u003E Brute, \u003Cspan style=\"color:green\"\u003E0.5\u003C/span\u003E Burn, \u003Cspan style=\"color:green\"\u003E3\u003C/span\u003E Asphyxiation, and \u003Cspan style=\"color:green\"\u003E0.5\u003C/span\u003E Poison when the mob is critical and there's at most 20u of epinephrine", | ||
"\n", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Asphyxiation and \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Poison when there's at least 20u of epinephrine", | |||
"\n", | |||
"* Removes 2u of heartbreaker toxin from the solution", | |||
"\n", | |||
"* Removes 1u of epinephrine from the solution when there's at least 1u of heartbreaker toxin", | |||
"\n", | |||
"* Has a 10% chance to add 4u of histamine to the solution when there's at least 1u of heartbreaker toxin", | |||
"\n", | |||
"* Removes 0.75s of stunning", | |||
"\n", | |||
"* Removes 0.75s of knockdown", | |||
"\n", | |||
"* Causes adrenaline for at least 0.5s without accumulation" | |||
], | ], | ||
"effectLine": "'''Medicine''' (0.5u per second)\n* Heals \u003Cspan style=\"color:green\"\ | "effectLine": "'''Medicine''' (0.5u per second)\n* Heals \u003Cspan style=\"color:green\"\u003E0.5\u003C/span\u003E Brute, \u003Cspan style=\"color:green\"\u003E0.5\u003C/span\u003E Burn, \u003Cspan style=\"color:green\"\u003E3\u003C/span\u003E Asphyxiation, and \u003Cspan style=\"color:green\"\u003E0.5\u003C/span\u003E Poison when the mob is critical and there's at most 20u of epinephrine\n* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Asphyxiation and \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Poison when there's at least 20u of epinephrine\n* Removes 2u of heartbreaker toxin from the solution\n* Removes 1u of epinephrine from the solution when there's at least 1u of heartbreaker toxin\n* Has a 10% chance to add 4u of histamine to the solution when there's at least 1u of heartbreaker toxin\n* Removes 0.75s of stunning\n* Removes 0.75s of knockdown\n* Causes adrenaline for at least 0.5s without accumulation" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Hyronalin", | ||
"group": "Medicine", | "group": "Medicine", | ||
"color": "# | "color": "#4cb580", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": "medicine", | "flavor": "medicine", | ||
Line 4,512: | Line 4,916: | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "HealthChange", | ||
" | "damage": { | ||
} | "types": { | ||
] | "Radiation": -1 | ||
} | } | ||
} | |||
}, | |||
{ | |||
"class": "ChemVomit", | |||
"probability": 0.02 | |||
}, | |||
{ | |||
"class": "HealthChange", | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"min": 30, | |||
"max": null | |||
} | |||
], | |||
"damage": { | |||
"types": { | |||
"Heat": 2 | |||
} | |||
} | |||
}, | |||
{ | |||
"class": "Jitter", | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"min": 30, | |||
"max": null | |||
} | |||
] | |||
} | |||
] | |||
} | |||
}, | }, | ||
"name": " | "name": "hyronalin", | ||
"desc": "A | "desc": "A weak treatment for radiation damage. A precursor to arithrazine and phalanximine. Can cause vomiting.", | ||
"physicalDesc": " | "physicalDesc": "cloudy", | ||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "Hyronalin", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "radium", | ||
1, | 1, | ||
false, | false, | ||
" | "Radium" | ||
], | ], | ||
[ | [ | ||
" | "dylovene", | ||
1, | 1, | ||
false, | false, | ||
" | "Dylovene" | ||
] | |||
] | |||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "hyronalin", | ||
2, | |||
" | "Hyronalin" | ||
] | ] | ||
] | ] | ||
Line 4,557: | Line 4,988: | ||
"'''Medicine''' (0.5u per second)", | "'''Medicine''' (0.5u per second)", | ||
"\n", | "\n", | ||
"* | "* Heals \u003Cspan style=\"color:green\"\u003E1\u003C/span\u003E Radiation", | ||
"\n", | |||
"* Has a 2% chance to cause vomiting", | |||
"\n", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Heat when there's at least 30u of hyronalin", | |||
"\n", | |||
"* Causes jittering when there's at least 30u of hyronalin" | |||
], | ], | ||
"effectLine": "'''Medicine''' (0.5u per second)\n* | "effectLine": "'''Medicine''' (0.5u per second)\n* Heals \u003Cspan style=\"color:green\"\u003E1\u003C/span\u003E Radiation\n* Has a 2% chance to cause vomiting\n* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Heat when there's at least 30u of hyronalin\n* Causes jittering when there's at least 30u of hyronalin" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Ipecac", | ||
"group": "Medicine", | "group": "Medicine", | ||
"color": "# | "color": "#422912", | ||
"textColorTheme": " | "textColorTheme": "light", | ||
"flavor": "medicine", | "flavor": "medicine", | ||
"metabolisms": { | "metabolisms": { | ||
Line 4,571: | Line 5,008: | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "ChemVomit", | ||
" | "conditions": [ | ||
{ | |||
" | "class": "ReagentThreshold", | ||
"min": 4, | |||
" | "max": null | ||
" | |||
} | } | ||
], | |||
"probability": 0.3 | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "ipecac", | ||
"desc": "A | "desc": "A rapid-acting emetic. Useful for stopping unmetabolized poisons, or mass-vomiting sessions.", | ||
"physicalDesc": " | "physicalDesc": "inky", | ||
"recipes": [], | "recipes": [ | ||
{ | |||
"type": "reaction", | |||
"id": "Ipecac", | |||
"reactants": [ | |||
[ | |||
"potassium", | |||
1, | |||
false, | |||
"Potassium" | |||
], | |||
[ | |||
"nitrogen", | |||
1, | |||
false, | |||
"Nitrogen" | |||
], | |||
[ | |||
"ammonia", | |||
1, | |||
false, | |||
"Ammonia" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"ipecac", | |||
2, | |||
"Ipecac" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [ | "effects": [ | ||
"'''Medicine''' (0.5u per second)", | "'''Medicine''' (0.5u per second)", | ||
"\n", | "\n", | ||
"* | "* Has a 30% chance to cause vomiting when there's at least 4u of ipecac" | ||
], | ], | ||
"effectLine": "'''Medicine''' (0.5u per second)\n* | "effectLine": "'''Medicine''' (0.5u per second)\n* Has a 30% chance to cause vomiting when there's at least 4u of ipecac" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Inaprovaline", | ||
"group": "Medicine", | "group": "Medicine", | ||
"color": "# | "color": "#731024", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": "medicine", | "flavor": "medicine", | ||
Line 4,608: | Line 5,077: | ||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"class": " | "class": "MobStateCondition", | ||
" | "mobstate": "Critical" | ||
} | } | ||
], | ], | ||
"damage": { | "damage": { | ||
" | "types": { | ||
" | "Asphyxiation": -5 | ||
} | } | ||
} | } | ||
}, | }, | ||
{ | { | ||
"class": " | "class": "ModifyBleedAmount", | ||
"amount": -0.25 | |||
"amount": - | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "inaprovaline", | ||
"desc": " | "desc": "Inaprovaline is a synaptic stimulant and cardiostimulant, commonly used to treat asphyxiation damage caused during critical states and reduce bleeding. Used in many advanced medicines.", | ||
"physicalDesc": " | "physicalDesc": "opaque", | ||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "Inaprovaline", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "oxygen", | ||
1, | |||
false, | |||
"Oxygen" | |||
], | |||
[ | |||
"carbon", | |||
1, | |||
false, | false, | ||
" | "Carbon" | ||
], | ], | ||
[ | [ | ||
" | "sugar", | ||
1, | 1, | ||
false, | |||
" | "Sugar" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "inaprovaline", | ||
3, | |||
" | "Inaprovaline" | ||
] | ] | ||
] | ] | ||
Line 4,698: | Line 5,133: | ||
"'''Medicine''' (0.5u per second)", | "'''Medicine''' (0.5u per second)", | ||
"\n", | "\n", | ||
"* | "* Heals \u003Cspan style=\"color:green\"\u003E5\u003C/span\u003E Asphyxiation when the mob is critical", | ||
"\n", | "\n", | ||
"* | "* Reduces bleeding" | ||
], | ], | ||
"effectLine": "'''Medicine''' (0.5u per second)\n* | "effectLine": "'''Medicine''' (0.5u per second)\n* Heals \u003Cspan style=\"color:green\"\u003E5\u003C/span\u003E Asphyxiation when the mob is critical\n* Reduces bleeding" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Kelotane", | ||
"group": "Medicine", | "group": "Medicine", | ||
"color": "# | "color": "#bf3d19", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": "medicine", | "flavor": "medicine", | ||
Line 4,718: | Line 5,149: | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "HealthChange", | ||
" | "damage": { | ||
} | "types": { | ||
] | "Heat": -0.33, | ||
"Shock": -0.33, | |||
"Cold": -0.33 | |||
} | |||
} | |||
}, | |||
{ | |||
"class": "SatiateThirst", | |||
"factor": -10, | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"min": 30, | |||
"max": null | |||
} | |||
] | |||
}, | |||
{ | |||
"class": "PopupMessage", | |||
"type": "Local", | |||
"messages": [ | |||
"generic-reagent-effect-nauseous", | |||
"generic-reagent-effect-thirsty", | |||
"generic-reagent-effect-parched" | |||
], | |||
"probability": 0.1, | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"min": 25 | |||
} | |||
] | |||
} | |||
] | |||
} | } | ||
}, | }, | ||
"name": " | "name": "kelotane", | ||
"desc": " | "desc": "Treats burn damage. Overdosing greatly reduces the body's ability to retain water.", | ||
"physicalDesc": " | "physicalDesc": "strong smelling", | ||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "Kelotane", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "silicon", | ||
1, | 1, | ||
false, | false, | ||
" | "Silicon" | ||
], | ], | ||
[ | [ | ||
" | "carbon", | ||
1, | 1, | ||
false, | false, | ||
" | "Carbon" | ||
] | |||
] | |||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "kelotane", | ||
2, | |||
" | "Kelotane" | ||
] | ] | ||
] | ] | ||
Line 4,763: | Line 5,221: | ||
"'''Medicine''' (0.5u per second)", | "'''Medicine''' (0.5u per second)", | ||
"\n", | "\n", | ||
"* Heals | "* Heals \u003Cspan style=\"color:green\"\u003E0.33\u003C/span\u003E Heat, \u003Cspan style=\"color:green\"\u003E0.33\u003C/span\u003E Shock, and \u003Cspan style=\"color:green\"\u003E0.33\u003C/span\u003E Cold", | ||
"\n", | |||
"* Satiates thirst at 3.333x the average rate when there's at least 30u of kelotane" | |||
], | ], | ||
"effectLine": "'''Medicine''' (0.5u per second)\n* Heals | "effectLine": "'''Medicine''' (0.5u per second)\n* Heals \u003Cspan style=\"color:green\"\u003E0.33\u003C/span\u003E Heat, \u003Cspan style=\"color:green\"\u003E0.33\u003C/span\u003E Shock, and \u003Cspan style=\"color:green\"\u003E0.33\u003C/span\u003E Cold\n* Satiates thirst at 3.333x the average rate when there's at least 30u of kelotane" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Leporazine", | ||
"group": "Medicine", | "group": "Medicine", | ||
"color": "# | "color": "#ff7db5", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": " | "flavor": "medicine", | ||
"metabolisms": { | "metabolisms": { | ||
"Medicine": { | "Medicine": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "HealthChange", | ||
"damage": { | |||
"types": { | |||
"Cold": -4 | |||
} | |||
} | |||
}, | |||
{ | |||
"class": "AdjustTemperature", | |||
"conditions": [ | |||
{ | |||
"class": "Temperature", | |||
"max": 293.15, | |||
"min": 0 | |||
} | |||
], | |||
"amount": 100000 | |||
}, | |||
{ | |||
"class": "AdjustTemperature", | |||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"class": " | "class": "Temperature", | ||
"min": | "min": 293.15, | ||
"max": null | "max": null | ||
} | } | ||
] | ], | ||
"amount": -10000 | |||
}, | |||
{ | |||
"class": "PopupMessage", | |||
"type": "Local", | |||
"visualType": "Medium", | |||
"messages": [ | |||
"leporazine-effect-temperature-adjusting" | |||
], | |||
"probability": 0.2 | |||
}, | |||
{ | |||
"class": "AdjustReagent", | |||
"reagent": "Fresium", | |||
"amount": -5 | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "leporazine", | ||
"desc": "A | "desc": "A chemical used to stabilize body temperature and rapidly cure cold damage. Great for unprotected EVA travel, but prevents the use of cryogenic tubes.", | ||
"physicalDesc": " | "physicalDesc": "pungent", | ||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "Leporazine", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "copper", | ||
1, | 1, | ||
false, | false, | ||
" | "Copper" | ||
], | ], | ||
[ | [ | ||
" | "fersilicite", | ||
1, | 1, | ||
false, | false, | ||
" | "Fersilicite" | ||
], | ], | ||
[ | [ | ||
" | "plasma", | ||
1, | 1, | ||
true, | |||
" | "Plasma" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "leporazine", | ||
2, | |||
" | "Leporazine" | ||
] | ] | ||
] | ] | ||
Line 4,828: | Line 5,322: | ||
"'''Medicine''' (0.5u per second)", | "'''Medicine''' (0.5u per second)", | ||
"\n", | "\n", | ||
"* | "* Heals \u003Cspan style=\"color:green\"\u003E4\u003C/span\u003E Cold", | ||
], | "\n", | ||
"effectLine": "'''Medicine''' (0.5u per second)\n* | "* Adds 100kJ of heat to the body it's in when the body's temperature is at most 293.15k", | ||
"\n", | |||
"* Removes -10000J of heat from the body it's in when the body's temperature is at least 293.15k", | |||
"\n", | |||
"* Removes 5u of Fresium from the solution" | |||
], | |||
"effectLine": "'''Medicine''' (0.5u per second)\n* Heals \u003Cspan style=\"color:green\"\u003E4\u003C/span\u003E Cold\n* Adds 100kJ of heat to the body it's in when the body's temperature is at most 293.15k\n* Removes -10000J of heat from the body it's in when the body's temperature is at least 293.15k\n* Removes 5u of Fresium from the solution" | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "Barozine", | ||
"group": "Medicine", | "group": "Medicine", | ||
"color": "# | "color": "#ff867d", | ||
"textColorTheme": " | "textColorTheme": "light", | ||
"flavor": "medicine", | "flavor": "medicine", | ||
"metabolisms": { | "metabolisms": { | ||
Line 4,842: | Line 5,342: | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "HealthChange", | ||
"probability": 0.3, | |||
"damage": { | |||
"types": { | |||
"Heat": 0.5 | |||
} | |||
} | |||
}, | }, | ||
{ | { | ||
"class": " | "class": "HealthChange", | ||
" | "conditions": [ | ||
{ | |||
" | "class": "ReagentThreshold", | ||
"min": 30, | |||
"max": null | |||
} | |||
], | |||
"damage": { | |||
"types": { | |||
"Poison": 3 | |||
} | |||
} | |||
}, | }, | ||
{ | { | ||
"class": " | "class": "ChemVomit", | ||
" | "probability": 0.15, | ||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"class": "ReagentThreshold", | "class": "ReagentThreshold", | ||
"min": | "min": 30, | ||
"max": null | "max": null | ||
} | } | ||
Line 4,867: | Line 5,377: | ||
}, | }, | ||
{ | { | ||
"class": "PopupMessage", | "class": "GenericStatusEffect", | ||
"visualType": " | "key": "PressureImmunity", | ||
"component": "PressureImmunity", | |||
"time": 2 | |||
}, | |||
{ | |||
"class": "GenericStatusEffect", | |||
"key": "Stutter", | |||
"component": "StutteringAccent", | |||
"time": 2 | |||
}, | |||
{ | |||
"class": "Jitter" | |||
}, | |||
{ | |||
"class": "Emote", | |||
"emote": "Scream", | |||
"probability": 0.2 | |||
}, | |||
{ | |||
"class": "PopupMessage", | |||
"type": "Local", | |||
"visualType": "Large", | |||
"messages": [ | "messages": [ | ||
" | "barozine-effect-skin-burning", | ||
" | "barozine-effect-muscle-contract" | ||
], | ], | ||
"probability": 0.1 | "probability": 0.1 | ||
} | } | ||
Line 4,879: | Line 5,409: | ||
} | } | ||
}, | }, | ||
"name": " | "name": "barozine", | ||
"desc": "A | "desc": "A potent chemical that prevents pressure damage. Causes extreme stress on the body.", | ||
"physicalDesc": " | "physicalDesc": "viscous", | ||
"recipes": [ | "recipes": [], | ||
"effects": [ | |||
"'''Medicine''' (0.5u per second)", | |||
"\n", | |||
"* Has a 30% chance to deal \u003Cspan style=\"color:red\"\u003E0.5\u003C/span\u003E Heat", | |||
"\n", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E3\u003C/span\u003E Poison when there's at least 30u of barozine", | |||
"\n", | |||
"* Has a 15% chance to cause vomiting when there's at least 30u of barozine", | |||
"' | |||
"\n", | "\n", | ||
"* Causes | "* Causes pressure immunity for at least 0.2s without accumulation", | ||
"\n", | "\n", | ||
"* Causes stuttering for at least 0.2s without accumulation", | "* Causes stuttering for at least 0.2s without accumulation", | ||
"\n", | "\n", | ||
"* | "* Causes jittering" | ||
], | ], | ||
"effectLine": "'''Medicine''' (0.5u per second)\n* | "effectLine": "'''Medicine''' (0.5u per second)\n* Has a 30% chance to deal \u003Cspan style=\"color:red\"\u003E0.5\u003C/span\u003E Heat\n* Deals \u003Cspan style=\"color:red\"\u003E3\u003C/span\u003E Poison when there's at least 30u of barozine\n* Has a 15% chance to cause vomiting when there's at least 30u of barozine\n* Causes pressure immunity for at least 0.2s without accumulation\n* Causes stuttering for at least 0.2s without accumulation\n* Causes jittering" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Phalanximine", | ||
"group": "Medicine", | "group": "Medicine", | ||
"color": "# | "color": "#c8ff75", | ||
"textColorTheme": " | "textColorTheme": "dark", | ||
"flavor": "medicine", | "flavor": "medicine", | ||
"metabolisms": { | "metabolisms": { | ||
Line 4,933: | Line 5,440: | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "HealthChange", | ||
" | "damage": { | ||
"types": { | |||
"Cellular": -1, | |||
"Radiation": 1 | |||
} | |||
} | |||
}, | }, | ||
{ | { | ||
"class": " | "class": "ChemVomit", | ||
" | "probability": 0.05 | ||
} | |||
] | |||
} | |||
}, | |||
"plantMetabolism": [ | |||
{ | |||
"class": "PlantAdjustToxins", | |||
"amount": 6 | |||
}, | |||
{ | |||
"class": "PlantPhalanximine", | |||
"conditions": [ | |||
{ | { | ||
"class": " | "class": "ReagentThreshold", | ||
" | "min": 4, | ||
"max": null | |||
" | |||
} | } | ||
] | ] | ||
} | } | ||
], | |||
"name": " | "name": "phalanximine", | ||
"desc": " | "desc": "An advanced chemical used in the treatment of cancer. Causes moderate radiation poisoning on organics and vomiting. Can potentially remove the death gene on plants.", | ||
"physicalDesc": " | "physicalDesc": "acrid", | ||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "Phalanximine", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "hyronalin", | ||
1, | 1, | ||
false, | false, | ||
" | "Hyronalin" | ||
], | ], | ||
[ | [ | ||
" | "ethanol", | ||
1, | 1, | ||
false, | false, | ||
" | "Ethanol" | ||
], | ], | ||
[ | [ | ||
" | "unstable mutagen", | ||
1, | 1, | ||
false, | false, | ||
" | "UnstableMutagen" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "phalanximine", | ||
3, | 3, | ||
" | "Phalanximine" | ||
] | ] | ||
] | ] | ||
Line 5,001: | Line 5,510: | ||
"'''Medicine''' (0.5u per second)", | "'''Medicine''' (0.5u per second)", | ||
"\n", | "\n", | ||
"* | "* Modifies health by \u003Cspan style=\"color:green\"\u003E1\u003C/span\u003E Cellular and \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Radiation", | ||
"\n", | |||
"* Has a 5% chance to cause vomiting", | |||
"\n", | |||
"'''Plants''' (0.5u per second)", | |||
"\n", | "\n", | ||
null | |||
], | ], | ||
"effectLine": "'''Medicine''' (0.5u per second)\n* | "effectLine": "'''Medicine''' (0.5u per second)\n* Modifies health by \u003Cspan style=\"color:green\"\u003E1\u003C/span\u003E Cellular and \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Radiation\n* Has a 5% chance to cause vomiting\n'''Plants''' (0.5u per second)\n" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "PolypyryliumOligomers", | ||
"group": "Medicine", | "group": "Medicine", | ||
"color": "# | "color": "#9423FF", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": " | "flavor": "violets", | ||
"metabolisms": { | "metabolisms": { | ||
"Medicine": { | "Medicine": { | ||
Line 5,019: | Line 5,532: | ||
"class": "HealthChange", | "class": "HealthChange", | ||
"damage": { | "damage": { | ||
"groups": { | |||
"Brute": -3.5 | |||
}, | |||
"types": { | "types": { | ||
" | "Asphyxiation": -2.5 | ||
} | } | ||
} | } | ||
Line 5,029: | Line 5,545: | ||
{ | { | ||
"class": "ReagentThreshold", | "class": "ReagentThreshold", | ||
"min": | "min": 30, | ||
"max": null | "max": null | ||
} | } | ||
Line 5,035: | Line 5,551: | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
" | "Asphyxiation": 3.5 | ||
} | } | ||
} | } | ||
}, | }, | ||
{ | { | ||
"class": " | "class": "ModifyBleedAmount", | ||
" | "amount": -0.25 | ||
} | |||
] | |||
} | |||
}, | |||
"name": "Polypyrylium Oligomers", | |||
"desc": "A purple mixture of short polyelectrolyte chains not easily synthesized in the laboratory. Heals asphyxiation and brute damage. Stops bleeding over time.", | |||
"physicalDesc": "pungent", | |||
"recipes": [], | |||
"effects": [ | |||
"'''Medicine''' (0.5u per second)", | |||
"\n", | |||
"* Heals \u003Cspan style=\"color:green\"\u003E3.5\u003C/span\u003E Brute and \u003Cspan style=\"color:green\"\u003E2.5\u003C/span\u003E Asphyxiation", | |||
"\n", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E3.5\u003C/span\u003E Asphyxiation when there's at least 30u of Polypyrylium Oligomers", | |||
"\n", | |||
"* Reduces bleeding" | |||
], | |||
"effectLine": "'''Medicine''' (0.5u per second)\n* Heals \u003Cspan style=\"color:green\"\u003E3.5\u003C/span\u003E Brute and \u003Cspan style=\"color:green\"\u003E2.5\u003C/span\u003E Asphyxiation\n* Deals \u003Cspan style=\"color:red\"\u003E3.5\u003C/span\u003E Asphyxiation when there's at least 30u of Polypyrylium Oligomers\n* Reduces bleeding" | |||
}, | |||
{ | |||
"id": "Ambuzol", | |||
"group": "Medicine", | |||
"color": "#86caf7", | |||
"textColorTheme": "dark", | |||
"flavor": "medicine", | |||
"metabolisms": { | |||
"Medicine": { | |||
"effects": [ | |||
{ | { | ||
"class": " | "class": "CureZombieInfection", | ||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"class": "ReagentThreshold", | "class": "ReagentThreshold", | ||
"min": | "min": 10, | ||
"max": null | "max": null | ||
} | } | ||
] | ] | ||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "ambuzol", | ||
"desc": "A | "desc": "A highly engineered substance able to halt the progression of a zombie infection.", | ||
"physicalDesc": " | "physicalDesc": "crisp", | ||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "Ambuzol", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "dylovene", | ||
1, | 1, | ||
false, | false, | ||
" | "Dylovene" | ||
], | ], | ||
[ | [ | ||
" | "ammonia", | ||
1, | 1, | ||
false, | false, | ||
" | "Ammonia" | ||
], | ], | ||
[ | [ | ||
" | "zombie blood", | ||
2, | |||
false, | false, | ||
" | "ZombieBlood" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "ambuzol", | ||
4, | 4, | ||
" | "Ambuzol" | ||
] | ] | ||
] | ] | ||
Line 5,131: | Line 5,638: | ||
"'''Medicine''' (0.5u per second)", | "'''Medicine''' (0.5u per second)", | ||
"\n", | "\n", | ||
"* | "* Cures an ongoing zombie infection when there's at least 10u of ambuzol" | ||
], | ], | ||
"effectLine": "'''Medicine''' (0.5u per second)\n* | "effectLine": "'''Medicine''' (0.5u per second)\n* Cures an ongoing zombie infection when there's at least 10u of ambuzol" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "AmbuzolPlus", | ||
"group": "Medicine", | "group": "Medicine", | ||
"color": "# | "color": "#1274b5", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": " | "flavor": "medicine", | ||
"metabolisms": { | "metabolisms": { | ||
"Medicine": { | "Medicine": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "CureZombieInfection", | ||
" | "innoculate": true, | ||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"class": "ReagentThreshold", | "class": "ReagentThreshold", | ||
"min": | "min": 5, | ||
"max": null | "max": null | ||
} | } | ||
] | ] | ||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "ambuzol plus", | ||
"desc": " | "desc": "Further engineered with the blood of the infected, inoculates the living against the infection.", | ||
"physicalDesc": " | "physicalDesc": "crisp", | ||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "AmbuzolPlus", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "ambuzol", | ||
5, | |||
false, | false, | ||
" | "Ambuzol" | ||
], | ], | ||
[ | [ | ||
" | "omnizine", | ||
5, | |||
false, | false, | ||
" | "Omnizine" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "ambuzol plus", | ||
10, | |||
" | "AmbuzolPlus" | ||
] | ] | ||
] | ] | ||
Line 5,211: | Line 5,698: | ||
"'''Medicine''' (0.5u per second)", | "'''Medicine''' (0.5u per second)", | ||
"\n", | "\n", | ||
"* | "* Cures an ongoing zombie infection, and provides immunity to future infections when there's at least 5u of ambuzol plus" | ||
], | ], | ||
"effectLine": "'''Medicine''' (0.5u per second)\n* | "effectLine": "'''Medicine''' (0.5u per second)\n* Cures an ongoing zombie infection, and provides immunity to future infections when there's at least 5u of ambuzol plus" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "PulpedBananaPeel", | ||
"group": "Medicine", | "group": "Medicine", | ||
"color": "# | "color": "#FFE774", | ||
"textColorTheme": " | "textColorTheme": "dark", | ||
"flavor": " | "flavor": "medicine", | ||
"metabolisms": { | "metabolisms": { | ||
"Medicine": { | "Medicine": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "ModifyBleedAmount", | ||
" | "amount": -0.5 | ||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "pulped banana peel", | ||
"desc": " | "desc": "Pulped banana peels have some effectiveness against bleeding.", | ||
"physicalDesc": " | "physicalDesc": "pulpy", | ||
"recipes": [ | "recipes": [], | ||
{ | "effects": [ | ||
" | "'''Medicine''' (0.5u per second)", | ||
" | "\n", | ||
" | "* Reduces bleeding" | ||
" | ], | ||
"effectLine": "'''Medicine''' (0.5u per second)\n* Reduces bleeding" | |||
}, | |||
{ | |||
"id": "Saline", | |||
"group": "Medicine", | |||
"color": "#0064C8", | |||
"textColorTheme": "light", | |||
"flavor": "salty", | |||
"metabolisms": { | |||
"Drink": { | |||
"effects": [ | |||
{ | |||
"class": "SatiateThirst", | |||
"factor": 6 | |||
}, | |||
{ | |||
"class": "ModifyBloodLevel", | |||
"amount": 6 | |||
} | |||
] | |||
} | |||
}, | |||
"name": "saline", | |||
"desc": "A mixture of salt and water. Commonly used to treat dehydration or low fluid presence in blood.", | |||
"physicalDesc": "salty", | |||
"recipes": [ | |||
{ | |||
"type": "reaction", | |||
"id": "Saline", | |||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "water", | ||
4, | |||
false, | false, | ||
" | "Water" | ||
], | ], | ||
[ | [ | ||
" | "table salt", | ||
1, | 1, | ||
false, | false, | ||
" | "TableSalt" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "saline", | ||
5, | |||
" | "Saline" | ||
] | ] | ||
] | ] | ||
Line 5,286: | Line 5,780: | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Drink''' (0.5u per second)", | ||
"\n", | "\n", | ||
"* | "* Satiates thirst at 2x the average rate", | ||
"\n", | "\n", | ||
"* | "* Increases blood level" | ||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Drink''' (0.5u per second)\n* Satiates thirst at 2x the average rate\n* Increases blood level" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Siderlac", | ||
"group": "Medicine", | "group": "Medicine", | ||
"color": "# | "color": "#f4dab8", | ||
"textColorTheme": " | "textColorTheme": "dark", | ||
"flavor": " | "flavor": "medicine", | ||
"metabolisms": { | "metabolisms": { | ||
"Medicine": { | "Medicine": { | ||
Line 5,307: | Line 5,801: | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
" | "Caustic": -5 | ||
} | } | ||
} | } | ||
Line 5,329: | Line 5,808: | ||
} | } | ||
}, | }, | ||
"name": " | "name": "siderlac", | ||
"desc": " | "desc": "A powerful anti-caustic medicine derived from plants.", | ||
"physicalDesc": " | "physicalDesc": "milky", | ||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "Siderlac", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "aloe", | ||
1, | 1, | ||
false, | false, | ||
" | "Aloe" | ||
], | ], | ||
[ | [ | ||
" | "stellibinin", | ||
1, | |||
false, | false, | ||
" | "Stellibinin" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "siderlac", | ||
2, | 2, | ||
" | "Siderlac" | ||
] | ] | ||
] | ] | ||
Line 5,369: | Line 5,841: | ||
"'''Medicine''' (0.5u per second)", | "'''Medicine''' (0.5u per second)", | ||
"\n", | "\n", | ||
"* Heals \u003Cspan style=\"color:green\"\ | "* Heals \u003Cspan style=\"color:green\"\u003E5\u003C/span\u003E Caustic" | ||
], | ], | ||
"effectLine": "'''Medicine''' (0.5u per second)\n* Heals \u003Cspan style=\"color:green\"\ | "effectLine": "'''Medicine''' (0.5u per second)\n* Heals \u003Cspan style=\"color:green\"\u003E5\u003C/span\u003E Caustic" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Stellibinin", | ||
"group": "Medicine", | "group": "Medicine", | ||
"color": "# | "color": "#2b2f77", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": " | "flavor": "medicine", | ||
"metabolisms": { | "metabolisms": { | ||
"Medicine": { | "Medicine": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": "HealthChange", | "class": "HealthChange", | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
"Poison": -4 | |||
"Poison": - | |||
} | } | ||
} | } | ||
}, | |||
{ | |||
"class": "AdjustReagent", | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"reagent": "Amatoxin", | |||
"min": 1, | |||
"max": null | |||
} | |||
], | |||
"reagent": "amatoxin", | |||
"amount": -3 | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": "stellibinin", | |||
"desc": "A natual anti-toxin with particular effectiveness against amatoxin.", | |||
"physicalDesc": "starry", | |||
"recipes": [], | |||
"name": " | |||
"desc": " | |||
"physicalDesc": " | |||
"recipes": [ | |||
"effects": [ | "effects": [ | ||
"''' | "'''Medicine''' (0.5u per second)", | ||
"\n", | "\n", | ||
"* | "* Heals \u003Cspan style=\"color:green\"\u003E4\u003C/span\u003E Poison", | ||
"\n", | "\n", | ||
"* Removes 3u of amatoxin from the solution when there's at least 1u of amatoxin" | |||
"* | |||
], | ], | ||
"effectLine": " | "effectLine": "'''Medicine''' (0.5u per second)\n* Heals \u003Cspan style=\"color:green\"\u003E4\u003C/span\u003E Poison\n* Removes 3u of amatoxin from the solution when there's at least 1u of amatoxin" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Synaptizine", | ||
"group": "Medicine", | "group": "Medicine", | ||
"color": "# | "color": "#d49a2f", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": " | "flavor": "medicine", | ||
"metabolisms": { | "metabolisms": { | ||
" | "Poison": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
Line 5,477: | Line 5,904: | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
" | "Poison": 2 | ||
} | } | ||
} | } | ||
}, | }, | ||
{ | { | ||
"class": " | "class": "GenericStatusEffect", | ||
" | "key": "Stun", | ||
"time": 3, | |||
"type": "Remove" | |||
}, | |||
{ | |||
"class": "GenericStatusEffect", | |||
"key": "KnockedDown", | |||
" | "time": 3, | ||
"type": "Remove" | |||
}, | }, | ||
{ | { | ||
"class": " | "class": "GenericStatusEffect", | ||
" | "key": "SeeingRainbows", | ||
"time": 15, | |||
"type": "Remove" | |||
" | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "synaptizine", | ||
"desc": " | "desc": "A toxic chemical that halves the duration of stuns and knockdowns.", | ||
"physicalDesc": " | "physicalDesc": "pungent", | ||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "Synaptizine", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "lithium", | ||
1, | 1, | ||
false, | false, | ||
" | "Lithium" | ||
], | ], | ||
[ | [ | ||
" | "sugar", | ||
1, | 1, | ||
false, | false, | ||
" | "Sugar" | ||
], | ], | ||
[ | [ | ||
" | "water", | ||
1, | 1, | ||
false, | false, | ||
" | "Water" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "synaptizine", | ||
3, | 3, | ||
" | "Synaptizine" | ||
] | ] | ||
] | ] | ||
Line 5,561: | Line 5,966: | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Poison''' (0.5u per second)", | ||
"\n", | "\n", | ||
"* | "* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Poison", | ||
"\n", | "\n", | ||
"* | "* Removes 3s of stunning", | ||
"\n", | |||
"* Removes 3s of knockdown", | |||
"\n", | "\n", | ||
"* | "* Removes 15s of hallucinations" | ||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Poison''' (0.5u per second)\n* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Poison\n* Removes 3s of stunning\n* Removes 3s of knockdown\n* Removes 15s of hallucinations" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "TranexamicAcid", | ||
"group": "Medicine", | "group": "Medicine", | ||
"color": "# | "color": "#ba7d7d", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": " | "flavor": "medicine", | ||
"metabolisms": { | "metabolisms": { | ||
"Medicine": { | "Medicine": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "ModifyBleedAmount", | ||
"amount": -1.5 | |||
"amount": - | |||
}, | }, | ||
{ | { | ||
Line 5,607: | Line 5,996: | ||
{ | { | ||
"class": "ReagentThreshold", | "class": "ReagentThreshold", | ||
"min": | "min": 15, | ||
"max": null | "max": null | ||
} | } | ||
Line 5,613: | Line 6,002: | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
" | "Bloodloss": 3 | ||
} | } | ||
} | } | ||
} | |||
] | |||
} | |||
}, | |||
"name": "tranexamic acid", | |||
"desc": "A blood-clotting medicine used to prevent profuse bleeding. Causes heavier bleeding on overdose. Commonly found in small doses within emergency medipens.", | |||
"physicalDesc": "viscous", | |||
} | |||
] | |||
} | |||
}, | |||
"name": " | |||
"desc": " | |||
"physicalDesc": " | |||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "TranexamicAcid", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "inaprovaline", | ||
1, | 1, | ||
false, | false, | ||
" | "Inaprovaline" | ||
], | ], | ||
[ | [ | ||
" | "sulfuric acid", | ||
1, | 1, | ||
false, | false, | ||
" | "SulfuricAcid" | ||
], | ], | ||
[ | [ | ||
" | "sugar", | ||
1, | 1, | ||
false, | false, | ||
" | "Sugar" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "tranexamic acid", | ||
3, | 3, | ||
" | "TranexamicAcid" | ||
] | ] | ||
] | ] | ||
Line 5,682: | Line 6,048: | ||
"'''Medicine''' (0.5u per second)", | "'''Medicine''' (0.5u per second)", | ||
"\n", | "\n", | ||
"* | "* Reduces bleeding", | ||
"\n", | "\n", | ||
"* Deals \u003Cspan style=\"color:red\"\u003E3\u003C/span\u003E Bloodloss when there's at least 15u of tranexamic acid" | |||
], | |||
"effectLine": "'''Medicine''' (0.5u per second)\n* Reduces bleeding\n* Deals \u003Cspan style=\"color:red\"\u003E3\u003C/span\u003E Bloodloss when there's at least 15u of tranexamic acid" | |||
"* Deals \u003Cspan style=\"color:red\"\ | |||
], | |||
"effectLine": "'''Medicine''' (0.5u per second)\n* | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "Tricordrazine", | ||
"group": "Medicine", | "group": "Medicine", | ||
"color": "# | "color": "#00e5ff", | ||
"textColorTheme": " | "textColorTheme": "light", | ||
"flavor": " | "flavor": "medicine", | ||
"metabolisms": { | "metabolisms": { | ||
"Medicine": { | "Medicine": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "HealthChange", | ||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"class": " | "class": "TotalDamage", | ||
"max": | "max": 50, | ||
"min": 0 | "min": 0 | ||
} | |||
], | |||
"damage": { | |||
"groups": { | |||
"Brute": -1 | |||
}, | }, | ||
{ | "types": { | ||
" | "Poison": -0.5, | ||
" | "Heat": -0.33, | ||
"Shock": -0.33, | |||
"Cold": -0.33 | |||
} | } | ||
} | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "tricordrazine", | ||
"desc": "A | "desc": "A wide-spectrum stimulant, originally derived from cordrazine. Treats minor damage of all basic health types as long as the user is not heavily wounded. Best used as an additive to other chemicals.", | ||
"physicalDesc": " | "physicalDesc": "opaque", | ||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "Tricordrazine", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "inaprovaline", | ||
1, | 1, | ||
false, | false, | ||
" | "Inaprovaline" | ||
], | ], | ||
[ | [ | ||
" | "dylovene", | ||
1, | 1, | ||
false, | false, | ||
" | "Dylovene" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "tricordrazine", | ||
2, | |||
" | "Tricordrazine" | ||
] | ] | ||
] | ] | ||
Line 5,765: | Line 6,120: | ||
"'''Medicine''' (0.5u per second)", | "'''Medicine''' (0.5u per second)", | ||
"\n", | "\n", | ||
"* | "* Heals \u003Cspan style=\"color:green\"\u003E1\u003C/span\u003E Brute, \u003Cspan style=\"color:green\"\u003E0.5\u003C/span\u003E Poison, \u003Cspan style=\"color:green\"\u003E0.33\u003C/span\u003E Heat, \u003Cspan style=\"color:green\"\u003E0.33\u003C/span\u003E Shock, and \u003Cspan style=\"color:green\"\u003E0.33\u003C/span\u003E Cold when it has at most 50 total damage" | ||
], | ], | ||
"effectLine": "'''Medicine''' (0.5u per second)\n* | "effectLine": "'''Medicine''' (0.5u per second)\n* Heals \u003Cspan style=\"color:green\"\u003E1\u003C/span\u003E Brute, \u003Cspan style=\"color:green\"\u003E0.5\u003C/span\u003E Poison, \u003Cspan style=\"color:green\"\u003E0.33\u003C/span\u003E Heat, \u003Cspan style=\"color:green\"\u003E0.33\u003C/span\u003E Shock, and \u003Cspan style=\"color:green\"\u003E0.33\u003C/span\u003E Cold when it has at most 50 total damage" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Lipozine", | ||
"group": "Medicine", | "group": "Medicine", | ||
"color": "# | "color": "#2690b5", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": "medicine", | "flavor": "medicine", | ||
Line 5,779: | Line 6,134: | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "SatiateHunger", | ||
" | "factor": -1 | ||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": "lipozine", | |||
"desc": "A chemical that accelerates metabolism, causing the user to hunger faster.", | |||
"physicalDesc": "oily", | |||
"name": " | |||
"desc": "A | |||
"physicalDesc": " | |||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "Lipozine", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "table salt", | ||
1, | |||
false, | false, | ||
" | "TableSalt" | ||
], | ], | ||
[ | [ | ||
" | "ethanol", | ||
1, | 1, | ||
false, | false, | ||
" | "Ethanol" | ||
], | ], | ||
[ | [ | ||
" | "radium", | ||
1, | |||
false, | false, | ||
" | "Radium" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "lipozine", | ||
3, | |||
" | "Lipozine" | ||
] | ] | ||
] | ] | ||
Line 5,854: | Line 6,179: | ||
"'''Medicine''' (0.5u per second)", | "'''Medicine''' (0.5u per second)", | ||
"\n", | "\n", | ||
"* | "* Satiates hunger at 0.333x the average rate" | ||
], | ], | ||
"effectLine": "'''Medicine''' (0.5u per second)\n* | "effectLine": "'''Medicine''' (0.5u per second)\n* Satiates hunger at 0.333x the average rate" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Omnizine", | ||
"group": "Medicine", | "group": "Medicine", | ||
"color": "# | "color": "#fcf7f9", | ||
"textColorTheme": "dark", | "textColorTheme": "dark", | ||
"flavor": "medicine", | "flavor": "medicine", | ||
Line 5,873: | Line 6,194: | ||
{ | { | ||
"class": "HealthChange", | "class": "HealthChange", | ||
"damage": { | "damage": { | ||
" | "groups": { | ||
" | "Burn": -2, | ||
" | "Toxin": -2, | ||
" | "Airloss": -2, | ||
"Brute": -2 | |||
} | } | ||
} | } | ||
Line 5,891: | Line 6,206: | ||
} | } | ||
}, | }, | ||
"name": " | "name": "omnizine", | ||
"desc": "A | "desc": "A soothing milky liquid with an iridescent gleam. A well known conspiracy theory says that its origins remain a mystery because revealing the secrets of its production would render most commercial pharmaceuticals obsolete.", | ||
"physicalDesc": "soothing", | "physicalDesc": "soothing", | ||
"recipes": [ | "recipes": [], | ||
"effects": [ | |||
"'''Medicine''' (0.5u per second)", | |||
"\n", | |||
"* Heals \u003Cspan style=\"color:green\"\u003E2\u003C/span\u003E Burn, \u003Cspan style=\"color:green\"\u003E2\u003C/span\u003E Toxin, \u003Cspan style=\"color:green\"\u003E2\u003C/span\u003E Airloss, and \u003Cspan style=\"color:green\"\u003E2\u003C/span\u003E Brute" | |||
], | |||
"effectLine": "'''Medicine''' (0.5u per second)\n* Heals \u003Cspan style=\"color:green\"\u003E2\u003C/span\u003E Burn, \u003Cspan style=\"color:green\"\u003E2\u003C/span\u003E Toxin, \u003Cspan style=\"color:green\"\u003E2\u003C/span\u003E Airloss, and \u003Cspan style=\"color:green\"\u003E2\u003C/span\u003E Brute" | |||
}, | |||
{ | |||
"id": "Ultravasculine", | |||
"group": "Medicine", | |||
"color": "#520e30", | |||
"textColorTheme": "light", | |||
"flavor": "medicine", | |||
"effects": [ | |||
"'''Medicine''' (0.5u per second)", | |||
"\n", | |||
"* Heals \u003Cspan style=\"color:green\"\ | |||
], | |||
"effectLine": "'''Medicine''' (0.5u per second)\n* Heals \u003Cspan style=\"color:green\"\ | |||
}, | |||
{ | |||
"id": " | |||
"group": "Medicine", | |||
"color": "# | |||
"textColorTheme": "light", | |||
"flavor": " | |||
"metabolisms": { | "metabolisms": { | ||
"Medicine": { | "Medicine": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "HealthChange", | ||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"class": "ReagentThreshold", | "class": "ReagentThreshold", | ||
"min": | "min": 0, | ||
"max": 30 | |||
} | } | ||
], | ], | ||
" | "damage": { | ||
" | "groups": { | ||
" | "Toxin": -3, | ||
" | "Brute": 0.5 | ||
} | |||
} | |||
}, | |||
{ | |||
"class": "HealthChange", | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"min": 30, | |||
"max": null | |||
} | |||
], | |||
"damage": { | |||
"groups": { | |||
"Toxin": -1, | |||
"Brute": 3 | |||
} | |||
} | |||
}, | |||
{ | |||
"class": "AdjustReagent", | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"reagent": "Histamine", | |||
"min": 1, | |||
"max": null | |||
} | |||
], | ], | ||
" | "reagent": "histamine", | ||
"amount": -1 | |||
}, | |||
{ | |||
"class": "AdjustReagent", | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"reagent": "Histamine", | |||
"min": 1, | |||
"max": null | |||
} | |||
], | |||
"reagent": "ultravasculine", | |||
"amount": 0.5 | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "ultravasculine", | ||
"desc": " | "desc": "A complicated anti-toxin solution that quickly flushes out toxin while causing minor stress on the body. Reacts with histamine, duplicating itself while flushing it out. Overdose causes extreme pain.", | ||
"physicalDesc": " | "physicalDesc": "thick and grainy", | ||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "Ultravasculine", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "histamine", | ||
2, | |||
false, | false, | ||
" | "Histamine" | ||
], | ], | ||
[ | [ | ||
" | "plasma", | ||
1, | 1, | ||
true, | |||
" | "Plasma" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "ultravasculine", | ||
2, | |||
" | "Ultravasculine" | ||
] | ] | ||
] | ] | ||
Line 5,999: | Line 6,318: | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"'''Medicine''' (0.5u per second)" | "'''Medicine''' (0.5u per second)", | ||
"\n", | |||
"* Modifies health by \u003Cspan style=\"color:green\"\u003E3\u003C/span\u003E Toxin and \u003Cspan style=\"color:red\"\u003E0.5\u003C/span\u003E Brute when there's at most 30u of ultravasculine", | |||
"\n", | |||
"* Modifies health by \u003Cspan style=\"color:green\"\u003E1\u003C/span\u003E Toxin and \u003Cspan style=\"color:red\"\u003E3\u003C/span\u003E Brute when there's at least 30u of ultravasculine", | |||
"\n", | |||
"* Removes 1u of histamine from the solution when there's at least 1u of histamine", | |||
"\n", | |||
"* Adds 0.5u of ultravasculine to the solution when there's at least 1u of histamine" | |||
], | ], | ||
"effectLine": "'''Medicine''' (0.5u per second)" | "effectLine": "'''Medicine''' (0.5u per second)\n* Modifies health by \u003Cspan style=\"color:green\"\u003E3\u003C/span\u003E Toxin and \u003Cspan style=\"color:red\"\u003E0.5\u003C/span\u003E Brute when there's at most 30u of ultravasculine\n* Modifies health by \u003Cspan style=\"color:green\"\u003E1\u003C/span\u003E Toxin and \u003Cspan style=\"color:red\"\u003E3\u003C/span\u003E Brute when there's at least 30u of ultravasculine\n* Removes 1u of histamine from the solution when there's at least 1u of histamine\n* Adds 0.5u of ultravasculine to the solution when there's at least 1u of histamine" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Oculine", | ||
"group": "Medicine", | "group": "Medicine", | ||
"color": "# | "color": "#404040", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": " | "flavor": "medicine", | ||
"metabolisms": { | "metabolisms": { | ||
"Medicine": { | "Medicine": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "ChemHealEyeDamage", | ||
" | "amount": -1 | ||
} | |||
] | |||
} | |||
] | |||
} | } | ||
}, | }, | ||
"name": " | "name": "oculine", | ||
"desc": " | "desc": "A simple saline compound used to treat the eyes via ingestion.", | ||
"physicalDesc": " | "physicalDesc": "translucent", | ||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "Oculine", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "table salt", | ||
1, | |||
false, | false, | ||
" | "TableSalt" | ||
], | ], | ||
[ | [ | ||
" | "blood", | ||
1, | 1, | ||
false, | false, | ||
" | "Blood" | ||
], | ], | ||
[ | [ | ||
" | "hydroxide", | ||
2, | 2, | ||
false, | false, | ||
" | "Hydroxide" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "oculine", | ||
4, | 4, | ||
" | "Oculine" | ||
] | ] | ||
] | ] | ||
Line 6,108: | Line 6,385: | ||
"'''Medicine''' (0.5u per second)", | "'''Medicine''' (0.5u per second)", | ||
"\n", | "\n", | ||
"* | "* Heals eye damage" | ||
], | ], | ||
"effectLine": "'''Medicine''' (0.5u per second)\n* | "effectLine": "'''Medicine''' (0.5u per second)\n* Heals eye damage" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Cognizine", | ||
"group": "Medicine", | "group": "Medicine", | ||
"color": "# | "color": "#b50ee8", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": " | "flavor": "magical", | ||
"metabolisms": { | "metabolisms": { | ||
"Medicine": { | "Medicine": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "MakeSentient", | ||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"min": 5, | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"min": | |||
"max": null | "max": null | ||
} | } | ||
] | ] | ||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "cognizine", | ||
"desc": " | "desc": "A mysterious chemical which is able to make any non-sentient creature sentient.", | ||
"physicalDesc": " | "physicalDesc": "enigmatic", | ||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "Cognizine", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "carpotoxin", | ||
1, | |||
false, | |||
"CarpoToxin" | |||
], | |||
[ | |||
"siderlac", | |||
1, | 1, | ||
false, | false, | ||
" | "Siderlac" | ||
], | ], | ||
[ | [ | ||
" | "acetone", | ||
1, | 1, | ||
false, | false, | ||
" | "Acetone" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "cognizine", | ||
1, | |||
" | "Cognizine" | ||
] | ] | ||
] | ] | ||
Line 6,186: | Line 6,450: | ||
"'''Medicine''' (0.5u per second)", | "'''Medicine''' (0.5u per second)", | ||
"\n", | "\n", | ||
"* | "* Makes the metabolizer sentient when there's at least 5u of cognizine" | ||
], | ], | ||
"effectLine": "'''Medicine''' (0.5u per second)\n* | "effectLine": "'''Medicine''' (0.5u per second)\n* Makes the metabolizer sentient when there's at least 5u of cognizine" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Ethyloxyephedrine", | ||
"group": "Medicine", | "group": "Medicine", | ||
"color": "# | "color": "#d5d5e4", | ||
"textColorTheme": " | "textColorTheme": "dark", | ||
"flavor": "medicine", | "flavor": "medicine", | ||
"metabolisms": { | "metabolisms": { | ||
Line 6,202: | Line 6,464: | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "Jitter" | ||
}, | }, | ||
{ | { | ||
"class": "GenericStatusEffect", | "class": "GenericStatusEffect", | ||
"key": " | "key": "Stutter", | ||
"component": " | "component": "StutteringAccent", | ||
"time": | "time": 2 | ||
}, | }, | ||
{ | { | ||
"class": "GenericStatusEffect", | "class": "GenericStatusEffect", | ||
"key": " | "key": "Drowsiness", | ||
"time": 10, | "time": 10, | ||
"type": "Remove" | "type": "Remove" | ||
}, | }, | ||
{ | { | ||
"class": " | "class": "ResetNarcolepsy", | ||
" | "conditions": [ | ||
{ | |||
"class": "ReagentThreshold", | |||
"min": 10, | |||
"max": null | |||
} | |||
] | |||
}, | }, | ||
{ | { | ||
"class": " | "class": "PopupMessage", | ||
" | "visualType": "Medium", | ||
" | "messages": [ | ||
"ethyloxyephedrine-effect-feeling-awake", | |||
"ethyloxyephedrine-effect-clear-mind" | |||
], | |||
"type": "Local", | |||
"probability": 0.1 | |||
" | |||
" | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "ethyloxyephedrine", | ||
"desc": " | "desc": "A mildly unstable medicine derived from desoxyephedrine, primarily used to combat narcolepsy.", | ||
"physicalDesc": " | "physicalDesc": "shiny", | ||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "Ethyloxyephedrine", | ||
"impact": "Medium", | |||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "desoxyephedrine", | ||
1, | 1, | ||
false, | false, | ||
" | "Desoxyephedrine" | ||
], | ], | ||
[ | [ | ||
" | "stellibinin", | ||
1, | 1, | ||
false, | false, | ||
" | "Stellibinin" | ||
] | |||
] | |||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "ethyloxyephedrine", | ||
2, | |||
" | "Ethyloxyephedrine" | ||
] | ] | ||
] | ] | ||
Line 6,321: | Line 6,535: | ||
"'''Medicine''' (0.5u per second)", | "'''Medicine''' (0.5u per second)", | ||
"\n", | "\n", | ||
"* Causes | "* Causes jittering", | ||
"\n", | "\n", | ||
"* | "* Causes stuttering for at least 0.2s without accumulation", | ||
"\n", | "\n", | ||
"* Removes 10s of | "* Removes 10s of drowsiness", | ||
"\n", | "\n", | ||
"* | "* Temporarily staves off narcolepsy when there's at least 10u of ethyloxyephedrine" | ||
], | ], | ||
"effectLine": "'''Medicine''' (0.5u per second)\n* Causes | "effectLine": "'''Medicine''' (0.5u per second)\n* Causes jittering\n* Causes stuttering for at least 0.2s without accumulation\n* Removes 10s of drowsiness\n* Temporarily staves off narcolepsy when there's at least 10u of ethyloxyephedrine" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Diphenylmethylamine", | ||
"group": " | "group": "Medicine", | ||
"color": "# | "color": "#b0abaa", | ||
"textColorTheme": " | "textColorTheme": "light", | ||
"flavor": " | "flavor": "medicine", | ||
"metabolisms": { | "metabolisms": { | ||
" | "Medicine": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "GenericStatusEffect", | ||
" | "key": "Drowsiness", | ||
"time": 10, | |||
"type": "Remove" | |||
}, | }, | ||
{ | { | ||
"class": " | "class": "ResetNarcolepsy", | ||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"class": "ReagentThreshold", | "class": "ReagentThreshold", | ||
"min": | "min": 5, | ||
"max": null | "max": null | ||
} | } | ||
] | |||
}, | |||
{ | |||
"class": "PopupMessage", | |||
"visualType": "Medium", | |||
"messages": [ | |||
"ethyloxyephedrine-effect-feeling-awake", | |||
"ethyloxyephedrine-effect-clear-mind" | |||
], | ], | ||
" | "type": "Local", | ||
"probability": 0.1 | |||
} | } | ||
] | ] | ||
}, | } | ||
}, | |||
"name": "diphenylmethylamine", | |||
"desc": "A more stable medicine than ethyloxyephedrine. Useful for keeping someone awake.", | |||
"physicalDesc": "glowing", | |||
"recipes": [ | |||
{ | |||
"type": "reaction", | |||
"id": "Diphenylmethylamine", | |||
"impact": "Medium", | |||
"reactants": [ | |||
[ | |||
"ethyloxyephedrine", | |||
1, | |||
false, | |||
"Ethyloxyephedrine" | |||
" | ], | ||
[ | |||
"sodium carbonate", | |||
1, | |||
false, | |||
" | "SodiumCarbonate" | ||
], | |||
[ | |||
"coffee", | |||
" | 1, | ||
false, | |||
"Coffee" | |||
" | ] | ||
], | |||
"products": [ | |||
" | [ | ||
"diphenylmethylamine", | |||
3, | |||
"Diphenylmethylamine" | |||
] | |||
" | |||
" | |||
] | ] | ||
}, | } | ||
], | |||
"effects": [ | |||
"'''Medicine''' (0.5u per second)", | |||
"\n", | |||
"* Removes 10s of drowsiness", | |||
"\n", | |||
"* Temporarily staves off narcolepsy when there's at least 5u of diphenylmethylamine" | |||
], | |||
"effectLine": "'''Medicine''' (0.5u per second)\n* Removes 10s of drowsiness\n* Temporarily staves off narcolepsy when there's at least 5u of diphenylmethylamine" | |||
}, | |||
{ | |||
"id": "Sigynate", | |||
"group": "Medicine", | |||
"color": "#e0a5b9", | |||
"textColorTheme": "light", | |||
"flavor": "sweet", | |||
"metabolisms": { | |||
"Medicine": { | "Medicine": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "HealthChange", | ||
"damage": { | |||
"types": { | |||
"Caustic": -3 | |||
} | |||
} | |||
}, | |||
{ | |||
"class": "HealthChange", | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"min": 16, | |||
"max": null | |||
} | |||
], | |||
"damage": { | |||
"types": { | |||
"Heat": 2 | |||
} | |||
} | |||
}, | |||
{ | |||
"class": "Jitter", | |||
"conditions": [ | "conditions": [ | ||
{ | { | ||
Line 6,436: | Line 6,670: | ||
} | } | ||
] | ] | ||
}, | |||
{ | |||
"class": "PopupMessage", | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"min": 20 | |||
} | |||
], | |||
"type": "Local", | |||
"visualType": "Medium", | |||
"messages": [ | |||
"generic-reagent-effect-nauseous" | |||
], | |||
"probability": 0.2 | |||
}, | |||
{ | |||
"class": "ChemVomit", | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"min": 30, | |||
"max": null | |||
} | |||
], | |||
"probability": 0.02 | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "sigynate", | ||
"desc": "A | "desc": "A thick pink syrup useful for neutralizing acids and soothing trauma caused by acids. Tastes sweet!", | ||
"physicalDesc": " | "physicalDesc": "thick", | ||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "Sigynate", | ||
"impact": "Medium", | "impact": "Medium", | ||
"minTemp": 370, | "minTemp": 370, | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "sodium carbonate", | ||
1, | 1, | ||
false, | false, | ||
" | "SodiumCarbonate" | ||
], | |||
[ | |||
"sodium hydroxide", | |||
1, | |||
false, | |||
"SodiumHydroxide" | |||
], | ], | ||
[ | [ | ||
" | "kelotane", | ||
1, | 1, | ||
false, | false, | ||
" | "Kelotane" | ||
], | ], | ||
[ | [ | ||
" | "water", | ||
1, | 1, | ||
false, | false, | ||
" | "Water" | ||
], | ], | ||
[ | [ | ||
" | "sugar", | ||
1, | 1, | ||
false, | false, | ||
" | "Sugar" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "sigynate", | ||
4, | 4, | ||
" | "Sigynate" | ||
] | ] | ||
] | ] | ||
Line 6,485: | Line 6,751: | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Medicine''' (0.5u per second)", | ||
"\n", | "\n", | ||
"* | "* Heals \u003Cspan style=\"color:green\"\u003E3\u003C/span\u003E Caustic", | ||
"\n", | "\n", | ||
"* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E | "* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Heat when there's at least 16u of sigynate", | ||
"\n", | "\n", | ||
"' | "* Causes jittering when there's at least 20u of sigynate", | ||
"\n", | "\n", | ||
"* | "* Has a 2% chance to cause vomiting when there's at least 30u of sigynate" | ||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Medicine''' (0.5u per second)\n* Heals \u003Cspan style=\"color:green\"\u003E3\u003C/span\u003E Caustic\n* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Heat when there's at least 16u of sigynate\n* Causes jittering when there's at least 20u of sigynate\n* Has a 2% chance to cause vomiting when there's at least 30u of sigynate" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Lacerinol", | ||
"group": " | "group": "Medicine", | ||
"color": "# | "color": "#283332", | ||
"textColorTheme": " | "textColorTheme": "light", | ||
"flavor": " | "flavor": "syrupy", | ||
"metabolisms": { | "metabolisms": { | ||
" | "Medicine": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "HealthChange", | ||
" | "damage": { | ||
"types": { | |||
"Slash": -3 | |||
} | |||
} | |||
}, | }, | ||
{ | { | ||
Line 6,531: | Line 6,785: | ||
{ | { | ||
"class": "ReagentThreshold", | "class": "ReagentThreshold", | ||
"min": | "min": 12, | ||
"max": null | "max": null | ||
} | } | ||
Line 6,537: | Line 6,791: | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
" | "Cold": 3 | ||
} | } | ||
} | } | ||
}, | } | ||
] | |||
" | } | ||
}, | |||
"name": "lacerinol", | |||
" | "desc": "A fairly unreactive chemical that boosts collagen sythesis to incredible levels, healing slash trauma.", | ||
" | "physicalDesc": "viscous", | ||
"recipes": [ | |||
{ | |||
"type": "reaction", | |||
"id": "Lacerinol", | |||
"impact": "Medium", | |||
"minTemp": 335, | |||
"reactants": [ | |||
[ | |||
"bicaridine", | |||
1, | |||
false, | |||
"Bicaridine" | |||
], | |||
[ | |||
"benzene", | |||
1, | |||
false, | |||
"Benzene" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"lacerinol", | |||
2, | |||
"Lacerinol" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [ | |||
"'''Medicine''' (0.5u per second)", | |||
"\n", | |||
"* Heals \u003Cspan style=\"color:green\"\u003E3\u003C/span\u003E Slash", | |||
"\n", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E3\u003C/span\u003E Cold when there's at least 12u of lacerinol" | |||
], | |||
"effectLine": "'''Medicine''' (0.5u per second)\n* Heals \u003Cspan style=\"color:green\"\u003E3\u003C/span\u003E Slash\n* Deals \u003Cspan style=\"color:red\"\u003E3\u003C/span\u003E Cold when there's at least 12u of lacerinol" | |||
}, | |||
{ | |||
"id": "Puncturase", | |||
"group": "Medicine", | |||
"color": "#b9bf93", | |||
"textColorTheme": "light", | |||
"flavor": "fizzy", | |||
"metabolisms": { | |||
"Medicine": { | |||
"effects": [ | |||
{ | { | ||
"class": " | "class": "HealthChange", | ||
" | "damage": { | ||
"types": { | |||
"Piercing": -4, | |||
" | "Blunt": 0.1 | ||
" | |||
} | } | ||
} | |||
}, | }, | ||
{ | { | ||
"class": " | "class": "HealthChange", | ||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"class": "ReagentThreshold", | "class": "ReagentThreshold", | ||
"min": | "min": 11, | ||
"max": null | "max": null | ||
} | } | ||
] | ], | ||
"damage": { | |||
"types": { | |||
"Blunt": 5 | |||
} | |||
} | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "puncturase", | ||
"desc": "A | "desc": "A fizzy chemical that helps rebuild trauma caused by piercing damage, leaving a slight amount of tissue damage behind.", | ||
"physicalDesc": " | "physicalDesc": "fizzy", | ||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "Puncturase", | ||
"impact": "Medium", | "impact": "Medium", | ||
"minTemp": 325, | |||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "bicaridine", | ||
1, | 1, | ||
false, | false, | ||
" | "Bicaridine" | ||
], | ], | ||
[ | [ | ||
" | "hydroxide", | ||
1, | 1, | ||
false, | false, | ||
" | "Hydroxide" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "puncturase", | ||
2, | |||
" | "Puncturase" | ||
] | ] | ||
] | ] | ||
Line 6,642: | Line 6,908: | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Medicine''' (0.5u per second)", | ||
"\n", | "\n", | ||
"* Modifies | "* Modifies health by \u003Cspan style=\"color:green\"\u003E4\u003C/span\u003E Piercing and \u003Cspan style=\"color:red\"\u003E0.1\u003C/span\u003E Blunt", | ||
"\n", | "\n", | ||
"* Deals \u003Cspan style=\"color:red\"\ | "* Deals \u003Cspan style=\"color:red\"\u003E5\u003C/span\u003E Blunt when there's at least 11u of puncturase" | ||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Medicine''' (0.5u per second)\n* Modifies health by \u003Cspan style=\"color:green\"\u003E4\u003C/span\u003E Piercing and \u003Cspan style=\"color:red\"\u003E0.1\u003C/span\u003E Blunt\n* Deals \u003Cspan style=\"color:red\"\u003E5\u003C/span\u003E Blunt when there's at least 11u of puncturase" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Bruizine", | ||
"group": " | "group": "Medicine", | ||
"color": "# | "color": "#ff3636", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": " | "flavor": "sour", | ||
"metabolisms": { | "metabolisms": { | ||
" | "Medicine": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "HealthChange", | ||
" | "damage": { | ||
"types": { | |||
"Blunt": -3.5 | |||
} | |||
} | |||
}, | }, | ||
{ | { | ||
Line 6,683: | Line 6,938: | ||
{ | { | ||
"class": "ReagentThreshold", | "class": "ReagentThreshold", | ||
"min": | "min": 10.5, | ||
"max": null | "max": null | ||
} | } | ||
Line 6,689: | Line 6,944: | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
"Poison": | "Poison": 4 | ||
} | } | ||
} | } | ||
}, | } | ||
] | |||
} | |||
}, | |||
"name": "bruizine", | |||
"desc": "Originally developed as a cough medicine, it turns out this chemical is wildly effective at treating blunt force trauma.", | |||
"physicalDesc": "mucus-like", | |||
"recipes": [ | |||
{ | |||
"type": "reaction", | |||
], | "id": "Bruizine", | ||
" | "impact": "Medium", | ||
" | "reactants": [ | ||
[ | |||
"bicaridine", | |||
1, | |||
false, | |||
"Bicaridine" | |||
], | |||
[ | |||
"lithium", | |||
0.9, | |||
false, | |||
"Lithium" | |||
], | |||
[ | |||
"sugar", | |||
1, | |||
false, | |||
"Sugar" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"bruizine", | |||
2, | |||
"Bruizine" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [ | |||
"'''Medicine''' (0.5u per second)", | |||
"\n", | |||
"* Heals \u003Cspan style=\"color:green\"\u003E3.5\u003C/span\u003E Blunt", | |||
"\n", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E4\u003C/span\u003E Poison when there's at least 10.5u of bruizine" | |||
], | |||
"effectLine": "'''Medicine''' (0.5u per second)\n* Heals \u003Cspan style=\"color:green\"\u003E3.5\u003C/span\u003E Blunt\n* Deals \u003Cspan style=\"color:red\"\u003E4\u003C/span\u003E Poison when there's at least 10.5u of bruizine" | |||
}, | |||
{ | |||
"id": "Holywater", | |||
"group": "Medicine", | |||
"color": "#91C3F7", | |||
"textColorTheme": "light", | |||
"flavor": "holy", | |||
"metabolisms": { | |||
"Drink": { | |||
"effects": [ | |||
{ | { | ||
"class": " | "class": "SatiateThirst", | ||
" | "factor": 3 | ||
} | } | ||
] | ] | ||
}, | }, | ||
"Medicine": { | "Medicine": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": "HealthChange", | "class": "HealthChange", | ||
Line 6,766: | Line 7,019: | ||
{ | { | ||
"class": "TotalDamage", | "class": "TotalDamage", | ||
" | "max": 50, | ||
" | "min": 0 | ||
} | } | ||
], | ], | ||
"damage": { | "damage": { | ||
" | "types": { | ||
" | "Blunt": -0.2, | ||
" | "Poison": -0.2, | ||
"Heat": -0.2, | |||
"Shock": -0.2, | |||
"Cold": -0.2 | |||
} | } | ||
} | } | ||
Line 6,780: | Line 7,036: | ||
} | } | ||
}, | }, | ||
"name": " | "plantMetabolism": [ | ||
"desc": " | { | ||
"physicalDesc": " | "class": "PlantAdjustWater", | ||
"amount": 1 | |||
} | |||
], | |||
"name": "holy water", | |||
"desc": "The cleanest and purest of waters straight from the hands of god, is known to magically heal wounds.", | |||
"physicalDesc": "holy", | |||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "WatertoHolyWater", | ||
"impact": " | "impact": "Low", | ||
" | "requiredMixerCategories": [ | ||
"Holy" | |||
], | |||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "water", | ||
1, | 1, | ||
false, | false, | ||
" | "Water" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "holy water", | ||
1, | |||
" | "Holywater" | ||
] | ] | ||
] | ] | ||
Line 6,819: | Line 7,071: | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Drink''' (0.5u per second)", | ||
"\n", | "\n", | ||
"* | "* Satiates thirst averagely", | ||
"\n", | "\n", | ||
" | "'''Medicine''' (0.5u per second)", | ||
"\n", | "\n", | ||
"* | "* Heals \u003Cspan style=\"color:green\"\u003E0.2\u003C/span\u003E Blunt, \u003Cspan style=\"color:green\"\u003E0.2\u003C/span\u003E Poison, \u003Cspan style=\"color:green\"\u003E0.2\u003C/span\u003E Heat, \u003Cspan style=\"color:green\"\u003E0.2\u003C/span\u003E Shock, and \u003Cspan style=\"color:green\"\u003E0.2\u003C/span\u003E Cold when it has at most 50 total damage", | ||
"\n", | "\n", | ||
" | "'''Plants''' (0.5u per second)", | ||
"\n", | "\n", | ||
null | |||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Drink''' (0.5u per second)\n* Satiates thirst averagely\n'''Medicine''' (0.5u per second)\n* Heals \u003Cspan style=\"color:green\"\u003E0.2\u003C/span\u003E Blunt, \u003Cspan style=\"color:green\"\u003E0.2\u003C/span\u003E Poison, \u003Cspan style=\"color:green\"\u003E0.2\u003C/span\u003E Heat, \u003Cspan style=\"color:green\"\u003E0.2\u003C/span\u003E Shock, and \u003Cspan style=\"color:green\"\u003E0.2\u003C/span\u003E Cold when it has at most 50 total damage\n'''Plants''' (0.5u per second)\n" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Pyrazine", | ||
"group": " | "group": "Medicine", | ||
"color": "# | "color": "#aa4308", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": " | "flavor": "syrupy", | ||
"metabolisms": { | "metabolisms": { | ||
" | "Medicine": { | ||
"metabolismRate": 0.1, | |||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "HealthChange", | ||
" | "damage": { | ||
" | "types": { | ||
" | "Heat": -1 | ||
" | } | ||
" | } | ||
}, | |||
{ | |||
"class": "HealthChange", | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"min": 20, | |||
"max": null | |||
} | |||
], | |||
"damage": { | |||
"types": { | |||
"Slash": 0.5, | |||
"Piercing": 0.5 | |||
} | |||
} | |||
}, | |||
{ | |||
"class": "ChemVomit", | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"min": 15, | |||
"max": null | |||
} | |||
], | |||
"probability": 0.1 | |||
}, | |||
{ | |||
"class": "Emote", | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"min": 20 | |||
} | |||
], | |||
"emote": "Scream", | |||
"probability": 0.2 | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
" | "name": "pyrazine", | ||
"desc": "Efficiently heals burns from the hottest of fires. Causes massive internal bleeding when overdosed.", | |||
"physicalDesc": "thick", | |||
"recipes": [ | |||
{ | { | ||
" | "type": "reaction", | ||
" | "id": "Pyrazine", | ||
"impact": "Medium", | |||
"minTemp": 540, | |||
" | "reactants": [ | ||
" | [ | ||
"leporazine", | |||
1, | |||
false, | |||
"Leporazine" | |||
], | |||
[ | |||
"dermaline", | |||
1, | |||
false, | |||
"Dermaline" | |||
], | |||
[ | |||
"carbon", | |||
1, | |||
false, | |||
"Carbon" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"pyrazine", | |||
3, | |||
"Pyrazine" | |||
] | |||
] | |||
} | } | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Medicine''' (0.1u per second)", | ||
"\n", | "\n", | ||
"* | "* Heals \u003Cspan style=\"color:green\"\u003E1\u003C/span\u003E Heat", | ||
"\n", | "\n", | ||
"' | "* Deals \u003Cspan style=\"color:red\"\u003E0.5\u003C/span\u003E Slash and \u003Cspan style=\"color:red\"\u003E0.5\u003C/span\u003E Piercing when there's at least 20u of pyrazine", | ||
"\n", | "\n", | ||
"* Has a 10% chance to cause vomiting when there's at least 15u of pyrazine" | |||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Medicine''' (0.1u per second)\n* Heals \u003Cspan style=\"color:green\"\u003E1\u003C/span\u003E Heat\n* Deals \u003Cspan style=\"color:red\"\u003E0.5\u003C/span\u003E Slash and \u003Cspan style=\"color:red\"\u003E0.5\u003C/span\u003E Piercing when there's at least 20u of pyrazine\n* Has a 10% chance to cause vomiting when there's at least 15u of pyrazine" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Insuzine", | ||
"group": " | "group": "Medicine", | ||
"color": "# | "color": "#8147ff", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": " | "flavor": "metallic", | ||
"metabolisms": { | "metabolisms": { | ||
" | "Medicine": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": "HealthChange", | "class": "HealthChange", | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
" | "Shock": -4 | ||
} | } | ||
} | } | ||
}, | }, | ||
{ | { | ||
"class": " | "class": "AdjustReagent", | ||
" | "reagent": "licoxide", | ||
" | "amount": -4 | ||
}, | }, | ||
{ | { | ||
"class": " | "class": "AdjustReagent", | ||
" | "reagent": "tazinide", | ||
"amount": -4 | |||
}, | }, | ||
{ | { | ||
"class": " | "class": "AdjustTemperature", | ||
" | "amount": -5000 | ||
}, | |||
{ | |||
"class": "HealthChange", | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"min": 12, | |||
"max": null | |||
} | |||
], | |||
"damage": { | |||
"types": { | |||
"Cold": 2 | |||
} | |||
} | |||
}, | |||
{ | |||
"class": "AdjustTemperature", | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"min": 12, | |||
"max": null | |||
} | |||
], | |||
"amount": -30000 | |||
}, | |||
{ | |||
"class": "Jitter", | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"min": 12, | |||
"max": null | |||
} | |||
] | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "insuzine", | ||
"desc": " | "desc": "Rapidly repairs dead tissue caused by electrocution, but cools you slightly. Completely freezes the patient when overdosed.", | ||
"physicalDesc": " | "physicalDesc": "frosty", | ||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "Insuzine", | ||
"minTemp": | "impact": "Medium", | ||
"minTemp": 433, | |||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "leporazine", | ||
1, | 1, | ||
false, | false, | ||
" | "Leporazine" | ||
], | ], | ||
[ | [ | ||
" | "kelotane", | ||
1, | 1, | ||
false, | false, | ||
" | "Kelotane" | ||
], | ], | ||
[ | [ | ||
" | "silicon", | ||
1, | 1, | ||
false, | false, | ||
" | "Silicon" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "insuzine", | ||
3, | |||
" | "Insuzine" | ||
] | ] | ||
] | ] | ||
Line 6,997: | Line 7,302: | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Medicine''' (0.5u per second)", | ||
"\n", | |||
"* Heals \u003Cspan style=\"color:green\"\u003E4\u003C/span\u003E Shock", | |||
"\n", | |||
"* Removes 4u of licoxide from the solution", | |||
"\n", | "\n", | ||
"* | "* Removes 4u of tazinide from the solution", | ||
"\n", | "\n", | ||
"* | "* Removes -5000J of heat from the body it's in", | ||
"\n", | "\n", | ||
"* | "* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Cold when there's at least 12u of insuzine", | ||
"\n", | "\n", | ||
"* | "* Removes -30000J of heat from the body it's in when there's at least 12u of insuzine", | ||
"\n", | "\n", | ||
"* Causes | "* Causes jittering when there's at least 12u of insuzine" | ||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Medicine''' (0.5u per second)\n* Heals \u003Cspan style=\"color:green\"\u003E4\u003C/span\u003E Shock\n* Removes 4u of licoxide from the solution\n* Removes 4u of tazinide from the solution\n* Removes -5000J of heat from the body it's in\n* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Cold when there's at least 12u of insuzine\n* Removes -30000J of heat from the body it's in when there's at least 12u of insuzine\n* Causes jittering when there's at least 12u of insuzine" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Opporozidone", | ||
"group": " | "group": "Medicine", | ||
"color": "# | "color": "#b5e36d", | ||
"textColorTheme": " | "textColorTheme": "dark", | ||
"flavor": " | "flavor": "acid", | ||
"metabolisms": { | "metabolisms": { | ||
" | "Medicine": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "ReduceRotting", | ||
" | "seconds": 20, | ||
"conditions": [ | |||
{ | |||
"class": "Temperature", | |||
"max": 150, | |||
"min": 0 | |||
}, | |||
{ | |||
"class": "MobStateCondition", | |||
"mobstate": "Dead" | |||
} | |||
] | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "opporozidone", | ||
"desc": " | "desc": "A difficult to synthesize cryogenic drug used to regenerate rotting tissue and brain matter.", | ||
"physicalDesc": " | "physicalDesc": "sickly", | ||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "Opporozidone", | ||
"minTemp": 400, | |||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "cognizine", | ||
1, | 1, | ||
false, | false, | ||
" | "Cognizine" | ||
], | ], | ||
[ | [ | ||
" | "plasma", | ||
2, | |||
false, | false, | ||
" | "Plasma" | ||
], | ], | ||
[ | [ | ||
" | "doxarubixadone", | ||
1, | 1, | ||
false, | false, | ||
" | "Doxarubixadone" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "opporozidone", | ||
3, | 3, | ||
" | "Opporozidone" | ||
] | ] | ||
] | ] | ||
Line 7,068: | Line 7,385: | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Medicine''' (0.5u per second)", | ||
"\n", | "\n", | ||
"* | "* Reduces 20s of rotting when the body's temperature is at most 150k and the mob is dead" | ||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Medicine''' (0.5u per second)\n* Reduces 20s of rotting when the body's temperature is at most 150k and the mob is dead" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Necrosol", | ||
"group": " | "group": "Medicine", | ||
"color": "# | "color": "#86a5bd", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": "medicine", | |||
"metabolisms": { | "metabolisms": { | ||
" | "Medicine": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "HealthChange", | ||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"class": " | "class": "Temperature", | ||
" | "max": 213, | ||
"min": | "min": 0 | ||
} | } | ||
], | ], | ||
" | "damage": { | ||
"groups": { | |||
"Brute": -4, | |||
"Burn": -5 | |||
}, | |||
"types": { | |||
"Poison": -2 | |||
} | |||
} | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "plantMetabolism": [ | ||
"desc": "A | { | ||
"physicalDesc": " | "class": "PlantAdjustToxins", | ||
"amount": -5 | |||
}, | |||
{ | |||
"class": "PlantAdjustHealth", | |||
"amount": 5 | |||
}, | |||
{ | |||
"class": "PlantCryoxadone {}" | |||
} | |||
], | |||
"name": "necrosol", | |||
"desc": "A necrotic substance that seems to be able to heal frozen corpses. It can treat and rejuvenate plants when applied in small doses.", | |||
"physicalDesc": "necrotic", | |||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "Necrosol", | ||
"impact": " | "impact": "Medium", | ||
"minTemp": 370, | |||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "blood", | ||
3, | |||
false, | false, | ||
" | "Blood" | ||
], | ], | ||
[ | [ | ||
" | "omnizine", | ||
1, | 1, | ||
false, | false, | ||
" | "Omnizine" | ||
] | ], | ||
[ | |||
"cryoxadone", | |||
2, | |||
false, | |||
"Cryoxadone" | |||
] | |||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "necrosol", | ||
2, | |||
" | "Necrosol" | ||
] | ] | ||
] | ] | ||
Line 7,164: | Line 7,474: | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Medicine''' (0.5u per second)", | ||
"\n", | |||
"* Heals \u003Cspan style=\"color:green\"\u003E4\u003C/span\u003E Brute, \u003Cspan style=\"color:green\"\u003E5\u003C/span\u003E Burn, and \u003Cspan style=\"color:green\"\u003E2\u003C/span\u003E Poison when the body's temperature is at most 213k", | |||
"\n", | |||
"'''Plants''' (0.5u per second)", | |||
"\n", | "\n", | ||
null | |||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Medicine''' (0.5u per second)\n* Heals \u003Cspan style=\"color:green\"\u003E4\u003C/span\u003E Brute, \u003Cspan style=\"color:green\"\u003E5\u003C/span\u003E Burn, and \u003Cspan style=\"color:green\"\u003E2\u003C/span\u003E Poison when the body's temperature is at most 213k\n'''Plants''' (0.5u per second)\n" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Aloxadone", | ||
"group": " | "group": "Medicine", | ||
"color": "# | "color": "#89f77f", | ||
"textColorTheme": " | "textColorTheme": "dark", | ||
"flavor": "medicine", | |||
"metabolisms": { | "metabolisms": { | ||
" | "Medicine": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "HealthChange", | ||
" | "conditions": [ | ||
{ | |||
" | "class": "Temperature", | ||
"max": 213, | |||
"min": 0 | |||
} | } | ||
] | ], | ||
"damage": { | |||
"types": { | |||
"Heat": -3, | |||
"Shock": -3, | |||
"Caustic": -1 | |||
} | |||
} | |||
} | |||
] | |||
} | } | ||
}, | }, | ||
"name": " | "name": "aloxadone", | ||
"desc": "A | "desc": "A cryogenics chemical. Used to treat severe third degree burns via regeneration of the burnt tissue. Works regardless of the patient being alive or dead.", | ||
"physicalDesc": " | "physicalDesc": "soothing", | ||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "Aloxadone", | ||
"impact": "Medium", | "impact": "Medium", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "cryoxadone", | ||
1, | 1, | ||
false, | false, | ||
" | "Cryoxadone" | ||
], | ], | ||
[ | [ | ||
" | "aloe", | ||
2, | 2, | ||
false, | false, | ||
" | "Aloe" | ||
], | ], | ||
[ | [ | ||
" | "sigynate", | ||
2, | 2, | ||
false, | false, | ||
" | "Sigynate" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "aloxadone", | ||
4, | |||
" | "Aloxadone" | ||
] | ] | ||
] | ] | ||
Line 7,228: | Line 7,551: | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Medicine''' (0.5u per second)", | ||
"\n", | "\n", | ||
"* | "* Heals \u003Cspan style=\"color:green\"\u003E3\u003C/span\u003E Heat, \u003Cspan style=\"color:green\"\u003E3\u003C/span\u003E Shock, and \u003Cspan style=\"color:green\"\u003E1\u003C/span\u003E Caustic when the body's temperature is at most 213k" | ||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Medicine''' (0.5u per second)\n* Heals \u003Cspan style=\"color:green\"\u003E3\u003C/span\u003E Heat, \u003Cspan style=\"color:green\"\u003E3\u003C/span\u003E Shock, and \u003Cspan style=\"color:green\"\u003E1\u003C/span\u003E Caustic when the body's temperature is at most 213k" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Mannitol", | ||
"group": " | "group": "Medicine", | ||
"color": "# | "color": "#A0A0A0", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": " | "flavor": "sweet", | ||
"metabolisms": { | "metabolisms": { | ||
" | "Medicine": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": "PopupMessage", | "class": "PopupMessage", | ||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"class": "ReagentThreshold", | "class": "ReagentThreshold", | ||
"min": | "min": 15 | ||
} | } | ||
], | ], | ||
" | "type": "Local", | ||
"visualType": "Medium", | |||
"messages": [ | |||
"mannitol-effect-enlightened" | |||
" | |||
" | |||
], | ], | ||
" | "probability": 0.2 | ||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "mannitol", | ||
"desc": " | "desc": "Efficiently restores brain damage.", | ||
"physicalDesc": " | "physicalDesc": "opaque", | ||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "Mannitol", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "hydrogen", | ||
1, | |||
false, | |||
"Hydrogen" | |||
], | |||
[ | |||
"water", | |||
1, | 1, | ||
false, | false, | ||
" | "Water" | ||
], | ], | ||
[ | [ | ||
" | "sugar", | ||
1, | 1, | ||
false, | false, | ||
" | "Sugar" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "mannitol", | ||
3, | |||
" | "Mannitol" | ||
] | ] | ||
] | ] | ||
Line 7,323: | Line 7,621: | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Medicine''' (0.5u per second)" | ||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Medicine''' (0.5u per second)" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Psicodine", | ||
"group": " | "group": "Medicine", | ||
"color": "# | "color": "#07E79E", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": " | "flavor": "bitter", | ||
"metabolisms": { | "metabolisms": { | ||
" | "Medicine": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "HealthChange", | ||
" | "conditions": [ | ||
{ | |||
"class": "ReagentThreshold", | |||
"min": 30, | |||
"max": null | |||
} | |||
], | ], | ||
" | "damage": { | ||
"types": { | |||
"Poison": 2 | |||
" | |||
} | } | ||
} | |||
}, | }, | ||
{ | { | ||
"class": "GenericStatusEffect", | "class": "GenericStatusEffect", | ||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"class": "ReagentThreshold", | "class": "ReagentThreshold", | ||
"min": | "min": 30, | ||
"max": null | "max": null | ||
} | } | ||
], | ], | ||
"time": 2 | "key": "SeeingRainbows", | ||
} | "component": "SeeingRainbows", | ||
"type": "Add", | |||
"time": 8, | |||
"refresh": false | |||
}, | |||
{ | |||
"class": "GenericStatusEffect", | |||
"key": "Jitter", | |||
"time": 2, | |||
"type": "Remove" | |||
}, | |||
{ | |||
"class": "GenericStatusEffect", | |||
"key": "Drunk", | |||
"time": 6, | |||
"type": "Remove" | |||
}, | |||
{ | |||
"class": "PopupMessage", | |||
"type": "Local", | |||
"visualType": "Medium", | |||
"messages": [ | |||
"psicodine-effect-fearless", | |||
"psicodine-effect-anxieties-wash-away", | |||
"psicodine-effect-at-peace" | |||
], | |||
"probability": 0.2 | |||
} | |||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "psicodine", | ||
"desc": " | "desc": "Suppresses anxiety and other various forms of mental distress. Overdose causes hallucinations and minor toxin damage.", | ||
"physicalDesc": " | "physicalDesc": "shiny", | ||
"recipes": [], | "recipes": [ | ||
"effects": [ | { | ||
"''' | "type": "reaction", | ||
"\n", | "id": "Psicodine", | ||
"* Causes | "impact": "Medium", | ||
], | "reactants": [ | ||
"effectLine": "''' | [ | ||
}, | "mannitol", | ||
{ | 2, | ||
"id": " | false, | ||
"group": " | "Mannitol" | ||
"color": "# | ], | ||
"textColorTheme": "light", | [ | ||
"flavor": " | "impedrezene", | ||
"metabolisms": { | 1, | ||
" | false, | ||
"effects": [ | "Impedrezene" | ||
{ | ], | ||
"class": " | [ | ||
" | "water", | ||
" | 2, | ||
false, | |||
" | "Water" | ||
] | |||
], | |||
"products": [ | |||
[ | |||
"psicodine", | |||
4, | |||
"Psicodine" | |||
" | ] | ||
" | ] | ||
} | |||
], | |||
"effects": [ | |||
"'''Medicine''' (0.5u per second)", | |||
"\n", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Poison when there's at least 30u of psicodine", | |||
"\n", | |||
"* Causes hallucinations for at least 0.8s with accumulation when there's at least 30u of psicodine", | |||
}, | "\n", | ||
{ | "* Removes 2s of jittering", | ||
"class": " | "\n", | ||
"* Removes 6s of drunkness" | |||
], | |||
"effectLine": "'''Medicine''' (0.5u per second)\n* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Poison when there's at least 30u of psicodine\n* Causes hallucinations for at least 0.8s with accumulation when there's at least 30u of psicodine\n* Removes 2s of jittering\n* Removes 6s of drunkness" | |||
}, | |||
{ | |||
"id": "PotassiumIodide", | |||
"group": "Medicine", | |||
"color": "#baa15d", | |||
"textColorTheme": "light", | |||
"flavor": "medicine", | |||
"metabolisms": { | |||
"Medicine": { | |||
"effects": [ | |||
{ | |||
"class": "GenericStatusEffect", | |||
"key": "RadiationProtection", | |||
"component": "RadiationProtection", | |||
"time": 2, | |||
"type": "Add", | |||
"refresh": false | |||
}, | |||
{ | |||
"class": "HealthChange", | |||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"class": "ReagentThreshold", | "class": "ReagentThreshold", | ||
"min": 20 | "min": 20, | ||
"max": null | |||
} | } | ||
], | ], | ||
" | "damage": { | ||
"types": { | |||
"Poison": 1 | |||
" | |||
} | } | ||
} | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "potassium iodide", | ||
"desc": " | "desc": "Will reduce the damaging effects of radiation by 90%. Prophylactic use only.", | ||
"physicalDesc": " | "physicalDesc": "grainy", | ||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "PotassiumIodide", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "potassium", | ||
1, | 1, | ||
false, | false, | ||
" | "Potassium" | ||
], | ], | ||
[ | [ | ||
" | "iodine", | ||
1, | 1, | ||
false, | false, | ||
" | "Iodine" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "potassium iodide", | ||
2, | |||
" | "PotassiumIodide" | ||
] | ] | ||
] | ] | ||
Line 7,518: | Line 7,806: | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Medicine''' (0.5u per second)", | ||
"\n", | |||
"* Causes radiation protection for at least 0.2s with accumulation", | |||
"\n", | "\n", | ||
"* Causes hallucinations for at least 0.5s with accumulation" | "* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Poison when there's at least 20u of potassium iodide" | ||
], | |||
"effectLine": "'''Medicine''' (0.5u per second)\n* Causes radiation protection for at least 0.2s with accumulation\n* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Poison when there's at least 20u of potassium iodide" | |||
}, | |||
{ | |||
"id": "Haloperidol", | |||
"group": "Medicine", | |||
"color": "#27870a", | |||
"textColorTheme": "light", | |||
"flavor": "medicine", | |||
"metabolisms": { | |||
"Medicine": { | |||
"effects": [ | |||
{ | |||
"class": "Emote", | |||
"emote": "Yawn", | |||
"showInChat": true, | |||
"probability": 0.1 | |||
}, | |||
{ | |||
"class": "GenericStatusEffect", | |||
"key": "Drowsiness", | |||
"component": "Drowsiness", | |||
"time": 4, | |||
"type": "Add", | |||
"refresh": false | |||
}, | |||
{ | |||
"class": "GenericStatusEffect", | |||
"key": "Jitter", | |||
"time": 4, | |||
"type": "Remove" | |||
}, | |||
{ | |||
"class": "GenericStatusEffect", | |||
"key": "SeeingRainbows", | |||
"time": 10, | |||
"type": "Remove" | |||
}, | |||
{ | |||
"class": "AdjustReagent", | |||
"reagent": "desoxyephedrine", | |||
"amount": -3 | |||
}, | |||
{ | |||
"class": "AdjustReagent", | |||
"reagent": "ephedrine", | |||
"amount": -3 | |||
}, | |||
{ | |||
"class": "AdjustReagent", | |||
"reagent": "hyperzine", | |||
"amount": -3 | |||
}, | |||
{ | |||
"class": "AdjustReagent", | |||
"reagent": "THC", | |||
"amount": -3 | |||
}, | |||
{ | |||
"class": "AdjustReagent", | |||
"reagent": "space mirage", | |||
"amount": -3 | |||
}, | |||
{ | |||
"class": "AdjustReagent", | |||
"reagent": "bananadine", | |||
"amount": -3 | |||
}, | |||
{ | |||
"class": "AdjustReagent", | |||
"reagent": "space glue", | |||
"amount": -3 | |||
}, | |||
{ | |||
"class": "AdjustReagent", | |||
"reagent": "mindbreaker toxin", | |||
"amount": -3 | |||
} | |||
] | |||
} | |||
}, | |||
"name": "haloperidol", | |||
"desc": "Removes most stimulating and hallucinogenic drugs. Reduces druggy effects and jitteriness. Causes drowsiness.", | |||
"physicalDesc": "crystalline", | |||
"recipes": [ | |||
{ | |||
"type": "reaction", | |||
"id": "Haloperidol", | |||
"reactants": [ | |||
[ | |||
"aluminium", | |||
1, | |||
false, | |||
"Aluminium" | |||
], | |||
[ | |||
"chlorine", | |||
1, | |||
false, | |||
"Chlorine" | |||
], | |||
[ | |||
"fluorine", | |||
1, | |||
false, | |||
"Fluorine" | |||
], | |||
[ | |||
"oil", | |||
1, | |||
false, | |||
"Oil" | |||
], | |||
[ | |||
"potassium iodide", | |||
1, | |||
false, | |||
"PotassiumIodide" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"haloperidol", | |||
5, | |||
"Haloperidol" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [ | |||
"'''Medicine''' (0.5u per second)", | |||
"\n", | |||
"* Causes drowsiness for at least 0.4s with accumulation", | |||
"\n", | |||
"* Removes 4s of jittering", | |||
"\n", | |||
"* Removes 10s of hallucinations", | |||
"\n", | |||
"* Removes 3u of desoxyephedrine from the solution", | |||
"\n", | |||
"* Removes 3u of ephedrine from the solution", | |||
"\n", | |||
"* Removes 3u of hyperzine from the solution", | |||
"\n", | |||
"* Removes 3u of THC from the solution", | |||
"\n", | |||
"* Removes 3u of space mirage from the solution", | |||
"\n", | |||
"* Removes 3u of bananadine from the solution", | |||
"\n", | |||
"* Removes 3u of space glue from the solution", | |||
"\n", | |||
"* Removes 3u of mindbreaker toxin from the solution" | |||
], | |||
"effectLine": "'''Medicine''' (0.5u per second)\n* Causes drowsiness for at least 0.4s with accumulation\n* Removes 4s of jittering\n* Removes 10s of hallucinations\n* Removes 3u of desoxyephedrine from the solution\n* Removes 3u of ephedrine from the solution\n* Removes 3u of hyperzine from the solution\n* Removes 3u of THC from the solution\n* Removes 3u of space mirage from the solution\n* Removes 3u of bananadine from the solution\n* Removes 3u of space glue from the solution\n* Removes 3u of mindbreaker toxin from the solution" | |||
}, | |||
{ | |||
"id": "Desoxyephedrine", | |||
"group": "Narcotics", | |||
"color": "#FAFAFA", | |||
"textColorTheme": "dark", | |||
"flavor": "bitter", | |||
"metabolisms": { | |||
"Poison": { | |||
"effects": [ | |||
{ | |||
"class": "HealthChange", | |||
"damage": { | |||
"types": { | |||
"Poison": 0.75 | |||
} | |||
} | |||
}, | |||
{ | |||
"class": "HealthChange", | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"min": 30, | |||
"max": null | |||
} | |||
], | |||
"damage": { | |||
"types": { | |||
"Poison": 2, | |||
"Asphyxiation": 2 | |||
} | |||
} | |||
} | |||
] | |||
}, | |||
"Narcotic": { | |||
"effects": [ | |||
{ | |||
"class": "MovespeedModifier", | |||
"walkSpeedModifier": 1.35, | |||
"sprintSpeedModifier": 1.35, | |||
"statusLifetime": 2 | |||
}, | |||
{ | |||
"class": "GenericStatusEffect", | |||
"key": "Stutter", | |||
"component": "StutteringAccent", | |||
"time": 2 | |||
}, | |||
{ | |||
"class": "Jitter" | |||
}, | |||
{ | |||
"class": "GenericStatusEffect", | |||
"key": "Stun", | |||
"time": 3, | |||
"type": "Remove" | |||
}, | |||
{ | |||
"class": "GenericStatusEffect", | |||
"key": "KnockedDown", | |||
"time": 3, | |||
"type": "Remove" | |||
}, | |||
{ | |||
"class": "GenericStatusEffect", | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"reagent": "Haloperidol", | |||
"max": 0.01, | |||
"min": 0 | |||
} | |||
], | |||
"key": "Drowsiness", | |||
"time": 10, | |||
"type": "Remove" | |||
} | |||
] | |||
}, | |||
"Medicine": { | |||
"effects": [ | |||
{ | |||
"class": "ResetNarcolepsy", | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"min": 20, | |||
"max": null | |||
} | |||
] | |||
} | |||
] | |||
} | |||
}, | |||
"name": "desoxyephedrine", | |||
"desc": "A more effective ephedrine, with more active downsides. Requires less doses to cure narcolepsy.", | |||
"physicalDesc": "translucent", | |||
"recipes": [ | |||
{ | |||
"type": "reaction", | |||
"id": "Desoxyephedrine", | |||
"impact": "Medium", | |||
"minTemp": 370, | |||
"reactants": [ | |||
[ | |||
"ephedrine", | |||
1, | |||
false, | |||
"Ephedrine" | |||
], | |||
[ | |||
"carbon", | |||
1, | |||
false, | |||
"Carbon" | |||
], | |||
[ | |||
"iodine", | |||
1, | |||
false, | |||
"Iodine" | |||
], | |||
[ | |||
"phosphorus", | |||
1, | |||
false, | |||
"Phosphorus" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"desoxyephedrine", | |||
4, | |||
"Desoxyephedrine" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [ | |||
"'''Poison''' (0.5u per second)", | |||
"\n", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E0.75\u003C/span\u003E Poison", | |||
"\n", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Poison and \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Asphyxiation when there's at least 30u of desoxyephedrine", | |||
"\n", | |||
"'''Narcotic''' (0.5u per second)", | |||
"\n", | |||
"* Modifies movement speed by 1.35x for at least 2 seconds", | |||
"\n", | |||
"* Causes stuttering for at least 0.2s without accumulation", | |||
"\n", | |||
"* Causes jittering", | |||
"\n", | |||
"* Removes 3s of stunning", | |||
"\n", | |||
"* Removes 3s of knockdown", | |||
"\n", | |||
"* Removes 10s of drowsiness when there's at most 0.01u of haloperidol", | |||
"\n", | |||
"'''Medicine''' (0.5u per second)", | |||
"\n", | |||
"* Temporarily staves off narcolepsy when there's at least 20u of desoxyephedrine" | |||
], | |||
"effectLine": "'''Poison''' (0.5u per second)\n* Deals \u003Cspan style=\"color:red\"\u003E0.75\u003C/span\u003E Poison\n* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Poison and \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Asphyxiation when there's at least 30u of desoxyephedrine\n'''Narcotic''' (0.5u per second)\n* Modifies movement speed by 1.35x for at least 2 seconds\n* Causes stuttering for at least 0.2s without accumulation\n* Causes jittering\n* Removes 3s of stunning\n* Removes 3s of knockdown\n* Removes 10s of drowsiness when there's at most 0.01u of haloperidol\n'''Medicine''' (0.5u per second)\n* Temporarily staves off narcolepsy when there's at least 20u of desoxyephedrine" | |||
}, | |||
{ | |||
"id": "Ephedrine", | |||
"group": "Narcotics", | |||
"color": "#D2FFFA", | |||
"textColorTheme": "dark", | |||
"flavor": "bitter", | |||
"metabolisms": { | |||
"Narcotic": { | |||
"effects": [ | |||
{ | |||
"class": "MovespeedModifier", | |||
"walkSpeedModifier": 1.25, | |||
"sprintSpeedModifier": 1.25, | |||
"statusLifetime": 2 | |||
}, | |||
{ | |||
"class": "HealthChange", | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"min": 20, | |||
"max": null | |||
} | |||
], | |||
"damage": { | |||
"types": { | |||
"Poison": 2, | |||
"Asphyxiation": 2 | |||
} | |||
} | |||
}, | |||
{ | |||
"class": "Jitter" | |||
}, | |||
{ | |||
"class": "GenericStatusEffect", | |||
"key": "Stun", | |||
"time": 1, | |||
"type": "Remove" | |||
}, | |||
{ | |||
"class": "GenericStatusEffect", | |||
"key": "KnockedDown", | |||
"time": 1, | |||
"type": "Remove" | |||
}, | |||
{ | |||
"class": "GenericStatusEffect", | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"reagent": "Haloperidol", | |||
"max": 0.01, | |||
"min": 0 | |||
} | |||
], | |||
"key": "Drowsiness", | |||
"time": 10, | |||
"type": "Remove" | |||
}, | |||
{ | |||
"class": "PopupMessage", | |||
"visualType": "Medium", | |||
"messages": [ | |||
"ephedrine-effect-tight-pain", | |||
"ephedrine-effect-heart-pounds" | |||
], | |||
"type": "Local", | |||
"probability": 0.05 | |||
} | |||
] | |||
}, | |||
"Medicine": { | |||
"effects": [ | |||
{ | |||
"class": "ResetNarcolepsy", | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"min": 30, | |||
"max": null | |||
} | |||
] | |||
} | |||
] | |||
} | |||
}, | |||
"name": "ephedrine", | |||
"desc": "A caffeinated adrenaline stimulator chemical that makes you faster and harder to knock down. Also helps combat narcolepsy at dosages over thirty, at the cost of severe nerval stress.", | |||
"physicalDesc": "powdery", | |||
"recipes": [ | |||
{ | |||
"type": "reaction", | |||
"id": "Ephedrine", | |||
"impact": "Medium", | |||
"reactants": [ | |||
[ | |||
"oil", | |||
1, | |||
false, | |||
"Oil" | |||
], | |||
[ | |||
"hydrogen", | |||
1, | |||
false, | |||
"Hydrogen" | |||
], | |||
[ | |||
"sugar", | |||
1, | |||
false, | |||
"Sugar" | |||
], | |||
[ | |||
"diethylamine", | |||
1, | |||
false, | |||
"Diethylamine" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"ephedrine", | |||
4, | |||
"Ephedrine" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [ | |||
"'''Narcotic''' (0.5u per second)", | |||
"\n", | |||
"* Modifies movement speed by 1.25x for at least 2 seconds", | |||
"\n", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Poison and \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Asphyxiation when there's at least 20u of ephedrine", | |||
"\n", | |||
"* Causes jittering", | |||
"\n", | |||
"* Removes 1s of stunning", | |||
"\n", | |||
"* Removes 1s of knockdown", | |||
"\n", | |||
"* Removes 10s of drowsiness when there's at most 0.01u of haloperidol", | |||
"\n", | |||
"'''Medicine''' (0.5u per second)", | |||
"\n", | |||
"* Temporarily staves off narcolepsy when there's at least 30u of ephedrine" | |||
], | |||
"effectLine": "'''Narcotic''' (0.5u per second)\n* Modifies movement speed by 1.25x for at least 2 seconds\n* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Poison and \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Asphyxiation when there's at least 20u of ephedrine\n* Causes jittering\n* Removes 1s of stunning\n* Removes 1s of knockdown\n* Removes 10s of drowsiness when there's at most 0.01u of haloperidol\n'''Medicine''' (0.5u per second)\n* Temporarily staves off narcolepsy when there's at least 30u of ephedrine" | |||
}, | |||
{ | |||
"id": "Stimulants", | |||
"group": "Narcotics", | |||
"color": "#9A040E", | |||
"textColorTheme": "light", | |||
"flavor": "sharp", | |||
"metabolisms": { | |||
"Narcotic": { | |||
"metabolismRate": 1, | |||
"effects": [ | |||
{ | |||
"class": "MovespeedModifier", | |||
"walkSpeedModifier": 1.3, | |||
"sprintSpeedModifier": 1.3, | |||
"statusLifetime": 2 | |||
}, | |||
{ | |||
"class": "HealthChange", | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"min": 80, | |||
"max": null | |||
} | |||
], | |||
"damage": { | |||
"types": { | |||
"Poison": 1 | |||
} | |||
} | |||
}, | |||
{ | |||
"class": "AdjustReagent", | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"reagent": "ChloralHydrate", | |||
"min": 1, | |||
"max": null | |||
} | |||
], | |||
"reagent": "chloral hydrate", | |||
"amount": -10 | |||
}, | |||
{ | |||
"class": "GenericStatusEffect", | |||
"key": "Stun", | |||
"time": 3, | |||
"type": "Remove" | |||
}, | |||
{ | |||
"class": "GenericStatusEffect", | |||
"key": "KnockedDown", | |||
"time": 3, | |||
"type": "Remove" | |||
}, | |||
{ | |||
"class": "GenericStatusEffect", | |||
"key": "StaminaModifier", | |||
"component": "StaminaModifier", | |||
"time": 3, | |||
"type": "Add" | |||
}, | |||
{ | |||
"class": "GenericStatusEffect", | |||
"key": "ForcedSleep", | |||
"time": 3, | |||
"type": "Remove" | |||
}, | |||
{ | |||
"class": "GenericStatusEffect", | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"reagent": "Haloperidol", | |||
"max": 0.01, | |||
"min": 0 | |||
} | |||
], | |||
"key": "Drowsiness", | |||
"time": 10, | |||
"type": "Remove" | |||
} | |||
] | |||
}, | |||
"Medicine": { | |||
"metabolismRate": 1, | |||
"effects": [ | |||
{ | |||
"class": "ResetNarcolepsy" | |||
}, | |||
{ | |||
"class": "SatiateHunger", | |||
"factor": 1 | |||
}, | |||
{ | |||
"class": "SatiateThirst", | |||
"factor": 1 | |||
}, | |||
{ | |||
"class": "HealthChange", | |||
"conditions": [ | |||
{ | |||
"class": "TotalDamage", | |||
"min": 70, | |||
"max": null | |||
} | |||
], | |||
"damage": { | |||
"groups": { | |||
"Burn": -1, | |||
"Brute": -1 | |||
} | |||
} | |||
} | |||
] | |||
} | |||
}, | |||
"name": "hyperzine", | |||
"desc": "A chemical cocktail developed by Donk Co. that allows agents to recover from stuns faster, move more quickly, and grants a small heal when you're more dead than alive. Due to the complex nature of the chemical, it is much harder for the body to purge naturally.", | |||
"physicalDesc": "energizing", | |||
"recipes": [ | |||
{ | |||
"type": "reaction", | |||
"id": "Stimulants", | |||
"impact": "Medium", | |||
"minTemp": 370, | |||
"reactants": [ | |||
[ | |||
"ephedrine", | |||
1, | |||
false, | |||
"Ephedrine" | |||
], | |||
[ | |||
"vestine", | |||
1, | |||
false, | |||
"Vestine" | |||
], | |||
[ | |||
"oxygen", | |||
2, | |||
false, | |||
"Oxygen" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"hyperzine", | |||
2, | |||
"Stimulants" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [ | |||
"'''Narcotic''' (1u per second)", | |||
"\n", | |||
"* Modifies movement speed by 1.3x for at least 2 seconds", | |||
"\n", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Poison when there's at least 80u of hyperzine", | |||
"\n", | |||
"* Removes 10u of chloral hydrate from the solution when there's at least 1u of chloral hydrate", | |||
"\n", | |||
"* Removes 3s of stunning", | |||
"\n", | |||
"* Removes 3s of knockdown", | |||
"\n", | |||
"* Causes modified stamina for at least 0.3s with accumulation", | |||
"\n", | |||
"* Removes 3s of unconsciousness", | |||
"\n", | |||
"* Removes 10s of drowsiness when there's at most 0.01u of haloperidol", | |||
"\n", | |||
"'''Medicine''' (1u per second)", | |||
"\n", | |||
"* Temporarily staves off narcolepsy", | |||
"\n", | |||
"* Satiates hunger at 0.333x the average rate", | |||
"\n", | |||
"* Satiates thirst at 0.333x the average rate", | |||
"\n", | |||
"* Heals \u003Cspan style=\"color:green\"\u003E1\u003C/span\u003E Burn and \u003Cspan style=\"color:green\"\u003E1\u003C/span\u003E Brute when it has at least 70 total damage" | |||
], | |||
"effectLine": "'''Narcotic''' (1u per second)\n* Modifies movement speed by 1.3x for at least 2 seconds\n* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Poison when there's at least 80u of hyperzine\n* Removes 10u of chloral hydrate from the solution when there's at least 1u of chloral hydrate\n* Removes 3s of stunning\n* Removes 3s of knockdown\n* Causes modified stamina for at least 0.3s with accumulation\n* Removes 3s of unconsciousness\n* Removes 10s of drowsiness when there's at most 0.01u of haloperidol\n'''Medicine''' (1u per second)\n* Temporarily staves off narcolepsy\n* Satiates hunger at 0.333x the average rate\n* Satiates thirst at 0.333x the average rate\n* Heals \u003Cspan style=\"color:green\"\u003E1\u003C/span\u003E Burn and \u003Cspan style=\"color:green\"\u003E1\u003C/span\u003E Brute when it has at least 70 total damage" | |||
}, | |||
{ | |||
"id": "THC", | |||
"group": "Narcotics", | |||
"color": "#808080", | |||
"textColorTheme": "light", | |||
"flavor": "bitter", | |||
"metabolisms": { | |||
"Narcotic": { | |||
"effects": [ | |||
{ | |||
"class": "GenericStatusEffect", | |||
"key": "SeeingRainbows", | |||
"component": "SeeingRainbows", | |||
"type": "Add", | |||
"time": 16, | |||
"refresh": false | |||
} | |||
] | |||
} | |||
}, | |||
"plantMetabolism": [ | |||
{ | |||
"class": "PlantAdjustNutrition", | |||
"amount": -5 | |||
}, | |||
{ | |||
"class": "PlantAdjustHealth", | |||
"amount": -1 | |||
} | |||
], | |||
"name": "THC", | |||
"desc": "The main psychoactive compound in cannabis.", | |||
"physicalDesc": "crystalline", | |||
"recipes": [], | |||
"effects": [ | |||
"'''Narcotic''' (0.5u per second)", | |||
"\n", | |||
"* Causes hallucinations for at least 1.6s with accumulation", | |||
"\n", | |||
"'''Plants''' (0.5u per second)", | |||
"\n", | |||
null | |||
], | |||
"effectLine": "'''Narcotic''' (0.5u per second)\n* Causes hallucinations for at least 1.6s with accumulation\n'''Plants''' (0.5u per second)\n" | |||
}, | |||
{ | |||
"id": "Nicotine", | |||
"group": "Narcotics", | |||
"color": "#C0C0C0", | |||
"textColorTheme": "dark", | |||
"flavor": "bitter", | |||
"plantMetabolism": [ | |||
{ | |||
"class": "PlantAdjustHealth", | |||
"amount": -5 | |||
} | |||
], | |||
"name": "nicotine", | |||
"desc": "Dangerous and highly addictive, but that's what the propaganda says.", | |||
"physicalDesc": "strong smelling", | |||
"recipes": [], | |||
"effects": [ | |||
"'''Plants''' (0.5u per second)", | |||
"\n", | |||
null | |||
], | |||
"effectLine": "'''Plants''' (0.5u per second)\n" | |||
}, | |||
{ | |||
"id": "Impedrezene", | |||
"group": "Narcotics", | |||
"color": "#215263", | |||
"textColorTheme": "light", | |||
"flavor": "bitter", | |||
"metabolisms": { | |||
"Narcotic": { | |||
"effects": [ | |||
{ | |||
"class": "MovespeedModifier", | |||
"walkSpeedModifier": 0.65, | |||
"sprintSpeedModifier": 0.65, | |||
"statusLifetime": 2 | |||
}, | |||
{ | |||
"class": "HealthChange", | |||
"damage": { | |||
"types": { | |||
"Poison": 2 | |||
} | |||
} | |||
}, | |||
{ | |||
"class": "GenericStatusEffect", | |||
"key": "SeeingRainbows", | |||
"component": "SeeingRainbows", | |||
"type": "Add", | |||
"time": 10, | |||
"refresh": false | |||
}, | |||
{ | |||
"class": "ChemVomit", | |||
"probability": 0.05 | |||
}, | |||
{ | |||
"class": "Drunk", | |||
"boozePower": 5 | |||
} | |||
] | |||
} | |||
}, | |||
"name": "impedrezene", | |||
"desc": "A narcotic that impedes one's ability by slowing down the higher brain cell functions.", | |||
"physicalDesc": "acrid", | |||
"recipes": [ | |||
{ | |||
"type": "reaction", | |||
"id": "Impedrezene", | |||
"minTemp": 370, | |||
"reactants": [ | |||
[ | |||
"mercury", | |||
1, | |||
false, | |||
"Mercury" | |||
], | |||
[ | |||
"oxygen", | |||
1, | |||
false, | |||
"Oxygen" | |||
], | |||
[ | |||
"water", | |||
1, | |||
false, | |||
"Water" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"impedrezene", | |||
1, | |||
"Impedrezene" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [ | |||
"'''Narcotic''' (0.5u per second)", | |||
"\n", | |||
"* Modifies movement speed by 0.65x for at least 2 seconds", | |||
"\n", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Poison", | |||
"\n", | |||
"* Causes hallucinations for at least 1s with accumulation", | |||
"\n", | |||
"* Has a 5% chance to cause vomiting", | |||
"\n", | |||
"* Causes drunkness" | |||
], | |||
"effectLine": "'''Narcotic''' (0.5u per second)\n* Modifies movement speed by 0.65x for at least 2 seconds\n* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Poison\n* Causes hallucinations for at least 1s with accumulation\n* Has a 5% chance to cause vomiting\n* Causes drunkness" | |||
}, | |||
{ | |||
"id": "SpaceDrugs", | |||
"group": "Narcotics", | |||
"color": "#63806e", | |||
"textColorTheme": "light", | |||
"flavor": "bitter", | |||
"metabolisms": { | |||
"Narcotic": { | |||
"effects": [ | |||
{ | |||
"class": "GenericStatusEffect", | |||
"key": "SeeingRainbows", | |||
"component": "SeeingRainbows", | |||
"type": "Add", | |||
"time": 5, | |||
"refresh": false | |||
} | |||
] | |||
} | |||
}, | |||
"name": "space mirage", | |||
"desc": "An illegal compound which induces a number of effects such as loss of balance and visual artefacts.", | |||
"physicalDesc": "syrupy", | |||
"recipes": [ | |||
{ | |||
"type": "reaction", | |||
"id": "SpaceDrugs", | |||
"reactants": [ | |||
[ | |||
"mercury", | |||
1, | |||
false, | |||
"Mercury" | |||
], | |||
[ | |||
"sugar", | |||
1, | |||
false, | |||
"Sugar" | |||
], | |||
[ | |||
"lithium", | |||
1, | |||
false, | |||
"Lithium" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"space mirage", | |||
3, | |||
"SpaceDrugs" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [ | |||
"'''Narcotic''' (0.5u per second)", | |||
"\n", | |||
"* Causes hallucinations for at least 0.5s with accumulation" | |||
], | ], | ||
"effectLine": "'''Narcotic''' (0.5u per second)\n* Causes hallucinations for at least 0.5s with accumulation" | "effectLine": "'''Narcotic''' (0.5u per second)\n* Causes hallucinations for at least 0.5s with accumulation" | ||
}, | |||
{ | |||
"id": "Bananadine", | |||
"group": "Narcotics", | |||
"color": "#ffff00", | |||
"textColorTheme": "dark", | |||
"flavor": "bitter", | |||
"metabolisms": { | |||
"Narcotic": { | |||
"effects": [ | |||
{ | |||
"class": "GenericStatusEffect", | |||
"key": "SeeingRainbows", | |||
"component": "SeeingRainbows", | |||
"type": "Add", | |||
"time": 5, | |||
"refresh": false | |||
} | |||
] | |||
} | |||
}, | |||
"name": "bananadine", | |||
"desc": "A mild psychedelic that is found in small traces in banana peels.", | |||
"physicalDesc": "powdery", | |||
"recipes": [], | |||
"effects": [ | |||
"'''Narcotic''' (0.5u per second)", | |||
"\n", | |||
"* Causes hallucinations for at least 0.5s with accumulation" | |||
], | |||
"effectLine": "'''Narcotic''' (0.5u per second)\n* Causes hallucinations for at least 0.5s with accumulation" | |||
}, | |||
{ | |||
"id": "Nocturine", | |||
"group": "Narcotics", | |||
"color": "#128e80", | |||
"textColorTheme": "light", | |||
"metabolisms": { | |||
"Narcotic": { | |||
"effects": [ | |||
{ | |||
"class": "GenericStatusEffect", | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"reagent": "Nocturine", | |||
"min": 8, | |||
"max": null | |||
} | |||
], | |||
"key": "ForcedSleep", | |||
"component": "ForcedSleeping", | |||
"refresh": false, | |||
"type": "Add", | |||
"time": 2 | |||
} | |||
] | |||
} | |||
}, | |||
"name": "nocturine", | |||
"desc": "A highly effective sedative and hypnotic, developed by the Syndicate for stealth operations. One-way ticket to honk-shoo town.", | |||
"physicalDesc": "powdery", | |||
"recipes": [ | |||
{ | |||
"type": "reaction", | |||
"id": "Nocturine", | |||
"impact": "High", | |||
"reactants": [ | |||
[ | |||
"impedrezene", | |||
2, | |||
false, | |||
"Impedrezene" | |||
], | |||
[ | |||
"vestine", | |||
1, | |||
false, | |||
"Vestine" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"nocturine", | |||
1, | |||
"Nocturine" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [ | |||
"'''Narcotic''' (0.5u per second)", | |||
"\n", | |||
"* Causes unconsciousness for at least 0.2s with accumulation when there's at least 8u of nocturine" | |||
], | |||
"effectLine": "'''Narcotic''' (0.5u per second)\n* Causes unconsciousness for at least 0.2s with accumulation when there's at least 8u of nocturine" | |||
}, | |||
{ | |||
"id": "MuteToxin", | |||
"group": "Narcotics", | |||
"color": "#000000", | |||
"textColorTheme": "light", | |||
"metabolisms": { | |||
"Narcotic": { | |||
"effects": [ | |||
{ | |||
"class": "GenericStatusEffect", | |||
"key": "Muted", | |||
"component": "Muted", | |||
"type": "Add", | |||
"time": 10, | |||
"refresh": false | |||
} | |||
] | |||
} | |||
}, | |||
"name": "mute toxin", | |||
"desc": "A thick chemical that coats the vocal cords, making the user unable to speak during metabolization.", | |||
"physicalDesc": "syrupy", | |||
"recipes": [ | |||
{ | |||
"type": "reaction", | |||
"id": "MuteToxin", | |||
"impact": "Medium", | |||
"minTemp": 370, | |||
"reactants": [ | |||
[ | |||
"uranium", | |||
1, | |||
false, | |||
"Uranium" | |||
], | |||
[ | |||
"vestine", | |||
2, | |||
false, | |||
"Vestine" | |||
], | |||
[ | |||
"space glue", | |||
2, | |||
false, | |||
"SpaceGlue" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"mute toxin", | |||
2, | |||
"MuteToxin" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [ | |||
"'''Narcotic''' (0.5u per second)", | |||
"\n", | |||
"* Causes inability to speak for at least 1s with accumulation" | |||
], | |||
"effectLine": "'''Narcotic''' (0.5u per second)\n* Causes inability to speak for at least 1s with accumulation" | |||
}, | |||
{ | |||
"id": "NorepinephricAcid", | |||
"group": "Narcotics", | |||
"color": "#96a8b5", | |||
"textColorTheme": "light", | |||
"flavor": "salty", | |||
"metabolisms": { | |||
"Narcotic": { | |||
"effects": [ | |||
{ | |||
"class": "PopupMessage", | |||
"type": "Local", | |||
"messages": [ | |||
"generic-reagent-effect-burning-eyes", | |||
"generic-reagent-effect-burning-eyes-a-bit", | |||
"generic-reagent-effect-tearing-up", | |||
"norepinephricacid-effect-eyelids", | |||
"norepinephricacid-effect-eyes-itch", | |||
"norepinephricacid-effect-vision-fade", | |||
"norepinephricacid-effect-vision-fail" | |||
], | |||
"probability": 0.08 | |||
}, | |||
{ | |||
"class": "PopupMessage", | |||
"visualType": "MediumCaution", | |||
"type": "Local", | |||
"messages": [ | |||
"norepinephricacid-effect-eye-disconnect", | |||
"norepinephricacid-effect-eye-pain", | |||
"norepinephricacid-effect-darkness", | |||
"norepinephricacid-effect-blindness" | |||
], | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"min": 20 | |||
} | |||
], | |||
"probability": 0.03 | |||
}, | |||
{ | |||
"class": "GenericStatusEffect", | |||
"key": "TemporaryBlindness", | |||
"component": "TemporaryBlindness", | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"min": 20, | |||
"max": null | |||
} | |||
], | |||
"time": 2 | |||
} | |||
] | |||
} | |||
}, | |||
"name": "norepinephric acid", | |||
"desc": "A smooth chemical that blocks the optical receptors, rendering the user blind during metabolization.", | |||
"physicalDesc": "milky", | |||
"recipes": [ | |||
{ | |||
"type": "reaction", | |||
"id": "NorepinephricAcid", | |||
"impact": "Medium", | |||
"reactants": [ | |||
[ | |||
"uranium", | |||
1, | |||
false, | |||
"Uranium" | |||
], | |||
[ | |||
"epinephrine", | |||
1, | |||
false, | |||
"Epinephrine" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"norepinephric acid", | |||
2, | |||
"NorepinephricAcid" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [ | |||
"'''Narcotic''' (0.5u per second)", | |||
"\n", | |||
"* Causes blindess for at least 0.2s without accumulation when there's at least 20u of norepinephric acid" | |||
], | |||
"effectLine": "'''Narcotic''' (0.5u per second)\n* Causes blindess for at least 0.2s without accumulation when there's at least 20u of norepinephric acid" | |||
}, | |||
{ | |||
"id": "TearGas", | |||
"group": "Narcotics", | |||
"color": "#96a8b5", | |||
"textColorTheme": "light", | |||
"flavor": "salty", | |||
"metabolisms": { | |||
"Narcotic": { | |||
"effects": [ | |||
{ | |||
"class": "PopupMessage", | |||
"type": "Local", | |||
"probability": 0.08, | |||
"messages": [ | |||
"generic-reagent-effect-burning-eyes", | |||
"generic-reagent-effect-burning-eyes-a-bit", | |||
"generic-reagent-effect-tearing-up", | |||
"norepinephricacid-effect-eyelids", | |||
"norepinephricacid-effect-eyes-itch", | |||
"norepinephricacid-effect-vision-fade", | |||
"norepinephricacid-effect-vision-fail" | |||
] | |||
}, | |||
{ | |||
"class": "PopupMessage", | |||
"type": "Local", | |||
"visualType": "MediumCaution", | |||
"probability": 0.03, | |||
"messages": [ | |||
"norepinephricacid-effect-eye-disconnect", | |||
"norepinephricacid-effect-eye-pain", | |||
"norepinephricacid-effect-darkness", | |||
"norepinephricacid-effect-blindness" | |||
], | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"min": 15 | |||
} | |||
] | |||
}, | |||
{ | |||
"class": "Emote", | |||
"emote": "Scream", | |||
"probability": 0.08 | |||
}, | |||
{ | |||
"class": "GenericStatusEffect", | |||
"key": "TemporaryBlindness", | |||
"component": "TemporaryBlindness", | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"min": 20, | |||
"max": null | |||
} | |||
], | |||
"time": 2 | |||
} | |||
] | |||
} | |||
}, | |||
"name": "tear gas", | |||
"desc": "A chemical that causes severe irritation and crying, commonly used in riot control.", | |||
"physicalDesc": "milky", | |||
"recipes": [], | |||
"effects": [ | |||
"'''Narcotic''' (0.5u per second)", | |||
"\n", | |||
"* Causes blindess for at least 0.2s without accumulation when there's at least 20u of tear gas" | |||
], | |||
"effectLine": "'''Narcotic''' (0.5u per second)\n* Causes blindess for at least 0.2s without accumulation when there's at least 20u of tear gas" | |||
}, | |||
{ | |||
"id": "Happiness", | |||
"group": "Narcotics", | |||
"color": "#EE35FF", | |||
"textColorTheme": "light", | |||
"flavor": "paintthinner", | |||
"metabolisms": { | |||
"Narcotic": { | |||
"effects": [ | |||
{ | |||
"class": "Emote", | |||
"emote": "Laugh", | |||
"showInChat": true, | |||
"probability": 0.1, | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"max": 20 | |||
} | |||
] | |||
}, | |||
{ | |||
"class": "Emote", | |||
"emote": "Whistle", | |||
"showInChat": true, | |||
"probability": 0.1, | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"max": 20 | |||
} | |||
] | |||
}, | |||
{ | |||
"class": "Emote", | |||
"emote": "Crying", | |||
"showInChat": true, | |||
"probability": 0.1, | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"min": 20 | |||
} | |||
] | |||
}, | |||
{ | |||
"class": "PopupMessage", | |||
"type": "Local", | |||
"visualType": "Medium", | |||
"messages": [ | |||
"psicodine-effect-fearless", | |||
"psicodine-effect-anxieties-wash-away", | |||
"psicodine-effect-at-peace" | |||
], | |||
"probability": 0.2, | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"max": 20 | |||
} | |||
] | |||
}, | |||
{ | |||
"class": "GenericStatusEffect", | |||
"key": "SeeingRainbows", | |||
"component": "SeeingRainbows", | |||
"type": "Add", | |||
"time": 5, | |||
"refresh": false | |||
} | |||
] | |||
} | |||
}, | |||
"name": "happiness", | |||
"desc": "Fills you with ecstatic numbness and causes minor brain damage. Highly addictive. If overdosed causes sudden mood swings.", | |||
"physicalDesc": "soothing", | |||
"recipes": [ | |||
{ | |||
"type": "reaction", | |||
"id": "Happiness", | |||
"reactants": [ | |||
[ | |||
"laughter", | |||
2, | |||
false, | |||
"Laughter" | |||
], | |||
[ | |||
"epinephrine", | |||
1, | |||
false, | |||
"Epinephrine" | |||
], | |||
[ | |||
"ethanol", | |||
1, | |||
false, | |||
"Ethanol" | |||
], | |||
[ | |||
"plasma", | |||
5, | |||
true, | |||
"Plasma" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"happiness", | |||
4, | |||
"Happiness" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [ | |||
"'''Narcotic''' (0.5u per second)", | |||
"\n", | |||
"* Causes hallucinations for at least 0.5s with accumulation" | |||
], | |||
"effectLine": "'''Narcotic''' (0.5u per second)\n* Causes hallucinations for at least 0.5s with accumulation" | |||
}, | |||
{ | |||
"id": "BasePyrotechnic", | |||
"group": "Pyrotechnic", | |||
"color": "#ffffff", | |||
"textColorTheme": "dark", | |||
"plantMetabolism": [ | |||
{ | |||
"class": "PlantAdjustWeeds", | |||
"amount": -2 | |||
}, | |||
{ | |||
"class": "PlantAdjustHealth", | |||
"amount": -2 | |||
} | |||
], | |||
"name": "???", | |||
"desc": "", | |||
"physicalDesc": "???", | |||
"recipes": [], | |||
"effects": [ | |||
"'''Plants''' (0.5u per second)", | |||
"\n", | |||
null | |||
], | |||
"effectLine": "'''Plants''' (0.5u per second)\n" | |||
}, | |||
{ | |||
"id": "Thermite", | |||
"group": "Pyrotechnics", | |||
"color": "#757245", | |||
"textColorTheme": "light", | |||
"parent": "BasePyrotechnic", | |||
"flavor": "bitter", | |||
"metabolisms": { | |||
"Poison": { | |||
"effects": [ | |||
{ | |||
"class": "HealthChange", | |||
"damage": { | |||
"types": { | |||
"Heat": 2, | |||
"Poison": 1 | |||
} | |||
} | |||
} | |||
] | |||
} | |||
}, | |||
"name": "thermite", | |||
"desc": "A mixture that becomes extremely hot when ignited.", | |||
"physicalDesc": "grainy", | |||
"recipes": [ | |||
{ | |||
"type": "reaction", | |||
"id": "Thermite", | |||
"impact": "Medium", | |||
"reactants": [ | |||
[ | |||
"iron", | |||
1, | |||
false, | |||
"Iron" | |||
], | |||
[ | |||
"aluminium", | |||
1, | |||
false, | |||
"Aluminium" | |||
], | |||
[ | |||
"oxygen", | |||
1, | |||
false, | |||
"Oxygen" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"thermite", | |||
3, | |||
"Thermite" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [ | |||
"'''Plants''' (0.5u per second)", | |||
"\n", | |||
null, | |||
"\n", | |||
"'''Poison''' (0.5u per second)", | |||
"\n", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Heat and \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Poison" | |||
], | |||
"effectLine": "'''Plants''' (0.5u per second)\n\n'''Poison''' (0.5u per second)\n* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Heat and \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Poison" | |||
}, | |||
{ | |||
"id": "Napalm", | |||
"group": "Pyrotechnics", | |||
"color": "#FA00AF", | |||
"textColorTheme": "light", | |||
"parent": "BasePyrotechnic", | |||
"flavor": "bitter", | |||
"metabolisms": { | |||
"Poison": { | |||
"effects": [ | |||
{ | |||
"class": "HealthChange", | |||
"damage": { | |||
"types": { | |||
"Heat": 2, | |||
"Poison": 1, | |||
"Caustic": 0.5 | |||
} | |||
} | |||
}, | |||
{ | |||
"class": "FlammableReaction", | |||
"multiplier": 0.4 | |||
} | |||
] | |||
} | |||
}, | |||
"name": "napalm", | |||
"desc": "It's just a little flammable.", | |||
"physicalDesc": "soapy", | |||
"recipes": [ | |||
{ | |||
"type": "reaction", | |||
"id": "Napalm", | |||
"reactants": [ | |||
[ | |||
"oil", | |||
1, | |||
false, | |||
"Oil" | |||
], | |||
[ | |||
"welding fuel", | |||
1, | |||
false, | |||
"WeldingFuel" | |||
], | |||
[ | |||
"ethanol", | |||
1, | |||
false, | |||
"Ethanol" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"napalm", | |||
3, | |||
"Napalm" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [ | |||
"'''Plants''' (0.5u per second)", | |||
"\n", | |||
null, | |||
"\n", | |||
"'''Poison''' (0.5u per second)", | |||
"\n", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Heat, \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Poison, and \u003Cspan style=\"color:red\"\u003E0.5\u003C/span\u003E Caustic", | |||
"\n", | |||
"* Increases flammability" | |||
], | |||
"effectLine": "'''Plants''' (0.5u per second)\n\n'''Poison''' (0.5u per second)\n* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Heat, \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Poison, and \u003Cspan style=\"color:red\"\u003E0.5\u003C/span\u003E Caustic\n* Increases flammability" | |||
}, | |||
{ | |||
"id": "Phlogiston", | |||
"group": "Pyrotechnics", | |||
"color": "#D4872A", | |||
"textColorTheme": "light", | |||
"parent": "BasePyrotechnic", | |||
"flavor": "bitter", | |||
"metabolisms": { | |||
"Poison": { | |||
"effects": [ | |||
{ | |||
"class": "HealthChange", | |||
"damage": { | |||
"types": { | |||
"Heat": 3, | |||
"Poison": 1 | |||
} | |||
} | |||
}, | |||
{ | |||
"class": "FlammableReaction", | |||
"multiplier": 0.1 | |||
}, | |||
{ | |||
"class": "AdjustTemperature", | |||
"amount": 6000 | |||
}, | |||
{ | |||
"class": "Ignite" | |||
} | |||
] | |||
} | |||
}, | |||
"name": "phlogiston", | |||
"desc": "Catches you on fire and makes you ignite.", | |||
"physicalDesc": "burning", | |||
"recipes": [ | |||
{ | |||
"type": "reaction", | |||
"id": "Phlogiston", | |||
"reactants": [ | |||
[ | |||
"phosphorus", | |||
1, | |||
false, | |||
"Phosphorus" | |||
], | |||
[ | |||
"sulfuric acid", | |||
1, | |||
false, | |||
"SulfuricAcid" | |||
], | |||
[ | |||
"plasma", | |||
1, | |||
false, | |||
"Plasma" | |||
] | |||
], | |||
"effects": [ | |||
{ | |||
"class": "CreateGas", | |||
"gas": "Plasma" | |||
}, | |||
{ | |||
"class": "PopupMessage", | |||
"visualType": "LargeCaution", | |||
"messages": [ | |||
"phlogiston-plasma-created" | |||
], | |||
"type": "Pvs" | |||
} | |||
], | |||
"products": [ | |||
[ | |||
"phlogiston", | |||
3, | |||
"Phlogiston" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [ | |||
"'''Plants''' (0.5u per second)", | |||
"\n", | |||
null, | |||
"\n", | |||
"'''Poison''' (0.5u per second)", | |||
"\n", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E3\u003C/span\u003E Heat and \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Poison", | |||
"\n", | |||
"* Increases flammability", | |||
"\n", | |||
"* Adds 6kJ of heat to the body it's in", | |||
"\n", | |||
"* Ignites the metabolizer" | |||
], | |||
"effectLine": "'''Plants''' (0.5u per second)\n\n'''Poison''' (0.5u per second)\n* Deals \u003Cspan style=\"color:red\"\u003E3\u003C/span\u003E Heat and \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Poison\n* Increases flammability\n* Adds 6kJ of heat to the body it's in\n* Ignites the metabolizer" | |||
}, | |||
{ | |||
"id": "ChlorineTrifluoride", | |||
"group": "Pyrotechnics", | |||
"color": "#FFC8C8", | |||
"textColorTheme": "dark", | |||
"parent": "BasePyrotechnic", | |||
"flavor": "bitter", | |||
"metabolisms": { | |||
"Poison": { | |||
"effects": [ | |||
{ | |||
"class": "HealthChange", | |||
"damage": { | |||
"types": { | |||
"Heat": 2, | |||
"Poison": 1, | |||
"Caustic": 0.5 | |||
} | |||
} | |||
}, | |||
{ | |||
"class": "FlammableReaction", | |||
"multiplier": 0.2 | |||
}, | |||
{ | |||
"class": "AdjustTemperature", | |||
"amount": 6000 | |||
} | |||
] | |||
} | |||
}, | |||
"name": "chlorine trifluoride", | |||
"desc": "You really, REALLY don't want to get this shit anywhere near you.", | |||
"physicalDesc": "blazing", | |||
"recipes": [ | |||
{ | |||
"type": "reaction", | |||
"id": "ChlorineTrifluoride", | |||
"minTemp": 370, | |||
"priority": 20, | |||
"reactants": [ | |||
[ | |||
"chlorine", | |||
1, | |||
false, | |||
"Chlorine" | |||
], | |||
[ | |||
"fluorine", | |||
3, | |||
false, | |||
"Fluorine" | |||
] | |||
], | |||
"effects": [ | |||
{ | |||
"class": "ExplosionReactionEffect", | |||
"explosionType": "Default", | |||
"maxIntensity": 200, | |||
"intensityPerUnit": 5, | |||
"intensitySlope": 5, | |||
"maxTotalIntensity": 200 | |||
}, | |||
{ | |||
"class": "PopupMessage", | |||
"messages": [ | |||
"clf3-explosion" | |||
], | |||
"type": "Pvs", | |||
"visualType": "LargeCaution" | |||
} | |||
], | |||
"products": [ | |||
[ | |||
"chlorine trifluoride", | |||
4, | |||
"ChlorineTrifluoride" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [ | |||
"'''Plants''' (0.5u per second)", | |||
"\n", | |||
null, | |||
"\n", | |||
"'''Poison''' (0.5u per second)", | |||
"\n", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Heat, \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Poison, and \u003Cspan style=\"color:red\"\u003E0.5\u003C/span\u003E Caustic", | |||
"\n", | |||
"* Increases flammability", | |||
"\n", | |||
"* Adds 6kJ of heat to the body it's in" | |||
], | |||
"effectLine": "'''Plants''' (0.5u per second)\n\n'''Poison''' (0.5u per second)\n* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Heat, \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Poison, and \u003Cspan style=\"color:red\"\u003E0.5\u003C/span\u003E Caustic\n* Increases flammability\n* Adds 6kJ of heat to the body it's in" | |||
}, | |||
{ | |||
"id": "FoamingAgent", | |||
"group": "Pyrotechnics", | |||
"color": "#215263", | |||
"textColorTheme": "light", | |||
"parent": "BasePyrotechnic", | |||
"flavor": "bitter", | |||
"name": "foaming agent", | |||
"desc": "Makes foam such as that's required in metal foam grenades.", | |||
"physicalDesc": "foamy", | |||
"recipes": [ | |||
{ | |||
"type": "reaction", | |||
"id": "FoamingAgent", | |||
"reactants": [ | |||
[ | |||
"lithium", | |||
1, | |||
false, | |||
"Lithium" | |||
], | |||
[ | |||
"hydrogen", | |||
1, | |||
false, | |||
"Hydrogen" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"foaming agent", | |||
2, | |||
"FoamingAgent" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [ | |||
"'''Plants''' (0.5u per second)", | |||
"\n", | |||
null | |||
], | |||
"effectLine": "'''Plants''' (0.5u per second)\n" | |||
}, | |||
{ | |||
"id": "WeldingFuel", | |||
"group": "Pyrotechnics", | |||
"color": "#a76b1c", | |||
"textColorTheme": "light", | |||
"parent": "BasePyrotechnic", | |||
"flavor": "bitter", | |||
"metabolisms": { | |||
"Poison": { | |||
"effects": [ | |||
{ | |||
"class": "HealthChange", | |||
"damage": { | |||
"types": { | |||
"Poison": 1 | |||
} | |||
} | |||
}, | |||
{ | |||
"class": "FlammableReaction", | |||
"multiplier": 0.4 | |||
} | |||
] | |||
} | |||
}, | |||
"name": "welding fuel", | |||
"desc": "Used by welders to weld.", | |||
"physicalDesc": "oily", | |||
"recipes": [], | |||
"effects": [ | |||
"'''Plants''' (0.5u per second)", | |||
"\n", | |||
null, | |||
"\n", | |||
"'''Poison''' (0.5u per second)", | |||
"\n", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Poison", | |||
"\n", | |||
"* Increases flammability" | |||
], | |||
"effectLine": "'''Plants''' (0.5u per second)\n\n'''Poison''' (0.5u per second)\n* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Poison\n* Increases flammability" | |||
}, | |||
{ | |||
"id": "Fluorosurfactant", | |||
"group": "Pyrotechnics", | |||
"color": "#9e6b38", | |||
"textColorTheme": "light", | |||
"parent": "BasePyrotechnic", | |||
"flavor": "bitter", | |||
"name": "fluorosurfactant", | |||
"desc": "A perfluoronated sulfonic acid that forms a foam when mixed with water.", | |||
"physicalDesc": "opaque", | |||
"recipes": [ | |||
{ | |||
"type": "reaction", | |||
"id": "Fluorosurfactant", | |||
"impact": "Medium", | |||
"reactants": [ | |||
[ | |||
"carbon", | |||
2, | |||
false, | |||
"Carbon" | |||
], | |||
[ | |||
"fluorine", | |||
2, | |||
false, | |||
"Fluorine" | |||
], | |||
[ | |||
"sulfuric acid", | |||
1, | |||
false, | |||
"SulfuricAcid" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"fluorosurfactant", | |||
5, | |||
"Fluorosurfactant" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [ | |||
"'''Plants''' (0.5u per second)", | |||
"\n", | |||
null | |||
], | |||
"effectLine": "'''Plants''' (0.5u per second)\n" | |||
}, | }, | ||
{ | { |
Revision as of 13:42, 23 October 2024
|