Module:Chem box/chem data.json: Difference between revisions
brutes fixed and grouped together. bicaridine has been scrubbed out |
No edit summary |
||
| Line 1: | Line 1: | ||
[ | [ | ||
{ | { | ||
"id": " | "id": "Absinthe", | ||
"group": " | "group": "Drinks", | ||
"color": "# | "color": "#33EE00", | ||
"textColorTheme": " | "textColorTheme": "dark", | ||
"flavor": " | "parent": "BaseAlcohol", | ||
"flavor": "absinthe", | |||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
| Line 11: | Line 12: | ||
{ | { | ||
"class": "SatiateThirst", | "class": "SatiateThirst", | ||
"factor": | "factor": 2 | ||
}, | |||
{ | { | ||
"class": "AdjustReagent", | "class": "AdjustReagent", | ||
"reagent": " | "reagent": "Ethanol", | ||
"amount": 0. | "amount": 0.3 | ||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": "absinthe", | |||
"desc": "A anise-flavoured spirit derived from botanicals.", | |||
"physicalDesc": "strong smelling", | |||
"name": " | |||
"desc": " | |||
"physicalDesc": " | |||
"recipes": [], | "recipes": [], | ||
"effects": [ | "effects": [ | ||
"'''Drink''' | "'''Drink'''", | ||
"* SatiateThirst", | |||
"* | "* Adds 0.3u of Ethanol to the solution" | ||
"* Adds 0. | |||
], | ], | ||
"effectLine": "'''Drink''' | "effectLine": "'''Drink'''\n* SatiateThirst\n* Adds 0.3u of Ethanol to the solution" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Acetone", | ||
"group": | "group": null, | ||
"color": "# | "color": "#AF14B7", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": "bitter", | |||
"flavor": " | "name": "acetone", | ||
"name": " | "desc": "A slick, slightly carcinogenic liquid. Has a multitude of mundane uses in everyday life.", | ||
"desc": " | "physicalDesc": "acidic", | ||
"physicalDesc": " | "recipes": [ | ||
"recipes": [ | { | ||
"type": "reaction", | |||
"id": "Acetone", | |||
"reactants": [ | |||
[ | |||
"Oil", | |||
1, | |||
false, | |||
"oil" | |||
], | |||
[ | |||
"WeldingFuel", | |||
1, | |||
false, | |||
"WeldingFuel" | |||
], | |||
[ | |||
"Oxygen", | |||
1, | |||
false, | |||
"oxygen" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Acetone", | |||
3, | |||
"acetone" | |||
] | |||
] | |||
} | |||
], | ], | ||
" | "effects": [], | ||
"effectLine": "", | |||
"boilingPoint": 55.5, | |||
"meltingPoint": -50 | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "AcidSpit", | ||
"group": " | "group": "Drinks", | ||
"color": "# | "color": "#365000", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": " | "parent": "BaseAlcohol", | ||
" | "flavor": "acidspit", | ||
"name": "acidspit", | |||
" | "desc": "A drink for the daring, can be deadly if incorrectly prepared!", | ||
"physicalDesc": "strong smelling", | |||
" | "recipes": [ | ||
" | { | ||
"type": "reaction", | |||
"id": "AcidSpit", | |||
"reactants": [ | |||
[ | |||
"Wine", | |||
2, | |||
false, | |||
"wine" | |||
], | |||
[ | |||
"SulfuricAcid", | |||
1, | |||
false, | |||
"SulfuricAcid" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"AcidSpit", | |||
3, | |||
"AcidSpit" | |||
] | |||
] | ] | ||
} | } | ||
], | ], | ||
"effectLine": " | "effects": [], | ||
"effectLine": "" | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "Ale", | ||
"group": " | "group": "Drinks", | ||
"color": "# | "color": "#663100", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": " | "parent": "BaseAlcohol", | ||
"flavor": "ale", | |||
"name": "ale", | |||
"desc": "A dark alchoholic beverage made by malted barley and yeast.", | |||
"physicalDesc": "bubbly", | |||
"recipes": [], | |||
"effects": [], | |||
"effectLine": "" | |||
}, | |||
{ | |||
"id": "Allicin", | |||
"group": "Foods", | |||
"color": "#F2E9D2", | |||
"textColorTheme": "dark", | |||
"flavor": "bitter", | |||
"metabolisms": { | "metabolisms": { | ||
" | "Poison": { | ||
"metabolismRate": 0.05, | |||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "HealthChange", | ||
" | "conditions": [ | ||
{ | |||
"class": "ReagentThreshold", | |||
"min": 1 | |||
" | }, | ||
{ | |||
"class": "OrganType", | |||
"type": "Animal" | |||
} | |||
], | |||
"damage": { | |||
"types": { | |||
"Poison": 0.06 | |||
} | |||
} | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "allicin", | ||
"desc": " | "desc": "An organosulfur compound found in alliums like garlic, onions, and related plants.", | ||
"physicalDesc": " | "physicalDesc": "pungent", | ||
"recipes": [], | "recipes": [], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Poison''' (0.05u per second)", | ||
"\ | "* Deals \u003Cspan style=\"color:red\"\u003E0.06\u003C/span\u003E Poison when there's at least 1u of allicin" | ||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Poison''' (0.05u per second)\n* Deals \u003Cspan style=\"color:red\"\u003E0.06\u003C/span\u003E Poison when there's at least 1u of allicin" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "AlliesCocktail", | ||
"group": " | "group": "Drinks", | ||
"color": "# | "color": "#00664d", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"parent": " | "parent": "BaseAlcohol", | ||
"flavor": " | "flavor": "alliescocktail", | ||
"name": " | "name": "allies cocktail", | ||
"desc": " | "desc": "A drink made from your allies, not as sweet as when made from your enemies.", | ||
"physicalDesc": " | "physicalDesc": "strong smelling", | ||
"recipes": [ | "recipes": [ | ||
{ | |||
"type": "reaction", | |||
"id": "AlliesCocktail", | |||
"reactants": [ | |||
[ | |||
"Martini", | |||
2, | |||
false, | |||
"classic martini" | |||
], | |||
[ | |||
"Vodka", | |||
1, | |||
false, | |||
"vodka" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"AlliesCocktail", | |||
3, | |||
"AlliesCocktail" | |||
] | |||
] | |||
} | |||
], | ], | ||
" | "effects": [], | ||
"effectLine": "" | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "Aloe", | ||
"group": " | "group": "Drinks", | ||
"color": "# | "color": "#192c00", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"parent": " | "parent": "BaseAlcohol", | ||
"flavor": " | "flavor": "aloe", | ||
"name": " | "name": "aloe", | ||
"desc": " | "desc": "So very, very, very good.", | ||
"physicalDesc": " | "physicalDesc": "aromatic", | ||
"recipes": [], | "recipes": [], | ||
"effects": [ | "effects": [], | ||
"effectLine": "" | |||
"effectLine": " | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "Aloxadone", | ||
"group": " | "group": "Medicine", | ||
"color": "# | "color": "#89f77f", | ||
"textColorTheme": " | "textColorTheme": "dark", | ||
"flavor": " | "flavor": "medicine", | ||
"metabolisms": { | "metabolisms": { | ||
" | "Medicine": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": "HealthChange", | "class": "HealthChange", | ||
"conditions": [ | |||
{ | |||
"class": "Temperature", | |||
"max": 213 | |||
} | |||
], | |||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
" | "Heat": -5, | ||
"Shock": -3, | |||
"Caustic": -1 | |||
} | } | ||
} | } | ||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "aloxadone", | ||
"desc": " | "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", | |||
"id": "Aloxadone", | |||
"reactants": [ | |||
[ | |||
"Cryoxadone", | |||
3, | |||
false, | |||
"cryoxadone" | |||
], | |||
[ | |||
"Aloe", | |||
1, | |||
false, | |||
"aloe" | |||
], | |||
[ | |||
"Sigynate", | |||
1, | |||
false, | |||
"sigynate" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Aloxadone", | |||
5, | |||
"aloxadone" | |||
] | |||
], | |||
"impact": "Medium" | |||
} | |||
], | |||
"effects": [ | "effects": [ | ||
"''' | "'''Medicine'''", | ||
"\ | "* Heals \u003Cspan style=\"color:green\"\u003E5\u003C/span\u003E Heat", | ||
"* Heals \u003Cspan style=\"color:green\"\u003E3\u003C/span\u003E Shock", | |||
"* Heals \u003Cspan style=\"color:green\"\u003E1\u003C/span\u003E Caustic" | |||
"* | |||
"\ | |||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Medicine'''\n* Heals \u003Cspan style=\"color:green\"\u003E5\u003C/span\u003E Heat\n* Heals \u003Cspan style=\"color:green\"\u003E3\u003C/span\u003E Shock\n* Heals \u003Cspan style=\"color:green\"\u003E1\u003C/span\u003E Caustic" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Aluminium", | ||
"group": " | "group": "Elements", | ||
"color": "# | "color": "#848789", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": "metallic", | "flavor": "metallic", | ||
"name": "aluminium", | |||
"desc": "A silver, soft, non-magnetic, and ductile metal.", | |||
"physicalDesc": "metallic", | |||
"name": " | |||
"desc": " | |||
"physicalDesc": " | |||
"recipes": [], | "recipes": [], | ||
"effects": [ | "effects": [], | ||
"effectLine": "", | |||
"boilingPoint": 2327, | |||
"meltingPoint": 660 | |||
" | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "Amasec", | ||
"group": " | "group": "Drinks", | ||
"color": "# | "color": "#124da7", | ||
"textColorTheme": " | "textColorTheme": "light", | ||
"flavor": " | "parent": "BaseAlcohol", | ||
"name": " | "flavor": "amasec", | ||
"desc": " | "name": "amasec", | ||
"physicalDesc": " | "desc": "Official drink of the Gun Club!", | ||
"recipes": [], | "physicalDesc": "strong smelling", | ||
"recipes": [ | |||
{ | |||
"type": "reaction", | |||
"id": "Amasec", | |||
"reactants": [ | |||
[ | |||
"Wine", | |||
2, | |||
false, | |||
"wine" | |||
], | |||
[ | |||
"Vodka", | |||
2, | |||
false, | |||
"vodka" | |||
], | |||
[ | |||
"Iron", | |||
1, | |||
false, | |||
"iron" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Amasec", | |||
5, | |||
"amasec" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [], | "effects": [], | ||
"effectLine": "" | "effectLine": "" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Amatoxin", | ||
"group": " | "group": "Toxins", | ||
"color": "# | "color": "#D6CE7B", | ||
"textColorTheme": " | "textColorTheme": "dark", | ||
"flavor": | "flavor": null, | ||
"metabolisms": { | "metabolisms": { | ||
" | "Poison": { | ||
"metabolismRate": 0.2, | |||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "HealthChange", | ||
" | "damage": { | ||
"types": { | |||
"Poison": 3 | |||
} | |||
} | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "amatoxin", | ||
"desc": " | "desc": "A deadly toxin found in some mushrooms, primarily fly amanita. Small doses can be lethal.", | ||
"physicalDesc": " | "physicalDesc": "nondescript", | ||
"recipes": [], | "recipes": [], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Poison''' (0.2u per second)", | ||
"\ | "* Deals \u003Cspan style=\"color:red\"\u003E3\u003C/span\u003E Poison" | ||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Poison''' (0.2u per second)\n* Deals \u003Cspan style=\"color:red\"\u003E3\u003C/span\u003E Poison" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Ambuzol", | ||
"group": " | "group": "Medicine", | ||
"color": "# | "color": "#86caf7", | ||
"textColorTheme": " | "textColorTheme": "dark", | ||
"flavor": " | "flavor": "medicine", | ||
"metabolisms": { | "metabolisms": { | ||
" | "Medicine": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "CureZombieInfection", | ||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"class": " | "class": "ReagentThreshold", | ||
" | "min": 10 | ||
} | } | ||
] | ] | ||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": "ambuzol", | |||
"desc": "A highly engineered substance able to halt the progression of a zombie infection.", | |||
"physicalDesc": "crisp", | |||
"name": " | |||
"desc": " | |||
"physicalDesc": " | |||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "Ambuzol", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "Multiver", | ||
1, | 1, | ||
false, | false, | ||
" | "Multiver" | ||
], | ], | ||
[ | [ | ||
" | "Ammonia", | ||
1, | 1, | ||
false, | false, | ||
" | "ammonia" | ||
], | ], | ||
[ | [ | ||
" | "ZombieBlood", | ||
2, | |||
false, | false, | ||
" | "ZombieBlood" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "Ambuzol", | ||
4, | |||
" | "ambuzol" | ||
] | ] | ||
] | ] | ||
| Line 506: | Line 452: | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Medicine'''", | ||
"* CureZombieInfection when there's at least 10u of ambuzol" | |||
"* | |||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Medicine'''\n* CureZombieInfection when there's at least 10u of ambuzol" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "AmbuzolPlus", | ||
"group": " | "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": " | "class": "ReagentThreshold", | ||
" | "min": 5 | ||
} | } | ||
] | ] | ||
| Line 554: | Line 479: | ||
} | } | ||
}, | }, | ||
"name": "ambuzol plus", | |||
"desc": "Further engineered with omnizine, inoculates the living against the infection.", | |||
"physicalDesc": "crisp", | |||
"name": " | |||
"desc": " | |||
"physicalDesc": " | |||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "AmbuzolPlus", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "Ambuzol", | ||
5, | |||
false, | false, | ||
" | "ambuzol" | ||
], | ], | ||
[ | [ | ||
" | "Omnizine", | ||
5, | |||
false, | |||
" | "omnizine" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "AmbuzolPlus", | ||
10, | |||
" | "AmbuzolPlus" | ||
] | ] | ||
] | ] | ||
| Line 600: | Line 510: | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"'''Medicine''' | "'''Medicine'''", | ||
"* CureZombieInfection when there's at least 5u of ambuzolplus" | |||
"* | |||
], | ], | ||
"effectLine": "'''Medicine''' | "effectLine": "'''Medicine'''\n* CureZombieInfection when there's at least 5u of ambuzolplus" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Ammonia", | ||
"group": "Botanical", | "group": "Botanical", | ||
"color": "# | "color": "#77b58e", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": "bitter", | "flavor": "bitter", | ||
"metabolisms": { | "metabolisms": { | ||
" | "Poison": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
| Line 629: | Line 528: | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
" | "Caustic": 1 | ||
} | } | ||
}, | }, | ||
| Line 636: | Line 535: | ||
"class": "OrganType", | "class": "OrganType", | ||
"type": "Plant", | "type": "Plant", | ||
"shouldHave": | "shouldHave": false | ||
} | } | ||
] | ] | ||
} | } | ||
] | ] | ||
} | }, | ||
"Food": { | |||
" | |||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "SatiateHunger", | ||
" | "factor": 1, | ||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"class": "OrganType", | "class": "OrganType", | ||
"type": "Plant" | "type": "Plant" | ||
} | } | ||
] | ] | ||
} | } | ||
] | ] | ||
}, | }, | ||
"Gas": { | |||
"effects": [ | |||
" | { | ||
"class": "HealthChange", | |||
"conditions": [ | |||
{ | |||
"class": "OrganType", | |||
"type": "Rat", | |||
"shouldHave": false | |||
}, | |||
{ | |||
"class": "OrganType", | |||
"type": "Thaven", | |||
"shouldHave": false | |||
}, | |||
{ | |||
"class": "ReagentThreshold", | |||
"reagent": "Ammonia", | |||
"min": 1 | |||
} | |||
], | |||
"ignoreResistances": true, | |||
"damage": { | |||
"types": { | |||
"Poison": 0.25 | |||
} | |||
} | |||
}, | |||
{ | { | ||
"class": " | "class": "ChemVomit", | ||
" | "probability": 0.12, | ||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"class": "OrganType", | "class": "OrganType", | ||
"type": " | "type": "Rat", | ||
"shouldHave": | "shouldHave": false | ||
}, | |||
{ | |||
"class": "OrganType", | |||
"type": "Vox", | |||
"shouldHave": false | |||
}, | |||
{ | { | ||
"class": "OrganType", | "class": "OrganType", | ||
"type": " | "type": "Thaven", | ||
"shouldHave": | "shouldHave": false | ||
}, | }, | ||
{ | { | ||
"class": "ReagentThreshold", | "class": "ReagentThreshold", | ||
" | "reagent": "Ammonia", | ||
" | "min": 0.8 | ||
} | } | ||
] | |||
}, | |||
{ | |||
"class": "PopupMessage", | |||
"type": "Local", | |||
"visualType": "Medium", | |||
"messages": [ | |||
"ammonia-smell" | |||
], | ], | ||
"probability": 0.1, | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"reagent": "Ammonia", | |||
"min": 0.25 | |||
}, | |||
{ | |||
"class": "OrganType", | |||
"type": "Thaven", | |||
"shouldHave": false | |||
} | |||
] | |||
}, | |||
{ | |||
"class": "HealthChange", | |||
"conditions": [ | |||
{ | |||
"class": "OrganType", | |||
"type": "Rat" | |||
}, | |||
{ | |||
"class": "ReagentThreshold", | |||
"reagent": "Ammonia", | |||
"min": 1 | |||
} | |||
], | |||
"scaleByQuantity": true, | |||
"ignoreResistances": true, | |||
"damage": { | "damage": { | ||
"groups": { | |||
"Brute": -5, | |||
"Burn": -5 | |||
}, | |||
"types": { | "types": { | ||
" | "Bloodloss": -5 | ||
} | } | ||
} | } | ||
}, | |||
{ | { | ||
"class": " | "class": "Oxygenate", | ||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"class": "OrganType", | "class": "OrganType", | ||
"type": " | "type": "Vox" | ||
} | |||
], | |||
"factor": -4 | |||
}, | |||
{ | |||
"class": "Oxygenate", | |||
"conditions": [ | |||
{ | { | ||
"class": " | "class": "OrganType", | ||
" | "type": "Thaven" | ||
} | } | ||
] | ] | ||
| Line 837: | Line 677: | ||
} | } | ||
}, | }, | ||
"name": "ammonia", | |||
"desc": "An effective fertilizer, it gives your plants some nutrients.", | |||
"physicalDesc": "pungent", | |||
"name": " | |||
"desc": " | |||
"physicalDesc": " | |||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "Ammonia", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "Hydrogen", | ||
3, | |||
false, | false, | ||
" | "hydrogen" | ||
], | ], | ||
[ | [ | ||
" | "Nitrogen", | ||
1, | 1, | ||
false, | |||
" | "nitrogen" | ||
] | |||
], | |||
"products": [ | |||
[ | |||
"Ammonia", | |||
4, | |||
"ammonia" | |||
] | |||
] | |||
}, | |||
{ | |||
"type": "reaction", | |||
"id": "AmmoniaFromBlood", | |||
"reactants": [ | |||
[ | |||
"AmmoniaBlood", | |||
2, | |||
false, | |||
"AmmoniaBlood" | |||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "Ammonia", | ||
1, | 1, | ||
" | "ammonia" | ||
] | ] | ||
] | ], | ||
"minTemp": 370 | |||
} | } | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Food'''", | ||
"* SatiateHunger", | |||
"* | |||
"\n", | "\n", | ||
"* | "'''Gas'''", | ||
"* Deals \u003Cspan style=\"color:red\"\u003E0.25\u003C/span\u003E Poison when there's at least 1u of ammonia", | |||
"* ChemVomit when there's at least 0.8u of ammonia", | |||
"* PopupMessage when there's at least 0.25u of ammonia", | |||
"* Heals \u003Cspan style=\"color:green\"\u003E5\u003C/span\u003E Bloodloss when there's at least 1u of ammonia", | |||
"* Heals \u003Cspan style=\"color:green\"\u003E5\u003C/span\u003E Brute when there's at least 1u of ammonia", | |||
"* Heals \u003Cspan style=\"color:green\"\u003E5\u003C/span\u003E Burn when there's at least 1u of ammonia", | |||
"* Oxygenate", | |||
"* Oxygenate", | |||
"\n", | "\n", | ||
"* | "'''Poison'''", | ||
"* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Caustic" | |||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Food'''\n* SatiateHunger\n\n\n'''Gas'''\n* Deals \u003Cspan style=\"color:red\"\u003E0.25\u003C/span\u003E Poison when there's at least 1u of ammonia\n* ChemVomit when there's at least 0.8u of ammonia\n* PopupMessage when there's at least 0.25u of ammonia\n* Heals \u003Cspan style=\"color:green\"\u003E5\u003C/span\u003E Bloodloss when there's at least 1u of ammonia\n* Heals \u003Cspan style=\"color:green\"\u003E5\u003C/span\u003E Brute when there's at least 1u of ammonia\n* Heals \u003Cspan style=\"color:green\"\u003E5\u003C/span\u003E Burn when there's at least 1u of ammonia\n* Oxygenate\n* Oxygenate\n\n\n'''Poison'''\n* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Caustic", | ||
"boilingPoint": -33, | |||
"meltingPoint": -77.7 | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "AmmoniaBlood", | ||
"group": " | "group": "Biological", | ||
"color": "# | "color": "#7a8bf2", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"parent": "Blood", | |||
"flavor": "bitter", | "flavor": "bitter", | ||
" | "name": "anaerobic blood", | ||
"desc": "Nothing else in the entire galaxy smells quite so appalling.", | |||
"physicalDesc": "pungent", | |||
"recipes": [], | |||
"effects": [], | |||
"effectLine": "" | |||
}, | |||
{ | |||
"id": "Andalusia", | |||
"group": "Drinks", | |||
"color": "#665700", | |||
"textColorTheme": "light", | |||
"parent": "BaseAlcohol", | |||
"flavor": "andalusia", | |||
"name": " | "name": "Andalusia", | ||
"desc": "A | "desc": "A nice, strangely named drink.", | ||
"physicalDesc": " | "physicalDesc": "strong smelling", | ||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "Andalusia", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "Rum", | ||
1, | 1, | ||
false, | false, | ||
" | "rum" | ||
], | ], | ||
[ | [ | ||
" | "Whiskey", | ||
1, | |||
false, | false, | ||
" | "whiskey" | ||
], | ], | ||
[ | [ | ||
" | "JuiceLemon", | ||
1, | |||
false, | false, | ||
" | "JuiceLemon" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "Andalusia", | ||
3, | |||
" | "Andalusia" | ||
] | ] | ||
] | ] | ||
} | } | ||
], | ], | ||
"effects": [ | "effects": [], | ||
"effectLine": "" | |||
"effectLine": " | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "Anti-Noblium", | ||
"group": | "group": null, | ||
"color": "# | "color": "#525151", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": "bitter", | "flavor": "bitter", | ||
"metabolisms": { | "name": "anti-noblium", | ||
" | "desc": "We still don't know what it does, but it sells for a lot.", | ||
"physicalDesc": "gaseous", | |||
"recipes": [], | |||
"effects": [], | |||
"effectLine": "" | |||
}, | |||
{ | |||
"id": "Antifreeze", | |||
"group": "Drinks", | |||
"color": "#ff7d63", | |||
"textColorTheme": "light", | |||
"parent": "BaseAlcohol", | |||
"flavor": "antifreeze", | |||
"metabolisms": { | |||
"Drink": { | |||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "SatiateThirst", | ||
" | "factor": 2 | ||
}, | |||
{ | |||
"class": "AdjustReagent", | |||
"reagent": "Ethanol", | |||
"amount": 0.15 | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
" | "name": "antifreeze", | ||
"desc": "Ultimate refreshment.", | |||
"physicalDesc": "translucent", | |||
"recipes": [ | |||
{ | { | ||
" | "type": "reaction", | ||
" | "id": "Antifreeze", | ||
"reactants": [ | |||
[ | |||
" | "Cream", | ||
1, | |||
false, | |||
"cream" | |||
], | |||
[ | |||
"Ice", | |||
1, | |||
false, | |||
"ice" | |||
], | |||
[ | |||
"Vodka", | |||
2, | |||
false, | |||
"vodka" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Antifreeze", | |||
4, | |||
"antifreeze" | |||
] | |||
] | |||
} | } | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Drink'''", | ||
" | "* SatiateThirst", | ||
"* | "* Adds 0.15u of Ethanol to the solution" | ||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Drink'''\n* SatiateThirst\n* Adds 0.15u of Ethanol to the solution" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Arithrazine", | ||
"group": " | "group": "Medicine", | ||
"color": "# | "color": "#bd5902", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": " | "flavor": "medicine", | ||
"metabolisms": { | "metabolisms": { | ||
" | "Medicine": { | ||
"metabolismRate": 0.2, | |||
"effects": [ | "effects": [ | ||
{ | { | ||
| Line 1,046: | Line 900: | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
" | "Radiation": -2 | ||
}, | |||
"groups": { | |||
"Brute": 0.2 | |||
} | } | ||
} | } | ||
} | } | ||
] | ] | ||
}, | } | ||
" | }, | ||
"name": "arithrazine", | |||
"desc": "A mildly unstable medication used for the most extreme case of radiation poisoning. Exerts minor stress on the body.", | |||
"physicalDesc": "cloudy", | |||
"recipes": [ | |||
{ | |||
"type": "reaction", | |||
"id": "Arithrazine", | |||
"reactants": [ | |||
[ | |||
"Hyronalin", | |||
1, | |||
false, | |||
"hyronalin" | |||
], | |||
[ | |||
"Hydrogen", | |||
1, | |||
false, | |||
"hydrogen" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Arithrazine", | |||
2, | |||
"arithrazine" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [ | |||
"'''Medicine''' (0.2u per second)", | |||
"* Heals \u003Cspan style=\"color:green\"\u003E2\u003C/span\u003E Radiation", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E0.2\u003C/span\u003E Brute" | |||
], | |||
"effectLine": "'''Medicine''' (0.2u per second)\n* Heals \u003Cspan style=\"color:green\"\u003E2\u003C/span\u003E Radiation\n* Deals \u003Cspan style=\"color:red\"\u003E0.2\u003C/span\u003E Brute" | |||
}, | |||
{ | |||
"id": "ArnoldPalmer", | |||
"group": "Drinks", | |||
"color": "#d8cc5d", | |||
"textColorTheme": "dark", | |||
"parent": "BaseAlcohol", | |||
"flavor": "arnoldpalmer", | |||
"metabolisms": { | |||
"Drink": { | |||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "SatiateThirst", | ||
" | "factor": 4 | ||
}, | }, | ||
{ | { | ||
"class": " | "class": "AdjustReagent", | ||
"reagent": "Theobromine", | |||
"amount": 0.05 | |||
} | |||
] | |||
} | |||
}, | |||
"name": "Arnold Palmer", | |||
"desc": "Now watch this drive.", | |||
"physicalDesc": "sweet", | |||
"recipes": [ | |||
" | |||
} | |||
] | |||
} | |||
} | |||
"name": " | |||
"desc": " | |||
"physicalDesc": " | |||
"recipes": [ | |||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "ArnoldPalmer", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "IcedTea", | ||
1, | |||
false, | false, | ||
" | "IcedTea" | ||
], | ], | ||
[ | [ | ||
" | "Lemonade", | ||
1, | 1, | ||
false, | false, | ||
" | "lemonade" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "ArnoldPalmer", | ||
2, | |||
" | "ArnoldPalmer" | ||
] | ] | ||
] | ] | ||
} | |||
} | |||
], | ], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Drink'''", | ||
" | "* SatiateThirst", | ||
"* | "* Adds 0.05u of Theobromine to the solution" | ||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Drink'''\n* SatiateThirst\n* Adds 0.05u of Theobromine to the solution" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Artifexium", | ||
"group": | "group": null, | ||
"color": "# | "color": "#776291", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": " | "flavor": "metallic", | ||
"metabolisms": { | "metabolisms": { | ||
"Poison": { | "Poison": { | ||
| Line 1,248: | Line 1,019: | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
"Caustic": | "Caustic": 2 | ||
} | } | ||
} | } | ||
| Line 1,255: | Line 1,026: | ||
} | } | ||
}, | }, | ||
" | "name": "artifexium", | ||
"desc": "A lavender mixture of microscopic artifact fragments and a strong acid. It has the ability to activate artifacts.", | |||
"physicalDesc": "crystalline", | |||
"recipes": [], | |||
"effects": [ | |||
"'''Poison'''", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Caustic" | |||
], | ], | ||
"name": " | "effectLine": "'''Poison'''\n* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Caustic", | ||
"desc": "A | "boilingPoint": 3500, | ||
"physicalDesc": " | "meltingPoint": 1800 | ||
}, | |||
{ | |||
"id": "Ash", | |||
"group": null, | |||
"color": "white", | |||
"textColorTheme": "dark", | |||
"flavor": null, | |||
"name": "ash", | |||
"desc": "A light grey powdery residue", | |||
"physicalDesc": "powdery", | |||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "Ash", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "Oil", | ||
1, | 1, | ||
false, | false, | ||
" | "oil" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "Ash", | ||
1, | |||
" | "ash" | ||
] | ] | ||
] | ], | ||
"minTemp": 520 | |||
} | } | ||
], | ], | ||
"effects": [ | "effects": [], | ||
"effectLine": "", | |||
"meltingPoint": 1670 | |||
}, | |||
{ | |||
"id": "Astrotame", | |||
"group": "Foods", | |||
"color": "aquamarine", | |||
"textColorTheme": "dark", | |||
"flavor": "sweet", | |||
"name": "Astrotame", | |||
"desc": "The sweetness of a thousand sugars but none of the calories.", | |||
"physicalDesc": "sugary", | |||
"recipes": [], | |||
"effects": [], | |||
"effectLine": "" | |||
"effectLine": " | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "AtomicBomb", | ||
"group": " | "group": "Drinks", | ||
"color": "# | "color": "#666300", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": " | "parent": "BaseAlcohol", | ||
"name": " | "flavor": "atomicbomb", | ||
"desc": " | "metabolisms": { | ||
"physicalDesc": " | "Drink": { | ||
"effects": [ | |||
{ | |||
"class": "SatiateThirst", | |||
"factor": 2 | |||
}, | |||
{ | |||
"class": "AdjustReagent", | |||
"reagent": "Ethanol", | |||
"amount": 0.15 | |||
}, | |||
{ | |||
"class": "AdjustReagent", | |||
"reagent": "Uranium", | |||
"amount": 0.05 | |||
} | |||
] | |||
} | |||
}, | |||
"name": "Atomic Bomb", | |||
"desc": "Nuclear proliferation never tasted so good.", | |||
"physicalDesc": "cloudy", | |||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "AtomicBomb", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "B52", | ||
10, | |||
false, | false, | ||
" | "B-52" | ||
], | ], | ||
[ | [ | ||
" | "Uranium", | ||
1, | 1, | ||
false, | false, | ||
" | "uranium" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "AtomicBomb", | ||
11, | |||
" | "AtomicBomb" | ||
] | ] | ||
] | ] | ||
} | } | ||
], | ], | ||
"effects": [], | "effects": [ | ||
"effectLine": "" | "'''Drink'''", | ||
"* SatiateThirst", | |||
"* Adds 0.15u of Ethanol to the solution", | |||
"* Adds 0.05u of Uranium to the solution" | |||
], | |||
"effectLine": "'''Drink'''\n* SatiateThirst\n* Adds 0.15u of Ethanol to the solution\n* Adds 0.05u of Uranium to the solution" | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "B52", | ||
"group": " | "group": "Drinks", | ||
"color": "# | "color": "#664300", | ||
"textColorTheme": " | "textColorTheme": "light", | ||
"flavor": " | "parent": "BaseAlcohol", | ||
"flavor": "b52", | |||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "SatiateThirst", | ||
" | "factor": 2 | ||
}, | |||
{ | |||
"class": "AdjustReagent", | |||
"reagent": "Ethanol", | |||
"amount": 0.15 | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "B-52", | ||
"desc": " | "desc": "Coffee, irish cream, and cognac. You will get bombed.", | ||
"physicalDesc": " | "physicalDesc": "bubbly", | ||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "B52", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "Cognac", | ||
1, | |||
false, | |||
"cognac" | |||
], | |||
[ | |||
"IrishSlammer", | |||
1, | 1, | ||
false, | false, | ||
" | "IrishSlammer" | ||
], | ], | ||
[ | [ | ||
" | "CoffeeLiqueur", | ||
1, | 1, | ||
false, | false, | ||
" | "coffee liqueur" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "B52", | ||
3, | |||
" | "B-52" | ||
] | ] | ||
] | ] | ||
| Line 1,424: | Line 1,210: | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Drink'''", | ||
" | "* SatiateThirst", | ||
"* | "* Adds 0.15u of Ethanol to the solution" | ||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Drink'''\n* SatiateThirst\n* Adds 0.15u of Ethanol to the solution" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "BahamaMama", | ||
"group": " | "group": "Drinks", | ||
"color": "# | "color": "#FF7F3B", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
" | "parent": "BaseAlcohol", | ||
"flavor": "bahamamama", | |||
"name": "Bahama Mama", | |||
"desc": "Tropical cocktail.", | |||
"physicalDesc": "tropical", | |||
"name": " | |||
"desc": " | |||
"physicalDesc": " | |||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "BahamaMama", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "Ice", | ||
1, | |||
false, | |||
"ice" | |||
], | |||
[ | |||
"JuiceOrange", | |||
1, | |||
false, | |||
"JuiceOrange" | |||
], | |||
[ | |||
"JuicePineapple", | |||
1, | |||
false, | |||
"JuicePineapple" | |||
], | |||
[ | |||
"Rum", | |||
1, | 1, | ||
false, | false, | ||
" | "rum" | ||
], | ], | ||
[ | [ | ||
" | "CoconutRum", | ||
1, | 1, | ||
false, | false, | ||
" | "CoconutRum" | ||
], | |||
[ | |||
"Grenadine", | |||
1, | |||
false, | |||
"grenadine" | |||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "BahamaMama", | ||
6, | |||
" | "BahamaMama" | ||
] | ] | ||
] | ] | ||
} | } | ||
], | ], | ||
"effects": [ | "effects": [], | ||
"effectLine": "" | |||
"effectLine": " | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "Bananadine", | ||
"group": " | "group": "Narcotics", | ||
"color": " | "color": "#ffff00", | ||
"textColorTheme": "dark", | "textColorTheme": "dark", | ||
"name": " | "flavor": "bitter", | ||
"desc": "A | "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", | "physicalDesc": "powdery", | ||
"recipes": [], | |||
"effects": [ | |||
"'''Narcotic'''", | |||
"* Applies SeeingRainbows for 5s" | |||
], | |||
"effectLine": "'''Narcotic'''\n* Applies SeeingRainbows for 5s" | |||
}, | |||
{ | |||
"id": "BananaHonk", | |||
"group": "Drinks", | |||
"color": "#ffff91", | |||
"textColorTheme": "dark", | |||
"parent": "BaseAlcohol", | |||
"flavor": "bananahonk", | |||
"name": "Banana Honk", | |||
"desc": "A drink from Clown Heaven.", | |||
"physicalDesc": "creamy", | |||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "BananaHonk", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "Cream", | ||
1, | |||
false, | |||
"cream" | |||
], | |||
[ | |||
"JuiceBanana", | |||
1, | |||
false, | |||
"JuiceBanana" | |||
], | |||
[ | |||
"Sugar", | |||
1, | 1, | ||
false, | false, | ||
" | "sugar" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "BananaHonk", | ||
3, | |||
" | "BananaHonk" | ||
] | ] | ||
] | ] | ||
| Line 1,526: | Line 1,357: | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Barefoot", | ||
"group": " | "group": "Drinks", | ||
"color": " | "color": "#ff66cc", | ||
"textColorTheme": " | "textColorTheme": "light", | ||
"name": " | "parent": "BaseAlcohol", | ||
"desc": " | "flavor": "barefoot", | ||
"physicalDesc": " | "name": "barefoot", | ||
"desc": "Barefoot and pregnant.", | |||
"physicalDesc": "creamy", | |||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "Barefoot", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "Cream", | ||
1, | 1, | ||
false, | false, | ||
" | "cream" | ||
], | ], | ||
[ | [ | ||
" | "Vermouth", | ||
1, | 1, | ||
false, | false, | ||
" | "vermouth" | ||
], | ], | ||
[ | [ | ||
" | "JuiceBerry", | ||
1, | 1, | ||
false, | false, | ||
" | "JuiceBerry" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "Barefoot", | ||
3, | |||
" | "barefoot" | ||
] | ] | ||
] | ] | ||
| Line 1,577: | Line 1,403: | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Barozine", | ||
"group": " | "group": "Medicine", | ||
"color": "# | "color": "#ff867d", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": " | "flavor": "medicine", | ||
"metabolisms": { | "metabolisms": { | ||
" | "Medicine": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": "HealthChange", | "class": "HealthChange", | ||
"probability": 0.3, | |||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
" | "Heat": 0.5 | ||
} | } | ||
} | } | ||
} | }, | ||
{ | |||
"class": "HealthChange", | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"min": 30 | |||
} | |||
], | |||
"damage": { | |||
"types": { | |||
"Poison": 3 | |||
} | |||
} | |||
}, | |||
{ | |||
"class": "ChemVomit", | |||
"probability": 0.15, | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"min": 30 | |||
} | |||
] | |||
}, | |||
{ | |||
"class": "GenericStatusEffect", | |||
"key": "PressureImmunity", | |||
"component": "PressureImmunity" | |||
}, | |||
{ | |||
"class": "GenericStatusEffect", | |||
"key": "Stutter", | |||
"component": "StutteringAccent" | |||
}, | |||
{ | |||
"class": "Jitter", | |||
"value": "" | |||
}, | |||
{ | |||
"class": "Emote", | |||
"emote": "Scream", | |||
"probability": 0.2 | |||
}, | |||
{ | |||
"class": "PopupMessage", | |||
"type": "Local", | |||
"visualType": "Large", | |||
"messages": [ | |||
"barozine-effect-skin-burning", | |||
"barozine-effect-muscle-contract" | |||
], | |||
"probability": 0.1 | |||
} | |||
] | ] | ||
} | } | ||
}, | }, | ||
"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": [ | "effects": [ | ||
"''' | "'''Medicine'''", | ||
"\ | "* Deals \u003Cspan style=\"color:red\"\u003E0.5\u003C/span\u003E Heat", | ||
"* Deals \u003Cspan style=\"color:red\"\ | "* Deals \u003Cspan style=\"color:red\"\u003E3\u003C/span\u003E Poison when there's at least 30u of barozine", | ||
"* ChemVomit when there's at least 30u of barozine", | |||
"* Applies PressureImmunity", | |||
"* Applies Stutter", | |||
"* Causes jittering", | |||
"* Emote", | |||
"* PopupMessage" | |||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Medicine'''\n* Deals \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* ChemVomit when there's at least 30u of barozine\n* Applies PressureImmunity\n* Applies Stutter\n* Causes jittering\n* Emote\n* PopupMessage" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "BaseAlcohol", | ||
"group": " | "group": "Drinks", | ||
"color": | "color": null, | ||
"textColorTheme": "dark", | "textColorTheme": "dark", | ||
"flavor": null, | |||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "SatiateThirst", | ||
" | "factor": 2 | ||
}, | |||
{ | |||
"class": "AdjustReagent", | |||
"reagent": "Ethanol", | |||
"amount": 0.06 | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "BaseAlcohol", | ||
"desc": " | "desc": null, | ||
"physicalDesc": " | "physicalDesc": null, | ||
"recipes": [], | |||
"effects": [ | |||
"'''Drink'''", | |||
"* SatiateThirst", | |||
"* Adds 0.06u of Ethanol to the solution" | |||
], | |||
"effectLine": "'''Drink'''\n* SatiateThirst\n* Adds 0.06u of Ethanol to the solution" | |||
}, | |||
{ | |||
"id": "BaseDrink", | |||
"group": "Drinks", | |||
"color": null, | |||
"textColorTheme": "dark", | |||
"flavor": null, | |||
"metabolisms": { | |||
"Drink": { | |||
"effects": [ | |||
{ | |||
"class": "SatiateThirst", | |||
"factor": 3 | |||
} | |||
] | |||
} | |||
}, | |||
"name": "BaseDrink", | |||
"desc": null, | |||
"physicalDesc": null, | |||
"recipes": [], | |||
"effects": [ | |||
"'''Drink'''", | |||
"* SatiateThirst" | |||
], | |||
"effectLine": "'''Drink'''\n* SatiateThirst" | |||
}, | |||
{ | |||
"id": "BaseJuice", | |||
"group": "Drinks", | |||
"color": null, | |||
"textColorTheme": "dark", | |||
"parent": "BaseDrink", | |||
"flavor": "sweet", | |||
"name": "BaseJuice", | |||
"desc": null, | |||
"physicalDesc": null, | |||
"recipes": [], | |||
"effects": [], | |||
"effectLine": "" | |||
}, | |||
{ | |||
"id": "BasePyrotechnic", | |||
"group": "Pyrotechnic", | |||
"color": null, | |||
"textColorTheme": "dark", | |||
"flavor": null, | |||
"name": "BasePyrotechnic", | |||
"desc": null, | |||
"physicalDesc": null, | |||
"recipes": [], | |||
"effects": [], | |||
"effectLine": "" | |||
}, | |||
{ | |||
"id": "BaseSoda", | |||
"group": "Drinks", | |||
"color": null, | |||
"textColorTheme": "dark", | |||
"parent": "BaseDrink", | |||
"flavor": null, | |||
"metabolisms": { | |||
"Drink": { | |||
"effects": [ | |||
{ | |||
"class": "SatiateThirst", | |||
"factor": 2 | |||
} | |||
] | |||
} | |||
}, | |||
"name": "BaseSoda", | |||
"desc": null, | |||
"physicalDesc": null, | |||
"recipes": [], | |||
"effects": [ | |||
"'''Drink'''", | |||
"* SatiateThirst" | |||
], | |||
"effectLine": "'''Drink'''\n* SatiateThirst" | |||
}, | |||
{ | |||
"id": "BbqSauce", | |||
"group": "Foods", | |||
"color": "darkred", | |||
"textColorTheme": "dark", | |||
"flavor": "sweet", | |||
"name": "BBQ sauce", | |||
"desc": "Hand wipes not included.", | |||
"physicalDesc": "gloopy", | |||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "CookingBbqSauce", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "Ketchup", | ||
1, | |||
false, | |||
"ketchup" | |||
], | |||
[ | |||
"Vinegar", | |||
1, | 1, | ||
false, | false, | ||
" | "vinegar" | ||
], | ], | ||
[ | [ | ||
" | "Sugar", | ||
1, | 1, | ||
false, | false, | ||
" | "sugar" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "BbqSauce", | ||
3, | |||
" | "BbqSauce" | ||
] | ] | ||
] | ] | ||
} | } | ||
], | ], | ||
"effects": [ | "effects": [], | ||
"effectLine": "" | |||
"effectLine": " | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "BeepskySmash", | ||
"group": " | "group": "Drinks", | ||
"color": " | "color": "#664300", | ||
"textColorTheme": " | "textColorTheme": "light", | ||
"name": " | "parent": "BaseAlcohol", | ||
"desc": " | "flavor": "beepsky", | ||
"physicalDesc": " | "metabolisms": { | ||
"Drink": { | |||
"effects": [ | |||
{ | |||
"class": "SatiateThirst", | |||
"factor": 2 | |||
}, | |||
{ | |||
"class": "AdjustReagent", | |||
"reagent": "Ethanol", | |||
"amount": 0.15 | |||
} | |||
] | |||
} | |||
}, | |||
"name": "Beepsky smash", | |||
"desc": "Deny drinking this and prepare for THE LAW.", | |||
"physicalDesc": "strong smelling", | |||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": "BeepskySmash", | |||
"id": " | |||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "Iron", | ||
1, | |||
false, | |||
"iron" | |||
], | |||
[ | |||
"JuiceLime", | |||
1, | 1, | ||
false, | false, | ||
" | "JuiceLime" | ||
], | ], | ||
[ | [ | ||
" | "Whiskey", | ||
1, | 1, | ||
false, | false, | ||
" | "whiskey" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "BeepskySmash", | ||
2, | 2, | ||
" | "BeepskySmash" | ||
] | ] | ||
] | ] | ||
} | } | ||
], | ], | ||
"effects": [ | |||
"'''Drink'''", | |||
"* SatiateThirst", | |||
"* Adds 0.15u of Ethanol to the solution" | |||
], | |||
"effectLine": "'''Drink'''\n* SatiateThirst\n* Adds 0.15u of Ethanol to the solution" | |||
}, | |||
{ | |||
"id": "Beer", | |||
"group": "Drinks", | |||
"color": "#e3e77b", | |||
"textColorTheme": "dark", | |||
"parent": "BaseAlcohol", | |||
"flavor": "beer", | |||
"name": "beer", | |||
"desc": "An alcoholic beverage made from malted grains, hops, yeast, and water.", | |||
"physicalDesc": "bubbly", | |||
"recipes": [], | |||
"effects": [], | "effects": [], | ||
"effectLine": "" | "effectLine": "" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Benzene", | ||
"group": | "group": null, | ||
"color": " | "color": "#E7EA91", | ||
"textColorTheme": "dark", | "textColorTheme": "dark", | ||
"flavor": null, | |||
"metabolisms": { | "metabolisms": { | ||
"Poison": { | "Poison": { | ||
| Line 1,716: | Line 1,742: | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
" | "Cellular": 1 | ||
} | } | ||
} | } | ||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "benzene", | ||
"desc": " | "desc": "An aromatic, slightly carcinogenic, ring of carbon, forming a base for many organic compounds.", | ||
"physicalDesc": " | "physicalDesc": "acidic", | ||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "Benzene", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "Hydrogen", | ||
1, | 1, | ||
false, | false, | ||
" | "hydrogen" | ||
], | ], | ||
[ | [ | ||
" | "Carbon", | ||
1, | 1, | ||
false, | false, | ||
" | "carbon" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "Benzene", | ||
1, | |||
" | "benzene" | ||
] | ] | ||
] | ], | ||
"minTemp": 310 | |||
} | } | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"'''Poison''' | "'''Poison'''", | ||
"* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Cellular" | |||
"* Deals \u003Cspan style=\"color:red\"\u003E1 | |||
], | ], | ||
"effectLine": "'''Poison''' | "effectLine": "'''Poison'''\n* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Cellular", | ||
"boilingPoint": 353.2, | |||
"meltingPoint": 278.7 | |||
}, | |||
{ | |||
"id": "Blackpepper", | |||
"group": "Foods", | |||
"color": "black", | |||
"textColorTheme": "dark", | |||
"flavor": "peppery", | |||
"name": "black pepper", | |||
"desc": "Often used to flavor food or make people sneeze.", | |||
"physicalDesc": "grainy", | |||
"recipes": [], | |||
"effects": [], | |||
"effectLine": "" | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "BlackRussian", | ||
"group": " | "group": "Drinks", | ||
"color": "# | "color": "#360000", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": " | "parent": "BaseAlcohol", | ||
"name": " | "flavor": "blackrussian", | ||
"desc": " | "metabolisms": { | ||
"physicalDesc": " | "Drink": { | ||
"effects": [ | |||
{ | |||
"class": "SatiateThirst", | |||
"factor": 2 | |||
}, | |||
{ | |||
"class": "AdjustReagent", | |||
"reagent": "Ethanol", | |||
"amount": 0.2 | |||
} | |||
] | |||
} | |||
}, | |||
"name": "Black Russian", | |||
"desc": "For the lactose-intolerant. Still as classy as a White Russian.", | |||
"physicalDesc": "strong smelling", | |||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": "BlackRussian", | |||
"id": " | |||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "CoffeeLiqueur", | ||
1, | 1, | ||
false, | false, | ||
" | "coffee liqueur" | ||
], | ], | ||
[ | [ | ||
" | "Vodka", | ||
2, | |||
false, | false, | ||
" | "vodka" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "BlackRussian", | ||
3, | |||
" | "BlackRussian" | ||
] | ] | ||
] | ] | ||
} | } | ||
], | ], | ||
"effects": [], | "effects": [ | ||
"effectLine": "" | "'''Drink'''", | ||
"* SatiateThirst", | |||
"* Adds 0.2u of Ethanol to the solution" | |||
], | |||
"effectLine": "'''Drink'''\n* SatiateThirst\n* Adds 0.2u of Ethanol to the solution" | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "Bleach", | ||
"group": | "group": null, | ||
"color": "# | "color": "#a1000b", | ||
"textColorTheme": " | "textColorTheme": "light", | ||
"flavor": "bitter", | "flavor": "bitter", | ||
"metabolisms": { | "metabolisms": { | ||
| Line 1,829: | Line 1,870: | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "HealthChange", | ||
" | "damage": { | ||
"types": { | |||
"Poison": 2, | |||
"Caustic": 2 | |||
} | |||
} | |||
}, | }, | ||
{ | { | ||
"class": "PopupMessage", | "class": "PopupMessage", | ||
"type": "Local", | |||
"visualType": "MediumCaution", | "visualType": "MediumCaution", | ||
"messages": [ | "messages": [ | ||
"generic-reagent-effect- | "generic-reagent-effect-burning-insides" | ||
], | ], | ||
"probability": 0. | "probability": 0.33 | ||
}, | |||
{ | |||
"class": "Emote", | |||
"emote": "Scream", | |||
"probability": 0.15 | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "bleach", | ||
"desc": " | "desc": "Heavy duty cleaner that can clean tiles the same as Space Cleaner and also decontaminate clothes. Extremely toxic when ingested.", | ||
"physicalDesc": " | "physicalDesc": "strong smelling", | ||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "Bleach", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "TableSalt", | ||
2, | 2, | ||
false, | false, | ||
" | "TableSalt" | ||
], | ], | ||
[ | [ | ||
" | "SpaceCleaner", | ||
2, | |||
false, | false, | ||
" | "SpaceCleaner" | ||
], | ], | ||
[ | [ | ||
" | "SodiumHydroxide", | ||
1, | 1, | ||
false, | false, | ||
" | "SodiumHydroxide" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "Bleach", | ||
5, | |||
" | "bleach" | ||
] | ] | ||
] | ] | ||
| Line 1,882: | Line 1,932: | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"'''Poison''' | "'''Poison'''", | ||
"\ | "* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Poison", | ||
"* | "* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Caustic", | ||
"* PopupMessage", | |||
"* Emote" | |||
], | ], | ||
"effectLine": "'''Poison''' | "effectLine": "'''Poison'''\n* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Poison\n* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Caustic\n* PopupMessage\n* Emote", | ||
"boilingPoint": 111, | |||
"meltingPoint": -5 | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "Blood", | ||
"group": "Biological", | "group": "Biological", | ||
"color": "# | "color": "#800000", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": " | "flavor": "metallic", | ||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | |||
"effects": [ | |||
{ | |||
"class": "SatiateThirst", | |||
"factor": 1, | |||
"conditions": [ | |||
{ | |||
"class": "OrganType", | |||
"type": "Human", | |||
"shouldHave": false | |||
} | |||
] | |||
} | |||
] | |||
}, | |||
"Food": { | |||
"effects": [ | |||
{ | |||
"class": "AdjustReagent", | |||
"reagent": "UncookedAnimalProteins", | |||
"amount": 0.1 | |||
} | |||
] | |||
}, | |||
"Medicine": { | "Medicine": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": "HealthChange", | "class": "HealthChange", | ||
"conditions": [ | |||
{ | |||
"class": "OrganType", | |||
"type": "Bloodsucker" | |||
} | |||
], | |||
"damage": { | "damage": { | ||
"groups": { | "groups": { | ||
"Brute": - | "Brute": -3, | ||
"Burn": -1.25 | |||
} | } | ||
} | } | ||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "blood", | ||
"desc": " | "desc": "I hope this is ketchup.", | ||
"physicalDesc": " | "physicalDesc": "ferrous", | ||
"recipes": [], | "recipes": [], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Drink'''", | ||
"* SatiateThirst", | |||
"\n", | "\n", | ||
" | "'''Food'''", | ||
"* Adds 0.1u of UncookedAnimalProteins to the solution", | |||
"\n", | "\n", | ||
"* | "'''Medicine'''", | ||
"* Heals \u003Cspan style=\"color:green\"\u003E3\u003C/span\u003E Brute", | |||
"* Heals \u003Cspan style=\"color:green\"\u003E1.25\u003C/span\u003E Burn" | |||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Drink'''\n* SatiateThirst\n\n\n'''Food'''\n* Adds 0.1u of UncookedAnimalProteins to the solution\n\n\n'''Medicine'''\n* Heals \u003Cspan style=\"color:green\"\u003E3\u003C/span\u003E Brute\n* Heals \u003Cspan style=\"color:green\"\u003E1.25\u003C/span\u003E Burn", | ||
"boilingPoint": 100, | |||
"meltingPoint": 0 | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "BloodyMary", | ||
"group": " | "group": "Drinks", | ||
"color": "# | "color": "#df6a50", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
" | "parent": "BaseAlcohol", | ||
" | "flavor": "bloodymary", | ||
"name": "Bloody Mary", | |||
"desc": "A strange yet pleasurable mixture made of vodka, tomato, and lime juice.", | |||
"name": " | |||
"desc": " | |||
"physicalDesc": "strong smelling", | "physicalDesc": "strong smelling", | ||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "BloodyMary", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "JuiceLime", | ||
1, | |||
false, | false, | ||
" | "JuiceLime" | ||
], | ], | ||
[ | [ | ||
" | "JuiceTomato", | ||
3, | |||
false, | false, | ||
" | "JuiceTomato" | ||
], | ], | ||
[ | [ | ||
" | "Vodka", | ||
2, | |||
false, | false, | ||
" | "vodka" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "BloodyMary", | ||
6, | |||
" | "BloodyMary" | ||
] | ] | ||
] | ] | ||
} | } | ||
], | ], | ||
"effects": [], | |||
"effectLine": "" | |||
}, | |||
{ | |||
"id": "BlueCuracao", | |||
"group": "Drinks", | |||
"color": "#0099FF", | |||
"textColorTheme": "light", | |||
"parent": "BaseAlcohol", | |||
"flavor": "bluecuracao", | |||
"metabolisms": { | |||
"Drink": { | |||
"effects": [ | |||
{ | |||
"class": "SatiateThirst", | |||
"factor": 2 | |||
}, | |||
{ | |||
"class": "AdjustReagent", | |||
"reagent": "Ethanol", | |||
"amount": 0.1 | |||
} | |||
] | |||
} | |||
}, | |||
"name": "blue Curaçao", | |||
"desc": "Exotically blue, fruity drink, distilled from oranges.", | |||
"physicalDesc": "aromatic", | |||
"recipes": [], | |||
"effects": [ | "effects": [ | ||
"''' | "'''Drink'''", | ||
" | "* SatiateThirst", | ||
"* | "* Adds 0.1u of Ethanol to the solution" | ||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Drink'''\n* SatiateThirst\n* Adds 0.1u of Ethanol to the solution" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "BlueHawaiian", | ||
"group": " | "group": "Drinks", | ||
"color": "# | "color": "#47687b", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": " | "parent": "BaseAlcohol", | ||
"name": " | "flavor": "bluehawaiian", | ||
"desc": " | "metabolisms": { | ||
"physicalDesc": " | "Drink": { | ||
"effects": [ | |||
{ | |||
"class": "SatiateThirst", | |||
"factor": 2 | |||
}, | |||
{ | |||
"class": "AdjustReagent", | |||
"reagent": "Ethanol", | |||
"amount": 0.2 | |||
} | |||
] | |||
} | |||
}, | |||
"name": "Blue Hawaiian", | |||
"desc": "Aloha! Does that mean hello or goodbye?", | |||
"physicalDesc": "tropical", | |||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "BlueHawaiian", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "CoconutRum", | ||
2, | |||
false, | |||
"CoconutRum" | |||
], | |||
[ | |||
"JuicePineapple", | |||
1, | |||
false, | |||
"JuicePineapple" | |||
], | |||
[ | |||
"JuiceLemon", | |||
1, | 1, | ||
false, | false, | ||
" | "JuiceLemon" | ||
], | ], | ||
[ | [ | ||
" | "BlueCuracao", | ||
1, | 1, | ||
false, | false, | ||
" | "BlueCuracao" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "BlueHawaiian", | ||
5, | |||
"BlueHawaiian" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [ | |||
"'''Drink'''", | |||
"* SatiateThirst", | |||
"* Adds 0.2u of Ethanol to the solution" | |||
], | |||
"effectLine": "'''Drink'''\n* SatiateThirst\n* Adds 0.2u of Ethanol to the solution" | |||
}, | |||
{ | |||
"id": "Booger", | |||
"group": "Drinks", | |||
"color": "#99ff00", | |||
"textColorTheme": "dark", | |||
"parent": "BaseAlcohol", | |||
"flavor": "booger", | |||
"name": "booger", | |||
"desc": "Ewww...", | |||
"physicalDesc": "slimy", | |||
"recipes": [ | |||
{ | |||
"type": "reaction", | |||
"id": "Booger", | |||
"reactants": [ | |||
[ | |||
"Cream", | |||
2, | 2, | ||
" | false, | ||
"cream" | |||
], | |||
[ | |||
"JuiceBanana", | |||
1, | |||
false, | |||
"JuiceBanana" | |||
], | |||
[ | |||
"JuiceWatermelon", | |||
1, | |||
false, | |||
"JuiceWatermelon" | |||
], | |||
[ | |||
"Rum", | |||
1, | |||
false, | |||
"rum" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Booger", | |||
5, | |||
"booger" | |||
] | ] | ||
] | ] | ||
| Line 2,058: | Line 2,215: | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "BraveBull", | ||
"group": " | "group": "Drinks", | ||
"color": "# | "color": "#664300", | ||
"textColorTheme": " | "textColorTheme": "light", | ||
"flavor": " | "parent": "BaseAlcohol", | ||
"flavor": "bravebull", | |||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "SatiateThirst", | ||
" | "factor": 2 | ||
}, | |||
{ | { | ||
"class": " | "class": "AdjustReagent", | ||
" | "reagent": "Ethanol", | ||
"amount": 0.2 | |||
" | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "Brave Bull", | ||
"desc": " | "desc": "It's just as effective as Dutch-Courage!", | ||
"physicalDesc": "strong smelling", | |||
"physicalDesc": " | |||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "BraveBull", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "CoffeeLiqueur", | ||
1, | 1, | ||
false, | false, | ||
" | "coffee liqueur" | ||
], | ], | ||
[ | [ | ||
" | "Tequila", | ||
2, | |||
false, | false, | ||
" | "tequila" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "BraveBull", | ||
3, | |||
" | "BraveBull" | ||
] | ] | ||
] | ] | ||
} | } | ||
], | ], | ||
"effects": [], | "effects": [ | ||
"effectLine": "" | "'''Drink'''", | ||
"* SatiateThirst", | |||
"* Adds 0.2u of Ethanol to the solution" | |||
], | |||
"effectLine": "'''Drink'''\n* SatiateThirst\n* Adds 0.2u of Ethanol to the solution" | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "Bruizine", | ||
"group": " | "group": "Medicine", | ||
"color": "# | "color": "#ff3636", | ||
"textColorTheme": " | "textColorTheme": "light", | ||
"flavor": " | "flavor": "sour", | ||
"metabolisms": { | "metabolisms": { | ||
" | "Medicine": { | ||
"metabolismRate": 0.2, | |||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "HealthChange", | ||
" | "damage": { | ||
"types": { | |||
"Blunt": -1 | |||
} | |||
} | |||
}, | |||
{ | { | ||
"class": " | "class": "HealthChange", | ||
" | "conditions": [ | ||
{ | |||
" | "class": "ReagentThreshold", | ||
"min": 10.5 | |||
} | |||
], | |||
"damage": { | |||
"types": { | |||
"Poison": 3 | |||
} | |||
} | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "bruizine", | ||
"desc": " | "desc": "Originally developed as a cough medicine, it turns out this chemical is wildly effective at treating blunt force trauma.", | ||
"physicalDesc": " | "physicalDesc": "mucus-like", | ||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "Bruizine", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "Libital", | ||
1, | 1, | ||
false, | false, | ||
" | "Libital" | ||
], | |||
[ | |||
"Lithium", | |||
0, | |||
false, | |||
"lithium" | |||
], | ], | ||
[ | [ | ||
" | "Sugar", | ||
1, | 1, | ||
false, | false, | ||
" | "sugar" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "Bruizine", | ||
2, | 2, | ||
" | "bruizine" | ||
] | ] | ||
] | ], | ||
"impact": "Medium" | |||
} | } | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Medicine''' (0.2u per second)", | ||
"\ | "* Heals \u003Cspan style=\"color:green\"\u003E1\u003C/span\u003E Blunt", | ||
"* Deals \u003Cspan style=\"color:red\"\u003E3\u003C/span\u003E Poison when there's at least 10.5u of bruizine" | |||
"\ | |||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Medicine''' (0.2u per second)\n* Heals \u003Cspan style=\"color:green\"\u003E1\u003C/span\u003E Blunt\n* Deals \u003Cspan style=\"color:red\"\u003E3\u003C/span\u003E Poison when there's at least 10.5u of bruizine" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "BudgetInsulsDrink", | ||
"group": " | "group": "Drinks", | ||
"color": "# | "color": "#dede73", | ||
"textColorTheme": "dark", | "textColorTheme": "dark", | ||
"flavor": " | "parent": "BaseAlcohol", | ||
"name": " | "flavor": "budgetinsulsdrink", | ||
"desc": "A | "metabolisms": { | ||
"physicalDesc": " | "Drink": { | ||
"effects": [ | |||
{ | |||
"class": "SatiateThirst", | |||
"factor": 1 | |||
}, | |||
{ | |||
"class": "AdjustReagent", | |||
"reagent": "Ethanol", | |||
"amount": 0.15 | |||
}, | |||
{ | |||
"class": "AdjustReagent", | |||
"reagent": "Theobromine", | |||
"amount": 0.05 | |||
}, | |||
{ | |||
"class": "GenericStatusEffect", | |||
"key": "Drowsiness", | |||
"time": 1, | |||
"type": "Remove" | |||
} | |||
] | |||
} | |||
}, | |||
"name": "budget insuls", | |||
"desc": "A tider's preferred drink.", | |||
"physicalDesc": "strong smelling", | |||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "BudgetInsulsDrink", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "Tequila", | ||
1, | |||
false, | false, | ||
" | "tequila" | ||
], | ], | ||
[ | [ | ||
" | "VodkaRedBool", | ||
3, | |||
false, | false, | ||
" | "VodkaRedBool" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "BudgetInsulsDrink", | ||
4, | |||
" | "BudgetInsulsDrink" | ||
] | ] | ||
] | ] | ||
} | } | ||
], | ], | ||
"effects": [], | "effects": [ | ||
"effectLine": "" | "'''Drink'''", | ||
"* SatiateThirst", | |||
"* Adds 0.15u of Ethanol to the solution", | |||
"* Adds 0.05u of Theobromine to the solution", | |||
"* Applies Drowsiness for 1s" | |||
], | |||
"effectLine": "'''Drink'''\n* SatiateThirst\n* Adds 0.15u of Ethanol to the solution\n* Adds 0.05u of Theobromine to the solution\n* Applies Drowsiness for 1s" | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "Bungotoxin", | ||
"group": " | "group": "Toxins", | ||
"color": "# | "color": "#EBFF8E", | ||
"textColorTheme": " | "textColorTheme": "dark", | ||
"flavor": | "flavor": null, | ||
"metabolisms": { | "metabolisms": { | ||
"Poison": { | "Poison": { | ||
"metabolismRate": 0.2, | |||
"effects": [ | "effects": [ | ||
{ | { | ||
| Line 2,332: | Line 2,438: | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
"Poison": | "Poison": 1.8 | ||
} | } | ||
} | } | ||
| Line 2,339: | Line 2,445: | ||
} | } | ||
}, | }, | ||
" | "name": "bungotoxin", | ||
"desc": "A moderately slow-acting poison found within the pit of the bungo fruit.", | |||
"physicalDesc": "nondescript", | |||
"recipes": [], | |||
"effects": [ | |||
"'''Poison''' (0.2u per second)", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E1.8\u003C/span\u003E Poison" | |||
], | ], | ||
" | "effectLine": "'''Poison''' (0.2u per second)\n* Deals \u003Cspan style=\"color:red\"\u003E1.8\u003C/span\u003E Poison" | ||
" | }, | ||
" | { | ||
" | "id": "Butter", | ||
"group": "Foods", | |||
"color": "yellow", | |||
"textColorTheme": "dark", | |||
"flavor": "butter", | |||
"metabolisms": { | |||
"Food": { | |||
"effects": [ | |||
" | { | ||
"class": "AdjustReagent", | |||
"reagent": "Nutriment", | |||
"amount": 0.75 | |||
} | |||
" | |||
" | |||
" | |||
] | ] | ||
} | } | ||
], | }, | ||
"name": "butter", | |||
"desc": "You can believe it!", | |||
"physicalDesc": "creamy", | |||
"recipes": [], | |||
"effects": [ | "effects": [ | ||
"''' | "'''Food'''", | ||
"* Adds 0.75u of Nutriment to the solution" | |||
"* | |||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Food'''\n* Adds 0.75u of Nutriment to the solution", | ||
"boilingPoint": 100, | |||
"meltingPoint": 32 | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "BuzzochloricBees", | ||
"group": " | "group": "Toxins", | ||
"color": "# | "color": "#FFD35D", | ||
"textColorTheme": " | "textColorTheme": "dark", | ||
"flavor": " | "flavor": "bee", | ||
"metabolisms": { | "metabolisms": { | ||
"Poison": { | "Poison": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "PopupMessage", | ||
"conditions": [ | "type": "Local", | ||
{ | "visualType": "MediumCaution", | ||
"class": " | "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": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"max": 0, | |||
"reagent": "Histamine" | |||
}, | |||
{ | |||
"class": "HasTag", | |||
"invert": true, | |||
"tag": "Bee" | |||
} | } | ||
] | |||
}, | |||
{ | |||
"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": [ | |||
" | { | ||
"class": "ReagentThreshold", | |||
"min": 0.01, | |||
"reagent": "Histamine" | |||
}, | |||
{ | |||
"class": "HasTag", | |||
"invert": true, | |||
"tag": "Bee" | |||
} | } | ||
] | |||
}, | |||
{ | { | ||
"class": " | "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": " | "class": "HasTag", | ||
" | "invert": true, | ||
" | "tag": "Bee" | ||
}, | |||
{ | |||
"class": "ReagentThreshold", | |||
"min": 0.01, | |||
"reagent": "Licoxide" | |||
} | } | ||
] | |||
}, | |||
{ | |||
"class": "PopupMessage", | |||
"type": "Local", | |||
"messages": [ | |||
"buzzochloricbees-effect-fiber-hairy", | |||
"buzzochloricbees-effect-fiber-soft" | |||
], | ], | ||
" | "probability": 0.05, | ||
"conditions": [ | |||
{ | |||
"class": "HasTag", | |||
"invert": true, | |||
"tag": "Bee" | |||
}, | |||
{ | |||
"class": "ReagentThreshold", | |||
"min": 0.01, | |||
"reagent": "Fiber" | |||
} | |||
] | |||
}, | |||
{ | |||
"class": "HealthChange", | |||
"damage": { | |||
"types": { | |||
"Poison": 2, | |||
"Piercing": 2 | |||
} | |||
}, | |||
"conditions": [ | |||
{ | |||
"class": "HasTag", | |||
"invert": true, | |||
"tag": "Bee" | |||
} | |||
] | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "buzzochloric bees", | ||
"desc": " | "desc": "Liquid bees. Oh god it's LIQUID BEES NO-", | ||
"physicalDesc": " | "physicalDesc": "buzzy", | ||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "BuzzochloricBees", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "Saxoite", | ||
1, | |||
false, | false, | ||
" | "saxoite" | ||
], | |||
[ | [ | ||
" | "Fiber", | ||
1, | |||
" | false, | ||
"fiber" | |||
], | ], | ||
[ | [ | ||
" | "GroundBee", | ||
1, | |||
" | false, | ||
"GroundBee" | |||
], | ], | ||
[ | [ | ||
" | "Chlorine", | ||
1, | |||
" | false, | ||
"chlorine" | |||
], | ], | ||
[ | [ | ||
" | "UnstableMutagen", | ||
1, | |||
false, | |||
"UnstableMutagen" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"BuzzochloricBees", | |||
3, | 3, | ||
" | "BuzzochloricBees" | ||
] | ] | ||
] | ] | ||
| Line 2,499: | Line 2,656: | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"'''Poison''' | "'''Poison'''", | ||
" | "* PopupMessage when there's at most 0u of buzzochloricbees", | ||
"* Deals \u003Cspan style=\"color:red\"\ | "* PopupMessage when there's at least 0.01u of buzzochloricbees", | ||
"\ | "* PopupMessage when there's at least 0.01u of buzzochloricbees", | ||
"* PopupMessage when there's at least 0.01u of buzzochloricbees", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Poison", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Piercing" | |||
], | ], | ||
"effectLine": "'''Poison''' | "effectLine": "'''Poison'''\n* PopupMessage when there's at most 0u of buzzochloricbees\n* PopupMessage when there's at least 0.01u of buzzochloricbees\n* PopupMessage when there's at least 0.01u of buzzochloricbees\n* PopupMessage when there's at least 0.01u of buzzochloricbees\n* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Poison\n* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Piercing" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "BZ", | ||
"group": | "group": null, | ||
"color": "# | "color": "#9370db", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": "bitter", | "flavor": "bitter", | ||
"metabolisms": { | "metabolisms": { | ||
" | "Gas": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": "HealthChange", | "class": "Oxygenate", | ||
"conditions": [ | |||
{ | |||
"class": "OrganType", | |||
"type": "Thaven" | |||
} | |||
] | |||
}, | |||
{ | |||
"class": "Emote", | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"reagent": "BZ", | |||
"min": 0.2 | |||
}, | |||
{ | |||
"class": "OrganType", | |||
"type": "Slime", | |||
"shouldHave": false | |||
} | |||
], | |||
"emote": "Cough", | |||
"showInChat": true, | |||
"probability": 0.1 | |||
}, | |||
{ | |||
"class": "HealthChange", | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"reagent": "BZ", | |||
"min": 0.3 | |||
}, | |||
{ | |||
"class": "OrganType", | |||
"type": "Slime", | |||
"shouldHave": false | |||
} | |||
], | |||
"scaleByQuantity": true, | |||
"ignoreResistances": true, | |||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
" | "Cellular": 0.005 | ||
} | } | ||
} | } | ||
}, | |||
{ | |||
"class": "GenericStatusEffect", | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"reagent": "BZ", | |||
"min": 0.2 | |||
}, | |||
{ | |||
"class": "OrganType", | |||
"type": "Slime", | |||
"shouldHave": false | |||
} | |||
], | |||
"key": "SeeingRainbows", | |||
"component": "SeeingRainbows", | |||
"type": "Add", | |||
"time": 9, | |||
"refresh": false | |||
}, | |||
{ | |||
"class": "Emote", | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"reagent": "BZ", | |||
"min": 0.2 | |||
}, | |||
{ | |||
"class": "OrganType", | |||
"type": "Slime", | |||
"shouldHave": true | |||
} | |||
], | |||
"emote": "Laugh", | |||
"showInChat": true, | |||
"probability": 0.1 | |||
}, | |||
{ | |||
"class": "Emote", | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"reagent": "BZ", | |||
"min": 0.2 | |||
}, | |||
{ | |||
"class": "OrganType", | |||
"type": "Slime", | |||
"shouldHave": true | |||
} | |||
], | |||
"emote": "Scream", | |||
"showInChat": true, | |||
"probability": 0.01 | |||
}, | |||
{ | |||
"class": "PopupMessage", | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"reagent": "BZ", | |||
"min": 0.5 | |||
}, | |||
{ | |||
"class": "OrganType", | |||
"type": "Slime", | |||
"shouldHave": true | |||
}, | |||
{ | |||
"class": "BloodReagentThreshold", | |||
"reagent": "NitrosylPlasmide", | |||
"max": 0.1 | |||
} | |||
], | |||
"type": "Local", | |||
"visualType": "Medium", | |||
"messages": [ | |||
"effect-sleepy" | |||
], | |||
"probability": 0.1 | |||
}, | |||
" | |||
" | |||
" | |||
{ | { | ||
"class": " | "class": "MovespeedModifier", | ||
"conditions": [ | "conditions": [ | ||
{ | |||
"class": "ReagentThreshold", | |||
"reagent": "BZ", | |||
"min": 1 | |||
}, | |||
{ | { | ||
"class": "OrganType", | "class": "OrganType", | ||
"type": " | "type": "Slime", | ||
"shouldHave": true | "shouldHave": true | ||
}, | |||
{ | |||
"class": "BloodReagentThreshold", | |||
"reagent": "NitrosylPlasmide", | |||
"max": 0.1 | |||
} | } | ||
], | ], | ||
" | "walkSpeedModifier": 0.65, | ||
"sprintSpeedModifier": 0.65 | |||
}, | |||
{ | { | ||
"class": " | "class": "GenericStatusEffect", | ||
"conditions": [ | "conditions": [ | ||
{ | |||
"class": "ReagentThreshold", | |||
"reagent": "BZ", | |||
"min": 1 | |||
}, | |||
{ | { | ||
"class": "OrganType", | "class": "OrganType", | ||
"type": " | "type": "Slime", | ||
"shouldHave": | "shouldHave": true | ||
}, | |||
{ | |||
"class": "BloodReagentThreshold", | |||
"reagent": "NitrosylPlasmide", | |||
"max": 0.1 | |||
} | |||
], | |||
"key": "ForcedSleep", | |||
"component": "ForcedSleeping", | |||
"time": 10, | |||
"type": "Add" | |||
}, | |||
{ | |||
"class": "AddReagentToBlood", | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"reagent": "BZ", | |||
"min": 0.2 | |||
} | } | ||
], | ], | ||
"amount": | "reagent": "BZMetabolites", | ||
"amount": 1.8 | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "bz", | ||
"desc": "A | "desc": "A potent hallucinogenic that also puts slimes into stasis.", | ||
"physicalDesc": " | "physicalDesc": "gaseous", | ||
"recipes": [ | "recipes": [], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Gas'''", | ||
" | "* Oxygenate", | ||
"* Deals \u003Cspan style=\"color:red\"\u003E0. | "* Emote when there's at least 0.2u of bz", | ||
" | "* Deals \u003Cspan style=\"color:red\"\u003E0.005\u003C/span\u003E Cellular when there's at least 0.3u of bz", | ||
"''' | "* Applies SeeingRainbows for 9s when there's at least 0.2u of bz", | ||
" | "* Emote when there's at least 0.2u of bz", | ||
"* | "* Emote when there's at least 0.2u of bz", | ||
"* PopupMessage when there's at least 0.5u of bz", | |||
"* MovespeedModifier when there's at least 1u of bz", | |||
"* Applies ForcedSleep for 10s when there's at least 1u of bz", | |||
"* AddReagentToBlood when there's at least 0.2u of bz" | |||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Gas'''\n* Oxygenate\n* Emote when there's at least 0.2u of bz\n* Deals \u003Cspan style=\"color:red\"\u003E0.005\u003C/span\u003E Cellular when there's at least 0.3u of bz\n* Applies SeeingRainbows for 9s when there's at least 0.2u of bz\n* Emote when there's at least 0.2u of bz\n* Emote when there's at least 0.2u of bz\n* PopupMessage when there's at least 0.5u of bz\n* MovespeedModifier when there's at least 1u of bz\n* Applies ForcedSleep for 10s when there's at least 1u of bz\n* AddReagentToBlood when there's at least 0.2u of bz" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "BZMetabolites", | ||
"group": " | "group": "Toxins", | ||
"color": "# | "color": "#b19cd9", | ||
"textColorTheme": " | "textColorTheme": "light", | ||
"flavor": " | "flavor": "bitter", | ||
"metabolisms": { | "metabolisms": { | ||
"Poison": { | "Poison": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "AdjustLingChemicals", | ||
" | "conditions": [ | ||
" | { | ||
" | "class": "LingCondition" | ||
}, | |||
{ | |||
"class": "ReagentThreshold", | |||
"reagent": "BZMetabolites", | |||
"min": 0.2 | |||
} | } | ||
], | |||
"amount": -8 | |||
} | |||
" | |||
} | |||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "BZ Metabolites", | ||
"desc": "A | "desc": "A byproduct of BZ that disrupts changeling chemical reserves.", | ||
"physicalDesc": " | "physicalDesc": "nondescript", | ||
"recipes": [], | "recipes": [], | ||
"effects": [ | "effects": [ | ||
"'''Poison''' | "'''Poison'''", | ||
"* AdjustLingChemicals when there's at least 0.2u of bzmetabolites" | |||
"* | |||
], | ], | ||
"effectLine": "'''Poison''' | "effectLine": "'''Poison'''\n* AdjustLingChemicals when there's at least 0.2u of bzmetabolites" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "CafeLatte", | ||
"group": " | "group": "Drinks", | ||
"color": "# | "color": "#664300", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": " | "parent": "BaseDrink", | ||
"flavor": "creamy", | |||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "SatiateThirst", | ||
" | "factor": 2 | ||
}, | }, | ||
{ | { | ||
"class": "GenericStatusEffect", | "class": "GenericStatusEffect", | ||
"key": " | "key": "Drowsiness", | ||
" | "time": 2, | ||
" | "type": "Remove" | ||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "cafe latte", | ||
"desc": "A | "desc": "A nice, strong and tasty beverage while you are reading.", | ||
"physicalDesc": " | "physicalDesc": "creamy", | ||
"recipes": [], | "recipes": [ | ||
{ | |||
"type": "reaction", | |||
"id": "CafeLatte", | |||
"reactants": [ | |||
[ | |||
"Coffee", | |||
1, | |||
false, | |||
"coffee" | |||
], | |||
[ | |||
"Milk", | |||
1, | |||
false, | |||
"milk" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"CafeLatte", | |||
2, | |||
"CafeLatte" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [ | "effects": [ | ||
"''' | "'''Drink'''", | ||
"* SatiateThirst", | |||
"* | "* Applies Drowsiness for 2s" | ||
"* | |||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Drink'''\n* SatiateThirst\n* Applies Drowsiness for 2s" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "CapsaicinOil", | ||
"group": " | "group": "Foods", | ||
"color": "# | "color": "#FF0000", | ||
"textColorTheme": " | "textColorTheme": "light", | ||
"flavor": " | "flavor": "spicy", | ||
" | "metabolisms": { | ||
"Food": { | |||
"effects": [ | |||
{ | |||
"class": "AdjustReagent", | |||
"reagent": "Nutriment", | |||
"amount": 0.75 | |||
} | |||
] | |||
}, | }, | ||
"Poison": { | "Poison": { | ||
"effects": [ | "effects": [ | ||
{ | |||
"class": "AdjustTemperature", | |||
"amount": 250 | |||
}, | |||
{ | { | ||
"class": "HealthChange", | "class": "HealthChange", | ||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"min": 5 | |||
} | |||
], | |||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
" | "Caustic": 1 | ||
} | } | ||
} | } | ||
}, | |||
{ | |||
"class": "PopupMessage", | |||
"type": "Local", | |||
"messages": [ | |||
"capsaicin-effect-light-burn" | |||
], | |||
"probability": 0.2 | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "Capsaicin Oil", | ||
"desc": " | "desc": "Capsaicin Oil is the ingredient found in different types of hot peppers.", | ||
"physicalDesc": " | "physicalDesc": "oily", | ||
"recipes": [], | "recipes": [], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Food'''", | ||
"* Adds 0.75u of Nutriment to the solution", | |||
"\n", | "\n", | ||
"* Deals \u003Cspan style=\"color:red\"\u003E1 | "'''Poison'''", | ||
"* Adds 250J of heat to the body it's in", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Caustic when there's at least 5u of capsaicinoil", | |||
"* PopupMessage" | |||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Food'''\n* Adds 0.75u of Nutriment to the solution\n\n\n'''Poison'''\n* Adds 250J of heat to the body it's in\n* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Caustic when there's at least 5u of capsaicinoil\n* PopupMessage", | ||
"boilingPoint": 410, | |||
"meltingPoint": 146 | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "Carbon", | ||
"group": "Elements", | "group": "Elements", | ||
"color": "# | "color": "#22282b", | ||
"textColorTheme": " | "textColorTheme": "light", | ||
"flavor": "bitter", | "flavor": "bitter", | ||
"name": "carbon", | |||
"desc": "A black, crystalline solid.", | |||
"physicalDesc": "crystalline", | |||
"name": " | |||
"desc": "A | |||
"physicalDesc": " | |||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "CelluloseBreakdown", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "Cellulose", | ||
3, | |||
false, | false, | ||
" | "cellulose fibers" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "Sugar", | ||
2, | |||
" | "sugar" | ||
], | ], | ||
[ | [ | ||
" | "Carbon", | ||
1, | |||
" | "carbon" | ||
] | ] | ||
] | ] | ||
} | }, | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "EthanolBreakdown", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "Ethanol", | ||
9, | |||
false, | false, | ||
" | "ethanol" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "Hydrogen", | ||
6, | |||
" | "hydrogen" | ||
], | |||
[ | |||
"Carbon", | |||
2, | |||
"carbon" | |||
], | ], | ||
[ | [ | ||
" | "Oxygen", | ||
1, | 1, | ||
" | "oxygen" | ||
] | ] | ||
] | ] | ||
}, | }, | ||
{ | { | ||
" | "type": "reaction", | ||
" | "id": "AllicinBreakdown", | ||
"reactants": [ | |||
[ | |||
"Allicin", | |||
4, | |||
false, | |||
"allicin" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Sulfur", | |||
2, | |||
"sulfur" | |||
], | |||
[ | |||
"Carbon", | |||
1, | |||
"carbon" | |||
], | |||
[ | |||
"Water", | |||
1, | |||
"water" | |||
] | |||
] | |||
}, | }, | ||
{ | { | ||
" | "type": "reaction", | ||
" | "id": "NutrimentBreakdown", | ||
"reactants": [ | |||
[ | |||
"Nutriment", | |||
5, | |||
false, | |||
"nutriment" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Water", | |||
2, | |||
"water" | |||
], | |||
[ | |||
"Carbon", | |||
2, | |||
"carbon" | |||
], | |||
[ | |||
"Sugar", | |||
1, | |||
"sugar" | |||
] | |||
] | |||
}, | }, | ||
{ | { | ||
" | "type": "reaction", | ||
" | "id": "FatBreakdown", | ||
"reactants": [ | |||
[ | |||
"Fat", | |||
15, | |||
false, | |||
"fat" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Carbon", | |||
5, | |||
"carbon" | |||
], | |||
[ | |||
"Hydrogen", | |||
10, | |||
"hydrogen" | |||
], | |||
[ | |||
"Oxygen", | |||
1, | |||
"oxygen" | |||
] | |||
" | |||
" | |||
" | |||
" | |||
" | |||
" | |||
] | ] | ||
}, | |||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "UncookedAnimalProteinBreakdown", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "UncookedAnimalProteins", | ||
10, | |||
false, | false, | ||
" | "UncookedAnimalProteins" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "Carbon", | ||
3, | 2, | ||
" | "carbon" | ||
] | ], | ||
[ | |||
"Hydrogen", | |||
4, | |||
"hydrogen" | |||
], | |||
[ | |||
"Phosphorus", | |||
3, | |||
"phosphorus" | |||
], | |||
[ | |||
"Oxygen", | |||
1, | |||
"oxygen" | |||
] | |||
] | ] | ||
} | }, | ||
{ | |||
"type": "reaction", | |||
"id": "ProteinBreakdown", | |||
"reactants": [ | |||
[ | |||
"Protein", | |||
10, | |||
false, | |||
"protein" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Carbon", | |||
2, | |||
"carbon" | |||
" | ], | ||
[ | |||
" | "Hydrogen", | ||
" | 4, | ||
"hydrogen" | |||
], | |||
[ | |||
"Phosphorus", | |||
3, | |||
"phosphorus" | |||
" | ], | ||
[ | |||
"Oxygen", | |||
1, | |||
"oxygen" | |||
] | |||
] | ] | ||
} | }, | ||
{ | |||
"type": "reaction", | |||
"id": "VitaminBreakdown", | |||
"reactants": [ | |||
[ | |||
"Vitamin", | |||
4, | |||
false, | |||
"vitamin" | |||
], | ] | ||
"effectLine": " | ], | ||
}, | "products": [ | ||
{ | [ | ||
"id": " | "Carbon", | ||
"group": | 1, | ||
"color": "# | "carbon" | ||
"textColorTheme": " | ], | ||
"flavor": " | [ | ||
"Water", | |||
1, | |||
"water" | |||
], | |||
[ | |||
"Nitrogen", | |||
2, | |||
"nitrogen" | |||
] | |||
] | |||
}, | |||
{ | |||
"type": "reaction", | |||
"id": "FiberBreakdown", | |||
"reactants": [ | |||
[ | |||
"Fiber", | |||
5, | |||
false, | |||
"fiber" | |||
], | |||
[ | |||
"Water", | |||
10, | |||
true, | |||
"water" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Carbon", | |||
3, | |||
"carbon" | |||
], | |||
[ | |||
"Sugar", | |||
2, | |||
"sugar" | |||
] | |||
] | |||
}, | |||
{ | |||
"type": "reaction", | |||
"id": "CarbonDioxideBreakdown", | |||
"reactants": [ | |||
[ | |||
"CarbonDioxide", | |||
3, | |||
false, | |||
"CarbonDioxide" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Carbon", | |||
1, | |||
"carbon" | |||
], | |||
[ | |||
"Oxygen", | |||
2, | |||
"oxygen" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [], | |||
"effectLine": "", | |||
"boilingPoint": 4200, | |||
"meltingPoint": 3550 | |||
}, | |||
{ | |||
"id": "CarbonDioxide", | |||
"group": null, | |||
"color": "#66ff33", | |||
"textColorTheme": "dark", | |||
"flavor": "bitter", | |||
"metabolisms": { | "metabolisms": { | ||
"Poison": { | "Poison": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "Oxygenate", | ||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"class": " | "class": "OrganType", | ||
" | "type": "Plant" | ||
" | } | ||
}, | ] | ||
}, | |||
{ | |||
"class": "HealthChange", | |||
"conditions": [ | |||
{ | |||
"class": "OrganType", | |||
"type": "Plant", | |||
"shouldHave": false | |||
}, | |||
{ | { | ||
"class": " | "class": "OrganType", | ||
" | "type": "Vox", | ||
"shouldHave": false | |||
} | |||
], | |||
"scaleByQuantity": true, | |||
"ignoreResistances": true, | |||
"damage": { | |||
"types": { | |||
"Poison": 0.8 | |||
} | } | ||
} | |||
}, | }, | ||
{ | { | ||
"class": " | "class": "Oxygenate", | ||
" | "conditions": [ | ||
{ | |||
"class": "OrganType", | |||
"type": "Plant", | |||
"shouldHave": false | |||
} | |||
], | ], | ||
" | "factor": -4 | ||
} | |||
] | |||
}, | |||
"Gas": { | |||
"effects": [ | |||
{ | |||
"class": "Oxygenate", | |||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"class": " | "class": "OrganType", | ||
" | "type": "Plant" | ||
} | } | ||
] | ] | ||
}, | }, | ||
{ | { | ||
"class": " | "class": "Oxygenate", | ||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"class": " | "class": "OrganType", | ||
" | "type": "Thaven" | ||
} | } | ||
] | ] | ||
}, | }, | ||
{ | { | ||
"class": " | "class": "HealthChange", | ||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"class": " | "class": "OrganType", | ||
" | "type": "Thaven", | ||
" | "shouldHave": false | ||
}, | |||
{ | |||
"class": "OrganType", | |||
"type": "Plant", | |||
"shouldHave": false | |||
}, | |||
{ | |||
"class": "OrganType", | |||
"type": "Vox", | |||
"shouldHave": false | |||
}, | }, | ||
{ | { | ||
"class": "ReagentThreshold", | "class": "ReagentThreshold", | ||
"min": 0. | "min": 0.5 | ||
} | } | ||
] | ], | ||
"scaleByQuantity": true, | |||
"ignoreResistances": true, | |||
" | |||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
"Poison": | "Poison": 0.8 | ||
} | } | ||
}, | } | ||
}, | |||
{ | |||
"class": "Oxygenate", | |||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"class": " | "class": "OrganType", | ||
" | "type": "Plant", | ||
" | "shouldHave": false | ||
}, | |||
{ | |||
"class": "OrganType", | |||
"type": "Thaven", | |||
"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", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "Blood", | ||
20, | |||
false, | false, | ||
" | "blood" | ||
] | |||
], | |||
"products": [ | |||
[ | |||
"Water", | |||
11, | |||
"water" | |||
], | ], | ||
[ | [ | ||
" | "Iron", | ||
0, | |||
"iron" | |||
" | |||
], | ], | ||
[ | [ | ||
" | "Sugar", | ||
2, | |||
"sugar" | |||
" | |||
], | ], | ||
[ | [ | ||
" | "CarbonDioxide", | ||
3, | |||
"CarbonDioxide" | |||
" | |||
], | ], | ||
[ | [ | ||
" | "Protein", | ||
1, | 4, | ||
"protein" | |||
] | |||
] | |||
}, | |||
{ | |||
"type": "reaction", | |||
"id": "InsectBloodBreakdown", | |||
"reactants": [ | |||
[ | |||
"InsectBlood", | |||
30, | |||
false, | |||
"InsectBlood" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Water", | |||
14, | |||
"water" | |||
], | |||
[ | |||
"Sodium", | |||
3, | |||
"sodium" | |||
], | |||
[ | |||
"Chlorine", | |||
1, | |||
"chlorine" | |||
], | |||
[ | |||
"CarbonDioxide", | |||
5, | |||
"CarbonDioxide" | |||
], | |||
[ | |||
"Protein", | |||
6, | |||
"protein" | |||
] | |||
] | |||
}, | |||
{ | |||
"type": "reaction", | |||
"id": "CopperBloodBreakdown", | |||
"reactants": [ | |||
[ | |||
"CopperBlood", | |||
20, | |||
false, | false, | ||
" | "CopperBlood" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "Water", | ||
11, | |||
"water" | |||
], | |||
[ | |||
"Copper", | |||
0, | |||
"copper" | |||
], | |||
[ | |||
"Sugar", | |||
2, | |||
"sugar" | |||
], | |||
[ | |||
"CarbonDioxide", | |||
3, | 3, | ||
" | "CarbonDioxide" | ||
], | |||
[ | |||
"Protein", | |||
4, | |||
"protein" | |||
] | ] | ||
] | ] | ||
| Line 3,388: | Line 3,599: | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Gas'''", | ||
"* Oxygenate", | |||
"* Oxygenate", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E0.8\u003C/span\u003E Poison when there's at least 0.5u of carbondioxide", | |||
"* Oxygenate", | |||
"\n", | "\n", | ||
"* Deals \u003Cspan style=\"color:red\"\ | "'''Poison'''", | ||
"* Oxygenate", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E0.8\u003C/span\u003E Poison", | |||
"* Oxygenate" | |||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Gas'''\n* Oxygenate\n* Oxygenate\n* Deals \u003Cspan style=\"color:red\"\u003E0.8\u003C/span\u003E Poison when there's at least 0.5u of carbondioxide\n* Oxygenate\n\n\n'''Poison'''\n* Oxygenate\n* Deals \u003Cspan style=\"color:red\"\u003E0.8\u003C/span\u003E Poison\n* Oxygenate" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Carpetium", | ||
"group": " | "group": "Special", | ||
"color": "# | "color": "#800000", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": " | "flavor": "carpet", | ||
"metabolisms": { | "metabolisms": { | ||
"Poison": { | "Poison": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "PopupMessage", | ||
"probability": 0. | "type": "Local", | ||
" | "messages": [ | ||
"carpetium-effect-blood-fibrous", | |||
"carpetium-effect-jumpsuit-insides" | |||
], | |||
"probability": 0.1 | |||
}, | |||
{ | |||
"class": "AdjustReagent", | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"reagent": "CarpoToxin", | |||
"min": 1 | |||
} | |||
], | |||
"reagent": "CarpoToxin", | |||
"amount": -3 | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "carpetium", | ||
"desc": "A | "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": [ | ||
[ | [ | ||
" | "SpaceDrugs", | ||
1, | 1, | ||
false, | false, | ||
" | "SpaceDrugs" | ||
], | ], | ||
[ | [ | ||
" | "Fiber", | ||
2, | |||
false, | false, | ||
" | "fiber" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "Carpetium", | ||
3, | |||
" | "carpetium" | ||
] | ] | ||
] | ] | ||
| Line 3,468: | Line 3,676: | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"'''Poison''' | "'''Poison'''", | ||
" | "* PopupMessage", | ||
"* | "* Removes 3u of CarpoToxin from the solution when there's at least 1u of carpetium" | ||
], | ], | ||
"effectLine": "'''Poison''' | "effectLine": "'''Poison'''\n* PopupMessage\n* Removes 3u of CarpoToxin from the solution when there's at least 1u of carpetium" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "CarpoToxin", | ||
"group": "Toxins", | "group": "Toxins", | ||
"color": "# | "color": "#e2a38c", | ||
"textColorTheme": " | "textColorTheme": "light", | ||
"flavor": " | "flavor": "bitter", | ||
"metabolisms": { | "metabolisms": { | ||
"Poison": { | "Poison": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": "HealthChange", | "class": "HealthChange", | ||
"conditions": [ | |||
{ | |||
"class": "OrganType", | |||
"type": "Thaven", | |||
"shouldHave": false | |||
} | |||
], | |||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
" | "Poison": 4 | ||
} | } | ||
} | } | ||
| Line 3,494: | Line 3,708: | ||
{ | { | ||
"class": "PopupMessage", | "class": "PopupMessage", | ||
"conditions": [ | |||
{ | |||
"class": "OrganType", | |||
"type": "Thaven", | |||
"shouldHave": false | |||
} | |||
], | |||
"type": "Local", | "type": "Local", | ||
"visualType": " | "visualType": "MediumCaution", | ||
"messages": [ | "messages": [ | ||
"generic-reagent-effect- | "generic-reagent-effect-burning-insides" | ||
], | ], | ||
"probability": 0.33 | "probability": 0.33 | ||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "carpotoxin", | ||
"desc": "A | "desc": "A highly toxic reagent found in space carps. Causes a painful burning sensation.", | ||
"physicalDesc": " | "physicalDesc": "exotic smelling", | ||
"recipes": [ | "recipes": [], | ||
"effects": [ | |||
"'''Poison'''", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E4\u003C/span\u003E Poison", | |||
"* PopupMessage" | |||
], | |||
"effectLine": "'''Poison'''\n* Deals \u003Cspan style=\"color:red\"\u003E4\u003C/span\u003E Poison\n* PopupMessage" | |||
}, | |||
{ | |||
"id": "Cellulose", | |||
"group": "Biological", | |||
"color": "#E6E6DA", | |||
"textColorTheme": "dark", | |||
"flavor": "bitter", | |||
"name": "cellulose fibers", | |||
"desc": "A crystaline polydextrose polymer, plants swear by this stuff.", | |||
"physicalDesc": "crystalline", | |||
"recipes": [], | |||
"effects": [], | |||
" | "effectLine": "" | ||
}, | |||
" | { | ||
"id": "Champagne", | |||
" | "group": "Drinks", | ||
"color": "#FCFCEE", | |||
"textColorTheme": "dark", | |||
"parent": "BaseAlcohol", | |||
"flavor": "champagne", | |||
"metabolisms": { | |||
"Drink": { | |||
"effects": [ | |||
{ | |||
"class": "SatiateThirst", | |||
"factor": 3 | |||
}, | |||
{ | |||
"class": "AdjustReagent", | |||
"reagent": "Ethanol", | |||
"amount": 0.3 | |||
} | |||
] | ] | ||
}, | } | ||
}, | |||
"name": "champagne", | |||
"desc": "A premium sparkling wine", | |||
"physicalDesc": "strong smelling", | |||
"recipes": [], | |||
"effects": [ | |||
"'''Drink'''", | |||
"* SatiateThirst", | |||
"* Adds 0.3u of Ethanol to the solution" | |||
], | |||
"effectLine": "'''Drink'''\n* SatiateThirst\n* Adds 0.3u of Ethanol to the solution" | |||
}, | |||
{ | |||
"id": "ChangelingSting", | |||
"group": "Drinks", | |||
"color": "#2E6671", | |||
"textColorTheme": "light", | |||
"parent": "BaseSoda", | |||
" | "flavor": "soda", | ||
"name": "Changeling Sting", | |||
" | "desc": "You take a tiny sip and feel a burning sensation...", | ||
1, | "physicalDesc": "fizzy", | ||
" | "recipes": [], | ||
"effects": [], | |||
"effectLine": "" | |||
}, | |||
{ | |||
"id": "Charcoal", | |||
"group": null, | |||
"color": "#22282b", | |||
"textColorTheme": "light", | |||
"flavor": null, | |||
"metabolisms": { | |||
"Medicine": { | |||
"effects": [ | |||
{ | |||
"class": "HealthChange", | |||
"damage": { | |||
"types": { | |||
"Poison": -1 | |||
} | |||
} | |||
}, | |||
{ | |||
"class": "ChemCleanBloodstream", | |||
"cleanseRate": 3 | |||
} | |||
] | ] | ||
}, | } | ||
}, | |||
"name": "charcoal", | |||
"desc": "A black, porous solid", | |||
"physicalDesc": "porous", | |||
"recipes": [ | |||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "Charcoal", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "Carbon", | ||
1, | 1, | ||
false, | false, | ||
" | "carbon" | ||
], | ], | ||
[ | [ | ||
" | "Ash", | ||
1, | 1, | ||
false, | false, | ||
" | "ash" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "Charcoal", | ||
1, | 1, | ||
" | "charcoal" | ||
] | ] | ||
] | ] | ||
}, | } | ||
{ | ], | ||
"effects": [ | |||
"'''Medicine'''", | |||
"* Heals \u003Cspan style=\"color:green\"\u003E1\u003C/span\u003E Poison", | |||
" | "* ChemCleanBloodstream" | ||
], | |||
" | "effectLine": "'''Medicine'''\n* Heals \u003Cspan style=\"color:green\"\u003E1\u003C/span\u003E Poison\n* ChemCleanBloodstream", | ||
1, | "boilingPoint": 4200, | ||
"meltingPoint": 3550 | |||
" | }, | ||
{ | |||
[ | "id": "ChloralHydrate", | ||
" | "group": "Toxins", | ||
"color": "#000067", | |||
false, | "textColorTheme": "light", | ||
" | "flavor": "bitter", | ||
"metabolisms": { | |||
"Poison": { | |||
"metabolismRate": 0.25, | |||
"effects": [ | |||
{ | |||
"class": "Emote", | |||
" | "emote": "Yawn", | ||
"showInChat": true, | |||
] | "probability": 0.1 | ||
}, | }, | ||
{ | |||
"class": "MovespeedModifier", | |||
" | "walkSpeedModifier": 0.65, | ||
" | "sprintSpeedModifier": 0.65 | ||
}, | |||
{ | |||
"class": "GenericStatusEffect", | |||
"key": "Drowsiness", | |||
"component": "Drowsiness", | |||
"time": 4, | |||
"type": "Add", | |||
"refresh": false | |||
}, | |||
{ | |||
"class": "GenericStatusEffect", | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"reagent": "ChloralHydrate", | |||
"min": 10 | |||
} | |||
], | |||
"key": "Anesthesia", | |||
"component": "Anesthesia", | |||
"refresh": false, | |||
"time": 4, | |||
"type": "Add" | |||
}, | |||
{ | |||
"class": "HealthChange", | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"reagent": "ChloralHydrate", | |||
"min": 20 | |||
} | |||
], | |||
"damage": { | |||
"types": { | |||
"Poison": 1.5 | |||
} | |||
} | |||
} | |||
] | |||
} | |||
}, | |||
"name": "chloral hydrate", | |||
"desc": "A sedative and hypnotic chemical. Commonly used to put other people to sleep, whether they want to or not.", | |||
"physicalDesc": "nondescript", | |||
"recipes": [ | |||
{ | |||
"type": "reaction", | |||
"id": "ChloralHydrate", | |||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "Chlorine", | ||
3, | |||
false, | false, | ||
" | "chlorine" | ||
], | ], | ||
[ | [ | ||
" | "Ethanol", | ||
1, | 1, | ||
false, | false, | ||
" | "ethanol" | ||
], | ], | ||
[ | [ | ||
" | "Water", | ||
1, | 1, | ||
false, | false, | ||
" | "water" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "ChloralHydrate", | ||
3, | |||
" | "ChloralHydrate" | ||
] | ] | ||
] | ], | ||
"impact": "Medium" | |||
} | } | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"'''Poison''' ( | "'''Poison''' (0.25u per second)", | ||
" | "* Emote", | ||
"* Deals \u003Cspan style=\"color:red\"\ | "* MovespeedModifier", | ||
"* Applies Drowsiness for 4s", | |||
"* Applies Anesthesia for 4s when there's at least 10u of chloralhydrate", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E1.5\u003C/span\u003E Poison when there's at least 20u of chloralhydrate" | |||
], | ], | ||
"effectLine": "'''Poison''' ( | "effectLine": "'''Poison''' (0.25u per second)\n* Emote\n* MovespeedModifier\n* Applies Drowsiness for 4s\n* Applies Anesthesia for 4s when there's at least 10u of chloralhydrate\n* Deals \u003Cspan style=\"color:red\"\u003E1.5\u003C/span\u003E Poison when there's at least 20u of chloralhydrate" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Chlorine", | ||
"group": " | "group": "Elements", | ||
"color": "# | "color": "#a2ff00", | ||
"textColorTheme": "dark", | "textColorTheme": "dark", | ||
"flavor": " | "flavor": "bitter", | ||
"metabolisms": { | "metabolisms": { | ||
"Poison": { | "Poison": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
| Line 3,691: | Line 3,981: | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
" | "Poison": 2 | ||
} | } | ||
} | } | ||
} | } | ||
] | |||
} | |||
}, | |||
"name": "chlorine", | |||
"desc": "A yellow-green gas which is toxic to humans.", | |||
"physicalDesc": "gaseous", | |||
"recipes": [ | |||
{ | |||
"type": "reaction", | |||
"id": "InsectBloodBreakdown", | |||
"reactants": [ | |||
[ | |||
"InsectBlood", | |||
30, | |||
false, | |||
"InsectBlood" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Water", | |||
14, | |||
"water" | |||
], | |||
[ | |||
" | "Sodium", | ||
3, | |||
"sodium" | |||
], | |||
[ | |||
" | "Chlorine", | ||
1, | |||
"chlorine" | |||
], | |||
[ | |||
"CarbonDioxide", | |||
5, | |||
"CarbonDioxide" | |||
], | |||
[ | |||
"Protein", | |||
" | 6, | ||
"protein" | |||
] | |||
] | |||
}, | |||
{ | |||
"type": "reaction", | |||
"id": "AmmoniaBloodBreakdown", | |||
"reactants": [ | |||
[ | |||
"AmmoniaBlood", | |||
30, | |||
" | false, | ||
"AmmoniaBlood" | |||
" | ] | ||
], | |||
"products": [ | |||
" | |||
" | |||
" | |||
" | |||
" | |||
] | |||
" | |||
[ | [ | ||
" | "Water", | ||
17, | |||
"water" | |||
" | |||
], | ], | ||
[ | [ | ||
" | "Nitrogen", | ||
4, | |||
"nitrogen" | |||
" | |||
], | ], | ||
[ | [ | ||
" | "Chlorine", | ||
2, | 2, | ||
"chlorine" | |||
" | |||
], | ], | ||
[ | [ | ||
" | "Protein", | ||
6, | |||
"protein" | |||
] | |||
] | |||
}, | |||
{ | |||
"type": "reaction", | |||
"id": "TableSaltBreakdown", | |||
"reactants": [ | |||
[ | [ | ||
" | "TableSalt", | ||
2, | |||
false, | false, | ||
"TableSalt" | "TableSalt" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "Chlorine", | ||
1, | |||
" | "chlorine" | ||
], | |||
[ | |||
"Sodium", | |||
1, | |||
"sodium" | |||
] | ] | ||
] | ] | ||
| Line 3,849: | Line 4,091: | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"'''Poison''' | "'''Poison'''", | ||
"* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Poison" | |||
"* | |||
], | ], | ||
"effectLine": "'''Poison''' | "effectLine": "'''Poison'''\n* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Poison", | ||
"boilingPoint": -34.04, | |||
"meltingPoint": -101.5 | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "ChlorineTrifluoride", | ||
"group": | "group": null, | ||
"color": "# | "color": "#FFC8C8", | ||
"textColorTheme": " | "textColorTheme": "dark", | ||
"flavor": " | "parent": "BasePyrotechnic", | ||
"flavor": "bitter", | |||
"metabolisms": { | "metabolisms": { | ||
" | "Poison": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "HealthChange", | ||
" | "damage": { | ||
" | "types": { | ||
"Heat": 2, | |||
"Poison": 1, | |||
"Caustic": 0.5 | |||
} | |||
} | |||
}, | |||
{ | |||
"class": "FlammableReaction", | |||
"multiplier": 0.2 | |||
}, | }, | ||
{ | { | ||
"class": " | "class": "AdjustTemperature", | ||
" | "amount": 6000 | ||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "chlorine trifluoride", | ||
"desc": " | "desc": "You really, REALLY don't want to get this shit anywhere near you.", | ||
"physicalDesc": " | "physicalDesc": "blazing", | ||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "ChlorineTrifluoride", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "Chlorine", | ||
1, | 1, | ||
false, | false, | ||
" | "chlorine" | ||
], | ], | ||
[ | [ | ||
" | "Fluorine", | ||
3, | |||
false, | false, | ||
" | "fluorine" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "ChlorineTrifluoride", | ||
4, | |||
" | "ChlorineTrifluoride" | ||
] | ] | ||
] | ], | ||
"minTemp": 370 | |||
} | } | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Poison'''", | ||
"* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Heat", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Poison", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E0.5\u003C/span\u003E Caustic", | |||
"* FlammableReaction", | |||
"* Adds 6000J of heat to the body it's in" | |||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Poison'''\n* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Heat\n* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Poison\n* Deals \u003Cspan style=\"color:red\"\u003E0.5\u003C/span\u003E Caustic\n* FlammableReaction\n* Adds 6000J of heat to the body it's in" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "CocoaPowder", | ||
"group": " | "group": "Foods", | ||
"color": "# | "color": "#800000", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": " | "flavor": "chocolate", | ||
"metabolisms": { | "metabolisms": { | ||
" | "Food": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "SatiateHunger", | ||
"conditions": [ | |||
{ | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | "class": "ReagentThreshold", | ||
"min": | "reagent": "Nutriment", | ||
"min": 0.1 | |||
} | } | ||
] | ], | ||
"factor": 1 | |||
" | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "cocoa powder", | ||
"desc": " | "desc": "From the best varieties of cocoa beans", | ||
"physicalDesc": " | "physicalDesc": "powdery", | ||
"recipes": [], | "recipes": [], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Food'''", | ||
"* SatiateHunger when there's at least 0.1u of cocoapowder" | |||
"* | |||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Food'''\n* SatiateHunger when there's at least 0.1u of cocoapowder", | ||
"meltingPoint": 146 | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "CoconutRum", | ||
"group": " | "group": "Drinks", | ||
"color": "# | "color": "#cccbc8", | ||
"textColorTheme": "dark", | "textColorTheme": "dark", | ||
"flavor": " | "parent": "BaseAlcohol", | ||
"flavor": "coconutrum", | |||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "SatiateThirst", | ||
" | "factor": 2 | ||
}, | }, | ||
{ | { | ||
"class": " | "class": "AdjustReagent", | ||
" | "reagent": "Ethanol", | ||
"amount": 0.2 | |||
} | |||
] | |||
} | |||
] | }, | ||
}, | "name": "coconut rum", | ||
{ | "desc": "Rum with coconut for that tropical feel.", | ||
"class": " | "physicalDesc": "milky", | ||
" | "recipes": [ | ||
{ | |||
"type": "reaction", | |||
"id": "CoconutRum", | |||
"reactants": [ | |||
[ | |||
"Rum", | |||
2, | |||
false, | |||
"rum" | |||
], | |||
[ | |||
"CoconutWater", | |||
1, | |||
false, | |||
"CoconutWater" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"CoconutRum", | |||
3, | |||
"CoconutRum" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [ | |||
"'''Drink'''", | |||
"* SatiateThirst", | |||
"* Adds 0.2u of Ethanol to the solution" | |||
], | |||
"effectLine": "'''Drink'''\n* SatiateThirst\n* Adds 0.2u of Ethanol to the solution" | |||
}, | |||
{ | |||
"id": "CoconutWater", | |||
"group": "Drinks", | |||
"color": "#f4eadb", | |||
"textColorTheme": "dark", | |||
"parent": "BaseDrink", | |||
"flavor": "nutty", | |||
"metabolisms": { | |||
"Drink": { | |||
"effects": [ | |||
{ | |||
"class": "SatiateThirst", | |||
"factor": 4 | |||
} | |||
] | |||
} | |||
}, | |||
"name": "coconut water", | |||
"desc": "A favorite of survivors on deserted islands.", | |||
"physicalDesc": "milky", | |||
"recipes": [], | |||
"effects": [ | |||
"'''Drink'''", | |||
"* SatiateThirst" | |||
], | |||
"effectLine": "'''Drink'''\n* SatiateThirst" | |||
}, | |||
{ | |||
"id": "Coffee", | |||
"group": "Drinks", | |||
"color": "#664300", | |||
"textColorTheme": "light", | |||
"parent": "BaseDrink", | |||
"flavor": "coffee", | |||
"metabolisms": { | |||
"Drink": { | |||
"effects": [ | |||
{ | |||
"class": "SatiateThirst", | |||
"factor": 2 | |||
}, | }, | ||
{ | { | ||
"class": " | "class": "GenericStatusEffect", | ||
" | "key": "Drowsiness", | ||
"time": 2, | |||
"type": "Remove" | |||
}, | }, | ||
{ | { | ||
"class": " | "class": "AdjustReagent", | ||
" | "reagent": "Theobromine", | ||
"amount": 0.05 | |||
} | |||
] | |||
" | |||
} | |||
] | |||
} | } | ||
}, | }, | ||
"name": " | "name": "coffee", | ||
"desc": " | "desc": "A drink made from brewed coffee beans. Contains a moderate amount of caffeine.", | ||
"physicalDesc": " | "physicalDesc": "aromatic", | ||
"recipes": [], | "recipes": [], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Drink'''", | ||
" | "* SatiateThirst", | ||
"* | "* Applies Drowsiness for 2s", | ||
"* Adds 0.05u of Theobromine to the solution" | |||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Drink'''\n* SatiateThirst\n* Applies Drowsiness for 2s\n* Adds 0.05u of Theobromine to the solution" | ||
}, | |||
{ | |||
"id": "CoffeeLiqueur", | |||
"group": "Drinks", | |||
"color": "#664300", | |||
"textColorTheme": "light", | |||
"parent": "BaseAlcohol", | |||
"flavor": "coffeeliquor", | |||
"name": "coffee liqueur", | |||
"desc": "Liquor flavoured with cold brewed coffee and spices.", | |||
"physicalDesc": "cloudy", | |||
"recipes": [], | |||
"effects": [], | |||
"effectLine": "" | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "CogChamp", | ||
"group": " | "group": "Drinks", | ||
"color": "# | "color": "#B5A642", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": " | "parent": "BaseAlcohol", | ||
"flavor": "cogchamp", | |||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "GenericStatusEffect", | ||
" | "key": "RatvarianLanguage", | ||
"component": "RatvarianLanguage" | |||
}, | |||
{ | |||
"class": "SatiateThirst", | |||
"factor": 2 | |||
}, | }, | ||
{ | { | ||
"class": "AdjustReagent", | "class": "AdjustReagent", | ||
"reagent": " | "reagent": "Ethanol", | ||
"amount": | "amount": 0.15 | ||
} | } | ||
] | ] | ||
}, | } | ||
" | }, | ||
"name": "Cogchamp", | |||
"desc": "Not even Ratvar's Four Generals could withstand this! Qevax Jryy!", | |||
"physicalDesc": "ground brass", | |||
"recipes": [ | |||
{ | |||
"type": "reaction", | |||
"id": "CogChamp", | |||
"reactants": [ | |||
[ | |||
"Cognac", | |||
1, | |||
false, | |||
"cognac" | |||
], | |||
[ | |||
"ScrewdriverCocktail", | |||
1, | |||
false, | |||
"ScrewdriverCocktail" | |||
], | |||
[ | |||
"WeldingFuel", | |||
1, | |||
false, | |||
"WeldingFuel" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"CogChamp", | |||
3, | |||
"Cogchamp" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [ | |||
"'''Drink'''", | |||
"* Applies RatvarianLanguage", | |||
"* SatiateThirst", | |||
"* Adds 0.15u of Ethanol to the solution" | |||
], | |||
"effectLine": "'''Drink'''\n* Applies RatvarianLanguage\n* SatiateThirst\n* Adds 0.15u of Ethanol to the solution" | |||
}, | |||
{ | |||
"id": "Cognac", | |||
"group": "Drinks", | |||
"color": "#AB3C05", | |||
"textColorTheme": "light", | |||
"parent": "BaseAlcohol", | |||
"flavor": "cognac", | |||
"metabolisms": { | |||
"Drink": { | |||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "SatiateThirst", | ||
" | "factor": 2 | ||
}, | }, | ||
{ | { | ||
"class": " | "class": "AdjustReagent", | ||
" | "reagent": "Ethanol", | ||
" | "amount": 0.2 | ||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "cognac", | ||
"desc": " | "desc": "A sweet and strongly alcoholic drink, twice distilled and left to mature for several years. Classy as fornication.", | ||
"physicalDesc": " | "physicalDesc": "strong smelling", | ||
"recipes": [], | "recipes": [], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Drink'''", | ||
"* SatiateThirst", | |||
"* | "* Adds 0.2u of Ethanol to the solution" | ||
], | |||
"* | "effectLine": "'''Drink'''\n* SatiateThirst\n* Adds 0.2u of Ethanol to the solution" | ||
], | |||
"effectLine": "''' | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "Cognizine", | ||
"group": " | "group": "Medicine", | ||
"color": "# | "color": "#b50ee8", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": " | "flavor": "magical", | ||
"metabolisms": { | "metabolisms": { | ||
" | "Medicine": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "MakeSentient", | ||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"class": "ReagentThreshold", | "class": "ReagentThreshold", | ||
"min": | "min": 5 | ||
} | } | ||
] | ] | ||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"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", | |||
"id": "Cognizine", | |||
"reactants": [ | |||
[ | |||
"CarpoToxin", | |||
1, | |||
false, | |||
"carpotoxin" | |||
], | |||
[ | |||
"Siderlac", | |||
1, | |||
false, | |||
"siderlac" | |||
], | |||
[ | |||
"Acetone", | |||
1, | |||
false, | |||
"acetone" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Cognizine", | |||
1, | |||
"cognizine" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [ | "effects": [ | ||
"''' | "'''Medicine'''", | ||
"* MakeSentient when there's at least 5u of cognizine" | |||
"* | ], | ||
"effectLine": "'''Medicine'''\n* MakeSentient when there's at least 5u of cognizine" | |||
], | |||
"effectLine": "''' | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "Cola", | ||
"group": " | "group": "Drinks", | ||
"color": "# | "color": "#6c2828", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": " | "parent": "BaseSoda", | ||
"flavor": "soda", | |||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "SatiateThirst", | ||
" | "factor": 2 | ||
}, | }, | ||
{ | { | ||
"class": " | "class": "GenericStatusEffect", | ||
" | "key": "Drowsiness", | ||
"time": 1, | |||
"type": "Remove" | |||
" | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "Space Cola", | ||
"desc": " | "desc": "A sweet, carbonated soft drink.", | ||
"physicalDesc": " | "physicalDesc": "fizzy", | ||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "Cola", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "Ipecac", | ||
1, | |||
false, | false, | ||
" | "ipecac" | ||
], | ], | ||
[ | [ | ||
" | "Oxygen", | ||
1, | |||
" | false, | ||
"oxygen" | |||
], | ], | ||
[ | [ | ||
" | "Water", | ||
1, | |||
" | false, | ||
"water" | |||
], | ], | ||
[ | [ | ||
" | "Sugar", | ||
1, | |||
" | false, | ||
], | "sugar" | ||
] | |||
], | |||
"products": [ | |||
[ | [ | ||
" | "Cola", | ||
4, | 4, | ||
" | "Space Cola" | ||
] | ] | ||
] | ] | ||
}, | } | ||
], | |||
"effects": [ | |||
"'''Drink'''", | |||
"* SatiateThirst", | |||
"* Applies Drowsiness for 1s" | |||
], | |||
"effectLine": "'''Drink'''\n* SatiateThirst\n* Applies Drowsiness for 1s" | |||
}, | |||
{ | |||
"id": "Coldsauce", | |||
"group": "Foods", | |||
"color": "skyblue", | |||
"textColorTheme": "dark", | |||
"flavor": "cold", | |||
"name": "coldsauce", | |||
"desc": "Leaves the tongue numb in its passage.", | |||
"physicalDesc": "cold", | |||
"recipes": [ | |||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "CookingColdsauce", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "JuiceTomato", | ||
1, | |||
false, | false, | ||
" | "JuiceTomato" | ||
], | ], | ||
[ | [ | ||
" | "TableSalt", | ||
1, | |||
" | false, | ||
"TableSalt" | |||
], | ], | ||
[ | [ | ||
" | "FrostOil", | ||
1, | |||
" | false, | ||
], | "FrostOil" | ||
] | |||
], | |||
"products": [ | |||
[ | [ | ||
" | "Coldsauce", | ||
3, | 3, | ||
" | "coldsauce" | ||
] | ] | ||
] | ] | ||
} | } | ||
], | ], | ||
"effects": [ | "effects": [], | ||
"effectLine": "" | |||
"effectLine": " | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "Copper", | ||
"group": " | "group": "Elements", | ||
"color": "# | "color": "#b05b3c", | ||
"textColorTheme": " | "textColorTheme": "light", | ||
"flavor": " | "flavor": "metallic", | ||
"metabolisms": { | "metabolisms": { | ||
"Poison": { | "Poison": { | ||
"metabolismRate": 0.1, | |||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": "HealthChange", | "class": "HealthChange", | ||
"conditions": [ | |||
{ | |||
"class": "OrganType", | |||
"type": "Arachnid", | |||
"shouldHave": false | |||
} | |||
], | |||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
" | "Poison": 0.1 | ||
} | } | ||
} | } | ||
| Line 4,393: | Line 4,655: | ||
] | ] | ||
}, | }, | ||
" | "Medicine": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "ModifyBloodLevel", | ||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"class": "OrganType", | "class": "OrganType", | ||
"type": " | "type": "Arachnid", | ||
"shouldHave": true | |||
} | } | ||
] | ], | ||
"amount": 0.4 | |||
} | |||
" | |||
} | |||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "copper", | ||
"desc": "A | "desc": "A soft, malleable, and ductile metal with very high thermal and electrical conductivity.", | ||
"physicalDesc": " | "physicalDesc": "metallic", | ||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "CopperBloodBreakdown", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "CopperBlood", | ||
20, | |||
false, | false, | ||
" | "CopperBlood" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
"water", | "Water", | ||
11, | |||
" | "water" | ||
], | |||
[ | |||
"Copper", | |||
0, | |||
"copper" | |||
], | |||
[ | |||
"Sugar", | |||
2, | |||
"sugar" | |||
], | |||
[ | |||
"CarbonDioxide", | |||
3, | |||
"CarbonDioxide" | |||
], | ], | ||
[ | [ | ||
" | "Protein", | ||
4, | |||
" | "protein" | ||
] | ] | ||
] | ] | ||
| Line 4,476: | Line 4,716: | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Medicine'''", | ||
"* ModifyBloodLevel", | |||
"\n", | "\n", | ||
"* Deals \u003Cspan style=\"color:red\"\ | "'''Poison''' (0.1u per second)", | ||
"* Deals \u003Cspan style=\"color:red\"\u003E0.1\u003C/span\u003E Poison" | |||
], | ], | ||
"effectLine": "'''Poison''' (0. | "effectLine": "'''Medicine'''\n* ModifyBloodLevel\n\n\n'''Poison''' (0.1u per second)\n* Deals \u003Cspan style=\"color:red\"\u003E0.1\u003C/span\u003E Poison", | ||
"boilingPoint": 2595, | |||
"meltingPoint": 1083 | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "CopperBlood", | ||
"group": " | "group": "Biological", | ||
"color": "# | "color": "#162581", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
" | "parent": "Blood", | ||
" | "flavor": "metallic", | ||
"name": "blue blood", | |||
"desc": "Contains copper as opposed to iron which gives it a distinct blue color.", | |||
"physicalDesc": "metallic", | |||
"recipes": [], | |||
"effects": [], | |||
"effectLine": "" | |||
}, | |||
{ | |||
"id": "Cornmeal", | |||
"group": "Foods", | |||
"color": "tan", | |||
"textColorTheme": "dark", | |||
"flavor": "corn", | |||
"metabolisms": { | |||
"Food": { | |||
"effects": [ | |||
{ | { | ||
"class": " | "class": "SatiateThirst", | ||
" | "factor": -0.2 | ||
}, | }, | ||
{ | { | ||
"class": " | "class": "AdjustReagent", | ||
" | "reagent": "Nutriment", | ||
"amount": 0.1 | |||
} | |||
] | |||
} | |||
}, | |||
"name": "cornmeal", | |||
"desc": "Used for baking.", | |||
"physicalDesc": "powdery", | |||
"recipes": [], | |||
"effects": [ | |||
"'''Food'''", | |||
"* SatiateThirst", | |||
"* Adds 0.1u of Nutriment to the solution" | |||
], | |||
"effectLine": "'''Food'''\n* SatiateThirst\n* Adds 0.1u of Nutriment to the solution" | |||
}, | |||
{ | |||
"id": "Cornoil", | |||
"group": "Foods", | |||
"color": "yellow", | |||
"textColorTheme": "dark", | |||
"flavor": "oily", | |||
"name": "corn oil", | |||
"desc": "Corn oil, A delicious oil used in cooking. Made from corn.", | |||
"physicalDesc": "oily", | |||
"recipes": [], | |||
"effects": [], | |||
"effectLine": "" | |||
}, | |||
{ | |||
"id": "Cosmopolitan", | |||
"group": "Drinks", | |||
"color": "#f73030", | |||
"textColorTheme": "light", | |||
"parent": "BaseAlcohol", | |||
"flavor": "cosmopolitan", | |||
"metabolisms": { | |||
"Drink": { | |||
"effects": [ | |||
{ | { | ||
"class": " | "class": "SatiateThirst", | ||
" | "factor": 2 | ||
}, | }, | ||
{ | { | ||
"class": " | "class": "AdjustReagent", | ||
"reagent": "Ethanol", | |||
"amount": 0.15 | |||
" | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "cosmopolitan", | ||
"desc": " | "desc": "Even in the worst situations, nothing beats a fresh cosmopolitan.", | ||
"physicalDesc": " | "physicalDesc": "citric", | ||
"recipes": [], | "recipes": [ | ||
{ | |||
"type": "reaction", | |||
"id": "Cosmopolitan", | |||
"reactants": [ | |||
[ | |||
"Vodka", | |||
1, | |||
false, | |||
"vodka" | |||
], | |||
[ | |||
"JuiceBerry", | |||
1, | |||
false, | |||
"JuiceBerry" | |||
], | |||
[ | |||
"JuiceLime", | |||
1, | |||
false, | |||
"JuiceLime" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Cosmopolitan", | |||
3, | |||
"cosmopolitan" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [ | "effects": [ | ||
"''' | "'''Drink'''", | ||
"* SatiateThirst", | |||
"* | "* Adds 0.15u of Ethanol to the solution" | ||
"* | |||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Drink'''\n* SatiateThirst\n* Adds 0.15u of Ethanol to the solution" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Cream", | ||
"group": " | "group": "Drinks", | ||
"color": "# | "color": "#DFD7AF", | ||
"textColorTheme": " | "textColorTheme": "dark", | ||
"flavor": " | "flavor": "creamy", | ||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "SatiateThirst", | ||
" | "factor": 1 | ||
} | |||
] | |||
} | |||
}, | |||
"name": "cream", | |||
"desc": "The fatty, still liquid part of milk. Why don't you mix this with sum scotch, eh?", | |||
"physicalDesc": "creamy", | |||
"recipes": [ | |||
{ | |||
"type": "reaction", | |||
"id": "ReduceMilk", | |||
"reactants": [ | |||
[ | |||
"Milk", | |||
2, | |||
false, | |||
"milk" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Cream", | |||
1, | |||
"cream" | |||
] | |||
], | |||
"minTemp": 320 | |||
" | |||
" | |||
" | |||
} | } | ||
], | |||
"effects": [ | "effects": [ | ||
"''' | "'''Drink'''", | ||
"* SatiateThirst" | |||
"* | |||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Drink'''\n* SatiateThirst" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "CreamOfCoconut", | ||
"group": " | "group": "Drinks", | ||
"color": "# | "color": "#FFEABF", | ||
"textColorTheme": " | "textColorTheme": "dark", | ||
"flavor": " | "parent": "BaseDrink", | ||
"flavor": "creamy", | |||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "SatiateThirst", | ||
" | "factor": 2 | ||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "cream of coconut", | ||
"desc": " | "desc": "Sweet, syrupy version of coconut cream with added sugar.", | ||
"physicalDesc": " | "physicalDesc": "syrupy", | ||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "CreamOfCoconut", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "CoconutWater", | ||
1, | 1, | ||
false, | false, | ||
" | "CoconutWater" | ||
], | ], | ||
[ | [ | ||
" | "Sugar", | ||
1, | 1, | ||
false, | false, | ||
" | "sugar" | ||
], | ], | ||
[ | [ | ||
" | "Milk", | ||
1, | 1, | ||
false, | false, | ||
" | "milk" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "CreamOfCoconut", | ||
3, | 3, | ||
" | "CreamOfCoconut" | ||
] | ] | ||
] | ] | ||
| Line 4,793: | Line 4,951: | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Drink'''", | ||
"* SatiateThirst" | |||
"* | |||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Drink'''\n* SatiateThirst" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Cryoxadone", | ||
"group": "Medicine", | "group": "Medicine", | ||
"color": "# | "color": "#0091ff", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": "medicine", | "flavor": "medicine", | ||
| Line 4,810: | Line 4,965: | ||
"Medicine": { | "Medicine": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": "HealthChange", | "class": "HealthChange", | ||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"class": " | "class": "Temperature", | ||
"max": 213 | |||
"max": | |||
} | } | ||
], | ], | ||
"damage": { | "damage": { | ||
"groups": { | "groups": { | ||
"Brute": | "Airloss": -6, | ||
"Brute": -4, | |||
"Burn": -6, | |||
"Toxin": -4 | |||
} | } | ||
} | } | ||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
" | "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": [ | |||
{ | { | ||
"type": "reaction", | |||
"id": "Cryoxadone", | |||
"type": "reaction", | |||
"id": " | |||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "Dexalin", | ||
1, | 1, | ||
false, | false, | ||
" | "dexalin" | ||
], | ], | ||
[ | [ | ||
" | "Water", | ||
1, | 1, | ||
false, | false, | ||
" | "water" | ||
], | ], | ||
[ | [ | ||
" | "Oxygen", | ||
1, | 1, | ||
false, | false, | ||
" | "oxygen" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "Cryoxadone", | ||
3, | 3, | ||
" | "cryoxadone" | ||
] | ] | ||
] | ] | ||
| Line 4,929: | Line 5,022: | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"'''Medicine''' | "'''Medicine'''", | ||
"* Heals \u003Cspan style=\"color:green\"\u003E6\u003C/span\u003E Airloss", | |||
"* Heals \u003Cspan style=\"color:green\"\ | "* Heals \u003Cspan style=\"color:green\"\u003E4\u003C/span\u003E Brute", | ||
"* Heals \u003Cspan style=\"color:green\"\u003E6\u003C/span\u003E Burn", | |||
"* | "* Heals \u003Cspan style=\"color:green\"\u003E4\u003C/span\u003E Toxin" | ||
"* | |||
"* | |||
], | ], | ||
"effectLine": "'''Medicine''' | "effectLine": "'''Medicine'''\n* Heals \u003Cspan style=\"color:green\"\u003E6\u003C/span\u003E Airloss\n* Heals \u003Cspan style=\"color:green\"\u003E4\u003C/span\u003E Brute\n* Heals \u003Cspan style=\"color:green\"\u003E6\u003C/span\u003E Burn\n* Heals \u003Cspan style=\"color:green\"\u003E4\u003C/span\u003E Toxin" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Cryptobiolin", | ||
"group": "Medicine", | "group": "Medicine", | ||
"color": "# | "color": "#081a80", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": "medicine", | "flavor": "medicine", | ||
| Line 4,958: | Line 5,039: | ||
"Medicine": { | "Medicine": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": "GenericStatusEffect", | "class": "GenericStatusEffect", | ||
"key": " | "key": "Stutter", | ||
" | "component": "ScrambledAccent" | ||
}, | }, | ||
{ | { | ||
"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" | ||
], | ], | ||
[ | [ | ||
" | "Sugar", | ||
1, | 1, | ||
false, | false, | ||
" | "sugar" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "Cryptobiolin", | ||
3, | 3, | ||
" | "cryptobiolin" | ||
] | ] | ||
] | ] | ||
| Line 5,031: | Line 5,089: | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"'''Medicine''' | "'''Medicine'''", | ||
"* Applies Stutter", | |||
"* | "* Drunk" | ||
"* | |||
], | ], | ||
"effectLine": "'''Medicine''' | "effectLine": "'''Medicine'''\n* Applies Stutter\n* Drunk" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "CubaLibre", | ||
"group": " | "group": "Drinks", | ||
"color": "# | "color": "#3E1B00", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": " | "parent": "BaseAlcohol", | ||
"flavor": "cubalibre", | |||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "SatiateThirst", | ||
" | "factor": 2 | ||
}, | }, | ||
{ | { | ||
"class": " | "class": "AdjustReagent", | ||
" | "reagent": "Ethanol", | ||
"amount": 0.07 | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "Cuba libre", | ||
"desc": " | "desc": "Rum, mixed with cola. Viva la revolucion.", | ||
"physicalDesc": " | "physicalDesc": "bubbly", | ||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "CubaLibre", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "Cola", | ||
2, | |||
false, | false, | ||
" | "Space Cola" | ||
], | ], | ||
[ | [ | ||
" | "Rum", | ||
1, | 1, | ||
false, | false, | ||
" | "rum" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "CubaLibre", | ||
3, | 3, | ||
" | "CubaLibre" | ||
] | ] | ||
] | ] | ||
| Line 5,104: | Line 5,148: | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Drink'''", | ||
"* SatiateThirst", | |||
"* | "* Adds 0.07u of Ethanol to the solution" | ||
"* | |||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Drink'''\n* SatiateThirst\n* Adds 0.07u of Ethanol to the solution" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "DeadRum", | ||
"group": " | "group": "Drinks", | ||
"color": "# | "color": "#664300", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": " | "parent": "BaseAlcohol", | ||
"flavor": "rum", | |||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "SatiateThirst", | ||
" | "factor": 2 | ||
}, | |||
{ | |||
"class": "AdjustReagent", | |||
"reagent": "Ethanol", | |||
"amount": 0.2 | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "deadrum", | ||
"desc": " | "desc": "Distilled alcoholic drink made from saltwater.", | ||
"physicalDesc": " | "physicalDesc": "strong smelling", | ||
"recipes": [], | |||
"effects": [ | |||
"'''Drink'''", | |||
"* SatiateThirst", | |||
"* Adds 0.2u of Ethanol to the solution" | |||
], | |||
"effectLine": "'''Drink'''\n* SatiateThirst\n* Adds 0.2u of Ethanol to the solution" | |||
}, | |||
{ | |||
"id": "DemonsBlood", | |||
"group": "Drinks", | |||
"color": "#a70000", | |||
"textColorTheme": "light", | |||
"parent": "BaseAlcohol", | |||
"flavor": "demonsblood", | |||
"name": "Demon's Blood", | |||
"desc": "AHHHH!!!!", | |||
"physicalDesc": "ferrous", | |||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "DemonsBlood", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "Rum", | ||
1, | |||
false, | |||
"rum" | |||
], | |||
[ | |||
"Blood", | |||
1, | |||
false, | |||
"blood" | |||
], | |||
[ | |||
"DrGibb", | |||
1, | 1, | ||
false, | false, | ||
" | "DrGibb" | ||
], | ], | ||
[ | [ | ||
" | "SpaceMountainWind", | ||
1, | 1, | ||
false, | false, | ||
" | "SpaceMountainWind" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "DemonsBlood", | ||
4, | |||
" | "DemonsBlood" | ||
] | ] | ||
] | ] | ||
} | } | ||
], | ], | ||
"effects": [ | "effects": [], | ||
"effectLine": "" | |||
"effectLine": " | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "Desoxyephedrine", | ||
"group": " | "group": "Narcotics", | ||
"color": "# | "color": "#FAFAFA", | ||
"textColorTheme": " | "textColorTheme": "dark", | ||
"flavor": " | "flavor": "bitter", | ||
"metabolisms": { | "metabolisms": { | ||
" | "Poison": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": "HealthChange", | "class": "HealthChange", | ||
"damage": { | "damage": { | ||
" | "types": { | ||
" | "Poison": 0.75 | ||
} | } | ||
} | } | ||
| Line 5,194: | Line 5,261: | ||
{ | { | ||
"class": "ReagentThreshold", | "class": "ReagentThreshold", | ||
"min": | "min": 30 | ||
} | } | ||
], | ], | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
" | "Poison": 2, | ||
"Asphyxiation": 2 | |||
} | } | ||
} | } | ||
} | |||
] | |||
}, | |||
"Narcotic": { | |||
"effects": [ | |||
{ | |||
"class": "MovespeedModifier", | |||
"walkSpeedModifier": 1.35, | |||
"sprintSpeedModifier": 1.35 | |||
}, | |||
{ | |||
"class": "GenericStatusEffect", | |||
"key": "Stutter", | |||
"component": "StutteringAccent" | |||
}, | }, | ||
{ | { | ||
"class": "Jitter", | "class": "Jitter", | ||
"value": "" | |||
}, | |||
{ | |||
"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 | |||
} | |||
], | |||
"key": "Drowsiness", | |||
"time": 10, | |||
"type": "Remove" | |||
}, | |||
{ | |||
"class": "GenericStatusEffect", | |||
"key": "Adrenaline", | |||
"component": "IgnoreSlowOnDamage", | |||
"time": 5 | |||
} | |||
] | |||
}, | |||
"Medicine": { | |||
"effects": [ | |||
{ | |||
"class": "ResetNarcolepsy", | |||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"class": "ReagentThreshold", | "class": "ReagentThreshold", | ||
"min": 20 | "min": 20 | ||
} | } | ||
] | ] | ||
| Line 5,217: | Line 5,336: | ||
} | } | ||
}, | }, | ||
"name": " | "name": "desoxyephedrine", | ||
"desc": "A | "desc": "A more effective ephedrine, with more active downsides. Requires less doses to cure narcolepsy.", | ||
"physicalDesc": " | "physicalDesc": "translucent", | ||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "Desoxyephedrine", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "Ephedrine", | ||
1, | |||
false, | |||
"ephedrine" | |||
], | |||
[ | |||
"Carbon", | |||
1, | 1, | ||
false, | false, | ||
" | "carbon" | ||
], | ], | ||
[ | [ | ||
" | "Iodine", | ||
1, | 1, | ||
false, | false, | ||
" | "iodine" | ||
], | ], | ||
[ | [ | ||
" | "Phosphorus", | ||
1, | 1, | ||
false, | false, | ||
" | "phosphorus" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "Desoxyephedrine", | ||
4, | |||
" | "desoxyephedrine" | ||
] | ] | ||
] | ], | ||
"impact": "Medium", | |||
"minTemp": 370 | |||
} | } | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"'''Medicine''' | "'''Medicine'''", | ||
"* ResetNarcolepsy when there's at least 20u of desoxyephedrine", | |||
"\n", | "\n", | ||
"* | "'''Narcotic'''", | ||
"* MovespeedModifier", | |||
"* Applies Stutter", | |||
"* Causes jittering", | |||
"* Applies Stun for 3s", | |||
"* Applies KnockedDown for 3s", | |||
"* Applies Drowsiness for 10s when there's at most 0.01u of desoxyephedrine", | |||
"* Applies Adrenaline for 5s", | |||
"\n", | "\n", | ||
"* Deals \u003Cspan style=\"color:red\"\ | "'''Poison'''", | ||
"\ | "* Deals \u003Cspan style=\"color:red\"\u003E0.75\u003C/span\u003E Poison", | ||
"* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Poison when there's at least 30u of desoxyephedrine", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Asphyxiation when there's at least 30u of desoxyephedrine" | |||
], | ], | ||
"effectLine": "'''Medicine''' | "effectLine": "'''Medicine'''\n* ResetNarcolepsy when there's at least 20u of desoxyephedrine\n\n\n'''Narcotic'''\n* MovespeedModifier\n* Applies Stutter\n* Causes jittering\n* Applies Stun for 3s\n* Applies KnockedDown for 3s\n* Applies Drowsiness for 10s when there's at most 0.01u of desoxyephedrine\n* Applies Adrenaline for 5s\n\n\n'''Poison'''\n* Deals \u003Cspan style=\"color:red\"\u003E0.75\u003C/span\u003E Poison\n* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Poison when there's at least 30u of desoxyephedrine\n* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Asphyxiation when there's at least 30u of desoxyephedrine", | ||
"boilingPoint": 212, | |||
"meltingPoint": 170 | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "DevilsKiss", | ||
"group": " | "group": "Drinks", | ||
"color": "# | "color": "#ff0033", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
" | "parent": "BaseAlcohol", | ||
" | "flavor": "devilskiss", | ||
"name": "Devil's Kiss", | |||
"desc": "Creepy time!", | |||
"physicalDesc": "ferrous", | |||
"name": " | |||
"desc": " | |||
"physicalDesc": " | |||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "DevilsKiss", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "Rum", | ||
1, | 1, | ||
false, | false, | ||
" | "rum" | ||
], | ], | ||
[ | [ | ||
" | "Blood", | ||
1, | 1, | ||
false, | false, | ||
" | "blood" | ||
], | ], | ||
[ | [ | ||
" | "CoffeeLiqueur", | ||
1, | 1, | ||
false, | false, | ||
" | "coffee liqueur" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "DevilsKiss", | ||
3, | 3, | ||
" | "DevilsKiss" | ||
] | ] | ||
] | ] | ||
} | } | ||
], | ], | ||
"effects": [ | "effects": [], | ||
"effectLine": "" | |||
"effectLine": " | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "Dexalin", | ||
"group": "Medicine", | "group": "Medicine", | ||
"color": "# | "color": "#0041a8", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": " | "flavor": "medicine", | ||
"metabolisms": { | "metabolisms": { | ||
"Medicine": { | "Medicine": { | ||
"metabolismRate": 0.2, | |||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": "HealthChange", | "class": "HealthChange", | ||
"damage": { | "damage": { | ||
" | "groups": { | ||
" | "Airloss": -2 | ||
} | } | ||
} | } | ||
| Line 5,391: | Line 5,471: | ||
{ | { | ||
"class": "ReagentThreshold", | "class": "ReagentThreshold", | ||
"min": | "min": 20 | ||
} | } | ||
], | ], | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
"Cold": | "Asphyxiation": 2, | ||
"Cold": 1 | |||
} | } | ||
} | } | ||
| Line 5,404: | Line 5,484: | ||
} | } | ||
}, | }, | ||
"name": " | "name": "dexalin", | ||
"desc": " | "desc": "Used for treating oxygen deprivation and bloodloss. Myths of a \"Dexalin Plus\" are false.", | ||
"physicalDesc": " | "physicalDesc": "opaque", | ||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "Dexalin", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "Oxygen", | ||
2, | |||
false, | false, | ||
" | "oxygen" | ||
], | ], | ||
[ | [ | ||
" | "Plasma", | ||
1, | 1, | ||
true, | |||
" | "plasma" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "Dexalin", | ||
3, | |||
" | "dexalin" | ||
] | ] | ||
] | ] | ||
| Line 5,438: | Line 5,516: | ||
"effects": [ | "effects": [ | ||
"'''Medicine''' (0.2u per second)", | "'''Medicine''' (0.2u per second)", | ||
"* Heals \u003Cspan style=\"color:green\"\u003E2\u003C/span\u003E Airloss", | |||
"* Heals \u003Cspan style=\"color:green\"\ | "* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Asphyxiation when there's at least 20u of dexalin", | ||
"\ | "* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Cold when there's at least 20u of dexalin" | ||
"* Deals \u003Cspan style=\"color:red\"\ | |||
], | ], | ||
"effectLine": "'''Medicine''' (0.2u per second)\n* Heals \u003Cspan style=\"color:green\"\ | "effectLine": "'''Medicine''' (0.2u per second)\n* Heals \u003Cspan style=\"color:green\"\u003E2\u003C/span\u003E Airloss\n* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Asphyxiation when there's at least 20u of dexalin\n* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Cold when there's at least 20u of dexalin" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Diethylamine", | ||
"group": " | "group": "Botanical", | ||
"color": "# | "color": "#a1000b", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": " | "flavor": "bitter", | ||
"metabolisms": { | "metabolisms": { | ||
" | "Poison": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
| Line 5,458: | Line 5,535: | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
" | "Caustic": 1 | ||
} | } | ||
} | }, | ||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"class": " | "class": "OrganType", | ||
" | "type": "Plant", | ||
" | "shouldHave": false | ||
} | } | ||
], | ] | ||
} | |||
] | |||
}, | |||
"Medicine": { | |||
"effects": [ | |||
{ | |||
"class": "HealthChange", | |||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
" | "Heat": -2, | ||
"Cold": -2, | |||
"Shock": -2 | |||
} | |||
}, | |||
"conditions": [ | |||
{ | |||
"class": "OrganType", | |||
"type": "Plant" | |||
} | } | ||
] | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "diethylamine", | ||
"desc": "A | "desc": "A very potent fertilizer, treats plants with nutrients, eliminates pests, and sometimes it can even speed up growth.", | ||
"physicalDesc": " | "physicalDesc": "strong smelling", | ||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "Diethylamine", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "Ammonia", | ||
1, | 1, | ||
false, | false, | ||
" | "ammonia" | ||
], | ], | ||
[ | [ | ||
" | "Ethanol", | ||
1, | 1, | ||
false, | false, | ||
" | "ethanol" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "Diethylamine", | ||
2, | 2, | ||
" | "diethylamine" | ||
] | ] | ||
] | ] | ||
| Line 5,514: | Line 5,600: | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"'''Medicine''' | "'''Medicine'''", | ||
"* Heals \u003Cspan style=\"color:green\"\u003E2\u003C/span\u003E Heat", | |||
"* Heals \u003Cspan style=\"color:green\"\u003E2\u003C/span\u003E Cold", | |||
"* Heals \u003Cspan style=\"color:green\"\u003E2\u003C/span\u003E Shock", | |||
"\n", | "\n", | ||
" | "'''Poison'''", | ||
"* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Caustic" | |||
"* Deals \u003Cspan style=\"color:red\"\ | |||
], | ], | ||
"effectLine": "'''Medicine''' | "effectLine": "'''Medicine'''\n* Heals \u003Cspan style=\"color:green\"\u003E2\u003C/span\u003E Heat\n* Heals \u003Cspan style=\"color:green\"\u003E2\u003C/span\u003E Cold\n* Heals \u003Cspan style=\"color:green\"\u003E2\u003C/span\u003E Shock\n\n\n'''Poison'''\n* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Caustic", | ||
"boilingPoint": 55.5, | |||
"meltingPoint": -50 | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "Diphenhydramine", | ||
"group": "Medicine", | "group": "Medicine", | ||
"color": "# | "color": "#64ffe6", | ||
"textColorTheme": " | "textColorTheme": "dark", | ||
"flavor": " | "flavor": "medicine", | ||
"metabolisms": { | "metabolisms": { | ||
"Medicine": { | "Medicine": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "AdjustReagent", | ||
" | "reagent": "Histamine", | ||
"amount": -3 | |||
}, | |||
{ | |||
"class": "GenericStatusEffect", | |||
"key": "Jitter", | |||
"time": 3, | |||
"type": "Remove" | |||
}, | |||
{ | |||
"class": "GenericStatusEffect", | |||
"key": "Drowsiness", | |||
"component": "Drowsiness", | |||
"time": 1.5, | |||
"type": "Add", | |||
"refresh": false | |||
}, | }, | ||
{ | { | ||
"class": "HealthChange", | "class": "HealthChange", | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
"Poison": 3 | "Poison": -3 | ||
} | } | ||
} | } | ||
| Line 5,557: | Line 5,651: | ||
} | } | ||
}, | }, | ||
"name": " | "name": "diphenhydramine", | ||
"desc": " | "desc": "Rapidly purges the body of histamine, reduces jitteriness, causes drowsiness, and treats poison damage. Often included in sleep medication.", | ||
"physicalDesc": " | "physicalDesc": "chalky", | ||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "Diphenhydramine", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "Diethylamine", | ||
1, | |||
false, | |||
"diethylamine" | |||
], | |||
[ | |||
"Oil", | |||
1, | |||
false, | |||
"oil" | |||
], | |||
[ | |||
"TableSalt", | |||
1, | 1, | ||
false, | false, | ||
" | "TableSalt" | ||
], | ], | ||
[ | [ | ||
" | "Carbon", | ||
1, | |||
false, | false, | ||
" | "carbon" | ||
], | ], | ||
[ | [ | ||
" | "Ethanol", | ||
1, | 1, | ||
false, | false, | ||
" | "ethanol" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "Diphenhydramine", | ||
3, | |||
" | "diphenhydramine" | ||
] | ] | ||
] | ], | ||
"impact": "Medium", | |||
"minTemp": 377.59 | |||
} | } | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"'''Medicine''' | "'''Medicine'''", | ||
" | "* Removes 3u of Histamine from the solution", | ||
"* | "* Applies Jitter for 3s", | ||
" | "* Applies Drowsiness for 1.5s", | ||
"* | "* Heals \u003Cspan style=\"color:green\"\u003E3\u003C/span\u003E Poison" | ||
], | ], | ||
"effectLine": "'''Medicine''' | "effectLine": "'''Medicine'''\n* Removes 3u of Histamine from the solution\n* Applies Jitter for 3s\n* Applies Drowsiness for 1.5s\n* Heals \u003Cspan style=\"color:green\"\u003E3\u003C/span\u003E Poison" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Diphenylmethylamine", | ||
"group": "Medicine", | "group": "Medicine", | ||
"color": "# | "color": "#b0abaa", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": "medicine", | "flavor": "medicine", | ||
| Line 5,613: | Line 5,720: | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "GenericStatusEffect", | ||
"key": "Drowsiness", | |||
"time": 10, | |||
"type": "Remove" | |||
}, | |||
{ | |||
"class": "ResetNarcolepsy", | |||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"class": " | "class": "ReagentThreshold", | ||
"min": 5 | |||
"min": | |||
} | } | ||
] | |||
}, | |||
{ | |||
"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", | |||
"name": " | |||
"desc": " | |||
"physicalDesc": " | |||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "Diphenylmethylamine", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "Ethyloxyephedrine", | ||
1, | 1, | ||
false, | false, | ||
" | "ethyloxyephedrine" | ||
], | ], | ||
[ | [ | ||
" | "SodiumCarbonate", | ||
1, | 1, | ||
false, | false, | ||
" | "SodiumCarbonate" | ||
], | ], | ||
[ | [ | ||
" | "Coffee", | ||
1, | 1, | ||
false, | false, | ||
" | "coffee" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "Diphenylmethylamine", | ||
3, | 3, | ||
" | "diphenylmethylamine" | ||
] | ] | ||
] | ], | ||
"impact": "Medium" | |||
} | } | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"'''Medicine''' | "'''Medicine'''", | ||
" | "* Applies Drowsiness for 10s", | ||
"* | "* ResetNarcolepsy when there's at least 5u of diphenylmethylamine", | ||
"* PopupMessage" | |||
"* | |||
], | ], | ||
"effectLine": "'''Medicine''' | "effectLine": "'''Medicine'''\n* Applies Drowsiness for 10s\n* ResetNarcolepsy when there's at least 5u of diphenylmethylamine\n* PopupMessage" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "DoctorsDelight", | ||
"group": " | "group": "Drinks", | ||
"color": "# | "color": "#FF8CFF", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"parent": "BaseDrink", | |||
"flavor": "medicine", | "flavor": "medicine", | ||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"effects": [ | "effects": [ | ||
{ | |||
"class": "SatiateThirst", | |||
"factor": 2 | |||
}, | |||
{ | |||
"class": "SatiateHunger", | |||
"factor": -2 | |||
}, | |||
{ | |||
"class": "AdjustReagent", | |||
"reagent": "Ethanol", | |||
"amount": 0.05 | |||
}, | |||
{ | { | ||
"class": "HealthChange", | "class": "HealthChange", | ||
"damage": { | "damage": { | ||
" | "groups": { | ||
" | "Burn": -1, | ||
"Brute": -1, | |||
"Airloss": -1, | |||
"Toxin": -1 | |||
} | } | ||
} | } | ||
| Line 5,724: | Line 5,829: | ||
} | } | ||
}, | }, | ||
"name": " | "name": "The Doctor's Delight", | ||
"desc": "A | "desc": "A gulp a day keeps the MediBot away. That's probably for the best.", | ||
"physicalDesc": " | "physicalDesc": "soothing", | ||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "DoctorsDelight", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "Cream", | ||
2, | |||
false, | |||
"cream" | |||
], | |||
[ | |||
"JuiceLime", | |||
1, | 1, | ||
false, | false, | ||
" | "JuiceLime" | ||
], | ], | ||
[ | [ | ||
" | "JuiceOrange", | ||
1, | 1, | ||
false, | false, | ||
" | "JuiceOrange" | ||
], | |||
[ | [ | ||
" | "JuiceTomato", | ||
1, | |||
" | false, | ||
"JuiceTomato" | |||
], | |||
[ | |||
"Tricordrazine", | |||
1, | |||
false, | |||
"tricordrazine" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"DoctorsDelight", | |||
6, | |||
"DoctorsDelight" | |||
] | ] | ||
] | ] | ||
| Line 5,755: | Line 5,878: | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Drink'''", | ||
"\ | "* SatiateThirst", | ||
"* Heals \u003Cspan style=\"color:green\"\ | "* SatiateHunger", | ||
"* Adds 0.05u of Ethanol to the solution", | |||
"* Heals \u003Cspan style=\"color:green\"\u003E1\u003C/span\u003E Burn", | |||
"* Heals \u003Cspan style=\"color:green\"\u003E1\u003C/span\u003E Brute", | |||
"* Heals \u003Cspan style=\"color:green\"\u003E1\u003C/span\u003E Airloss", | |||
"* Heals \u003Cspan style=\"color:green\"\u003E1\u003C/span\u003E Toxin" | |||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Drink'''\n* SatiateThirst\n* SatiateHunger\n* Adds 0.05u of Ethanol to the solution\n* Heals \u003Cspan style=\"color:green\"\u003E1\u003C/span\u003E Burn\n* Heals \u003Cspan style=\"color:green\"\u003E1\u003C/span\u003E Brute\n* Heals \u003Cspan style=\"color:green\"\u003E1\u003C/span\u003E Airloss\n* Heals \u003Cspan style=\"color:green\"\u003E1\u003C/span\u003E Toxin" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Doxarubixadone", | ||
"group": "Medicine", | "group": "Medicine", | ||
"color": "# | "color": "#32cd32", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": "medicine", | "flavor": "medicine", | ||
| Line 5,770: | Line 5,898: | ||
"Medicine": { | "Medicine": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": "HealthChange", | "class": "HealthChange", | ||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"class": " | "class": "Temperature", | ||
"max": 213 | |||
"max": | |||
} | } | ||
], | ], | ||
"damage": { | "damage": { | ||
"types": { | "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": " | "physicalDesc": "bubbling", | ||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "Doxarubixadone", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "Cryoxadone", | ||
1, | 1, | ||
false, | false, | ||
" | "cryoxadone" | ||
], | ], | ||
[ | [ | ||
" | "UnstableMutagen", | ||
1, | 1, | ||
false, | false, | ||
" | "UnstableMutagen" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "Doxarubixadone", | ||
2, | |||
" | "doxarubixadone" | ||
] | ] | ||
] | ] | ||
| Line 5,849: | Line 5,946: | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"'''Medicine''' | "'''Medicine'''", | ||
"* Heals \u003Cspan style=\"color:green\"\u003E2\u003C/span\u003E Cellular" | |||
"* Heals \u003Cspan style=\"color:green | |||
], | ], | ||
"effectLine": "'''Medicine''' | "effectLine": "'''Medicine'''\n* Heals \u003Cspan style=\"color:green\"\u003E2\u003C/span\u003E Cellular" | ||
}, | |||
{ | |||
"id": "DrGibb", | |||
"group": "Drinks", | |||
"color": "#102000", | |||
"textColorTheme": "light", | |||
"parent": "BaseSoda", | |||
"flavor": "drgibb", | |||
"name": "Dr. Gibb", | |||
"desc": "A delicious blend of 42 different flavours.", | |||
"physicalDesc": "fizzy", | |||
"recipes": [], | |||
"effects": [], | |||
"effectLine": "" | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "DriestMartini", | ||
"group": " | "group": "Drinks", | ||
"color": "# | "color": "#2E6671", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": " | "parent": "BaseAlcohol", | ||
"flavor": "driestmartini", | |||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "SatiateThirst", | ||
" | "factor": 2 | ||
}, | |||
}, | |||
{ | { | ||
"class": " | "class": "AdjustReagent", | ||
" | "reagent": "Ethanol", | ||
"amount": 0.15 | |||
" | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "driest martini", | ||
"desc": " | "desc": "Only for the experienced. You think you see sand floating in the glass.", | ||
"physicalDesc": " | "physicalDesc": "strong smelling", | ||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "DriestMartini", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "Gin", | ||
1, | |||
false, | false, | ||
" | "gin" | ||
], | ], | ||
[ | [ | ||
" | "Nothing", | ||
1, | 1, | ||
false, | |||
" | "nothing" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "DriestMartini", | ||
2, | |||
" | "DriestMartini" | ||
] | ] | ||
] | ] | ||
| Line 5,927: | Line 6,018: | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Drink'''", | ||
" | "* SatiateThirst", | ||
"* | "* Adds 0.15u of Ethanol to the solution" | ||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Drink'''\n* SatiateThirst\n* Adds 0.15u of Ethanol to the solution" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "DryRamen", | ||
"group": " | "group": "Drinks", | ||
"color": "# | "color": "#664300", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": " | "parent": "BaseDrink", | ||
"flavor": "cheapnoodles", | |||
"metabolisms": { | "metabolisms": { | ||
" | "Food": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "SatiateHunger", | ||
" | "factor": 1 | ||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "dry ramen", | ||
"desc": "Used | "desc": "Dry noodles and salt.", | ||
"physicalDesc": " | "physicalDesc": "wormy", | ||
"recipes": [ | "recipes": [], | ||
{ | "effects": [ | ||
"type": "reaction", | "'''Food'''", | ||
"id": " | "* SatiateHunger" | ||
], | |||
"effectLine": "'''Food'''\n* SatiateHunger" | |||
}, | |||
{ | |||
"id": "Egg", | |||
"group": "Foods", | |||
"color": "white", | |||
"textColorTheme": "dark", | |||
"flavor": "raw-egg", | |||
"metabolisms": { | |||
"Food": { | |||
"effects": [ | |||
{ | |||
"class": "AdjustReagent", | |||
"reagent": "UncookedAnimalProteins", | |||
"amount": 0.5 | |||
} | |||
] | |||
} | |||
}, | |||
"name": "raw egg", | |||
"desc": "Used for baking.", | |||
"physicalDesc": "mucus-like", | |||
"recipes": [], | |||
"effects": [ | |||
"'''Food'''", | |||
"* Adds 0.5u of UncookedAnimalProteins to the solution" | |||
], | |||
"effectLine": "'''Food'''\n* Adds 0.5u of UncookedAnimalProteins to the solution" | |||
}, | |||
{ | |||
"id": "EggCooked", | |||
"group": "Foods", | |||
"color": "white", | |||
"textColorTheme": "dark", | |||
"flavor": "egg", | |||
"metabolisms": { | |||
"Food": { | |||
"effects": [ | |||
{ | |||
"class": "AdjustReagent", | |||
"reagent": "Protein", | |||
"amount": 1 | |||
} | |||
] | |||
} | |||
}, | |||
"name": "cooked egg", | |||
"desc": "Cooked chicken embryo, delicious.", | |||
"physicalDesc": "fluffy", | |||
"recipes": [ | |||
{ | |||
"type": "reaction", | |||
"id": "EggCooking", | |||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "Egg", | ||
0, | |||
false, | false, | ||
" | "cooked egg" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "EggCooked", | ||
0, | |||
" | "EggCooked" | ||
] | ] | ||
] | ], | ||
"impact": "Low", | |||
"minTemp": 344 | |||
} | } | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Food'''", | ||
"* Adds 1u of Protein to the solution" | |||
"* | |||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Food'''\n* Adds 1u of Protein to the solution" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "EnergyDrink", | ||
"group": " | "group": "Drinks", | ||
"color": "# | "color": "#ffffbf", | ||
"textColorTheme": "dark", | "textColorTheme": "dark", | ||
"flavor": " | "parent": "BaseSoda", | ||
"flavor": "energydrink", | |||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "SatiateThirst", | ||
" | "factor": 2 | ||
}, | |||
{ | |||
"class": "GenericStatusEffect", | |||
"key": "Drowsiness", | |||
"time": 2, | |||
"type": "Remove" | |||
}, | |||
{ | |||
"class": "AdjustReagent", | |||
"reagent": "Theobromine", | |||
"amount": 0.1 | |||
} | |||
] | |||
} | |||
}, | |||
"name": "Red Bool", | |||
"desc": "A dose of energy! Nanotrasen is not responsible if you grow avian appendages.", | |||
"physicalDesc": "fizzy", | |||
"recipes": [], | |||
"effects": [ | |||
"'''Drink'''", | |||
"* SatiateThirst", | |||
"* Applies Drowsiness for 2s", | |||
"* Adds 0.1u of Theobromine to the solution" | |||
], | |||
"effectLine": "'''Drink'''\n* SatiateThirst\n* Applies Drowsiness for 2s\n* Adds 0.1u of Theobromine to the solution" | |||
}, | |||
{ | |||
"id": "Enzyme", | |||
"group": "Foods", | |||
"color": "#009900", | |||
"textColorTheme": "light", | |||
"flavor": "bitter", | |||
"name": "universal enzyme", | |||
"desc": "Used in cooking various dishes.", | |||
"physicalDesc": "chalky", | |||
"recipes": [], | |||
"effects": [], | |||
"effectLine": "" | |||
}, | |||
{ | |||
"id": "Ephedrine", | |||
"group": "Narcotics", | |||
"color": "#D2FFFA", | |||
"textColorTheme": "dark", | |||
"flavor": "bitter", | |||
"metabolisms": { | |||
"Narcotic": { | |||
"effects": [ | |||
{ | |||
"class": "MovespeedModifier", | |||
"walkSpeedModifier": 1.25, | |||
"sprintSpeedModifier": 1.25 | |||
}, | }, | ||
{ | { | ||
| Line 6,070: | Line 6,199: | ||
{ | { | ||
"class": "ReagentThreshold", | "class": "ReagentThreshold", | ||
"min": 20 | "min": 20 | ||
} | } | ||
], | ], | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
" | "Poison": 2, | ||
" | "Asphyxiation": 2 | ||
} | } | ||
} | } | ||
}, | }, | ||
{ | { | ||
"class": " | "class": "Jitter", | ||
" | "value": "" | ||
}, | }, | ||
{ | { | ||
"class": " | "class": "GenericStatusEffect", | ||
" | "key": "Stun", | ||
"time": 1, | |||
"type": "Remove" | |||
}, | |||
{ | |||
"class": "GenericStatusEffect", | |||
"key": "KnockedDown", | |||
"time": 1, | |||
" | "type": "Remove" | ||
" | |||
}, | }, | ||
{ | { | ||
"class": " | "class": "GenericStatusEffect", | ||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"class": "ReagentThreshold", | "class": "ReagentThreshold", | ||
"reagent": " | "reagent": "Haloperidol", | ||
"max": 0.01 | |||
"max": | |||
} | } | ||
], | ], | ||
"key": "Drowsiness", | |||
"time": 10, | |||
"key": " | |||
"time": | |||
"type": "Remove" | "type": "Remove" | ||
}, | }, | ||
{ | { | ||
"class": " | "class": "PopupMessage", | ||
" | "visualType": "Medium", | ||
" | "messages": [ | ||
"type": " | "ephedrine-effect-tight-pain", | ||
"ephedrine-effect-heart-pounds" | |||
], | |||
"type": "Local", | |||
"probability": 0.05 | |||
}, | }, | ||
{ | { | ||
| Line 6,130: | Line 6,253: | ||
"component": "IgnoreSlowOnDamage", | "component": "IgnoreSlowOnDamage", | ||
"time": 5 | "time": 5 | ||
} | |||
] | |||
}, | |||
"Medicine": { | |||
"effects": [ | |||
{ | |||
"class": "ResetNarcolepsy", | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"min": 30 | |||
} | |||
] | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "ephedrine", | ||
"desc": " | "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": " | "physicalDesc": "powdery", | ||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "Ephedrine", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "Oil", | ||
1, | 1, | ||
false, | false, | ||
" | "oil" | ||
], | ], | ||
[ | [ | ||
" | "Hydrogen", | ||
1, | 1, | ||
false, | false, | ||
" | "hydrogen" | ||
], | ], | ||
[ | [ | ||
" | "Sugar", | ||
1, | 1, | ||
false, | false, | ||
" | "sugar" | ||
], | ], | ||
[ | [ | ||
" | "Diethylamine", | ||
1, | 1, | ||
false, | false, | ||
" | "diethylamine" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "Ephedrine", | ||
4, | 4, | ||
" | "ephedrine" | ||
] | ] | ||
] | ], | ||
"impact": "Medium" | |||
} | } | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"'''Medicine''' | "'''Medicine'''", | ||
"* ResetNarcolepsy when there's at least 30u of ephedrine", | |||
"\n", | "\n", | ||
" | "'''Narcotic'''", | ||
"* MovespeedModifier", | |||
"* Deals \u003Cspan style=\"color:red\"\ | "* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Poison when there's at least 20u of ephedrine", | ||
" | "* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Asphyxiation when there's at least 20u of ephedrine", | ||
"* | "* Causes jittering", | ||
"* Applies Stun for 1s", | |||
"* | "* Applies KnockedDown for 1s", | ||
"* Applies Drowsiness for 10s when there's at most 0.01u of ephedrine", | |||
"* | "* PopupMessage", | ||
"* Applies Adrenaline for 5s" | |||
"* | |||
"* | |||
], | ], | ||
"effectLine": "'''Medicine''' | "effectLine": "'''Medicine'''\n* ResetNarcolepsy when there's at least 30u of ephedrine\n\n\n'''Narcotic'''\n* MovespeedModifier\n* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Poison when there's at least 20u of ephedrine\n* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Asphyxiation when there's at least 20u of ephedrine\n* Causes jittering\n* Applies Stun for 1s\n* Applies KnockedDown for 1s\n* Applies Drowsiness for 10s when there's at most 0.01u of ephedrine\n* PopupMessage\n* Applies Adrenaline for 5s", | ||
"boilingPoint": 255, | |||
"meltingPoint": 36 | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "Epinephrine", | ||
"group": "Medicine", | "group": "Medicine", | ||
"color": "# | "color": "#d2fffa", | ||
"textColorTheme": " | "textColorTheme": "dark", | ||
"flavor": "medicine", | "flavor": "medicine", | ||
"metabolisms": { | "metabolisms": { | ||
"Medicine": { | "Medicine": { | ||
"metabolismRate": 0.2, | |||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": "HealthChange", | "class": "HealthChange", | ||
"damage": { | "conditions": [ | ||
"types": { | { | ||
" | "class": "MobStateCondition", | ||
"mobstate": "Critical" | |||
}, | |||
{ | |||
"class": "ReagentThreshold", | |||
"min": 0, | |||
"max": 20 | |||
} | |||
], | |||
"damage": { | |||
"types": { | |||
"Asphyxiation": -2, | |||
"Poison": -0.5 | |||
}, | |||
"groups": { | |||
"Brute": -0.3, | |||
"Burn": -0.4 | |||
} | } | ||
} | } | ||
}, | }, | ||
{ | { | ||
| Line 6,223: | Line 6,371: | ||
{ | { | ||
"class": "ReagentThreshold", | "class": "ReagentThreshold", | ||
"min": | "min": 20 | ||
} | } | ||
], | ], | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
" | "Asphyxiation": 1, | ||
"Poison": 1 | |||
} | } | ||
} | } | ||
}, | }, | ||
{ | { | ||
"class": " | "class": "AdjustReagent", | ||
"reagent": "HeartbreakerToxin", | |||
"amount": -2 | |||
}, | |||
{ | |||
"class": "AdjustReagent", | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"reagent": "HeartbreakerToxin", | |||
"min": 1 | |||
} | |||
], | |||
"reagent": "Epinephrine", | |||
"amount": -1 | |||
}, | |||
{ | |||
"class": "AdjustReagent", | |||
"probability": 0.1, | |||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"class": "ReagentThreshold", | "class": "ReagentThreshold", | ||
" | "reagent": "HeartbreakerToxin", | ||
" | "min": 1 | ||
} | } | ||
] | ], | ||
"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 | |||
}, | |||
{ | |||
"class": "MovespeedModifier", | |||
"walkSpeedModifier": 1.1, | |||
"sprintSpeedModifier": 1.1 | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"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": [ | |||
[ | |||
"Epinephrine", | |||
4, | |||
"epinephrine" | |||
] | ] | ||
] | ] | ||
| Line 6,277: | Line 6,480: | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"'''Medicine''' (0. | "'''Medicine''' (0.2u per second)", | ||
"\ | "* Heals \u003Cspan style=\"color:green\"\u003E2\u003C/span\u003E Asphyxiation when there's between 0u and 20u of epinephrine", | ||
"* Heals \u003Cspan style=\"color:green\"\ | "* Heals \u003Cspan style=\"color:green\"\u003E0.5\u003C/span\u003E Poison when there's between 0u and 20u of epinephrine", | ||
"\ | "* Heals \u003Cspan style=\"color:green\"\u003E0.3\u003C/span\u003E Brute when there's between 0u and 20u of epinephrine", | ||
"* | "* Heals \u003Cspan style=\"color:green\"\u003E0.4\u003C/span\u003E Burn when there's between 0u and 20u of epinephrine", | ||
"\ | "* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Asphyxiation when there's at least 20u of epinephrine", | ||
"* Deals \u003Cspan style=\"color:red\"\ | "* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Poison when there's at least 20u of epinephrine", | ||
" | "* Removes 2u of HeartbreakerToxin from the solution", | ||
"* | "* Removes 1u of Epinephrine from the solution when there's at least 1u of epinephrine", | ||
"* Adds 4u of Histamine to the solution when there's at least 1u of epinephrine", | |||
"* Applies Stun for 0.75s", | |||
"* Applies KnockedDown for 0.75s", | |||
"* Applies Adrenaline for 5s", | |||
"* MovespeedModifier" | |||
], | ], | ||
"effectLine": "'''Medicine''' (0. | "effectLine": "'''Medicine''' (0.2u per second)\n* Heals \u003Cspan style=\"color:green\"\u003E2\u003C/span\u003E Asphyxiation when there's between 0u and 20u of epinephrine\n* Heals \u003Cspan style=\"color:green\"\u003E0.5\u003C/span\u003E Poison when there's between 0u and 20u of epinephrine\n* Heals \u003Cspan style=\"color:green\"\u003E0.3\u003C/span\u003E Brute when there's between 0u and 20u of epinephrine\n* Heals \u003Cspan style=\"color:green\"\u003E0.4\u003C/span\u003E Burn when there's between 0u and 20u of epinephrine\n* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Asphyxiation when there's at least 20u of epinephrine\n* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Poison when there's at least 20u of epinephrine\n* Removes 2u of HeartbreakerToxin from the solution\n* Removes 1u of Epinephrine from the solution when there's at least 1u of epinephrine\n* Adds 4u of Histamine to the solution when there's at least 1u of epinephrine\n* Applies Stun for 0.75s\n* Applies KnockedDown for 0.75s\n* Applies Adrenaline for 5s\n* MovespeedModifier" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "ErikaSurprise", | ||
"group": " | "group": "Drinks", | ||
"color": "# | "color": "#67bc50", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
" | "parent": "BaseAlcohol", | ||
" | "flavor": "erikasurprise", | ||
"name": "Erika surprise", | |||
"desc": "The surprise is, it's green!", | |||
"physicalDesc": "cloudy", | |||
"name": " | |||
"desc": " | |||
"physicalDesc": " | |||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "ErikaSurprise", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "Ale", | ||
2, | |||
false, | |||
"ale" | |||
], | |||
[ | |||
"Ice", | |||
1, | |||
false, | |||
"ice" | |||
], | |||
[ | |||
"JuiceBanana", | |||
1, | 1, | ||
false, | false, | ||
" | "JuiceBanana" | ||
], | ], | ||
[ | [ | ||
" | "JuiceLime", | ||
1, | 1, | ||
false, | false, | ||
" | "JuiceLime" | ||
], | ], | ||
[ | [ | ||
" | "Whiskey", | ||
1, | 1, | ||
false, | false, | ||
" | "whiskey" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "ErikaSurprise", | ||
6, | |||
" | "ErikaSurprise" | ||
] | ] | ||
] | ] | ||
} | } | ||
], | ], | ||
"effects": [ | "effects": [], | ||
"effectLine": "" | |||
"effectLine": " | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "Ethanol", | ||
"group": " | "group": "Drinks", | ||
"color": "# | "color": "#b05b3c", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": " | "parent": "BaseAlcohol", | ||
"flavor": "alcohol", | |||
"metabolisms": { | "metabolisms": { | ||
" | "Alcohol": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
| Line 6,368: | Line 6,569: | ||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"class": " | "class": "ReagentThreshold", | ||
" | "min": 15 | ||
}, | |||
{ | |||
"class": "OrganType", | |||
"type": "Dwarf", | |||
"shouldHave": false | |||
} | } | ||
], | ], | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
" | "Poison": 1 | ||
} | } | ||
} | } | ||
}, | }, | ||
{ | { | ||
"class": " | "class": "HealthChange", | ||
" | "conditions": [ | ||
{ | |||
"class": "ReagentThreshold", | |||
"min": 15 | |||
}, | |||
{ | |||
"class": "OrganType", | |||
"type": "Dwarf" | |||
} | |||
], | |||
"damage": { | |||
"types": { | |||
"Poison": 0.2 | |||
} | |||
} | |||
}, | |||
{ | |||
"class": "HealthChange", | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"min": 5 | |||
}, | |||
{ | |||
"class": "OrganType", | |||
"type": "Dwarf" | |||
} | |||
], | |||
"damage": { | |||
"groups": { | |||
"Brute": -0.75 | |||
}, | |||
"types": { | |||
"Heat": -0.25 | |||
} | |||
} | |||
}, | |||
{ | |||
"class": "ChemVomit", | |||
"probability": 0.04, | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"reagent": "Ethanol", | |||
"min": 12 | |||
}, | |||
{ | |||
"class": "OrganType", | |||
"type": "Dwarf", | |||
"shouldHave": false | |||
} | |||
] | |||
}, | |||
{ | |||
"class": "Drunk", | |||
"boozePower": 2 | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "ethanol", | ||
"desc": " | "desc": "A simple alcohol, makes you drunk if consumed, flammable.", | ||
"physicalDesc": " | "physicalDesc": "strong smelling", | ||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "WeldingFuelBreakdown", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "WeldingFuel", | ||
10, | |||
false, | false, | ||
" | "WeldingFuel" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "Ethanol", | ||
5, | |||
"ethanol" | |||
], | |||
[ | |||
"Hydrogen", | |||
3, | 3, | ||
" | "hydrogen" | ||
], | |||
[ | |||
"Sulfur", | |||
2, | |||
"sulfur" | |||
] | ] | ||
] | ] | ||
| Line 6,422: | Line 6,681: | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Alcohol'''", | ||
"\ | "* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Poison when there's at least 15u of ethanol", | ||
"* Heals \u003Cspan style=\"color:green\"\ | "* Deals \u003Cspan style=\"color:red\"\u003E0.2\u003C/span\u003E Poison when there's at least 15u of ethanol", | ||
" | "* Heals \u003Cspan style=\"color:green\"\u003E0.25\u003C/span\u003E Heat when there's at least 5u of ethanol", | ||
"* | "* Heals \u003Cspan style=\"color:green\"\u003E0.75\u003C/span\u003E Brute when there's at least 5u of ethanol", | ||
], | "* ChemVomit when there's at least 12u of ethanol", | ||
"effectLine": "''' | "* Drunk" | ||
], | |||
"effectLine": "'''Alcohol'''\n* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Poison when there's at least 15u of ethanol\n* Deals \u003Cspan style=\"color:red\"\u003E0.2\u003C/span\u003E Poison when there's at least 15u of ethanol\n* Heals \u003Cspan style=\"color:green\"\u003E0.25\u003C/span\u003E Heat when there's at least 5u of ethanol\n* Heals \u003Cspan style=\"color:green\"\u003E0.75\u003C/span\u003E Brute when there's at least 5u of ethanol\n* ChemVomit when there's at least 12u of ethanol\n* Drunk", | |||
"boilingPoint": 78.2, | |||
"meltingPoint": -114.1 | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "Ethyloxyephedrine", | ||
"group": "Medicine", | "group": "Medicine", | ||
"color": "# | "color": "#d5d5e4", | ||
"textColorTheme": " | "textColorTheme": "dark", | ||
"flavor": "medicine", | "flavor": "medicine", | ||
"metabolisms": { | "metabolisms": { | ||
| Line 6,440: | Line 6,703: | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "Jitter", | ||
" | "value": "" | ||
}, | |||
{ | |||
"class": "GenericStatusEffect", | |||
"key": "Stutter", | |||
"component": "StutteringAccent" | |||
}, | |||
{ | |||
"class": "GenericStatusEffect", | |||
"key": "Drowsiness", | |||
"time": 10, | |||
"type": "Remove" | |||
}, | }, | ||
{ | { | ||
"class": " | "class": "ResetNarcolepsy", | ||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"class": "ReagentThreshold", | "class": "ReagentThreshold", | ||
"min": | "min": 10 | ||
} | } | ||
] | ] | ||
| Line 6,462: | Line 6,728: | ||
{ | { | ||
"class": "PopupMessage", | "class": "PopupMessage", | ||
" | "visualType": "Medium", | ||
"messages": [ | "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", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "Desoxyephedrine", | ||
1, | 1, | ||
false, | false, | ||
" | "desoxyephedrine" | ||
], | ], | ||
[ | [ | ||
" | "Stellibinin", | ||
1, | 1, | ||
false, | false, | ||
" | "stellibinin" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "Ethyloxyephedrine", | ||
2, | 2, | ||
" | "ethyloxyephedrine" | ||
] | ] | ||
] | ], | ||
"impact": "Medium" | |||
} | } | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"'''Medicine''' | "'''Medicine'''", | ||
" | "* Causes jittering", | ||
"* | "* Applies Stutter", | ||
" | "* Applies Drowsiness for 10s", | ||
"* | "* ResetNarcolepsy when there's at least 10u of ethyloxyephedrine", | ||
"* PopupMessage" | |||
], | ], | ||
"effectLine": "'''Medicine''' | "effectLine": "'''Medicine'''\n* Causes jittering\n* Applies Stutter\n* Applies Drowsiness for 10s\n* ResetNarcolepsy when there's at least 10u of ethyloxyephedrine\n* PopupMessage" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Ethylredoxrazine", | ||
"group": "Medicine", | "group": "Medicine", | ||
"color": "# | "color": "#2d5708", | ||
"textColorTheme": " | "textColorTheme": "light", | ||
"flavor": "medicine", | "flavor": "medicine", | ||
"metabolisms": { | "metabolisms": { | ||
"Medicine": { | "Medicine": { | ||
"effects": [ | "effects": [ | ||
{ | |||
"class": "GenericStatusEffect", | |||
"key": "Drunk", | |||
"time": 60, | |||
"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" | |||
], | |||
[ | |||
"Multiver", | |||
1, | |||
false, | |||
"Multiver" | |||
], | |||
[ | |||
"Carbon", | |||
1, | |||
false, | |||
"carbon" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Ethylredoxrazine", | |||
3, | |||
"ethylredoxrazine" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [ | |||
"'''Medicine'''", | |||
"* Applies Drunk for 60s", | |||
"* Heals \u003Cspan style=\"color:green\"\u003E0.5\u003C/span\u003E Poison" | |||
], | |||
"effectLine": "'''Medicine'''\n* Applies Drunk for 60s\n* Heals \u003Cspan style=\"color:green\"\u003E0.5\u003C/span\u003E Poison" | |||
}, | |||
{ | |||
"id": "EZNutrient", | |||
"group": "Botanical", | |||
"color": "#664330", | |||
"textColorTheme": "light", | |||
"flavor": "bitter", | |||
"metabolisms": { | |||
"Food": { | |||
"effects": [ | |||
{ | { | ||
"class": " | "class": "SatiateHunger", | ||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"class": " | "class": "OrganType", | ||
" | "type": "Plant" | ||
} | } | ||
] | ] | ||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "EZ nutrient", | ||
"desc": " | "desc": "Give your plants some of those EZ nutrients! Dionas find this delicious.", | ||
"physicalDesc": " | "physicalDesc": "thick", | ||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "EZNutrient", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "Nitrogen", | ||
1, | 1, | ||
false, | false, | ||
" | "nitrogen" | ||
], | ], | ||
[ | [ | ||
" | "Phosphorus", | ||
1, | 1, | ||
false, | false, | ||
" | "phosphorus" | ||
], | ], | ||
[ | [ | ||
" | "Potassium", | ||
1, | 1, | ||
false, | |||
" | "potassium" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "EZNutrient", | ||
3, | |||
" | "EZNutrient" | ||
] | ] | ||
] | ] | ||
| Line 6,611: | Line 6,907: | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Food'''", | ||
"* SatiateHunger" | |||
"* | |||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Food'''\n* SatiateHunger" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Fat", | ||
"group": " | "group": "Biological", | ||
"color": "# | "color": "#d8d8b0", | ||
"textColorTheme": "dark", | "textColorTheme": "dark", | ||
"flavor": " | "flavor": "terrible", | ||
"name": "fat", | |||
"desc": "No matter how it was obtained, its application is important.", | |||
"physicalDesc": "exotic smelling", | |||
"recipes": [ | |||
{ | |||
"type": "reaction", | |||
"id": "OilBreakdown", | |||
"reactants": [ | |||
[ | |||
"Oil", | |||
10, | |||
false, | |||
"oil" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Fat", | |||
6, | |||
"fat" | |||
], | |||
[ | |||
"Water", | |||
3, | |||
"water" | |||
], | |||
[ | |||
"Protein", | |||
1, | |||
"protein" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [], | |||
"effectLine": "", | |||
"boilingPoint": 200, | |||
"meltingPoint": -5 | |||
}, | |||
{ | |||
"id": "FerrochromicAcid", | |||
"group": "Toxins", | |||
"color": "#48b3b8", | |||
"textColorTheme": "light", | |||
"flavor": "sour", | |||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "SatiateThirst", | ||
" | "factor": -1.5 | ||
}, | }, | ||
{ | { | ||
"class": "HealthChange", | "class": "HealthChange", | ||
" | "scaleByQuantity": true, | ||
"ignoreResistances": true, | |||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
" | "Heat": 2.5, | ||
"Caustic": 1 | |||
} | } | ||
} | } | ||
}, | } | ||
] | |||
} | |||
}, | |||
"name": "ferrochromic acid", | |||
"desc": "A mildy corrosive solution, unable of causing severe danger unless ingested.", | |||
"physicalDesc": "ferrous", | |||
"recipes": [], | |||
"effects": [ | |||
"'''Drink'''", | |||
] | "* SatiateThirst", | ||
"* Deals \u003Cspan style=\"color:red\"\u003E2.5\u003C/span\u003E Heat", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Caustic" | |||
], | |||
" | "effectLine": "'''Drink'''\n* SatiateThirst\n* Deals \u003Cspan style=\"color:red\"\u003E2.5\u003C/span\u003E Heat\n* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Caustic" | ||
}, | |||
{ | |||
"id": "Fersilicite", | |||
"group": null, | |||
"color": "#434b4d", | |||
"textColorTheme": "light", | |||
"flavor": "metallic", | |||
"name": "fersilicite", | |||
"desc": "An intermetallic compound with unusual magnetic properties at low temperatures.", | |||
"physicalDesc": "crystalline", | |||
"recipes": [ | |||
{ | |||
"type": "reaction", | |||
"id": "Fersilicite", | |||
"reactants": [ | |||
[ | |||
"Iron", | |||
1, | |||
false, | |||
"iron" | |||
], | |||
[ | |||
"Silicon", | |||
1, | |||
false, | |||
"silicon" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Fersilicite", | |||
2, | |||
"fersilicite" | |||
] | |||
], | |||
"minTemp": 310 | |||
} | |||
], | |||
"effects": [], | |||
"effectLine": "", | |||
"boilingPoint": 2962, | |||
"meltingPoint": 1638 | |||
}, | |||
{ | |||
"id": "Fiber", | |||
"group": null, | |||
"color": "#808080", | |||
"textColorTheme": "light", | |||
"flavor": "fiber", | |||
"metabolisms": { | |||
"Food": { | |||
"effects": [ | |||
{ | { | ||
"class": " | "class": "SatiateHunger", | ||
" | "conditions": [ | ||
{ | |||
"class": "OrganType", | |||
"type": "Moth" | |||
} | |||
] | |||
] | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "fiber", | ||
"desc": "A | "desc": "A raw material, usually extracted from wool or other fabric products.", | ||
"physicalDesc": " | "physicalDesc": "fibrous", | ||
"recipes": [], | "recipes": [], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Food'''", | ||
"* SatiateHunger" | |||
"* | |||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Food'''\n* SatiateHunger" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Flour", | ||
"group": " | "group": "Foods", | ||
"color": " | "color": "white", | ||
"textColorTheme": "dark", | "textColorTheme": "dark", | ||
"flavor": " | "flavor": "chalky", | ||
"metabolisms": { | "metabolisms": { | ||
" | "Food": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "AdjustReagent", | ||
" | "reagent": "Sugar", | ||
"amount": 0.4 | |||
}, | |||
{ | |||
"class": "SatiateThirst", | |||
"factor": -0.2 | |||
}, | }, | ||
{ | { | ||
"class": " | "class": "AdjustReagent", | ||
" | "reagent": "Nutriment", | ||
"amount": 0.1 | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": "flour", | |||
"desc": "Used for baking.", | |||
"physicalDesc": "powdery", | |||
"recipes": [], | |||
"name": " | |||
"desc": " | |||
"physicalDesc": " | |||
"recipes": [ | |||
"effects": [ | "effects": [ | ||
"''' | "'''Food'''", | ||
"* Adds 0.4u of Sugar to the solution", | |||
"* SatiateThirst", | |||
"* Adds 0.1u of Nutriment to the solution" | |||
"* | |||
"* | |||
"* | |||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Food'''\n* Adds 0.4u of Sugar to the solution\n* SatiateThirst\n* Adds 0.1u of Nutriment to the solution" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Fluorine", | ||
"group": " | "group": "Elements", | ||
"color": "# | "color": "#ba85cc", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": " | "flavor": "bitter", | ||
"metabolisms": { | "metabolisms": { | ||
" | "Poison": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": "HealthChange", | "class": "HealthChange", | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
" | "Caustic": 0.5, | ||
"Poison": 0.5 | |||
" | |||
} | } | ||
} | } | ||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "fluorine", | ||
"desc": "A | "desc": "A highly toxic pale yellow gas. Extremely reactive.", | ||
"physicalDesc": " | "physicalDesc": "gaseous", | ||
"recipes": [], | "recipes": [], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Poison'''", | ||
"* Deals \u003Cspan style=\"color:red\"\u003E0.5\u003C/span\u003E Caustic", | |||
"* | "* Deals \u003Cspan style=\"color:red\"\u003E0.5\u003C/span\u003E Poison" | ||
"* Deals \u003Cspan style=\"color:red\"\ | |||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Poison'''\n* Deals \u003Cspan style=\"color:red\"\u003E0.5\u003C/span\u003E Caustic\n* Deals \u003Cspan style=\"color:red\"\u003E0.5\u003C/span\u003E Poison", | ||
"boilingPoint": -188.11, | |||
"meltingPoint": -219.67 | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "FluorosulfuricAcid", | ||
"group": " | "group": "Toxins", | ||
"color": "# | "color": "#5050ff", | ||
"textColorTheme": " | "textColorTheme": "light", | ||
"flavor": " | "flavor": "acid", | ||
"metabolisms": { | "metabolisms": { | ||
" | "Poison": { | ||
"metabolismRate": 3, | |||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "HealthChange", | ||
" | "damage": { | ||
"types": { | |||
"Caustic": 8 | |||
" | |||
} | } | ||
] | } | ||
}, | |||
{ | |||
"class": "PopupMessage", | |||
"type": "Local", | |||
"visualType": "Large", | |||
"messages": [ | |||
"generic-reagent-effect-burning-insides" | |||
], | |||
"probability": 0.33 | |||
}, | |||
{ | |||
"class": "Emote", | |||
"emote": "Scream", | |||
"probability": 0.25 | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "fluorosulfuric acid", | ||
"desc": "A highly | "desc": "A highly corrosive chemical, capable of leaving quite a mark on your skin.", | ||
"physicalDesc": " | "physicalDesc": "strong smelling", | ||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "FluorosulfuricAcid", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "Fluorine", | ||
1, | 1, | ||
false, | false, | ||
" | "fluorine" | ||
], | ], | ||
[ | [ | ||
" | "Hydrogen", | ||
1, | 1, | ||
false, | false, | ||
" | "hydrogen" | ||
], | ], | ||
[ | [ | ||
" | "Potassium", | ||
1, | |||
false, | false, | ||
" | "potassium" | ||
], | |||
[ | |||
"SulfuricAcid", | |||
1, | |||
false, | |||
"SulfuricAcid" | |||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "FluorosulfuricAcid", | ||
4, | 4, | ||
" | "FluorosulfuricAcid" | ||
] | ] | ||
] | ] | ||
| Line 6,929: | Line 7,219: | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Poison''' (3u per second)", | ||
"\ | "* Deals \u003Cspan style=\"color:red\"\u003E8\u003C/span\u003E Caustic", | ||
"* | "* PopupMessage", | ||
"* Emote" | |||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Poison''' (3u per second)\n* Deals \u003Cspan style=\"color:red\"\u003E8\u003C/span\u003E Caustic\n* PopupMessage\n* Emote", | ||
"boilingPoint": 165, | |||
"meltingPoint": -87 | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "Fluorosurfactant", | ||
"group": | "group": null, | ||
"color": "# | "color": "#9e6b38", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
" | "parent": "BasePyrotechnic", | ||
" | "flavor": "bitter", | ||
"name": "fluorosurfactant", | |||
"desc": "A perfluoronated sulfonic acid that forms a foam when mixed with water.", | |||
"physicalDesc": "opaque", | |||
"name": " | |||
"desc": " | |||
"physicalDesc": " | |||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "Fluorosurfactant", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "Carbon", | ||
2, | |||
false, | |||
"carbon" | |||
], | |||
[ | |||
"Fluorine", | |||
2, | |||
false, | false, | ||
" | "fluorine" | ||
], | ], | ||
[ | [ | ||
" | "SulfuricAcid", | ||
1, | |||
false, | false, | ||
" | "SulfuricAcid" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "Fluorosurfactant", | ||
5, | |||
" | "fluorosurfactant" | ||
] | ] | ||
] | ], | ||
"impact": "Medium" | |||
} | } | ||
], | ], | ||
"effects": [ | "effects": [], | ||
"effectLine": "", | |||
"boilingPoint": 190, | |||
"meltingPoint": 45 | |||
" | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "FoamingAgent", | ||
"group": | "group": null, | ||
"color": "# | "color": "#215263", | ||
"textColorTheme": " | "textColorTheme": "light", | ||
"flavor": " | "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": [ | |||
[ | |||
"FoamingAgent", | |||
2, | |||
"FoamingAgent" | |||
] | |||
] | ] | ||
} | } | ||
], | ], | ||
"effectLine": " | "effects": [], | ||
"effectLine": "", | |||
"boilingPoint": 418, | |||
"meltingPoint": 7.4 | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "FourteenLoko", | ||
"group": " | "group": "Drinks", | ||
"color": "# | "color": "#deb928", | ||
"textColorTheme": " | "textColorTheme": "dark", | ||
"flavor": " | "parent": "BaseSoda", | ||
"flavor": "fourteenlokosoda", | |||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
| Line 7,033: | Line 7,331: | ||
{ | { | ||
"class": "SatiateThirst", | "class": "SatiateThirst", | ||
"factor": | "factor": 2 | ||
}, | }, | ||
{ | { | ||
"class": " | "class": "AdjustReagent", | ||
"amount": | "reagent": "Theobromine", | ||
"amount": 0.1 | |||
} | |||
] | |||
}, | |||
"Poison": { | |||
"effects": [ | |||
{ | |||
"class": "HealthChange", | |||
"conditions": [ | |||
{ | |||
"class": "OrganType", | |||
"type": "Slime", | |||
"shouldHave": false | |||
} | |||
], | |||
"damage": { | |||
"types": { | |||
"Poison": 1 | |||
} | |||
} | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "Fourteen Loko", | ||
"desc": "A | "desc": "A highly processed liquid substance barely-passing intergalatic health standards for a soft drink.", | ||
"physicalDesc": " | "physicalDesc": "fizzy", | ||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "FourteenLoko", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "Coffee", | ||
1, | |||
false, | |||
"coffee" | |||
], | |||
[ | |||
"JuiceLime", | |||
1, | |||
false, | false, | ||
" | "JuiceLime" | ||
], | ], | ||
[ | [ | ||
" | "Vodka", | ||
1, | 1, | ||
false, | false, | ||
" | "vodka" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "FourteenLoko", | ||
3, | |||
" | "FourteenLoko" | ||
] | ] | ||
] | ] | ||
| Line 7,073: | Line 7,397: | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"'''Drink''' | "'''Drink'''", | ||
"* SatiateThirst", | |||
"* Adds 0.1u of Theobromine to the solution", | |||
"\n", | "\n", | ||
" | "'''Poison'''", | ||
"\ | "* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Poison" | ||
], | ], | ||
"effectLine": "'''Drink''' | "effectLine": "'''Drink'''\n* SatiateThirst\n* Adds 0.1u of Theobromine to the solution\n\n\n'''Poison'''\n* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Poison" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Fresium", | ||
"group": " | "group": "Toxins", | ||
"color": "# | "color": "#b3f1ff", | ||
"textColorTheme": "dark", | "textColorTheme": "dark", | ||
"flavor": " | "flavor": "cold", | ||
"metabolisms": { | "metabolisms": { | ||
" | "Poison": { | ||
"metabolismRate": 0.45, | |||
"effects": [ | "effects": [ | ||
{ | { | ||
| Line 7,094: | Line 7,420: | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
" | "Cold": 0.01, | ||
"Heat": -3 | |||
} | } | ||
} | } | ||
}, | |||
{ | { | ||
"class": " | "class": "PopupMessage", | ||
" | "conditions": [ | ||
{ | |||
" | "class": "ReagentThreshold", | ||
"reagent": "Fresium", | |||
"max": 35 | |||
} | } | ||
], | |||
"type": "Local", | |||
"visualType": "LargeCaution", | |||
"messages": [ | |||
"fresium-effect-freeze-insides" | |||
], | |||
"probability": 0.05 | |||
}, | }, | ||
{ | { | ||
"class": " | "class": "PopupMessage", | ||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"class": "ReagentThreshold", | "class": "ReagentThreshold", | ||
"reagent": " | "reagent": "Fresium", | ||
"max": 35 | |||
"max": | |||
} | } | ||
], | ], | ||
" | "type": "Local", | ||
" | "visualType": "LargeCaution", | ||
"messages": [ | |||
"fresium-effect-slow" | |||
], | |||
"probability": 0.2 | |||
}, | |||
{ | { | ||
"class": " | "class": "AdjustTemperature", | ||
" | "conditions": [ | ||
{ | |||
" | "class": "Temperature", | ||
"min": 160.15 | |||
} | } | ||
], | |||
"amount": -10000 | |||
}, | }, | ||
{ | { | ||
"class": " | "class": "MovespeedModifier", | ||
" | "conditions": [ | ||
{ | |||
" | "class": "ReagentThreshold", | ||
"reagent": "Fresium", | |||
"max": 40 | |||
} | |||
], | |||
"walkSpeedModifier": 0.6, | |||
"sprintSpeedModifier": 0.6 | |||
}, | }, | ||
{ | { | ||
"class": " | "class": "MovespeedModifier", | ||
" | "conditions": [ | ||
{ | |||
" | "class": "ReagentThreshold", | ||
"reagent": "Fresium", | |||
"min": 40 | |||
} | |||
], | |||
"walkSpeedModifier": 0, | |||
"sprintSpeedModifier": 0 | |||
}, | }, | ||
{ | { | ||
"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": "A | "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", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "Frezon", | ||
3, | |||
false, | |||
"frezon" | |||
], | |||
[ | |||
"Plasma", | |||
1, | 1, | ||
true, | |||
"plasma" | |||
], | |||
[ | |||
"Nitrogen", | |||
2, | |||
false, | |||
"nitrogen" | |||
], | |||
[ | |||
"Cryoxadone", | |||
0, | |||
false, | false, | ||
" | "cryoxadone" | ||
], | ], | ||
[ | [ | ||
" | "TableSalt", | ||
0, | |||
false, | false, | ||
" | "TableSalt" | ||
], | ], | ||
[ | [ | ||
" | "Water", | ||
1, | 1, | ||
false, | false, | ||
" | "water" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "Fresium", | ||
5, | |||
" | "Fresium" | ||
] | ] | ||
] | ] | ||
| Line 7,259: | Line 7,565: | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"'''Poison''' (0. | "'''Poison''' (0.45u per second)", | ||
"\ | "* Deals \u003Cspan style=\"color:red\"\u003E0.01\u003C/span\u003E Cold", | ||
"* | "* Heals \u003Cspan style=\"color:green\"\u003E3\u003C/span\u003E Heat", | ||
" | "* PopupMessage when there's at most 35u of fresium", | ||
"* | "* PopupMessage when there's at most 35u of fresium", | ||
" | "* Removes 10000J of heat from the body it's in", | ||
"* | "* MovespeedModifier when there's at most 40u of fresium", | ||
" | "* MovespeedModifier when there's at least 40u of fresium", | ||
"* | "* PopupMessage when there's at least 40u of fresium" | ||
], | ], | ||
"effectLine": "'''Poison''' (0. | "effectLine": "'''Poison''' (0.45u per second)\n* Deals \u003Cspan style=\"color:red\"\u003E0.01\u003C/span\u003E Cold\n* Heals \u003Cspan style=\"color:green\"\u003E3\u003C/span\u003E Heat\n* PopupMessage when there's at most 35u of fresium\n* PopupMessage when there's at most 35u of fresium\n* Removes 10000J of heat from the body it's in\n* MovespeedModifier when there's at most 40u of fresium\n* MovespeedModifier when there's at least 40u of fresium\n* PopupMessage when there's at least 40u of fresium", | ||
"boilingPoint": 50, | |||
"meltingPoint": 45 | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "Frezon", | ||
"group": | "group": null, | ||
"color": "# | "color": "#3a758c", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": " | "flavor": "bitter", | ||
"metabolisms": { | "metabolisms": { | ||
" | "Narcotic": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "HealthChange", | ||
" | "scaleByQuantity": true, | ||
"ignoreResistances": true, | |||
"damage": { | |||
"types": { | |||
"Cellular": 1 | |||
} | |||
} | |||
}, | |||
{ | |||
"class": "GenericStatusEffect", | |||
"key": "SeeingRainbows", | |||
"component": "SeeingRainbows", | |||
"type": "Add", | |||
"time": 100, | |||
"refresh": false | |||
}, | |||
{ | |||
"class": "Drunk", | |||
"boozePower": 100 | |||
}, | }, | ||
{ | { | ||
"class": " | "class": "PopupMessage", | ||
"type": "Local", | |||
"messages": [ | |||
"frezon-lungs-cold" | |||
], | |||
"probability": 0.1, | |||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"class": "ReagentThreshold", | "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 | |||
} | } | ||
] | |||
} | } | ||
] | ] | ||
} | }, | ||
"Gas": { | |||
" | |||
"effects": [ | "effects": [ | ||
{ | |||
"class": "Oxygenate", | |||
"conditions": [ | |||
{ | |||
"class": "OrganType", | |||
"type": "Thaven" | |||
} | |||
] | |||
}, | |||
{ | { | ||
"class": "HealthChange", | "class": "HealthChange", | ||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"class": " | "class": "ReagentThreshold", | ||
" | "reagent": "Frezon", | ||
"min": 0 | "min": 0.5 | ||
}, | |||
{ | |||
"class": "OrganType", | |||
"type": "Thaven", | |||
"shouldHave": false | |||
} | } | ||
], | ], | ||
"scaleByQuantity": true, | |||
"ignoreResistances": true, | |||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
" | "Cellular": 0.5 | ||
} | } | ||
} | } | ||
} | }, | ||
] | { | ||
"class": "GenericStatusEffect", | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"reagent": "Frezon", | |||
"min": 1 | |||
} | |||
], | |||
"key": "SeeingRainbows", | |||
"component": "SeeingRainbows", | |||
"type": "Add", | |||
"time": 500, | |||
"refresh": false | |||
}, | |||
{ | |||
"class": "Drunk", | |||
"boozePower": 500, | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"reagent": "Frezon", | |||
"min": 1 | |||
} | |||
] | |||
}, | |||
{ | |||
"class": "PopupMessage", | |||
"type": "Local", | |||
"messages": [ | |||
"frezon-lungs-cold" | |||
], | |||
"probability": 0.1, | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"reagent": "Frezon", | |||
"min": 0.5 | |||
}, | |||
{ | |||
"class": "OrganType", | |||
"type": "Thaven", | |||
"shouldHave": false | |||
} | |||
] | |||
}, | |||
{ | |||
"class": "PopupMessage", | |||
"type": "Local", | |||
"visualType": "Medium", | |||
"messages": [ | |||
"frezon-euphoric" | |||
], | |||
"probability": 0.1, | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"reagent": "Frezon", | |||
"min": 1 | |||
} | |||
] | |||
} | |||
] | |||
} | } | ||
}, | }, | ||
"name": " | "name": "frezon", | ||
"desc": "A | "desc": "A highly effective coolant.. and hallucinogenic.", | ||
"physicalDesc": " | "physicalDesc": "gaseous", | ||
"recipes": [ | "recipes": [], | ||
{ | "effects": [ | ||
"'''Gas'''", | |||
"* Oxygenate", | |||
" | "* Deals \u003Cspan style=\"color:red\"\u003E0.5\u003C/span\u003E Cellular when there's at least 0.5u of frezon", | ||
"* Applies SeeingRainbows for 500s when there's at least 1u of frezon", | |||
" | "* Drunk when there's at least 1u of frezon", | ||
"* PopupMessage when there's at least 0.5u of frezon", | |||
"* PopupMessage when there's at least 1u of frezon", | |||
" | "\n", | ||
"'''Narcotic'''", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Cellular", | |||
" | "* Applies SeeingRainbows for 100s", | ||
"* Drunk", | |||
"* PopupMessage when there's at least 0.5u of frezon", | |||
" | "* PopupMessage when there's at least 1u of frezon" | ||
], | |||
"effectLine": "'''Gas'''\n* Oxygenate\n* Deals \u003Cspan style=\"color:red\"\u003E0.5\u003C/span\u003E Cellular when there's at least 0.5u of frezon\n* Applies SeeingRainbows for 500s when there's at least 1u of frezon\n* Drunk when there's at least 1u of frezon\n* PopupMessage when there's at least 0.5u of frezon\n* PopupMessage when there's at least 1u of frezon\n\n\n'''Narcotic'''\n* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Cellular\n* Applies SeeingRainbows for 100s\n* Drunk\n* PopupMessage when there's at least 0.5u of frezon\n* PopupMessage when there's at least 1u of frezon", | |||
"boilingPoint": -195.8, | |||
"meltingPoint": -210 | |||
}, | |||
{ | |||
" | "id": "FrostOil", | ||
"group": "Foods", | |||
"color": "skyblue", | |||
"textColorTheme": "dark", | |||
"flavor": "cold", | |||
"metabolisms": { | |||
"Food": { | |||
"effects": [ | |||
{ | |||
"class": "AdjustReagent", | |||
"reagent": "Nutriment", | |||
"amount": 0.75 | |||
} | |||
] | |||
}, | |||
"Poison": { | |||
"effects": [ | |||
{ | |||
"class": "AdjustTemperature", | |||
"amount": -250 | |||
}, | |||
{ | |||
"class": "HealthChange", | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"min": 5 | |||
} | |||
], | |||
"damage": { | |||
"types": { | |||
"Cold": 1 | |||
} | |||
} | |||
}, | |||
{ | |||
"class": "PopupMessage", | |||
"type": "Local", | |||
"messages": [ | |||
"frost-oil-effect-light-cold" | |||
], | |||
"probability": 0.2 | |||
} | |||
] | ] | ||
} | } | ||
], | }, | ||
"name": "Frost Oil", | |||
"desc": "Frost Oil is the ingredient found in chilly peppers, a rare pepper mutation.", | |||
"physicalDesc": "oily", | |||
"recipes": [], | |||
"effects": [ | "effects": [ | ||
"''' | "'''Food'''", | ||
"* Adds 0.75u of Nutriment to the solution", | |||
"\n", | "\n", | ||
" | "'''Poison'''", | ||
"* Removes 250J of heat from the body it's in", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Cold when there's at least 5u of frostoil", | |||
"* PopupMessage" | |||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Food'''\n* Adds 0.75u of Nutriment to the solution\n\n\n'''Poison'''\n* Removes 250J of heat from the body it's in\n* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Cold when there's at least 5u of frostoil\n* PopupMessage" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "GargleBlaster", | ||
"group": " | "group": "Drinks", | ||
"color": "# | "color": "#9cc8b4", | ||
"textColorTheme": " | "textColorTheme": "dark", | ||
"flavor": " | "parent": "BaseAlcohol", | ||
"flavor": "gargleblaster", | |||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "SatiateThirst", | ||
"factor": | "factor": 2 | ||
}, | |||
{ | |||
"class": "AdjustReagent", | |||
"reagent": "Ethanol", | |||
"amount": 0.2 | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "Pan-Galactic Gargle Blaster", | ||
"desc": " | "desc": "Whoah, this stuff looks volatile!", | ||
"physicalDesc": " | "physicalDesc": "volatile", | ||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "GargleBlaster", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "Cognac", | ||
1, | |||
false, | |||
"cognac" | |||
], | |||
[ | |||
"Gin", | |||
1, | |||
false, | |||
"gin" | |||
], | |||
[ | |||
"JuiceLime", | |||
1, | 1, | ||
false, | false, | ||
" | "JuiceLime" | ||
], | ], | ||
[ | [ | ||
" | "Vodka", | ||
1, | 1, | ||
false, | false, | ||
" | "vodka" | ||
], | ], | ||
[ | [ | ||
" | "Whiskey", | ||
1, | 1, | ||
false, | false, | ||
" | "whiskey" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "GargleBlaster", | ||
5, | |||
" | "GargleBlaster" | ||
] | ] | ||
] | ] | ||
| Line 7,470: | Line 7,898: | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Drink'''", | ||
" | "* SatiateThirst", | ||
"* | "* Adds 0.2u of Ethanol to the solution" | ||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Drink'''\n* SatiateThirst\n* Adds 0.2u of Ethanol to the solution" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "GastroToxin", | ||
"group": " | "group": "Toxins", | ||
"color": "# | "color": "#acc91a", | ||
"textColorTheme": "dark", | "textColorTheme": "dark", | ||
"flavor": " | "flavor": "bitter", | ||
"metabolisms": { | "metabolisms": { | ||
" | "Poison": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": "HealthChange", | "class": "HealthChange", | ||
"damage": { | "damage": { | ||
" | "types": { | ||
" | "Poison": 2 | ||
} | } | ||
} | } | ||
}, | |||
{ | |||
"class": "ChemVomit", | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"min": 2 | |||
} | |||
], | |||
"probability": 0.2 | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "gastrotoxin", | ||
"desc": "A | "desc": "A moderately toxic byproduct of decomposition. Most commonly found in spoiled food.", | ||
"physicalDesc": " | "physicalDesc": "putrid", | ||
"recipes": [], | "recipes": [], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Poison'''", | ||
"* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Poison", | |||
"* | "* ChemVomit when there's at least 2u of gastrotoxin" | ||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Poison'''\n* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Poison\n* ChemVomit when there's at least 2u of gastrotoxin" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Gildlager", | ||
"group": " | "group": "Drinks", | ||
"color": "# | "color": "#FFFF91", | ||
"textColorTheme": " | "textColorTheme": "dark", | ||
"flavor": " | "parent": "BaseAlcohol", | ||
"flavor": "gildlager", | |||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "SatiateThirst", | ||
" | "factor": 2 | ||
}, | }, | ||
{ | { | ||
"class": "AdjustReagent", | |||
"reagent": "Ethanol", | |||
"amount": 0.2 | |||
} | |||
"class": "AdjustReagent" | |||
"reagent": " | |||
"amount": 0. | |||
} | |||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "Gildlager", | ||
"desc": " | "desc": "100 proof cinnamon schnapps, made for alcoholic teen girls on spring break.", | ||
"physicalDesc": " | "physicalDesc": "strong smelling", | ||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "Gildlager", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "Gold", | ||
1, | |||
false, | false, | ||
" | "gold" | ||
], | ], | ||
[ | [ | ||
" | "Vodka", | ||
10, | |||
false, | |||
" | "vodka" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "Gildlager", | ||
10, | |||
" | "Gildlager" | ||
] | ] | ||
] | ] | ||
| Line 7,611: | Line 7,998: | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Drink'''", | ||
"* SatiateThirst", | |||
"* Adds 0.2u of Ethanol to the solution" | |||
"* | |||
"* Adds 0. | |||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Drink'''\n* SatiateThirst\n* Adds 0.2u of Ethanol to the solution" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Gin", | ||
"group": " | "group": "Drinks", | ||
"color": "# | "color": "#664300", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": " | "parent": "BaseAlcohol", | ||
"flavor": "gin", | |||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "SatiateThirst", | ||
"amount": -1 | "factor": 2 | ||
}, | |||
{ | |||
"class": "AdjustReagent", | |||
"reagent": "Ethanol", | |||
"amount": 0.2 | |||
}, | |||
{ | |||
"class": "HealthChange", | |||
"damage": { | |||
"types": { | |||
"Radiation": -1 | |||
} | |||
} | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "gin", | ||
"desc": "A | "desc": "A distilled alcoholic drink that derives its predominant flavour from juniper berries.", | ||
"physicalDesc": " | "physicalDesc": "strong smelling", | ||
"recipes": [], | |||
"effects": [ | |||
"'''Drink'''", | |||
"* SatiateThirst", | |||
"* Adds 0.2u of Ethanol to the solution", | |||
"* Heals \u003Cspan style=\"color:green\"\u003E1\u003C/span\u003E Radiation" | |||
], | |||
"effectLine": "'''Drink'''\n* SatiateThirst\n* Adds 0.2u of Ethanol to the solution\n* Heals \u003Cspan style=\"color:green\"\u003E1\u003C/span\u003E Radiation" | |||
}, | |||
{ | |||
"id": "GinFizz", | |||
"group": "Drinks", | |||
"color": "#664300", | |||
"textColorTheme": "light", | |||
"parent": "BaseAlcohol", | |||
"flavor": "ginfizz", | |||
"metabolisms": { | |||
"Drink": { | |||
"effects": [ | |||
{ | |||
"class": "SatiateThirst", | |||
"factor": 2 | |||
}, | |||
{ | |||
"class": "AdjustReagent", | |||
"reagent": "Ethanol", | |||
"amount": 0.07 | |||
} | |||
] | |||
} | |||
}, | |||
"name": "gin fizz", | |||
"desc": "Refreshingly lemony, deliciously dry.", | |||
"physicalDesc": "fizzy", | |||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "GinFizz", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "Gin", | ||
1, | 1, | ||
false, | false, | ||
" | "gin" | ||
], | ], | ||
[ | [ | ||
" | "JuiceLime", | ||
1, | 1, | ||
false, | false, | ||
" | "JuiceLime" | ||
], | ], | ||
[ | [ | ||
" | "SodaWater", | ||
1, | |||
false, | false, | ||
" | "SodaWater" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "GinFizz", | ||
3, | |||
" | "GinFizz" | ||
] | ] | ||
] | ] | ||
| Line 7,676: | Line 8,105: | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Drink'''", | ||
" | "* SatiateThirst", | ||
"* | "* Adds 0.07u of Ethanol to the solution" | ||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Drink'''\n* SatiateThirst\n* Adds 0.07u of Ethanol to the solution" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "GinTonic", | ||
"group": " | "group": "Drinks", | ||
"color": "# | "color": "#004166", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": " | "parent": "BaseAlcohol", | ||
"flavor": "gintonic", | |||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "SatiateThirst", | ||
" | "factor": 2 | ||
}, | |||
{ | |||
"class": "AdjustReagent", | |||
"reagent": "Ethanol", | |||
"amount": 0.07 | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "gin and tonic", | ||
"desc": " | "desc": "An all time classic, mild cocktail.", | ||
"physicalDesc": " | "physicalDesc": "fizzy", | ||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "GinTonic", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "Gin", | ||
1, | 1, | ||
false, | false, | ||
" | "gin" | ||
], | ], | ||
[ | [ | ||
" | "TonicWater", | ||
2, | |||
false, | false, | ||
" | "TonicWater" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "GinTonic", | ||
3, | |||
" | "GinTonic" | ||
] | ] | ||
] | ] | ||
| Line 7,741: | Line 8,164: | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Drink'''", | ||
" | "* SatiateThirst", | ||
"* | "* Adds 0.07u of Ethanol to the solution" | ||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Drink'''\n* SatiateThirst\n* Adds 0.07u of Ethanol to the solution" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Gold", | ||
"group": " | "group": "Elements", | ||
"color": "# | "color": "#F7C430", | ||
"textColorTheme": "dark", | "textColorTheme": "dark", | ||
"flavor": " | "flavor": "metallic", | ||
"name": "gold", | |||
"desc": "Gold is a dense, soft, shiny metal and the most malleable and ductile metal known.", | |||
"physicalDesc": "metallic", | |||
"recipes": [], | |||
"effects": [], | |||
"effectLine": "", | |||
"boilingPoint": 2700, | |||
"meltingPoint": 1064.76 | |||
}, | |||
{ | |||
"id": "GrapeSoda", | |||
"group": "Drinks", | |||
"color": "#ae94a6", | |||
"textColorTheme": "light", | |||
"parent": "BaseSoda", | |||
"flavor": "grapesoda", | |||
"name": "grape soda", | |||
"desc": "It's Graaaaaape!", | |||
"physicalDesc": "fizzy", | |||
"recipes": [], | |||
"effects": [], | |||
"effectLine": "" | |||
}, | |||
{ | |||
"id": "GreenTea", | |||
"group": "Drinks", | |||
"color": "#7EB626", | |||
"textColorTheme": "light", | |||
"parent": "BaseDrink", | |||
"flavor": "tea", | |||
"name": "green tea", | |||
"desc": "Tasty green tea.", | |||
"physicalDesc": "aromatic", | |||
"recipes": [], | |||
"effects": [], | |||
"effectLine": "" | |||
}, | |||
{ | |||
"id": "Grenadine", | |||
"group": "Drinks", | |||
"color": "#EA1D26", | |||
"textColorTheme": "light", | |||
"parent": "BaseDrink", | |||
"flavor": "bitter", | |||
"name": "grenadine", | |||
"desc": "Not cherry flavored!", | |||
"physicalDesc": "dark-red", | |||
"recipes": [], | |||
"effects": [], | |||
"effectLine": "" | |||
}, | |||
{ | |||
"id": "GreyMatter", | |||
"group": "Biological", | |||
"color": "#C584B8", | |||
"textColorTheme": "light", | |||
"flavor": "mindful", | |||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "SatiateHunger", | ||
}, | "factor": 1.5 | ||
} | |||
] | |||
}, | |||
"Poison": { | |||
"effects": [ | |||
{ | { | ||
"class": " | "class": "HealthChange", | ||
" | "damage": { | ||
"types": { | |||
"Cellular": 2 | |||
} | |||
} | |||
} | |||
" | |||
} | |||
} | |||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "grey matter", | ||
"desc": " | "desc": "Thought juice, the stuff that leaks out of your ears.", | ||
"physicalDesc": " | "physicalDesc": "neural", | ||
"recipes": [], | |||
"effects": [ | |||
"'''Drink'''", | |||
"* SatiateHunger", | |||
"\n", | |||
"'''Poison'''", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Cellular" | |||
], | |||
"effectLine": "'''Drink'''\n* SatiateHunger\n\n\n'''Poison'''\n* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Cellular", | |||
"boilingPoint": 100, | |||
"meltingPoint": 0 | |||
}, | |||
{ | |||
"id": "Grog", | |||
"group": "Drinks", | |||
"color": "#e3e77b", | |||
"textColorTheme": "dark", | |||
"parent": "BaseAlcohol", | |||
"flavor": "grog", | |||
"name": "grog", | |||
"desc": "Watered-down rum, pirate approved!", | |||
"physicalDesc": "strong smelling", | |||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "Grog", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "Rum", | ||
1, | 1, | ||
false, | false, | ||
" | "rum" | ||
], | ], | ||
[ | [ | ||
" | "Water", | ||
2, | |||
false, | |||
"water" | |||
], | |||
[ | |||
"Sugar", | |||
1, | 1, | ||
false, | false, | ||
" | "sugar" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "Grog", | ||
4, | |||
" | "grog" | ||
] | ] | ||
] | ] | ||
} | } | ||
], | ], | ||
"effects": [ | "effects": [], | ||
"effectLine": "" | |||
"effectLine": " | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "GroundBee", | ||
"group": | "group": null, | ||
"color": "# | "color": "#86530E", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": " | "flavor": "bee", | ||
" | "name": "ground Bee", | ||
"desc": "Bee grounds. Gross.", | |||
"physicalDesc": "bee guts", | |||
"recipes": [], | |||
"effects": [], | |||
"effectLine": "" | |||
}, | |||
{ | |||
"id": "Halon", | |||
"group": null, | |||
"color": "#e3574d", | |||
"textColorTheme": "light", | |||
"flavor": "bitter", | |||
"name": "halon", | |||
"desc": "A potent fire supressant. Removes oxygen from high temperature fires and cools down the area.", | |||
"physicalDesc": "gaseous", | |||
"recipes": [], | |||
"effects": [], | |||
"effectLine": "" | |||
"name": " | |||
"desc": "A | |||
"physicalDesc": " | |||
"recipes": [ | |||
"effects": [ | |||
"effectLine": " | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "Haloperidol", | ||
"group": "Medicine", | "group": "Medicine", | ||
"color": "# | "color": "#27870a", | ||
"textColorTheme": " | "textColorTheme": "light", | ||
"flavor": " | "flavor": "medicine", | ||
"metabolisms": { | "metabolisms": { | ||
"Medicine": { | "Medicine": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "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": " | "class": "AdjustReagent", | ||
" | "reagent": "Ephedrine", | ||
"amount": -3 | |||
}, | }, | ||
{ | { | ||
"class": " | "class": "AdjustReagent", | ||
" | "reagent": "Stimulants", | ||
"amount": -3 | |||
}, | }, | ||
{ | { | ||
"class": " | "class": "AdjustReagent", | ||
" | "reagent": "THC", | ||
"amount": -3 | |||
" | |||
}, | }, | ||
{ | { | ||
"class": " | "class": "AdjustReagent", | ||
" | "reagent": "SpaceDrugs", | ||
"amount": -3 | |||
}, | |||
{ | |||
"class": "AdjustReagent", | |||
"reagent": "Bananadine", | |||
"amount": -3 | |||
" | }, | ||
} | { | ||
] | "class": "AdjustReagent", | ||
} | "reagent": "SpaceGlue", | ||
}, | "amount": -3 | ||
"name": " | }, | ||
"desc": " | { | ||
"physicalDesc": " | "class": "AdjustReagent", | ||
"recipes": [ | "reagent": "MindbreakerToxin", | ||
{ | "amount": -3 | ||
} | |||
] | |||
} | |||
}, | |||
"name": "haloperidol", | |||
"desc": "Removes most stimulating and hallucinogenic drugs. Reduces druggy effects and jitteriness. Causes drowsiness.", | |||
"physicalDesc": "crystalline", | |||
"recipes": [ | |||
{ | |||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "Haloperidol", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "Aluminium", | ||
1, | 1, | ||
false, | false, | ||
" | "aluminium" | ||
], | ], | ||
[ | [ | ||
" | "Chlorine", | ||
1, | 1, | ||
false, | false, | ||
" | "chlorine" | ||
], | ], | ||
[ | [ | ||
" | "Fluorine", | ||
1, | 1, | ||
false, | false, | ||
" | "fluorine" | ||
], | ], | ||
[ | [ | ||
" | "Oil", | ||
1, | 1, | ||
false, | false, | ||
" | "oil" | ||
], | ], | ||
[ | [ | ||
" | "PotassiumIodide", | ||
1, | 1, | ||
false, | false, | ||
" | "PotassiumIodide" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "Haloperidol", | ||
5, | |||
" | "haloperidol" | ||
] | ] | ||
] | ] | ||
| Line 8,044: | Line 8,469: | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"'''Medicine''' | "'''Medicine'''", | ||
" | "* Emote", | ||
"* | "* Applies Drowsiness for 4s", | ||
" | "* Applies Jitter for 4s", | ||
"* | "* Applies SeeingRainbows for 10s", | ||
" | "* Removes 3u of Desoxyephedrine from the solution", | ||
"* | "* Removes 3u of Ephedrine from the solution", | ||
" | "* Removes 3u of Stimulants from the solution", | ||
"* | "* Removes 3u of THC from the solution", | ||
"* Removes 3u of SpaceDrugs from the solution", | |||
"* Removes 3u of Bananadine from the solution", | |||
"* Removes 3u of SpaceGlue from the solution", | |||
"* Removes 3u of MindbreakerToxin from the solution" | |||
], | ], | ||
"effectLine": "'''Medicine''' | "effectLine": "'''Medicine'''\n* Emote\n* Applies Drowsiness for 4s\n* Applies Jitter for 4s\n* Applies SeeingRainbows for 10s\n* Removes 3u of Desoxyephedrine from the solution\n* Removes 3u of Ephedrine from the solution\n* Removes 3u of Stimulants from the solution\n* Removes 3u of THC from the solution\n* Removes 3u of SpaceDrugs from the solution\n* Removes 3u of Bananadine from the solution\n* Removes 3u of SpaceGlue from the solution\n* Removes 3u of MindbreakerToxin from the solution" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Happiness", | ||
"group": " | "group": "Narcotics", | ||
"color": "# | "color": "#EE35FF", | ||
"textColorTheme": " | "textColorTheme": "light", | ||
"flavor": " | "flavor": "paintthinner", | ||
"metabolisms": { | "metabolisms": { | ||
" | "Narcotic": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "Emote", | ||
" | "emote": "Laugh", | ||
"showInChat": true, | |||
"probability": 0.1, | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"max": 20 | |||
} | |||
] | |||
}, | |||
{ | { | ||
"class": " | "class": "Emote", | ||
"emote": "Whistle", | |||
"showInChat": true, | |||
"probability": 0.1, | |||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"class": " | "class": "ReagentThreshold", | ||
"max": | "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", | |||
"name": " | |||
"desc": " | |||
"physicalDesc": " | |||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "Happiness", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "Laughter", | ||
2, | |||
false, | |||
"laughter" | |||
], | |||
[ | |||
"Epinephrine", | |||
1, | 1, | ||
false, | false, | ||
" | "epinephrine" | ||
], | |||
[ | |||
"Ethanol", | |||
1, | |||
false, | |||
"ethanol" | |||
], | |||
[ | |||
"Plasma", | |||
5, | |||
true, | |||
"plasma" | |||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "Happiness", | ||
4, | |||
" | "happiness" | ||
] | ] | ||
] | ] | ||
| Line 8,130: | Line 8,601: | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Narcotic'''", | ||
"* Emote when there's at most 20u of happiness", | |||
"* | "* Emote when there's at most 20u of happiness", | ||
"* Emote when there's at least 20u of happiness", | |||
"* PopupMessage when there's at most 20u of happiness", | |||
"* Applies SeeingRainbows for 5s" | |||
"* | |||
" | |||
"' | |||
"* | |||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Narcotic'''\n* Emote when there's at most 20u of happiness\n* Emote when there's at most 20u of happiness\n* Emote when there's at least 20u of happiness\n* PopupMessage when there's at most 20u of happiness\n* Applies SeeingRainbows for 5s" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Healium", | ||
"group": | "group": null, | ||
"color": "# | "color": "#90560b", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": " | "flavor": "strange", | ||
"metabolisms": { | "metabolisms": { | ||
" | "Gas": { | ||
"effects": [ | "effects": [ | ||
{ | |||
"class": "Oxygenate", | |||
"conditions": [ | |||
{ | |||
"class": "OrganType", | |||
"type": "Thaven" | |||
} | |||
] | |||
}, | |||
{ | { | ||
"class": "HealthChange", | "class": "HealthChange", | ||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"reagent": "Healium", | |||
"max": 24 | |||
} | |||
], | |||
"scaleByQuantity": true, | |||
"ignoreResistances": true, | |||
"damage": { | "damage": { | ||
" | "groups": { | ||
" | "Burn": -2, | ||
"Toxin": -5, | |||
"Brute": -2 | |||
} | } | ||
} | } | ||
| Line 8,167: | Line 8,652: | ||
{ | { | ||
"class": "ReagentThreshold", | "class": "ReagentThreshold", | ||
" | "reagent": "Healium", | ||
" | "min": 24 | ||
} | } | ||
], | ], | ||
"ignoreResistances": true, | |||
"damage": { | "damage": { | ||
" | "groups": { | ||
" | "Burn": -20, | ||
" | "Toxin": -50, | ||
"Brute": -20 | |||
} | } | ||
} | } | ||
}, | }, | ||
{ | { | ||
"class": " | "class": "PopupMessage", | ||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"class": "ReagentThreshold", | "class": "ReagentThreshold", | ||
"min": | "reagent": "Healium", | ||
"max": | "min": 4 | ||
}, | |||
{ | |||
"class": "BloodReagentThreshold", | |||
"reagent": "NitrosylPlasmide", | |||
"max": 0.1 | |||
} | } | ||
], | ], | ||
"probability": 0. | "type": "Local", | ||
"visualType": "Medium", | |||
"messages": [ | |||
"effect-sleepy" | |||
], | |||
"probability": 0.01 | |||
}, | }, | ||
{ | { | ||
"class": " | "class": "GenericStatusEffect", | ||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"class": "ReagentThreshold", | "class": "ReagentThreshold", | ||
"min": | "reagent": "Healium", | ||
"min": 8 | |||
}, | |||
{ | |||
"class": "BloodReagentThreshold", | |||
"reagent": "NitrosylPlasmide", | |||
"max": 0.01 | |||
} | } | ||
], | ], | ||
" | "key": "ForcedSleep", | ||
" | "component": "ForcedSleeping", | ||
"time": 1, | |||
"type": "Add" | |||
}, | |||
{ | |||
"class": "Drunk", | |||
"boozePower": 35, | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"reagent": "Healium", | |||
"min": 4 | |||
} | |||
] | |||
} | } | ||
] | ] | ||
} | }, | ||
}, | "Medicine": { | ||
"name": " | "effects": [ | ||
"desc": " | { | ||
" | "class": "HealthChange", | ||
" | "damage": { | ||
{ | "groups": { | ||
" | "Burn": -0.1, | ||
" | "Toxin": -0.1, | ||
" | "Brute": -0.1 | ||
" | } | ||
"reactants": [ | } | ||
}, | |||
{ | |||
"class": "GenericStatusEffect", | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"reagent": "Healium", | |||
"min": 6 | |||
} | |||
], | |||
"key": "ForcedSleep", | |||
"component": "ForcedSleeping", | |||
"time": 3, | |||
"type": "Add" | |||
}, | |||
{ | |||
"class": "Drunk", | |||
"boozePower": 150, | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"reagent": "Healium", | |||
"min": 3 | |||
} | |||
] | |||
} | |||
] | |||
} | |||
}, | |||
"name": "healium", | |||
"desc": "A powerful sleeping agent with regenerative properties.", | |||
"physicalDesc": "gaseous", | |||
"recipes": [], | |||
"effects": [ | |||
"'''Gas'''", | |||
"* Oxygenate", | |||
"* Heals \u003Cspan style=\"color:green\"\u003E2\u003C/span\u003E Burn when there's at most 24u of healium", | |||
"* Heals \u003Cspan style=\"color:green\"\u003E5\u003C/span\u003E Toxin when there's at most 24u of healium", | |||
"* Heals \u003Cspan style=\"color:green\"\u003E2\u003C/span\u003E Brute when there's at most 24u of healium", | |||
"* Heals \u003Cspan style=\"color:green\"\u003E20\u003C/span\u003E Burn when there's at least 24u of healium", | |||
"* Heals \u003Cspan style=\"color:green\"\u003E50\u003C/span\u003E Toxin when there's at least 24u of healium", | |||
"* Heals \u003Cspan style=\"color:green\"\u003E20\u003C/span\u003E Brute when there's at least 24u of healium", | |||
"* PopupMessage when there's at least 4u of healium", | |||
"* Applies ForcedSleep for 1s when there's at least 8u of healium", | |||
"* Drunk when there's at least 4u of healium", | |||
"\n", | |||
"'''Medicine'''", | |||
"* Heals \u003Cspan style=\"color:green\"\u003E0.1\u003C/span\u003E Burn", | |||
"* Heals \u003Cspan style=\"color:green\"\u003E0.1\u003C/span\u003E Toxin", | |||
"* Heals \u003Cspan style=\"color:green\"\u003E0.1\u003C/span\u003E Brute", | |||
"* Applies ForcedSleep for 3s when there's at least 6u of healium", | |||
"* Drunk when there's at least 3u of healium" | |||
], | |||
"effectLine": "'''Gas'''\n* Oxygenate\n* Heals \u003Cspan style=\"color:green\"\u003E2\u003C/span\u003E Burn when there's at most 24u of healium\n* Heals \u003Cspan style=\"color:green\"\u003E5\u003C/span\u003E Toxin when there's at most 24u of healium\n* Heals \u003Cspan style=\"color:green\"\u003E2\u003C/span\u003E Brute when there's at most 24u of healium\n* Heals \u003Cspan style=\"color:green\"\u003E20\u003C/span\u003E Burn when there's at least 24u of healium\n* Heals \u003Cspan style=\"color:green\"\u003E50\u003C/span\u003E Toxin when there's at least 24u of healium\n* Heals \u003Cspan style=\"color:green\"\u003E20\u003C/span\u003E Brute when there's at least 24u of healium\n* PopupMessage when there's at least 4u of healium\n* Applies ForcedSleep for 1s when there's at least 8u of healium\n* Drunk when there's at least 4u of healium\n\n\n'''Medicine'''\n* Heals \u003Cspan style=\"color:green\"\u003E0.1\u003C/span\u003E Burn\n* Heals \u003Cspan style=\"color:green\"\u003E0.1\u003C/span\u003E Toxin\n* Heals \u003Cspan style=\"color:green\"\u003E0.1\u003C/span\u003E Brute\n* Applies ForcedSleep for 3s when there's at least 6u of healium\n* Drunk when there's at least 3u of healium" | |||
}, | |||
{ | |||
"id": "HeartbreakerToxin", | |||
"group": "Toxins", | |||
"color": "#5f959c", | |||
"textColorTheme": "light", | |||
"flavor": null, | |||
"metabolisms": { | |||
"Poison": { | |||
"effects": [ | |||
{ | |||
"class": "HealthChange", | |||
"damage": { | |||
"types": { | |||
"Asphyxiation": 5 | |||
} | |||
} | |||
} | |||
] | |||
} | |||
}, | |||
"name": "heartbreaker toxin", | |||
"desc": "A hallucinogenic compound derived from mindbreaker toxin. it blocks neurological signals to the respiratory system, causing asphyxiation. Epinephrine will filter it out, however.", | |||
"physicalDesc": "strong smelling", | |||
"recipes": [ | |||
{ | |||
"type": "reaction", | |||
"id": "HeartbreakerToxin", | |||
"reactants": [ | |||
[ | [ | ||
" | "Salbutamol", | ||
1, | 1, | ||
false, | false, | ||
" | "Salbutamol" | ||
], | ], | ||
[ | [ | ||
" | "MindbreakerToxin", | ||
1, | 1, | ||
false, | false, | ||
" | "MindbreakerToxin" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "HeartbreakerToxin", | ||
2, | |||
" | "HeartbreakerToxin" | ||
] | ] | ||
] | ] | ||
| Line 8,242: | Line 8,835: | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Poison'''", | ||
"* Deals \u003Cspan style=\"color:red\"\u003E5\u003C/span\u003E Asphyxiation" | |||
"* Deals \u003Cspan style=\"color:red\"\ | |||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Poison'''\n* Deals \u003Cspan style=\"color:red\"\u003E5\u003C/span\u003E Asphyxiation" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Helium", | ||
"group": | "group": null, | ||
"color": "# | "color": "#005959", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": " | "flavor": "bitter", | ||
"metabolisms": { | "name": "helium", | ||
" | "desc": "A very inert gas produced by the fusion of hydrogen and it's derivatives.", | ||
"effects": [ | "physicalDesc": "gaseous", | ||
{ | "recipes": [], | ||
"class": "HealthChange", | "effects": [], | ||
"effectLine": "" | |||
}, | |||
{ | |||
"id": "HippiesDelight", | |||
"group": "Drinks", | |||
"color": "#6eaa0c", | |||
"textColorTheme": "light", | |||
"parent": "BaseAlcohol", | |||
"flavor": "hippiesdelight", | |||
"name": "Hippie's Delight", | |||
"desc": "You just don't get it maaaan.", | |||
"physicalDesc": "strong smelling", | |||
"recipes": [ | |||
{ | |||
"type": "reaction", | |||
"id": "HippiesDelight", | |||
"reactants": [ | |||
[ | |||
"GargleBlaster", | |||
1, | |||
false, | |||
"GargleBlaster" | |||
], | |||
[ | |||
"THC", | |||
1, | |||
false, | |||
"THC" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"HippiesDelight", | |||
2, | |||
"HippiesDelight" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [], | |||
"effectLine": "" | |||
}, | |||
{ | |||
"id": "Histamine", | |||
"group": "Toxins", | |||
"color": "#FA6464", | |||
"textColorTheme": "light", | |||
"flavor": null, | |||
"metabolisms": { | |||
"Poison": { | |||
"effects": [ | |||
{ | |||
"class": "HealthChange", | |||
"probability": 0.1, | |||
"damage": { | "damage": { | ||
" | "groups": { | ||
" | "Brute": 2 | ||
} | } | ||
} | } | ||
}, | }, | ||
{ | { | ||
| Line 8,288: | Line 8,916: | ||
{ | { | ||
"class": "ReagentThreshold", | "class": "ReagentThreshold", | ||
"min": | "min": 45 | ||
} | } | ||
], | ], | ||
"damage": { | "damage": { | ||
" | "groups": { | ||
" | "Brute": 2, | ||
"Toxin": 2, | |||
"Airloss": 2 | |||
} | } | ||
} | } | ||
}, | }, | ||
{ | { | ||
"class": " | "class": "PopupMessage", | ||
" | "type": "Local", | ||
"messages": [ | |||
"histamine-effect-light-itchiness" | |||
], | ], | ||
" | "probability": 0.1 | ||
}, | }, | ||
{ | { | ||
"class": " | "class": "PopupMessage", | ||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"class": "ReagentThreshold", | "class": "ReagentThreshold", | ||
"min": | "min": 45 | ||
} | } | ||
] | ], | ||
"type": "Local", | |||
"visualType": "Medium", | |||
"messages": [ | |||
"histamine-effect-heavy-itchiness" | |||
], | |||
"probability": 0.2 | |||
} | |||
] | |||
} | |||
}, | |||
"name": "histamine", | |||
"desc": "A chemical caused by allergenics reacting with antibodies. Lethal at large quantities.", | |||
"physicalDesc": "abrasive", | |||
"recipes": [], | |||
"effects": [ | |||
"'''Poison'''", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Brute", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Brute when there's at least 45u of histamine", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Toxin when there's at least 45u of histamine", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Airloss when there's at least 45u of histamine", | |||
"* PopupMessage", | |||
"* PopupMessage when there's at least 45u of histamine" | |||
], | |||
"effectLine": "'''Poison'''\n* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Brute\n* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Brute when there's at least 45u of histamine\n* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Toxin when there's at least 45u of histamine\n* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Airloss when there's at least 45u of histamine\n* PopupMessage\n* PopupMessage when there's at least 45u of histamine" | |||
}, | |||
{ | |||
"id": "Holywater", | |||
"group": "Medicine", | |||
"color": "#91C3F7", | |||
"textColorTheme": "dark", | |||
"flavor": "holy", | |||
"metabolisms": { | |||
"Drink": { | |||
"effects": [ | |||
{ | |||
"class": "SatiateThirst", | |||
"factor": 3 | |||
} | |||
] | |||
}, | |||
"Medicine": { | |||
"effects": [ | |||
{ | |||
"class": "DeCultify", | |||
"amount": 2.5 | |||
}, | |||
{ | |||
"class": "HealthChange", | |||
"conditions": [ | |||
{ | |||
"class": "TotalDamage", | |||
"max": 50 | |||
} | |||
], | |||
"damage": { | |||
"types": { | |||
"Blunt": -0.2, | |||
"Poison": -0.2, | |||
"Heat": -0.2, | |||
"Shock": -0.2, | |||
"Cold": -0.2 | |||
} | |||
} | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "holy water", | ||
"desc": " | "desc": "The cleanest and purest of waters straight from the hands of god, is known to magically heal wounds.", | ||
"physicalDesc": " | "physicalDesc": "holy", | ||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "WatertoHolyWater", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "Water", | ||
1, | 1, | ||
false, | false, | ||
" | "water" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "Holywater", | ||
1, | |||
" | "holy water" | ||
] | ] | ||
] | ], | ||
"impact": "Low" | |||
} | } | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Drink'''", | ||
"* SatiateThirst", | |||
"* | |||
"\n", | "\n", | ||
"* | "'''Medicine'''", | ||
"\ | "* DeCultify", | ||
"* | "* Heals \u003Cspan style=\"color:green\"\u003E0.2\u003C/span\u003E Blunt", | ||
"\ | "* Heals \u003Cspan style=\"color:green\"\u003E0.2\u003C/span\u003E Poison", | ||
"* | "* Heals \u003Cspan style=\"color:green\"\u003E0.2\u003C/span\u003E Heat", | ||
"* Heals \u003Cspan style=\"color:green\"\u003E0.2\u003C/span\u003E Shock", | |||
"* Heals \u003Cspan style=\"color:green\"\u003E0.2\u003C/span\u003E Cold" | |||
], | ], | ||
"effectLine": "'''Medicine''' | "effectLine": "'''Drink'''\n* SatiateThirst\n\n\n'''Medicine'''\n* DeCultify\n* Heals \u003Cspan style=\"color:green\"\u003E0.2\u003C/span\u003E Blunt\n* Heals \u003Cspan style=\"color:green\"\u003E0.2\u003C/span\u003E Poison\n* Heals \u003Cspan style=\"color:green\"\u003E0.2\u003C/span\u003E Heat\n* Heals \u003Cspan style=\"color:green\"\u003E0.2\u003C/span\u003E Shock\n* Heals \u003Cspan style=\"color:green\"\u003E0.2\u003C/span\u003E Cold" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Honk", | ||
"group": " | "group": "Toxins", | ||
"color": "# | "color": "#F2E9D2", | ||
"textColorTheme": " | "textColorTheme": "dark", | ||
"flavor": " | "flavor": "bitter", | ||
"metabolisms": { | "metabolisms": { | ||
" | "Poison": { | ||
"metabolismRate": 0.05, | |||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "Emote", | ||
" | "emote": "Honk", | ||
"showInChat": true, | |||
"force": true, | |||
"probability": 0.2 | |||
}, | |||
{ | |||
"class": "HealthChange", | |||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"class": " | "class": "ReagentThreshold", | ||
"min": 1 | |||
"min": | |||
}, | }, | ||
{ | { | ||
"class": " | "class": "OrganType", | ||
" | "type": "Animal" | ||
} | |||
], | |||
"damage": { | |||
"types": { | |||
"Poison": 0.06 | |||
} | } | ||
} | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "honk", | ||
"desc": "A | "desc": "A toxin found in bananium. Causes severe honking and internal bleeding, may also cause the patient to mutate.", | ||
"physicalDesc": " | "physicalDesc": "pungent", | ||
"recipes": [], | |||
"effects": [ | |||
"'''Poison''' (0.05u per second)", | |||
"* Emote", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E0.06\u003C/span\u003E Poison when there's at least 1u of honk" | |||
], | |||
"effectLine": "'''Poison''' (0.05u per second)\n* Emote\n* Deals \u003Cspan style=\"color:red\"\u003E0.06\u003C/span\u003E Poison when there's at least 1u of honk" | |||
}, | |||
{ | |||
"id": "Hooch", | |||
"group": "Drinks", | |||
"color": "#664e00", | |||
"textColorTheme": "light", | |||
"parent": "BaseAlcohol", | |||
"flavor": "hooch", | |||
"name": "hooch", | |||
"desc": "Either someone's failure at cocktail making or attempt in alchohol production. In any case, do you really want to drink that?", | |||
"physicalDesc": "strong smelling", | |||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "Hooch", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "Ethanol", | ||
2, | |||
false, | false, | ||
" | "ethanol" | ||
], | ], | ||
[ | [ | ||
" | "WeldingFuel", | ||
1, | |||
false, | false, | ||
" | "WeldingFuel" | ||
], | ], | ||
[ | [ | ||
" | "Enzyme", | ||
1, | 1, | ||
false, | false, | ||
" | "universal enzyme" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "Hooch", | ||
3, | 3, | ||
" | "hooch" | ||
] | ] | ||
] | ] | ||
} | } | ||
], | ], | ||
"effects": [ | "effects": [], | ||
"effectLine": "" | |||
"effectLine": " | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "HorseradishSauce", | ||
"group": " | "group": "Foods", | ||
"color": "# | "color": "gray", | ||
"textColorTheme": "light", | "textColorTheme": "dark", | ||
"flavor": " | "flavor": "spicy", | ||
"metabolisms": { | "name": "horseradish sauce", | ||
" | "desc": "Smelly horseradish sauce.", | ||
"physicalDesc": "overpowering", | |||
"recipes": [], | |||
"effects": [], | |||
"effectLine": "" | |||
}, | |||
{ | |||
"id": "HotCocoa", | |||
"group": "Drinks", | |||
"color": "#664300", | |||
"textColorTheme": "light", | |||
"parent": "BaseDrink", | |||
"flavor": "chocolate", | |||
"metabolisms": { | |||
"Drink": { | |||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "SatiateThirst", | ||
" | "factor": 2 | ||
}, | |||
{ | |||
"class": "AdjustReagent", | |||
"reagent": "Theobromine", | |||
"amount": 0.05 | |||
" | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": "hot cocoa", | |||
"desc": "Smells like the holidays!", | |||
"physicalDesc": "aromatic", | |||
"name": " | |||
"desc": " | |||
"physicalDesc": " | |||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "HotCocoa", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "Water", | ||
1, | |||
false, | false, | ||
" | "water" | ||
], | ], | ||
[ | [ | ||
" | "CocoaPowder", | ||
1, | 1, | ||
false, | false, | ||
" | "cocoa powder" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "HotCocoa", | ||
2, | 2, | ||
" | "HotCocoa" | ||
] | ] | ||
] | ], | ||
"minTemp": 350 | |||
} | } | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Drink'''", | ||
" | "* SatiateThirst", | ||
"* | "* Adds 0.05u of Theobromine to the solution" | ||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Drink'''\n* SatiateThirst\n* Adds 0.05u of Theobromine to the solution" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "HotRamen", | ||
"group": " | "group": "Drinks", | ||
"color": "# | "color": "#664300", | ||
"textColorTheme": " | "textColorTheme": "light", | ||
"flavor": " | "parent": "BaseDrink", | ||
"flavor": "cheapnoodles", | |||
"metabolisms": { | "metabolisms": { | ||
" | "Food": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "SatiateHunger", | ||
" | "factor": 4 | ||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "hot ramen", | ||
"desc": " | "desc": "Hot noodles.", | ||
"physicalDesc": " | "physicalDesc": "wormy", | ||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "HotRamen", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "DryRamen", | ||
5, | |||
false, | false, | ||
" | "DryRamen" | ||
], | ], | ||
[ | [ | ||
" | "Water", | ||
2, | 2, | ||
false, | false, | ||
" | "water" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "HotRamen", | ||
6, | |||
" | "HotRamen" | ||
] | ] | ||
] | ], | ||
"minTemp": 323.15 | |||
} | } | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Food'''", | ||
"* SatiateHunger" | |||
"* | |||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Food'''\n* SatiateHunger" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Hotsauce", | ||
"group": " | "group": "Foods", | ||
"color": " | "color": "red", | ||
"textColorTheme": " | "textColorTheme": "dark", | ||
"flavor": " | "flavor": "spicy", | ||
"name": "hotsauce", | |||
"desc": "Burns so good.", | |||
"physicalDesc": "spicy", | |||
"name": " | |||
"desc": " | |||
"physicalDesc": " | |||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "CookingHotsauce", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "JuiceTomato", | ||
1, | 1, | ||
false, | false, | ||
" | "JuiceTomato" | ||
], | ], | ||
[ | [ | ||
" | "TableSalt", | ||
1, | 1, | ||
false, | false, | ||
" | "TableSalt" | ||
], | ], | ||
[ | [ | ||
" | "CapsaicinOil", | ||
1, | 1, | ||
false, | false, | ||
" | "CapsaicinOil" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "Hotsauce", | ||
3, | 3, | ||
" | "hotsauce" | ||
] | ] | ||
] | ] | ||
} | } | ||
], | ], | ||
"effects": [ | "effects": [], | ||
"effectLine": "" | |||
"effectLine": " | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "Hydrogen", | ||
"group": " | "group": "Elements", | ||
"color": "# | "color": "#cccccc", | ||
"textColorTheme": " | "textColorTheme": "dark", | ||
"flavor": "bitter", | "flavor": "bitter", | ||
"name": "hydrogen", | |||
"desc": "A light, flammable gas.", | |||
"physicalDesc": "gaseous", | |||
"name": " | |||
"desc": " | |||
"physicalDesc": " | |||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "EthanolBreakdown", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "Ethanol", | ||
9, | |||
false, | false, | ||
" | "ethanol" | ||
], | ] | ||
], | |||
"products": [ | |||
[ | [ | ||
" | "Hydrogen", | ||
6, | |||
"hydrogen" | |||
" | |||
], | ], | ||
[ | [ | ||
" | "Carbon", | ||
2, | 2, | ||
"carbon" | |||
" | ], | ||
[ | [ | ||
" | "Oxygen", | ||
1, | |||
" | "oxygen" | ||
] | ] | ||
] | ] | ||
} | }, | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "WaterBreakdown", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "Water", | ||
3, | |||
false, | false, | ||
" | "water" | ||
] | |||
], | |||
"products": [ | |||
[ | |||
"Hydrogen", | |||
2, | |||
"hydrogen" | |||
], | ], | ||
[ | [ | ||
" | "Oxygen", | ||
1, | 1, | ||
"oxygen" | |||
] | |||
] | |||
}, | |||
{ | |||
"type": "reaction", | |||
"id": "FatBreakdown", | |||
"reactants": [ | |||
[ | |||
"Fat", | |||
15, | |||
false, | false, | ||
" | "fat" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "Carbon", | ||
5, | |||
" | "carbon" | ||
], | |||
[ | |||
"Hydrogen", | |||
10, | |||
"hydrogen" | |||
], | |||
[ | |||
"Oxygen", | |||
1, | |||
"oxygen" | |||
] | ] | ||
] | ] | ||
} | }, | ||
{ | |||
"type": "reaction", | |||
" | "id": "UncookedAnimalProteinBreakdown", | ||
" | "reactants": [ | ||
[ | |||
"UncookedAnimalProteins", | |||
10, | |||
false, | |||
"UncookedAnimalProteins" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Carbon", | |||
2, | |||
"carbon" | |||
], | |||
[ | |||
"Hydrogen", | |||
4, | |||
"hydrogen" | |||
], | |||
[ | |||
"Phosphorus", | |||
3, | |||
"phosphorus" | |||
], | |||
[ | |||
"Oxygen", | |||
1, | |||
"oxygen" | |||
] | |||
] | |||
}, | |||
{ | |||
"type": "reaction", | |||
"id": "ProteinBreakdown", | |||
"reactants": [ | |||
[ | |||
"Protein", | |||
10, | |||
false, | |||
"protein" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Carbon", | |||
2, | |||
"carbon" | |||
], | |||
[ | |||
"Hydrogen", | |||
4, | |||
"hydrogen" | |||
], | |||
[ | |||
"Phosphorus", | |||
3, | |||
"phosphorus" | |||
], | |||
[ | |||
"Oxygen", | |||
1, | |||
"oxygen" | |||
] | |||
] | |||
}, | |||
{ | |||
"type": "reaction", | |||
"id": "WeldingFuelBreakdown", | |||
"reactants": [ | |||
[ | |||
"WeldingFuel", | |||
10, | |||
false, | |||
"WeldingFuel" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Ethanol", | |||
5, | |||
"ethanol" | |||
], | |||
[ | |||
"Hydrogen", | |||
3, | |||
"hydrogen" | |||
], | |||
[ | |||
"Sulfur", | |||
2, | |||
"sulfur" | |||
] | |||
] | |||
} | |||
], | ], | ||
"effectLine": " | "effects": [], | ||
"effectLine": "", | |||
"boilingPoint": -253, | |||
"meltingPoint": -259.2 | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "Hydroxide", | ||
"group": | "group": null, | ||
"color": " | "color": "white", | ||
"textColorTheme": " | "textColorTheme": "dark", | ||
"flavor": | "flavor": null, | ||
"name": "hydroxide", | |||
"desc": "A strong alkaline chemical, forming a base for many organic compounds.", | |||
"physicalDesc": "alkaline", | |||
"recipes": [ | |||
"name": " | |||
"desc": " | |||
"physicalDesc": " | |||
"recipes": [ | |||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "Hydroxide", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "Oxygen", | ||
1, | 1, | ||
false, | false, | ||
" | "oxygen" | ||
], | ], | ||
[ | [ | ||
" | "Hydrogen", | ||
1, | 1, | ||
false, | false, | ||
" | "hydrogen" | ||
], | ] | ||
], | |||
"products": [ | |||
[ | [ | ||
" | "Hydroxide", | ||
2, | |||
"hydroxide" | |||
" | ] | ||
], | |||
"minTemp": 310 | |||
] | |||
], | |||
" | |||
} | } | ||
], | ], | ||
"effects": [ | "effects": [], | ||
"effectLine": "", | |||
"boilingPoint": 1661, | |||
"meltingPoint": 596 | |||
" | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "Hyper-Noblium", | ||
"group": | "group": null, | ||
"color": "# | "color": "#33cccc", | ||
"textColorTheme": " | "textColorTheme": "light", | ||
"flavor": "bitter", | "flavor": "bitter", | ||
"name": "hyper-noblium", | |||
"desc": "The most noble gas of them all. High quantities of hyper-noblium actively prevents reactions from occuring.", | |||
"physicalDesc": "gaseous", | |||
"recipes": [], | |||
"effects": [], | |||
"effectLine": "" | |||
}, | |||
{ | |||
"id": "Hyronalin", | |||
"group": "Medicine", | |||
"color": "#4cb580", | |||
"textColorTheme": "light", | |||
"flavor": "medicine", | |||
"metabolisms": { | "metabolisms": { | ||
" | "Medicine": { | ||
"metabolismRate": 0.2, | |||
"effects": [ | "effects": [ | ||
{ | { | ||
| Line 9,043: | Line 9,580: | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
" | "Radiation": -0.5 | ||
} | } | ||
} | } | ||
}, | |||
{ | |||
"class": "ChemVomit", | |||
"probability": 0.02 | |||
}, | }, | ||
{ | { | ||
| Line 9,052: | Line 9,593: | ||
{ | { | ||
"class": "ReagentThreshold", | "class": "ReagentThreshold", | ||
"min": | "min": 20 | ||
} | } | ||
], | ], | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
" | "Heat": 1.5 | ||
} | } | ||
} | } | ||
}, | |||
{ | |||
"class": "Jitter", | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"min": 30 | |||
} | |||
] | |||
} | } | ||
] | ] | ||
} | |||
}, | |||
"name": "hyronalin", | |||
"desc": "A weak treatment for radiation damage. A precursor to arithrazine and phalanximine. Can cause vomiting.", | |||
"physicalDesc": "cloudy", | |||
} | |||
}, | |||
"name": " | |||
"desc": "A | |||
"physicalDesc": " | |||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "Hyronalin", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "Radium", | ||
1, | 1, | ||
false, | false, | ||
" | "radium" | ||
], | ], | ||
[ | [ | ||
" | "PotassiumIodide", | ||
1, | 1, | ||
false, | false, | ||
" | "PotassiumIodide" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "Hyronalin", | ||
2, | |||
" | "hyronalin" | ||
] | ] | ||
] | ] | ||
| Line 9,170: | Line 9,645: | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Medicine''' (0.2u per second)", | ||
"* Heals \u003Cspan style=\"color:green\"\u003E0.5\u003C/span\u003E Radiation", | |||
"* | "* ChemVomit", | ||
" | "* Deals \u003Cspan style=\"color:red\"\u003E1.5\u003C/span\u003E Heat when there's at least 20u of hyronalin", | ||
"* Deals \u003Cspan style=\"color:red\"\ | "* Causes jittering when there's at least 30u of hyronalin" | ||
"* Causes jittering | |||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Medicine''' (0.2u per second)\n* Heals \u003Cspan style=\"color:green\"\u003E0.5\u003C/span\u003E Radiation\n* ChemVomit\n* Deals \u003Cspan style=\"color:red\"\u003E1.5\u003C/span\u003E Heat when there's at least 20u of hyronalin\n* Causes jittering when there's at least 30u of hyronalin" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Ice", | ||
"group": " | "group": "Drinks", | ||
"color": "# | "color": "#bed8e6", | ||
"textColorTheme": "dark", | |||
"flavor": "cold", | |||
"name": "ice", | |||
"desc": "Frozen water.", | |||
"physicalDesc": "frosty", | |||
"recipes": [ | |||
{ | |||
"type": "reaction", | |||
"id": "FlashFreezeIce", | |||
"reactants": [ | |||
[ | |||
"Fresium", | |||
1, | |||
false, | |||
"Fresium" | |||
], | |||
[ | |||
"Water", | |||
1, | |||
false, | |||
"water" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Ice", | |||
5, | |||
"ice" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [], | |||
"effectLine": "", | |||
"boilingPoint": 100, | |||
"meltingPoint": 0 | |||
}, | |||
{ | |||
"id": "IceCream", | |||
"group": "Drinks", | |||
"color": "#fffbd6", | |||
"textColorTheme": "dark", | "textColorTheme": "dark", | ||
" | "parent": "BaseSoda", | ||
" | "flavor": "icecream", | ||
"name": "ice cream", | |||
"desc": "It was either this or the microwave, and nobody wants ice cream soup!", | |||
"physicalDesc": "creamy", | |||
"name": " | |||
"desc": " | |||
"physicalDesc": " | |||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "IceCream", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "Cream", | ||
1, | 1, | ||
false, | false, | ||
" | "cream" | ||
], | ], | ||
[ | [ | ||
" | "Ice", | ||
1, | 1, | ||
false, | false, | ||
" | "ice" | ||
], | ], | ||
[ | [ | ||
" | "Sugar", | ||
1, | 1, | ||
false, | false, | ||
" | "sugar" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "IceCream", | ||
3, | |||
" | "IceCream" | ||
] | ] | ||
] | ] | ||
} | } | ||
], | ], | ||
"effects": [ | "effects": [], | ||
"effectLine": "" | |||
"effectLine": " | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "IcedBeer", | ||
"group": " | "group": "Drinks", | ||
"color": "# | "color": "#664300", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": " | "parent": "BaseAlcohol", | ||
" | "flavor": "icedbeer", | ||
"name": "iced beer", | |||
" | "desc": "A beer which is so cold the air around it freezes.", | ||
" | "physicalDesc": "bubbly", | ||
{ | "recipes": [ | ||
" | { | ||
" | "type": "reaction", | ||
" | "id": "IcedBeer", | ||
" | "reactants": [ | ||
[ | |||
"Beer", | |||
5, | |||
false, | |||
"beer" | |||
], | |||
[ | |||
"Ice", | |||
1, | |||
false, | |||
"ice" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"IcedBeer", | |||
5, | |||
"IcedBeer" | |||
] | |||
] | |||
}, | |||
{ | |||
"type": "reaction", | |||
"id": "IcedBeerAlt", | |||
"reactants": [ | |||
[ | |||
"Beer", | |||
10, | |||
false, | |||
"beer" | |||
], | |||
[ | |||
"FrostOil", | |||
1, | |||
false, | |||
"FrostOil" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"IcedBeer", | |||
10, | |||
"IcedBeer" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [], | |||
"effectLine": "" | |||
}, | |||
{ | |||
"id": "IcedCoffee", | |||
"group": "Drinks", | |||
"color": "#102838", | |||
"textColorTheme": "light", | |||
"parent": "BaseDrink", | |||
"flavor": "coffee", | |||
"metabolisms": { | |||
"Drink": { | |||
"effects": [ | |||
{ | { | ||
"class": " | "class": "SatiateThirst", | ||
" | "factor": 2 | ||
}, | }, | ||
{ | { | ||
"class": "GenericStatusEffect", | "class": "GenericStatusEffect", | ||
"key": " | "key": "Drowsiness", | ||
"time": | "time": 2, | ||
"type": "Remove" | "type": "Remove" | ||
} | |||
] | |||
} | |||
] | |||
} | } | ||
}, | }, | ||
"name": " | "name": "iced coffee", | ||
"desc": " | "desc": "Coffee and ice, refreshing and cool.", | ||
"physicalDesc": " | "physicalDesc": "aromatic", | ||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "IcedCoffee", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "Coffee", | ||
2, | |||
false, | false, | ||
" | "coffee" | ||
], | ], | ||
[ | [ | ||
" | "Ice", | ||
1, | 1, | ||
false, | false, | ||
" | "ice" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "IcedCoffee", | ||
3, | |||
" | "IcedCoffee" | ||
] | ] | ||
] | ] | ||
| Line 9,504: | Line 9,859: | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Drink'''", | ||
" | "* SatiateThirst", | ||
"* | "* Applies Drowsiness for 2s" | ||
], | |||
"effectLine": "'''Drink'''\n* SatiateThirst\n* Applies Drowsiness for 2s" | |||
}, | |||
{ | |||
"id": "IcedGreenTea", | |||
"group": "Drinks", | |||
"color": "#5B821B", | |||
"textColorTheme": "light", | |||
"parent": "BaseDrink", | |||
"flavor": "icedtea", | |||
"name": "iced green tea", | |||
"desc": "Cold green tea.", | |||
" | "physicalDesc": "aromatic", | ||
"recipes": [ | |||
{ | |||
"type": "reaction", | |||
"id": "IcedGreenTea", | |||
"reactants": [ | |||
[ | |||
"GreenTea", | |||
2, | |||
false, | |||
"GreenTea" | |||
], | |||
[ | |||
"Ice", | |||
1, | |||
false, | |||
"ice" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"IcedGreenTea", | |||
3, | |||
"IcedGreenTea" | |||
] | |||
] | |||
} | |||
], | ], | ||
" | "effects": [], | ||
"effectLine": "" | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "IcedTea", | ||
"group": " | "group": "Drinks", | ||
"color": "# | "color": "#6C3916", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": " | "parent": "BaseDrink", | ||
"flavor": "icedtea", | |||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "SatiateThirst", | ||
" | "factor": 2 | ||
" | }, | ||
" | { | ||
"class": "AdjustReagent", | |||
" | "reagent": "Theobromine", | ||
"amount": 0.05 | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
" | "name": "iced tea", | ||
"desc": "No relation to a certain rap artist/actor.", | |||
"physicalDesc": "aromatic", | |||
"recipes": [ | |||
{ | { | ||
" | "type": "reaction", | ||
" | "id": "IcedTea", | ||
"reactants": [ | |||
[ | |||
" | "Ice", | ||
1, | |||
false, | |||
"ice" | |||
], | |||
[ | |||
"Tea", | |||
2, | |||
false, | |||
"tea" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"IcedTea", | |||
3, | |||
"IcedTea" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [ | "effects": [ | ||
"''' | "'''Drink'''", | ||
" | "* SatiateThirst", | ||
"* | "* Adds 0.05u of Theobromine to the solution" | ||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Drink'''\n* SatiateThirst\n* Adds 0.05u of Theobromine to the solution" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Ichor", | ||
"group": " | "group": "Biological", | ||
"color": "# | "color": "#f4692e", | ||
"textColorTheme": " | "textColorTheme": "light", | ||
"flavor": " | "flavor": "metallic", | ||
" | "metabolisms": { | ||
{ | "Drink": { | ||
"class": " | "effects": [ | ||
{ | |||
"class": "SatiateThirst", | |||
"factor": 1.5 | |||
} | |||
] | |||
}, | |||
"Medicine": { | |||
"metabolismRate": 0.2, | |||
"effects": [ | |||
{ | |||
"class": "ModifyBloodLevel", | |||
"amount": 3 | |||
}, | |||
{ | |||
"class": "HealthChange", | |||
"damage": { | |||
"groups": { | |||
"Burn": -4.8, | |||
"Brute": -4.8, | |||
"Toxin": -4, | |||
"Airloss": -6 | |||
} | |||
} | |||
}, | |||
{ | |||
"class": "ModifyBleedAmount", | |||
"amount": -1.5 | |||
} | |||
] | |||
} | } | ||
}, | |||
"name": " | "name": "ichor", | ||
"desc": " | "desc": "An extremely potent regenerative chemical, perfected by space fauna evolution. Produced in the dragon's digestive system, it is seen as an exotic commodity due to the gargantuan effort of hunting for it.", | ||
"physicalDesc": " | "physicalDesc": "roaring", | ||
"recipes": [], | "recipes": [], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Drink'''", | ||
"* SatiateThirst", | |||
"\n", | "\n", | ||
"* | "'''Medicine''' (0.2u per second)", | ||
"* ModifyBloodLevel", | |||
"* Heals \u003Cspan style=\"color:green\"\u003E4.8\u003C/span\u003E Burn", | |||
"* Heals \u003Cspan style=\"color:green\"\u003E4.8\u003C/span\u003E Brute", | |||
"* Heals \u003Cspan style=\"color:green\"\u003E4\u003C/span\u003E Toxin", | |||
"* Heals \u003Cspan style=\"color:green\"\u003E6\u003C/span\u003E Airloss", | |||
"* ModifyBleedAmount" | |||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Drink'''\n* SatiateThirst\n\n\n'''Medicine''' (0.2u per second)\n* ModifyBloodLevel\n* Heals \u003Cspan style=\"color:green\"\u003E4.8\u003C/span\u003E Burn\n* Heals \u003Cspan style=\"color:green\"\u003E4.8\u003C/span\u003E Brute\n* Heals \u003Cspan style=\"color:green\"\u003E4\u003C/span\u003E Toxin\n* Heals \u003Cspan style=\"color:green\"\u003E6\u003C/span\u003E Airloss\n* ModifyBleedAmount", | ||
"boilingPoint": 100, | |||
"meltingPoint": 0 | |||
}, | }, | ||
{ | { | ||
| Line 9,616: | Line 10,036: | ||
"class": "MovespeedModifier", | "class": "MovespeedModifier", | ||
"walkSpeedModifier": 0.65, | "walkSpeedModifier": 0.65, | ||
"sprintSpeedModifier": 0.65 | "sprintSpeedModifier": 0.65 | ||
}, | }, | ||
{ | { | ||
| Line 9,653: | Line 10,072: | ||
"type": "reaction", | "type": "reaction", | ||
"id": "Impedrezene", | "id": "Impedrezene", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "Mercury", | ||
1, | 1, | ||
false, | false, | ||
" | "mercury" | ||
], | ], | ||
[ | [ | ||
" | "Oxygen", | ||
1, | 1, | ||
false, | false, | ||
" | "oxygen" | ||
], | ], | ||
[ | [ | ||
" | "Water", | ||
1, | 1, | ||
false, | false, | ||
" | "water" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "Impedrezene", | ||
1, | 1, | ||
" | "impedrezene" | ||
] | ] | ||
] | ], | ||
"minTemp": 370 | |||
} | } | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"'''Narcotic''' | "'''Narcotic'''", | ||
"* MovespeedModifier", | |||
"* | |||
"* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Poison", | "* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Poison", | ||
"* Applies SeeingRainbows for 10s", | |||
"* | "* ChemVomit", | ||
"* Drunk" | |||
"* | |||
"* | |||
], | ], | ||
"effectLine": "'''Narcotic''' | "effectLine": "'''Narcotic'''\n* MovespeedModifier\n* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Poison\n* Applies SeeingRainbows for 10s\n* ChemVomit\n* Drunk" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Inaprovaline", | ||
"group": " | "group": "Medicine", | ||
"color": "# | "color": "#731024", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": " | "flavor": "medicine", | ||
"metabolisms": { | "metabolisms": { | ||
" | "Medicine": { | ||
"metabolismRate": 0.2, | |||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "HealthChange", | ||
" | "conditions": [ | ||
{ | |||
" | "class": "MobStateCondition", | ||
" | "mobstate": "Critical" | ||
" | } | ||
], | |||
"damage": { | |||
"types": { | |||
"Asphyxiation": -3 | |||
} | |||
} | |||
}, | |||
{ | |||
"class": "ModifyBleedAmount", | |||
"amount": -0.25 | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"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, | 1, | ||
false, | false, | ||
" | "oxygen" | ||
], | ], | ||
[ | [ | ||
" | "Carbon", | ||
1, | 1, | ||
false, | false, | ||
" | "carbon" | ||
], | ], | ||
[ | [ | ||
" | "Sugar", | ||
1, | 1, | ||
false, | false, | ||
" | "sugar" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "Inaprovaline", | ||
3, | 3, | ||
" | "inaprovaline" | ||
] | ] | ||
] | ] | ||
| Line 9,755: | Line 10,180: | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Medicine''' (0.2u per second)", | ||
"\ | "* Heals \u003Cspan style=\"color:green\"\u003E3\u003C/span\u003E Asphyxiation", | ||
"* | "* ModifyBleedAmount" | ||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Medicine''' (0.2u per second)\n* Heals \u003Cspan style=\"color:green\"\u003E3\u003C/span\u003E Asphyxiation\n* ModifyBleedAmount" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "InsectBlood", | ||
"group": " | "group": "Biological", | ||
"color": "# | "color": "#808A51", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
" | "parent": "Blood", | ||
" | "flavor": "horrible", | ||
"name": "insect blood", | |||
"desc": "Okay, this is really gross. It almost looks.. alive?", | |||
"physicalDesc": "slimy", | |||
"name": " | |||
"desc": " | |||
"physicalDesc": " | |||
"recipes": [], | "recipes": [], | ||
"effects": [ | "effects": [], | ||
"effectLine": "" | |||
"effectLine": " | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "Insuzine", | ||
"group": " | "group": "Medicine", | ||
"color": "# | "color": "#8147ff", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": "metallic", | |||
"metabolisms": { | "metabolisms": { | ||
" | "Medicine": { | ||
"metabolismRate": 0.2, | |||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "HealthChange", | ||
"damage": { | |||
"types": { | |||
"Shock": -2 | |||
} | |||
} | |||
}, | |||
{ | |||
"class": "AdjustReagent", | |||
"reagent": "Licoxide", | |||
"amount": -4 | |||
}, | |||
{ | |||
"class": "AdjustReagent", | |||
"reagent": "Tazinide", | |||
"amount": -4 | |||
}, | |||
{ | |||
"class": "AdjustTemperature", | |||
"amount": -2400 | |||
}, | |||
{ | |||
"class": "HealthChange", | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"min": 12 | |||
} | |||
], | |||
"damage": { | |||
"types": { | |||
"Cold": 2 | |||
} | |||
} | |||
}, | |||
{ | |||
"class": "AdjustTemperature", | |||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"class": "ReagentThreshold", | "class": "ReagentThreshold", | ||
"min": 12 | |||
"min": | |||
} | } | ||
], | ], | ||
" | "amount": -30000 | ||
" | }, | ||
" | { | ||
"class": "Jitter", | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"min": 12 | |||
} | |||
] | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"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", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "Leporazine", | ||
1, | |||
false, | |||
"leporazine" | |||
], | |||
[ | |||
"Aiuri", | |||
1, | |||
false, | false, | ||
" | "Aiuri" | ||
], | ], | ||
[ | [ | ||
" | "Silicon", | ||
1, | 1, | ||
false, | false, | ||
" | "silicon" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "Insuzine", | ||
3, | |||
" | "insuzine" | ||
] | ] | ||
] | ], | ||
"impact": "Medium", | |||
"minTemp": 433 | |||
} | } | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Medicine''' (0.2u per second)", | ||
"\ | "* Heals \u003Cspan style=\"color:green\"\u003E2\u003C/span\u003E Shock", | ||
"* | "* Removes 4u of Licoxide from the solution", | ||
"* Removes 4u of Tazinide from the solution", | |||
"* Removes 2400J of heat from the body it's in", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Cold when there's at least 12u of insuzine", | |||
"* Removes 30000J of heat from the body it's in when there's at least 12u of insuzine", | |||
"* Causes jittering when there's at least 12u of insuzine" | |||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Medicine''' (0.2u per second)\n* Heals \u003Cspan style=\"color:green\"\u003E2\u003C/span\u003E Shock\n* Removes 4u of Licoxide from the solution\n* Removes 4u of Tazinide from the solution\n* Removes 2400J 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": "Iodine", | ||
"group": " | "group": "Elements", | ||
"color": "# | "color": "#BC8A00", | ||
"textColorTheme": "light", | |||
"flavor": "bitter", | |||
"name": "iodine", | |||
"desc": "Commonly added to table salt as a nutrient. On its own it tastes far less pleasing.", | |||
"physicalDesc": "dark brown", | |||
"recipes": [], | |||
"effects": [], | |||
"effectLine": "", | |||
"boilingPoint": 184.3, | |||
"meltingPoint": 113.7 | |||
}, | |||
{ | |||
"id": "Ipecac", | |||
"group": "Medicine", | |||
"color": "#422912", | |||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": "medicine", | |||
"metabolisms": { | "metabolisms": { | ||
" | "Medicine": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "ChemVomit", | ||
" | "conditions": [ | ||
{ | |||
"class": "ReagentThreshold", | |||
"min": 4 | |||
" | } | ||
], | |||
"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", | "type": "reaction", | ||
"id": " | "id": "NuclearColaBreakdown", | ||
" | "reactants": [ | ||
" | [ | ||
"NuclearCola", | |||
10, | |||
false, | |||
"NuclearCola" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Ipecac", | |||
2, | |||
"ipecac" | |||
], | |||
[ | |||
"Water", | |||
2, | |||
"water" | |||
], | |||
[ | |||
"Sugar", | |||
2, | |||
"sugar" | |||
], | |||
[ | |||
"Uranium", | |||
1, | |||
"uranium" | |||
] | |||
] | |||
}, | |||
{ | |||
"type": "reaction", | |||
"id": "Ipecac", | |||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "Potassium", | ||
1, | 1, | ||
false, | false, | ||
" | "potassium" | ||
], | ], | ||
[ | [ | ||
" | "Nitrogen", | ||
1, | |||
false, | false, | ||
" | "nitrogen" | ||
], | ], | ||
[ | [ | ||
" | "Ammonia", | ||
1, | |||
false, | false, | ||
" | "ammonia" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "Ipecac", | ||
2, | 2, | ||
" | "ipecac" | ||
] | ] | ||
] | ] | ||
| Line 9,915: | Line 10,426: | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Medicine'''", | ||
"* ChemVomit when there's at least 4u of ipecac" | |||
"* | |||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Medicine'''\n* ChemVomit when there's at least 4u of ipecac" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "IrishBool", | ||
"group": " | "group": "Drinks", | ||
"color": "# | "color": "#71672e99", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": " | "parent": "BaseAlcohol", | ||
"flavor": "irishbool", | |||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "SatiateThirst", | ||
" | "factor": 1 | ||
" | }, | ||
{ | |||
"class": "AdjustReagent", | |||
"reagent": "Ethanol", | |||
"amount": 0.1 | |||
" | |||
}, | }, | ||
{ | { | ||
"class": " | "class": "AdjustReagent", | ||
" | "reagent": "Theobromine", | ||
" | "amount": 0.05 | ||
}, | }, | ||
{ | { | ||
"class": "GenericStatusEffect", | "class": "GenericStatusEffect", | ||
"key": " | "key": "Drowsiness", | ||
" | "time": 1, | ||
" | "type": "Remove" | ||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "Irish bool", | ||
"desc": " | "desc": "Like a bool in a Ireland shop.", | ||
"physicalDesc": " | "physicalDesc": "bubbly", | ||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "IrishBool", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "EnergyDrink", | ||
1, | 1, | ||
false, | false, | ||
" | "EnergyDrink" | ||
], | ], | ||
[ | [ | ||
" | "IrishSlammer", | ||
1, | 1, | ||
false, | false, | ||
" | "IrishSlammer" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "IrishBool", | ||
2, | 2, | ||
" | "IrishBool" | ||
] | ] | ||
] | ] | ||
| Line 10,010: | Line 10,495: | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Drink'''", | ||
" | "* SatiateThirst", | ||
"* | "* Adds 0.1u of Ethanol to the solution", | ||
"* Adds 0.05u of Theobromine to the solution", | |||
"* Applies Drowsiness for 1s" | |||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Drink'''\n* SatiateThirst\n* Adds 0.1u of Ethanol to the solution\n* Adds 0.05u of Theobromine to the solution\n* Applies Drowsiness for 1s" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "IrishCoffee", | ||
"group": " | "group": "Drinks", | ||
"color": "# | "color": "#664300", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": " | "parent": "BaseAlcohol", | ||
"flavor": "irishcoffee", | |||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "SatiateThirst", | ||
" | "factor": 2 | ||
}, | }, | ||
{ | { | ||
"class": " | "class": "AdjustReagent", | ||
" | "reagent": "Ethanol", | ||
" | "amount": 0.15 | ||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "Irish coffee", | ||
"desc": " | "desc": "Coffee served with irish cream. Regular cream just isn't the same!", | ||
"physicalDesc": " | "physicalDesc": "cloudy", | ||
"recipes": [], | "recipes": [ | ||
{ | |||
"type": "reaction", | |||
"id": "IrishCoffee", | |||
"reactants": [ | |||
[ | |||
"Coffee", | |||
1, | |||
false, | |||
"coffee" | |||
], | |||
[ | |||
"IrishCream", | |||
1, | |||
false, | |||
"IrishCream" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"IrishCoffee", | |||
2, | |||
"IrishCoffee" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [ | "effects": [ | ||
"''' | "'''Drink'''", | ||
" | "* SatiateThirst", | ||
"* | "* Adds 0.15u of Ethanol to the solution" | ||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Drink'''\n* SatiateThirst\n* Adds 0.15u of Ethanol to the solution" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "IrishCream", | ||
"group": " | "group": "Drinks", | ||
"color": "# | "color": "#664300", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": " | "parent": "BaseAlcohol", | ||
"flavor": "creamy", | |||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "SatiateThirst", | ||
" | "factor": 2 | ||
}, | |||
{ | |||
"class": "AdjustReagent", | |||
"reagent": "Ethanol", | |||
"amount": 0.2 | |||
}, | |||
{ | |||
"class": " | |||
" | |||
" | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "Irish cream", | ||
"desc": " | "desc": "Whiskey-imbued cream. What else could you expect from the Irish.", | ||
"physicalDesc": " | "physicalDesc": "creamy", | ||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "IrishCream", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "Cream", | ||
1, | 1, | ||
false, | false, | ||
" | "cream" | ||
], | ], | ||
[ | [ | ||
" | "Whiskey", | ||
2, | |||
false, | false, | ||
" | "whiskey" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "IrishCream", | ||
3, | |||
" | "IrishCream" | ||
] | ] | ||
] | ] | ||
| Line 10,205: | Line 10,615: | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Drink'''", | ||
" | "* SatiateThirst", | ||
"* | "* Adds 0.2u of Ethanol to the solution" | ||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Drink'''\n* SatiateThirst\n* Adds 0.2u of Ethanol to the solution" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "IrishSlammer", | ||
"group": " | "group": "Drinks", | ||
"color": "# | "color": "#2E6671", | ||
"textColorTheme": "light", | |||
"parent": "BaseAlcohol", | |||
"flavor": "irishslammer", | |||
"textColorTheme": "light", | |||
"parent": " | |||
"flavor": " | |||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "SatiateThirst", | ||
" | "factor": 2 | ||
}, | |||
{ | |||
"class": "AdjustReagent", | |||
"reagent": "Ethanol", | |||
"amount": 0.15 | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "Irish slammer", | ||
"desc": " | "desc": "An unconventional mixture of irish cream and stout.", | ||
"physicalDesc": " | "physicalDesc": "bubbly", | ||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "IrishSlammer", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "Ale", | ||
1, | 1, | ||
false, | false, | ||
" | "ale" | ||
], | ], | ||
[ | [ | ||
" | "IrishCream", | ||
1, | 1, | ||
false, | false, | ||
" | "IrishCream" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "IrishSlammer", | ||
2, | |||
" | "IrishSlammer" | ||
] | ] | ||
] | ] | ||
| Line 10,299: | Line 10,674: | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Drink'''", | ||
"* SatiateThirst", | |||
"* | "* Adds 0.15u of Ethanol to the solution" | ||
"* | |||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Drink'''\n* SatiateThirst\n* Adds 0.15u of Ethanol to the solution" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Iron", | ||
"group": " | "group": "Elements", | ||
"color": "# | "color": "#434b4d", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": "metallic", | |||
"flavor": " | |||
"metabolisms": { | "metabolisms": { | ||
"Poison": { | "Poison": { | ||
"metabolismRate": 0.1, | |||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": "HealthChange", | "class": "HealthChange", | ||
"conditions": [ | |||
{ | |||
"class": "OrganType", | |||
"type": "Arachnid", | |||
"shouldHave": true | |||
} | |||
], | |||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
"Poison": 0.1 | |||
"Poison | |||
} | } | ||
} | } | ||
} | } | ||
] | ] | ||
} | }, | ||
}, | "Medicine": { | ||
"name": " | "effects": [ | ||
"desc": " | { | ||
"physicalDesc": " | "class": "ModifyBloodLevel", | ||
"conditions": [ | |||
{ | |||
"class": "OrganType", | |||
"type": "Arachnid", | |||
"shouldHave": false | |||
} | |||
], | |||
"amount": 0.4 | |||
} | |||
] | |||
} | |||
}, | |||
"name": "iron", | |||
"desc": "A silvery-grey metal which forms iron oxides (rust) with contact with air. Commonly alloyed with other elements to create alloys such as steel.", | |||
"physicalDesc": "metallic", | |||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "BloodBreakdown", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "Blood", | ||
20, | |||
false, | false, | ||
" | "blood" | ||
] | |||
], | |||
"products": [ | |||
[ | |||
"Water", | |||
11, | |||
"water" | |||
], | ], | ||
[ | [ | ||
" | "Iron", | ||
0, | |||
"iron" | |||
" | |||
], | ], | ||
[ | [ | ||
" | "Sugar", | ||
2, | |||
"sugar" | |||
" | ], | ||
[ | [ | ||
" | "CarbonDioxide", | ||
3, | 3, | ||
" | "CarbonDioxide" | ||
], | |||
[ | |||
"Protein", | |||
4, | |||
"protein" | |||
] | ] | ||
] | ] | ||
| Line 10,375: | Line 10,768: | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Medicine'''", | ||
"* ModifyBloodLevel", | |||
"\n", | "\n", | ||
"'''Poison''' (0.1u per second)", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E0.1\u003C/span\u003E Poison" | |||
"'''Poison''' (0. | |||
"* Deals | |||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Medicine'''\n* ModifyBloodLevel\n\n\n'''Poison''' (0.1u per second)\n* Deals \u003Cspan style=\"color:red\"\u003E0.1\u003C/span\u003E Poison", | ||
"boilingPoint": 2862, | |||
"meltingPoint": 1538 | |||
}, | |||
{ | |||
"id": "JuiceApple", | |||
"group": "Drinks", | |||
"color": "#FDAD01", | |||
"textColorTheme": "dark", | |||
"parent": "BaseJuice", | |||
"flavor": "apple", | |||
"name": "apple juice", | |||
"desc": "It's a little piece of Eden.", | |||
"physicalDesc": "crisp", | |||
"recipes": [], | |||
"effects": [], | |||
"effectLine": "" | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "JuiceBanana", | ||
"group": " | "group": "Drinks", | ||
"color": "# | "color": "#FFE777", | ||
"textColorTheme": "light", | "textColorTheme": "dark", | ||
"parent": " | "parent": "BaseJuice", | ||
"flavor": "bitter", | "flavor": "banana", | ||
"metabolisms": { | "name": "banana juice", | ||
"Poison": { | "desc": "The raw essence of a banana. HONK.", | ||
"effects": [ | "physicalDesc": "crisp", | ||
{ | "recipes": [], | ||
"class": "HealthChange", | "effects": [], | ||
"damage": { | "effectLine": "" | ||
"types": { | }, | ||
{ | |||
"Poison": 1 | "id": "JuiceBerry", | ||
"group": "Drinks", | |||
"color": "#660099", | |||
"textColorTheme": "light", | |||
"parent": "BaseJuice", | |||
"flavor": "berry", | |||
"name": "berry juice", | |||
"desc": "A delicious blend of several different kinds of berries.", | |||
"physicalDesc": "sweet", | |||
"recipes": [], | |||
"effects": [], | |||
"effectLine": "" | |||
}, | |||
{ | |||
"id": "JuiceBerryPoison", | |||
"group": "Drinks", | |||
"color": "#6600CC", | |||
"textColorTheme": "light", | |||
"parent": "BaseJuice", | |||
"flavor": "bitter", | |||
"metabolisms": { | |||
"Drink": { | |||
"effects": [ | |||
{ | |||
"class": "SatiateThirst", | |||
"value": "" | |||
} | |||
] | |||
}, | |||
"Poison": { | |||
"effects": [ | |||
{ | |||
"class": "HealthChange", | |||
"damage": { | |||
"types": { | |||
"Poison": 1 | |||
} | } | ||
} | } | ||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "poison berry juice", | ||
"desc": " | "desc": "A surprisingly tasty juice blended from various kinds of very deadly and toxic berries.", | ||
"physicalDesc": " | "physicalDesc": "sickly", | ||
"recipes": [ | "recipes": [], | ||
{ | "effects": [ | ||
"'''Drink'''", | |||
"* SatiateThirst", | |||
"\n", | |||
"'''Poison'''", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Poison" | |||
], | |||
"effectLine": "'''Drink'''\n* SatiateThirst\n\n\n'''Poison'''\n* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Poison" | |||
}, | |||
{ | |||
"id": "JuiceBluePumpkin", | |||
"group": "Drinks", | |||
"color": "#00BFFF", | |||
"textColorTheme": "light", | |||
"parent": "BaseJuice", | |||
"flavor": "bluepumpkin", | |||
"name": "blue pumpkin juice", | |||
"desc": "The juice of a blue pumpkin. Smells like pool water.", | |||
"physicalDesc": "strong smelling", | |||
"recipes": [], | |||
"effects": [], | |||
"effectLine": "" | |||
}, | |||
{ | |||
"id": "JuiceBungo", | |||
"group": "Drinks", | |||
"color": "#F9E43D", | |||
"textColorTheme": "dark", | |||
"parent": "BaseJuice", | |||
"flavor": "bungo", | |||
"name": "bungo juice", | |||
"desc": "The juice of a bungo fruit. Exotic!", | |||
"physicalDesc": "tart", | |||
"recipes": [], | |||
"effects": [], | |||
"effectLine": "" | |||
}, | |||
{ | |||
"id": "JuiceCarrot", | |||
"group": "Drinks", | |||
"color": "#FF8820", | |||
"textColorTheme": "light", | |||
"parent": "BaseJuice", | |||
"flavor": "carrot", | |||
"metabolisms": { | |||
"Drink": { | |||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "SatiateThirst", | ||
" | "factor": 2 | ||
}, | |||
{ | |||
"class": "AdjustReagent", | |||
"reagent": "Oculine", | |||
"amount": 0.5 | |||
}, | }, | ||
{ | { | ||
"class": " | "class": "AdjustReagent", | ||
" | "reagent": "Nutriment", | ||
" | "amount": 0.5 | ||
} | } | ||
] | ] | ||
} | } | ||
], | }, | ||
"name": "carrot juice", | |||
"desc": "It's like a carrot, but less crunchy.", | |||
"physicalDesc": "crisp", | |||
"recipes": [], | |||
"effects": [ | "effects": [ | ||
"''' | "'''Drink'''", | ||
"* SatiateThirst", | |||
"* | "* Adds 0.5u of Oculine to the solution", | ||
"* Adds 0.5u of Nutriment to the solution" | |||
"* | |||
"* Adds | |||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Drink'''\n* SatiateThirst\n* Adds 0.5u of Oculine to the solution\n* Adds 0.5u of Nutriment to the solution" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "JuiceCherry", | ||
"group": " | "group": "Drinks", | ||
"color": "# | "color": "#84031a", | ||
"textColorTheme": " | "textColorTheme": "light", | ||
"parent": " | "parent": "BaseJuice", | ||
"flavor": " | "flavor": "cherry", | ||
"name": "cherry juice", | |||
"desc": "reagent-desc-juice-cherry", | |||
"physicalDesc": "sweet", | |||
"recipes": [], | |||
"effects": [], | |||
"effectLine": "" | |||
"name": " | |||
"desc": " | |||
"physicalDesc": " | |||
"recipes": [ | |||
"effects": [ | |||
"effectLine": " | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "JuiceGrape", | ||
"group": " | "group": "Drinks", | ||
"color": "# | "color": "#512284", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"parent": " | "parent": "BaseJuice", | ||
"flavor": " | "flavor": "juice", | ||
"name": " | "name": "grape juice", | ||
"desc": " | "desc": "Freshly squeezed juice from red grapes. Quite sweet.", | ||
"physicalDesc": " | "physicalDesc": "crisp", | ||
"recipes": [ | "recipes": [], | ||
"effects": [], | |||
"effectLine": "" | |||
}, | |||
{ | |||
"id": "JuiceLemon", | |||
"group": "Drinks", | |||
"color": "#fff690", | |||
"textColorTheme": "dark", | |||
"parent": "BaseJuice", | |||
"flavor": "sour", | |||
"name": "lemon juice", | |||
"desc": "This juice is VERY sour.", | |||
"physicalDesc": "citric", | |||
"recipes": [], | |||
"effects": [], | |||
"effectLine": "" | |||
" | |||
"effectLine": " | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "JuiceLime", | ||
"group": " | "group": "Drinks", | ||
"color": "# | "color": "#99bb43", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"parent": " | "parent": "BaseJuice", | ||
"flavor": " | "flavor": "sour", | ||
"name": "lime juice", | |||
"desc": "The sweet-sour juice of limes.", | |||
"physicalDesc": "citric", | |||
"recipes": [], | |||
"effects": [], | |||
"effectLine": "" | |||
"name": " | |||
"desc": " | |||
"physicalDesc": " | |||
"recipes": [], | |||
"effects": [ | |||
"effectLine": " | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "JuiceOrange", | ||
"group": " | "group": "Drinks", | ||
"color": "# | "color": "#E78108", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"parent": " | "parent": "BaseJuice", | ||
"flavor": " | "flavor": "orange", | ||
"name": " | "name": "orange juice", | ||
"desc": " | "desc": "Both delicious AND rich in Vitamin C. What more do you need?", | ||
"physicalDesc": " | "physicalDesc": "citric", | ||
"recipes": [ | "recipes": [], | ||
"effects": [], | |||
"effectLine": "" | |||
"effects": [ | |||
"effectLine": " | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "JuicePineapple", | ||
"group": "Toxins", | "group": "Drinks", | ||
"color": "# | "color": "yellow", | ||
"textColorTheme": "dark", | |||
"parent": "BaseJuice", | |||
"flavor": "pineapple", | |||
"name": "pineapple juice", | |||
"desc": "The delicious juice of a pineapple.", | |||
"physicalDesc": "tropical", | |||
"recipes": [], | |||
"effects": [], | |||
"effectLine": "" | |||
}, | |||
{ | |||
"id": "JuicePotato", | |||
"group": "Drinks", | |||
"color": "#302000", | |||
"textColorTheme": "light", | |||
"parent": "BaseJuice", | |||
"flavor": "potatoes", | |||
"name": "potato juice", | |||
"desc": "Juice of the potato. Bleh.", | |||
"physicalDesc": "starchy", | |||
"recipes": [], | |||
"effects": [], | |||
"effectLine": "" | |||
}, | |||
{ | |||
"id": "JuiceThatMakesYouHew", | |||
"group": "Toxins", | |||
"color": "#a64dc5", | |||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": " | "flavor": "hew", | ||
"metabolisms": { | "metabolisms": { | ||
"Poison": { | "Poison": { | ||
"metabolismRate": 0.25, | |||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "Emote", | ||
" | "emote": "Hew", | ||
" | "showInChat": true, | ||
" | "force": true, | ||
"probability": 0.5 | |||
}, | |||
{ | |||
"class": "Polymorph", | |||
"prototype": "ArtifactLizard", | |||
"conditions": [ | |||
{ | |||
"class": "OrganType", | |||
"type": "Animal", | |||
"shouldHave": false | |||
}, | |||
{ | |||
"class": "ReagentThreshold", | |||
"min": 50 | |||
} | |||
] | |||
}, | |||
{ | |||
"class": "AdjustReagent", | |||
"reagent": "JuiceThatMakesYouHew", | |||
"amount": -20, | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"min": 50 | |||
} | } | ||
] | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
" | "name": "juice that makes you Hew", | ||
"desc": "Pure essence of inversed lizard plush. Makes you Hew!", | |||
"physicalDesc": "inversed", | |||
"recipes": [], | |||
"effects": [ | |||
"'''Poison''' (0.25u per second)", | |||
"* Emote", | |||
"* Polymorph when there's at least 50u of juicethatmakesyouhew", | |||
"* Removes 20u of JuiceThatMakesYouHew from the solution when there's at least 50u of juicethatmakesyouhew" | |||
], | ], | ||
" | "effectLine": "'''Poison''' (0.25u per second)\n* Emote\n* Polymorph when there's at least 50u of juicethatmakesyouhew\n* Removes 20u of JuiceThatMakesYouHew from the solution when there's at least 50u of juicethatmakesyouhew" | ||
}, | |||
{ | |||
"id": "JuiceThatMakesYouWeh", | |||
"group": "Toxins", | |||
"color": "#59b23a", | |||
"textColorTheme": "light", | |||
"flavor": "weh", | |||
}, | |||
{ | |||
"id": " | |||
"group": "Toxins", | |||
"color": "# | |||
"textColorTheme": "light", | |||
"flavor": " | |||
"metabolisms": { | "metabolisms": { | ||
"Poison": { | "Poison": { | ||
"metabolismRate": 0.25, | |||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "Emote", | ||
" | "emote": "Weh", | ||
" | "showInChat": true, | ||
" | "force": true, | ||
"probability": 0.5 | |||
}, | |||
{ | |||
"class": "Polymorph", | |||
"prototype": "ArtifactLizard", | |||
"conditions": [ | |||
{ | |||
"class": "OrganType", | |||
"type": "Animal", | |||
"shouldHave": false | |||
}, | |||
{ | |||
"class": "ReagentThreshold", | |||
"min": 50 | |||
} | } | ||
] | |||
}, | }, | ||
{ | { | ||
"class": " | "class": "AdjustReagent", | ||
" | "reagent": "JuiceThatMakesYouWeh", | ||
" | "amount": -20, | ||
" | "conditions": [ | ||
" | { | ||
"class": "ReagentThreshold", | |||
"min": 50 | |||
} | |||
] | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": "juice that makes you Weh", | |||
"desc": "Pure essence of lizard plush. Makes you Weh!", | |||
"physicalDesc": "vibrant", | |||
"name": " | |||
"desc": " | |||
"physicalDesc": " | |||
"recipes": [], | "recipes": [], | ||
"effects": [ | "effects": [ | ||
"'''Poison''' (0. | "'''Poison''' (0.25u per second)", | ||
" | "* Emote", | ||
"* | "* Polymorph when there's at least 50u of juicethatmakesyouweh", | ||
"* Removes 20u of JuiceThatMakesYouWeh from the solution when there's at least 50u of juicethatmakesyouweh" | |||
"* | |||
], | ], | ||
"effectLine": "'''Poison''' (0. | "effectLine": "'''Poison''' (0.25u per second)\n* Emote\n* Polymorph when there's at least 50u of juicethatmakesyouweh\n* Removes 20u of JuiceThatMakesYouWeh from the solution when there's at least 50u of juicethatmakesyouweh" | ||
}, | |||
{ | |||
"id": "JuiceTomato", | |||
"group": "Drinks", | |||
"color": "#731008", | |||
"textColorTheme": "light", | |||
"parent": "BaseJuice", | |||
"flavor": "tomato", | |||
"name": "tomato juice", | |||
"desc": "Tomatoes made into juice. What a waste of good tomatoes, huh?", | |||
"physicalDesc": "saucey", | |||
"recipes": [], | |||
"effects": [], | |||
"effectLine": "" | |||
}, | |||
{ | |||
"id": "JuiceWatermelon", | |||
"group": "Drinks", | |||
"color": "#EF3520", | |||
"textColorTheme": "light", | |||
"parent": "BaseJuice", | |||
"flavor": "watermelon", | |||
"name": "watermelon juice", | |||
"desc": "The delicious juice of a watermelon.", | |||
"physicalDesc": "sweet", | |||
"recipes": [], | |||
"effects": [], | |||
"effectLine": "" | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "Ketchunaise", | ||
"group": " | "group": "Foods", | ||
"color": "# | "color": "#fba399", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": " | "flavor": "ketchunaise", | ||
" | "name": "ketchunaise", | ||
"desc": "So-called Russian dressing, popular among Space Americans.", | |||
"physicalDesc": "saucey", | |||
"recipes": [ | |||
{ | |||
"type": "reaction", | |||
"id": "CookingKetchunaise", | |||
"reactants": [ | |||
[ | |||
"Ketchup", | |||
1, | |||
false, | |||
"ketchup" | |||
], | |||
[ | |||
"Mayo", | |||
" | 1, | ||
false, | |||
"mayonnaise" | |||
" | ] | ||
" | ], | ||
"products": [ | |||
[ | |||
"Ketchunaise", | |||
2, | |||
" | "ketchunaise" | ||
] | |||
" | |||
] | ] | ||
} | } | ||
}, | ], | ||
"name": " | "effects": [], | ||
"desc": " | "effectLine": "" | ||
"physicalDesc": " | }, | ||
{ | |||
"id": "Ketchup", | |||
"group": "Foods", | |||
"color": "red", | |||
"textColorTheme": "dark", | |||
"flavor": "tomato", | |||
"name": "ketchup", | |||
"desc": "Made from pureed tomatoes and flavored with spices.", | |||
"physicalDesc": "tangy", | |||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "CookingKetchup", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "JuiceTomato", | ||
2, | |||
false, | |||
"JuiceTomato" | |||
], | |||
[ | |||
"Sugar", | |||
1, | |||
false, | |||
"sugar" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Ketchup", | |||
3, | 3, | ||
"ketchup" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [], | |||
"effectLine": "" | |||
}, | |||
{ | |||
"id": "KiraSpecial", | |||
"group": "Drinks", | |||
"color": "#CCCC99", | |||
"textColorTheme": "dark", | |||
"parent": "BaseDrink", | |||
"flavor": "sweet", | |||
"name": "Kira special", | |||
"desc": "Long live the guy who everyone had mistaken for a girl. Baka!", | |||
"physicalDesc": "strong smelling", | |||
"recipes": [ | |||
{ | |||
"type": "reaction", | |||
"id": "KiraSpecial", | |||
"reactants": [ | |||
[ | |||
"JuiceLime", | |||
1, | |||
false, | false, | ||
" | "JuiceLime" | ||
], | ], | ||
[ | [ | ||
" | "JuiceOrange", | ||
1, | 1, | ||
false, | false, | ||
" | "JuiceOrange" | ||
], | ], | ||
[ | [ | ||
" | "SodaWater", | ||
1, | 1, | ||
false, | false, | ||
" | "SodaWater" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "KiraSpecial", | ||
3, | |||
" | "KiraSpecial" | ||
] | ] | ||
] | ] | ||
} | } | ||
], | ], | ||
"effects": [ | "effects": [], | ||
"effectLine": "" | |||
"effectLine": " | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "Lacerinol", | ||
"group": " | "group": "Medicine", | ||
"color": "# | "color": "#283332", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": " | "flavor": "syrupy", | ||
"metabolisms": { | "metabolisms": { | ||
" | "Medicine": { | ||
"metabolismRate": 0.2, | |||
"effects": [ | "effects": [ | ||
{ | { | ||
| Line 10,978: | Line 11,309: | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
" | "Slash": -1 | ||
} | } | ||
} | } | ||
}, | }, | ||
{ | { | ||
"class": " | "class": "HealthChange", | ||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"class": "ReagentThreshold", | "class": "ReagentThreshold", | ||
"min": | "min": 12 | ||
} | } | ||
], | ], | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
" | "Cold": 3 | ||
} | } | ||
} | } | ||
| Line 11,029: | Line 11,330: | ||
} | } | ||
}, | }, | ||
"name": " | "name": "lacerinol", | ||
"desc": "A | "desc": "A fairly unreactive chemical that boosts collagen sythesis to incredible levels, healing slash trauma.", | ||
"physicalDesc": " | "physicalDesc": "viscous", | ||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "Lacerinol", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "Libital", | ||
1, | |||
false, | |||
"Libital" | |||
], | |||
[ | |||
"Benzene", | |||
1, | |||
false, | false, | ||
" | "benzene" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "Lacerinol", | ||
2, | 2, | ||
" | "lacerinol" | ||
] | ] | ||
] | ], | ||
"impact": "Medium", | |||
"minTemp": 335 | |||
} | } | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Medicine''' (0.2u per second)", | ||
"\ | "* Heals \u003Cspan style=\"color:green\"\u003E1\u003C/span\u003E Slash", | ||
"* Deals \u003Cspan style=\"color:red\"\ | "* Deals \u003Cspan style=\"color:red\"\u003E3\u003C/span\u003E Cold when there's at least 12u of lacerinol" | ||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Medicine''' (0.2u per second)\n* Heals \u003Cspan style=\"color:green\"\u003E1\u003C/span\u003E Slash\n* Deals \u003Cspan style=\"color:red\"\u003E3\u003C/span\u003E Cold when there's at least 12u of lacerinol" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "LaughinSyrup", | ||
"group": " | "group": "Foods", | ||
"color": "# | "color": "#803280", | ||
"textColorTheme": "light", | |||
"flavor": "sweet", | |||
"name": "laughin' syrup", | |||
"desc": "The product of juicing Laughin' Peas. Fizzy, and seems to change flavour based on what it's used with!", | |||
"physicalDesc": "funny", | |||
"recipes": [], | |||
"effects": [], | |||
"effectLine": "" | |||
}, | |||
{ | |||
"id": "Laughter", | |||
"group": "Special", | |||
"color": "#FF4DD2", | |||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": " | "flavor": "funny", | ||
"metabolisms": { | "metabolisms": { | ||
" | "Medicine": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "Emote", | ||
" | "emote": "Laugh", | ||
"probability": 0.3 | |||
}, | }, | ||
{ | { | ||
| Line 11,097: | Line 11,401: | ||
"visualType": "Large", | "visualType": "Large", | ||
"messages": [ | "messages": [ | ||
" | "laughter-effect-control-laughter" | ||
], | ], | ||
"probability": 0. | "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", | |||
"name": " | |||
"desc": " | |||
"physicalDesc": " | |||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "Laughter", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "JuiceBanana", | ||
1, | 1, | ||
false, | false, | ||
" | "JuiceBanana" | ||
], | ], | ||
[ | [ | ||
" | "Sugar", | ||
1, | 1, | ||
false, | false, | ||
" | "sugar" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "Laughter", | ||
2, | |||
" | "laughter" | ||
] | ] | ||
] | ] | ||
| Line 11,160: | Line 11,439: | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Medicine'''", | ||
"* Emote", | |||
"* PopupMessage" | |||
"* | |||
"* | |||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Medicine'''\n* Emote\n* PopupMessage" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Lead", | ||
"group": "Toxins", | "group": "Toxins", | ||
"color": "# | "color": "#5C6274", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": | "flavor": null, | ||
"metabolisms": { | "metabolisms": { | ||
" | "Poison": { | ||
"metabolismRate": 0.03, | |||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": "HealthChange", | "class": "HealthChange", | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
" | "Poison": 0.6 | ||
} | } | ||
} | } | ||
| Line 11,201: | Line 11,466: | ||
} | } | ||
}, | }, | ||
"name": " | "name": "lead", | ||
"desc": "A | "desc": "A slow-acting but incredibly lethal toxin found in steel, albeit in trace amounts. Tasteless.", | ||
"physicalDesc": " | "physicalDesc": "metallic", | ||
"recipes": [], | "recipes": [], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Poison''' (0.03u per second)", | ||
"* Deals \u003Cspan style=\"color:red\"\u003E0.6\u003C/span\u003E Poison" | |||
"* Deals \u003Cspan style=\"color:red\"\ | |||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Poison''' (0.03u per second)\n* Deals \u003Cspan style=\"color:red\"\u003E0.6\u003C/span\u003E Poison" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Left4Zed", | ||
"group": " | "group": "Botanical", | ||
"color": "# | "color": "#5b406c", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": " | "flavor": "bitter", | ||
"metabolisms": { | "metabolisms": { | ||
" | "Medicine": { | ||
"effects": [ | "effects": [ | ||
{ | |||
"class": "SatiateHunger", | |||
"conditions": [ | |||
{ | |||
"class": "OrganType", | |||
"type": "Plant" | |||
} | |||
] | |||
}, | |||
{ | { | ||
"class": "HealthChange", | "class": "HealthChange", | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
" | "Poison": 1 | ||
} | |||
}, | |||
"conditions": [ | |||
{ | |||
"class": "OrganType", | |||
"type": "Plant" | |||
} | } | ||
] | |||
] | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "left-4-zed", | ||
"desc": "A | "desc": "A cocktail of mutagenic compounds that gives nutrients, harms and affects plant life's genome.", | ||
"physicalDesc": " | "physicalDesc": "heterogeneous", | ||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "Left4Zed", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "EZNutrient", | ||
1, | 1, | ||
false, | false, | ||
" | "EZNutrient" | ||
], | ], | ||
[ | [ | ||
" | "Radium", | ||
1, | 1, | ||
true, | |||
" | "radium" | ||
], | ] | ||
], | |||
"products": [ | |||
[ | [ | ||
" | "Left4Zed", | ||
1, | 1, | ||
"Left4Zed" | |||
" | |||
] | ] | ||
] | ] | ||
| Line 11,292: | Line 11,542: | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Medicine'''", | ||
" | "* SatiateHunger", | ||
"* Deals \u003Cspan style=\"color:red\"\ | "* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Poison" | ||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Medicine'''\n* SatiateHunger\n* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Poison" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Lemonade", | ||
"group": " | "group": "Drinks", | ||
"color": "# | "color": "#FFFF00", | ||
"textColorTheme": " | "textColorTheme": "dark", | ||
"flavor": " | "parent": "BaseJuice", | ||
"flavor": "sweet", | |||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "SatiateThirst", | ||
" | "factor": 2 | ||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": "lemonade", | |||
"desc": "Drink using lemon juice, water, and a sweetener such as cane sugar or honey.", | |||
"physicalDesc": "tart", | |||
"name": " | |||
"desc": " | |||
"physicalDesc": " | |||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "Lemonade", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "JuiceLemon", | ||
1, | 1, | ||
false, | false, | ||
" | "JuiceLemon" | ||
], | ], | ||
[ | [ | ||
" | "Sugar", | ||
1, | 1, | ||
false, | false, | ||
" | "sugar" | ||
], | ], | ||
[ | [ | ||
" | "Water", | ||
1, | |||
false, | false, | ||
" | "water" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "Lemonade", | ||
3, | 3, | ||
" | "lemonade" | ||
] | ] | ||
] | ] | ||
| Line 11,384: | Line 11,602: | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Drink'''", | ||
"* SatiateThirst" | |||
"* | |||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Drink'''\n* SatiateThirst" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "LemonLime", | ||
"group": " | "group": "Drinks", | ||
"color": "# | "color": "#878F00", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
" | "parent": "BaseSoda", | ||
" | "flavor": "lemonlimesoda", | ||
"name": "Smite", | |||
"desc": "Tangy lime and lemon soda.", | |||
"physicalDesc": "fizzy", | |||
"name": " | |||
"desc": " | |||
"physicalDesc": " | |||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "LemonLime", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "JuiceLemon", | ||
1, | 1, | ||
false, | false, | ||
" | "JuiceLemon" | ||
], | ], | ||
[ | [ | ||
" | "JuiceLime", | ||
1, | 1, | ||
false, | false, | ||
" | "JuiceLime" | ||
], | ], | ||
[ | [ | ||
" | "SodaWater", | ||
1, | 1, | ||
false, | false, | ||
" | "SodaWater" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "LemonLime", | ||
3, | 3, | ||
" | "LemonLime" | ||
] | ] | ||
] | ] | ||
} | } | ||
], | ], | ||
"effects": [ | "effects": [], | ||
"effectLine": "" | |||
}, | |||
{ | |||
"id": "LemonLimeCranberry", | |||
"group": "Drinks", | |||
"color": "#803C53", | |||
"textColorTheme": "light", | |||
"parent": "BaseSoda", | |||
" | "flavor": "lemonlimecranberrysoda", | ||
"name": "Smite Cranberry", | |||
"desc": "Tart cranberry, Christmas, and a hint of lemon and lime.", | |||
"physicalDesc": "fizzy", | |||
"recipes": [], | |||
"effects": [], | |||
"effectLine": "" | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "Leporazine", | ||
"group": " | "group": "Medicine", | ||
"color": "# | "color": "#ff7db5", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": "medicine", | |||
"metabolisms": { | "metabolisms": { | ||
" | "Medicine": { | ||
"metabolismRate": 0.4, | |||
"effects": [ | "effects": [ | ||
{ | { | ||
| Line 11,483: | Line 11,681: | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
" | "Cold": -2 | ||
} | } | ||
} | } | ||
} | }, | ||
{ | |||
"class": "AdjustTemperature", | |||
"conditions": [ | |||
{ | |||
"class": "Temperature", | |||
"max": 293.15 | |||
} | |||
} | ], | ||
"amount": 100000 | |||
"name": " | }, | ||
"desc": "A | { | ||
"physicalDesc": " | "class": "AdjustTemperature", | ||
"recipes": [ | "conditions": [ | ||
{ | { | ||
"type": "reaction", | "class": "Temperature", | ||
"id": " | "min": 293.15 | ||
} | |||
], | |||
"amount": -10000 | |||
}, | |||
{ | |||
"class": "PopupMessage", | |||
"type": "Local", | |||
"visualType": "Medium", | |||
"messages": [ | |||
"leporazine-effect-temperature-adjusting" | |||
], | |||
"probability": 0.2 | |||
}, | |||
{ | |||
"class": "AdjustReagent", | |||
"reagent": "Fresium", | |||
"amount": -5 | |||
} | |||
] | |||
} | |||
}, | |||
"name": "leporazine", | |||
"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": "pungent", | |||
"recipes": [ | |||
{ | |||
"type": "reaction", | |||
"id": "Leporazine", | |||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "Copper", | ||
1, | 1, | ||
false, | false, | ||
" | "copper" | ||
], | ], | ||
[ | [ | ||
" | "Fersilicite", | ||
1, | 1, | ||
false, | false, | ||
" | "fersilicite" | ||
], | |||
[ | |||
"Plasma", | |||
1, | |||
true, | |||
"plasma" | |||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "Leporazine", | ||
2, | 2, | ||
" | "leporazine" | ||
] | ] | ||
] | ] | ||
| Line 11,527: | Line 11,759: | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Medicine''' (0.4u per second)", | ||
"* Heals \u003Cspan style=\"color:green\"\u003E2\u003C/span\u003E Cold", | |||
"* | "* Adds 100000J of heat to the body it's in", | ||
" | "* Removes 10000J of heat from the body it's in", | ||
"' | "* PopupMessage", | ||
" | "* Removes 5u of Fresium from the solution" | ||
"* | |||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Medicine''' (0.4u per second)\n* Heals \u003Cspan style=\"color:green\"\u003E2\u003C/span\u003E Cold\n* Adds 100000J of heat to the body it's in\n* Removes 10000J of heat from the body it's in\n* PopupMessage\n* Removes 5u of Fresium from the solution" | ||
}, | }, | ||
{ | { | ||
| Line 11,542: | Line 11,773: | ||
"color": "#6b0007", | "color": "#6b0007", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": null, | |||
"metabolisms": { | "metabolisms": { | ||
"Poison": { | "Poison": { | ||
| Line 11,563: | Line 11,795: | ||
"type": "reaction", | "type": "reaction", | ||
"id": "Lexorin", | "id": "Lexorin", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "HeartbreakerToxin", | ||
1, | 1, | ||
false, | false, | ||
| Line 11,572: | Line 11,803: | ||
], | ], | ||
[ | [ | ||
" | "Plasma", | ||
1, | 1, | ||
false, | false, | ||
" | "plasma" | ||
], | ], | ||
[ | [ | ||
" | "Vestine", | ||
1, | 1, | ||
false, | false, | ||
" | "vestine" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "Lexorin", | ||
2, | 2, | ||
" | "lexorin" | ||
] | ] | ||
] | ], | ||
"impact": "High" | |||
} | } | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"'''Poison''' | "'''Poison'''", | ||
"* Deals \u003Cspan style=\"color:red\"\u003E10\u003C/span\u003E Airloss" | "* Deals \u003Cspan style=\"color:red\"\u003E10\u003C/span\u003E Airloss" | ||
], | ], | ||
"effectLine": "'''Poison''' | "effectLine": "'''Poison'''\n* Deals \u003Cspan style=\"color:red\"\u003E10\u003C/span\u003E Airloss" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Licoxide", | ||
"group": "Toxins", | "group": "Toxins", | ||
"color": "# | "color": "#FDD023", | ||
"textColorTheme": " | "textColorTheme": "dark", | ||
"flavor": " | "flavor": "shocking", | ||
"metabolisms": { | "metabolisms": { | ||
"Poison": { | "Poison": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "Electrocute", | ||
" | "probability": 0.35 | ||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": "licoxide", | |||
"desc": "A synthetic battery acid. It looks... electrifying.", | |||
"physicalDesc": "electric", | |||
"name": " | |||
"desc": "A | |||
"physicalDesc": " | |||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "Licoxide", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "Lead", | ||
1, | 1, | ||
false, | false, | ||
" | "lead" | ||
], | ], | ||
[ | [ | ||
" | "Zinc", | ||
1, | 1, | ||
false, | false, | ||
" | "zinc" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "Licoxide", | ||
1, | |||
" | "licoxide" | ||
] | ] | ||
] | ] | ||
| Line 11,664: | Line 11,878: | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"'''Poison''' | "'''Poison'''", | ||
"* Electrocute" | |||
"* | |||
], | ], | ||
"effectLine": "'''Poison''' | "effectLine": "'''Poison'''\n* Electrocute" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Lipolicide", | ||
"group": "Toxins", | "group": "Toxins", | ||
"color": "# | "color": "#F0FFF0", | ||
"textColorTheme": " | "textColorTheme": "dark", | ||
"flavor": "mothballs", | |||
"metabolisms": { | "metabolisms": { | ||
"Poison": { | "Poison": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": "HealthChange", | "class": "HealthChange", | ||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"class": " | "class": "Hunger", | ||
"max": 50 | |||
"max": | |||
} | } | ||
], | ], | ||
"damage": { | "damage": { | ||
" | "types": { | ||
" | "Poison": 2 | ||
} | } | ||
} | } | ||
}, | }, | ||
{ | { | ||
"class": " | "class": "SatiateHunger", | ||
" | "factor": -6 | ||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "lipolicide", | ||
"desc": "A | "desc": "A powerful toxin that will destroy fat cells, massively reducing body weight in a short time. Deadly to those without nutriment in their body.", | ||
"physicalDesc": " | "physicalDesc": "strong smelling", | ||
"recipes": [], | "recipes": [ | ||
{ | |||
"type": "reaction", | |||
"id": "Lipolicide", | |||
"reactants": [ | |||
[ | |||
"Ephedrine", | |||
1, | |||
false, | |||
"ephedrine" | |||
], | |||
[ | |||
"Diethylamine", | |||
1, | |||
false, | |||
"diethylamine" | |||
], | |||
[ | |||
"Mercury", | |||
1, | |||
false, | |||
"mercury" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Lipolicide", | |||
3, | |||
"lipolicide" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [ | "effects": [ | ||
"'''Poison''' | "'''Poison'''", | ||
"* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Poison", | |||
"* | "* SatiateHunger" | ||
"* | |||
], | ], | ||
"effectLine": "'''Poison''' | "effectLine": "'''Poison'''\n* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Poison\n* SatiateHunger" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Lipozine", | ||
"group": " | "group": "Medicine", | ||
"color": "# | "color": "#2690b5", | ||
"textColorTheme": "light", | |||
"flavor": "medicine", | |||
"metabolisms": { | |||
"Medicine": { | |||
"effects": [ | |||
{ | |||
"class": "SatiateHunger", | |||
"factor": -1 | |||
} | |||
] | |||
} | |||
}, | |||
"name": "lipozine", | |||
"desc": "A chemical that accelerates metabolism, causing the user to hunger faster.", | |||
"physicalDesc": "oily", | |||
"recipes": [ | |||
{ | |||
"type": "reaction", | |||
"id": "Lipozine", | |||
"reactants": [ | |||
[ | |||
"TableSalt", | |||
1, | |||
false, | |||
"TableSalt" | |||
], | |||
[ | |||
"Ethanol", | |||
1, | |||
false, | |||
"ethanol" | |||
], | |||
[ | |||
"Radium", | |||
1, | |||
false, | |||
"radium" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Lipozine", | |||
3, | |||
"lipozine" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [ | |||
"'''Medicine'''", | |||
"* SatiateHunger" | |||
], | |||
"effectLine": "'''Medicine'''\n* SatiateHunger" | |||
}, | |||
{ | |||
"id": "Lithium", | |||
"group": "Elements", | |||
"color": "#d6c0a7", | |||
"textColorTheme": "dark", | "textColorTheme": "dark", | ||
"flavor": "metallic", | |||
"metabolisms": { | "metabolisms": { | ||
"Poison": { | "Poison": { | ||
"metabolismRate": 0. | "metabolismRate": 0.1, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": "HealthChange", | "class": "HealthChange", | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
"Poison": 0. | "Poison": 0.05 | ||
} | } | ||
} | } | ||
}, | }, | ||
{ | { | ||
"class": " | "class": "Emote", | ||
" | "emote": "Scream", | ||
" | "probability": 0.05 | ||
}, | |||
{ | |||
"class": "Emote", | |||
"emote": "Laugh", | |||
"probability": 0.05 | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "lithium", | ||
"desc": "A | "desc": "A soft, silvery-white alkali metal. It's highly reactive, and ignites if it makes contact with water.", | ||
"physicalDesc": " | "physicalDesc": "shiny", | ||
"recipes": [], | "recipes": [], | ||
"effects": [ | "effects": [ | ||
"'''Poison''' (0. | "'''Poison''' (0.1u per second)", | ||
"* Deals \u003Cspan style=\"color:red\"\u003E0.05\u003C/span\u003E Poison", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E0. | "* Emote", | ||
" | "* Emote" | ||
"* | |||
], | ], | ||
"effectLine": "'''Poison''' (0. | "effectLine": "'''Poison''' (0.1u per second)\n* Deals \u003Cspan style=\"color:red\"\u003E0.05\u003C/span\u003E Poison\n* Emote\n* Emote", | ||
"boilingPoint": 1330, | |||
"meltingPoint": 180.5 | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "LongIslandIcedTea", | ||
"group": " | "group": "Drinks", | ||
"color": "# | "color": "#664300", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"parent": "BaseAlcohol", | |||
"flavor": "longisland", | |||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "SatiateThirst", | ||
" | "factor": 2 | ||
}, | |||
{ | |||
"class": "AdjustReagent", | |||
"reagent": "Ethanol", | |||
"amount": 0.15 | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "Long Island iced tea", | ||
"desc": " | "desc": "The liquor cabinet, brought together in a delicious mix. Intended for middle-aged alcoholic women only.", | ||
"physicalDesc": " | "physicalDesc": "strong smelling", | ||
"recipes": [], | "recipes": [ | ||
{ | |||
"type": "reaction", | |||
"id": "LongIslandIcedTea", | |||
"reactants": [ | |||
[ | |||
"CubaLibre", | |||
3, | |||
false, | |||
"CubaLibre" | |||
], | |||
[ | |||
"Gin", | |||
1, | |||
false, | |||
"gin" | |||
], | |||
[ | |||
"Tequila", | |||
1, | |||
false, | |||
"tequila" | |||
], | |||
[ | |||
"Vodka", | |||
1, | |||
false, | |||
"vodka" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"LongIslandIcedTea", | |||
6, | |||
"LongIslandIcedTea" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [ | "effects": [ | ||
"''' | "'''Drink'''", | ||
" | "* SatiateThirst", | ||
"* | "* Adds 0.15u of Ethanol to the solution" | ||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Drink'''\n* SatiateThirst\n* Adds 0.15u of Ethanol to the solution" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Manhattan", | ||
"group": " | "group": "Drinks", | ||
"color": "# | "color": "#664300", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": " | "parent": "BaseAlcohol", | ||
" | "flavor": "manhattan", | ||
"name": "Manhattan", | |||
" | "desc": "The Detective's undercover drink of choice. He never could stomach gin...", | ||
"physicalDesc": "strong smelling", | |||
" | "recipes": [ | ||
" | { | ||
"type": "reaction", | |||
"id": "Manhattan", | |||
"reactants": [ | |||
[ | |||
"Whiskey", | |||
2, | |||
false, | |||
"whiskey" | |||
], | |||
[ | |||
"Vermouth", | |||
1, | |||
false, | |||
"vermouth" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Manhattan", | |||
3, | |||
"Manhattan" | |||
] | |||
] | ] | ||
} | } | ||
], | ], | ||
" | "effects": [], | ||
"effectLine": "" | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "ManhattanProject", | ||
"group": " | "group": "Drinks", | ||
"color": "# | "color": "#664300", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": " | "parent": "BaseAlcohol", | ||
" | "flavor": "manhattanproject", | ||
"name": "Manhattan Project", | |||
" | "desc": "A scientist's drink of choice, for pondering ways to blow up the ship.", | ||
"physicalDesc": "overpowering", | |||
" | "recipes": [ | ||
" | { | ||
"type": "reaction", | |||
"id": "ManhattanProject", | |||
"reactants": [ | |||
[ | |||
] | "Whiskey", | ||
10, | |||
false, | |||
"whiskey" | |||
], | |||
[ | |||
"Uranium", | |||
1, | |||
false, | |||
"uranium" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"ManhattanProject", | |||
10, | |||
"ManhattanProject" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [], | |||
"effectLine": "" | |||
}, | |||
{ | |||
"id": "ManlyDorf", | |||
"group": "Drinks", | |||
"color": "#664300", | |||
"textColorTheme": "light", | |||
"parent": "BaseAlcohol", | |||
"flavor": "rocksandstones", | |||
"name": "Manly Dorf", | |||
"desc": "Beer and Ale, brought together in a delicious mix. Intended for stout dwarves only.", | |||
"physicalDesc": "fizzy and creamy", | |||
"recipes": [ | |||
{ | |||
"type": "reaction", | |||
"id": "ManlyDorf", | |||
"reactants": [ | |||
[ | |||
"Ale", | |||
2, | |||
false, | |||
"ale" | |||
], | |||
[ | |||
"Beer", | |||
1, | |||
false, | |||
"beer" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"ManlyDorf", | |||
3, | |||
"ManlyDorf" | |||
] | |||
] | ] | ||
} | } | ||
], | ], | ||
"effectLine": " | "effects": [], | ||
"effectLine": "" | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "Mannitol", | ||
"group": " | "group": "Medicine", | ||
"color": "# | "color": "#A0A0A0", | ||
"textColorTheme": " | "textColorTheme": "light", | ||
"flavor": " | "flavor": "sweet", | ||
"metabolisms": { | "metabolisms": { | ||
" | "Medicine": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
| Line 11,905: | Line 12,263: | ||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"class": " | "class": "ReagentThreshold", | ||
" | "min": 15 | ||
} | } | ||
], | ], | ||
"type": "Local", | "type": "Local", | ||
"visualType": " | "visualType": "Medium", | ||
"messages": [ | "messages": [ | ||
" | "mannitol-effect-enlightened" | ||
], | ], | ||
"probability": 0. | "probability": 0.2 | ||
}, | } | ||
] | |||
} | |||
}, | |||
"name": "mannitol", | |||
"desc": "Efficiently restores brain damage.", | |||
"physicalDesc": "opaque", | |||
"recipes": [ | |||
{ | |||
"type": "reaction", | |||
"id": "Mannitol", | |||
"reactants": [ | |||
[ | |||
" | "Hydrogen", | ||
1, | |||
false, | |||
"hydrogen" | |||
], | |||
[ | |||
"Water", | |||
1, | |||
" | false, | ||
"water" | |||
], | |||
[ | |||
"Sugar", | |||
1, | |||
false, | |||
" | "sugar" | ||
] | |||
], | |||
"products": [ | |||
[ | |||
"Mannitol", | |||
3, | |||
"mannitol" | |||
] | |||
" | |||
] | ] | ||
} | } | ||
], | |||
"effects": [ | "effects": [ | ||
"''' | "'''Medicine'''", | ||
"* PopupMessage when there's at least 15u of mannitol" | |||
"* | |||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Medicine'''\n* PopupMessage when there's at least 15u of mannitol" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Margarita", | ||
"group": " | "group": "Drinks", | ||
"color": "# | "color": "#8CFF8C", | ||
"textColorTheme": "dark", | "textColorTheme": "dark", | ||
" | "parent": "BaseAlcohol", | ||
" | "flavor": "margarita", | ||
"name": "margarita", | |||
"desc": "On the rocks with salt on the rim. Arriba~!", | |||
"physicalDesc": "strong smelling", | |||
"recipes": [ | |||
{ | |||
"type": "reaction", | |||
"id": "Margarita", | |||
"reactants": [ | |||
[ | |||
"Tequila", | |||
2, | |||
false, | |||
"tequila" | |||
], | |||
[ | |||
"JuiceLime", | |||
1, | |||
" | false, | ||
"JuiceLime" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Margarita", | |||
3, | |||
"margarita" | |||
] | |||
] | ] | ||
} | } | ||
], | ], | ||
" | "effects": [], | ||
"effectLine": "" | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "Martini", | ||
"group": " | "group": "Drinks", | ||
"color": "# | "color": "#664300", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"parent": "BaseAlcohol", | |||
"flavor": "martini", | |||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "SatiateThirst", | ||
" | "factor": 2 | ||
" | }, | ||
" | { | ||
" | "class": "AdjustReagent", | ||
"reagent": "Ethanol", | |||
"amount": 0.15 | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "classic martini", | ||
"desc": " | "desc": "Vermouth with Gin. Not quite how 007 enjoyed it, but still delicious.", | ||
"physicalDesc": " | "physicalDesc": "strong smelling", | ||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "Martini", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "Gin", | ||
2, | |||
false, | false, | ||
" | "gin" | ||
], | ], | ||
[ | [ | ||
" | "Vermouth", | ||
1, | 1, | ||
false, | false, | ||
" | "vermouth" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "Martini", | ||
3, | 3, | ||
" | "classic martini" | ||
] | ] | ||
] | ] | ||
| Line 12,073: | Line 12,412: | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Drink'''", | ||
" | "* SatiateThirst", | ||
"* | "* Adds 0.15u of Ethanol to the solution" | ||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Drink'''\n* SatiateThirst\n* Adds 0.15u of Ethanol to the solution" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Mayo", | ||
"group": " | "group": "Foods", | ||
"color": "# | "color": "#f9f5e5", | ||
"textColorTheme": "dark", | "textColorTheme": "dark", | ||
"flavor": " | "flavor": "mayonnaise", | ||
" | "name": "mayonnaise", | ||
"desc": "Creamy sauce, made from oil, egg, and some (edible) acid.", | |||
"physicalDesc": "thick", | |||
"recipes": [ | |||
{ | |||
"type": "reaction", | |||
"id": "CookingMayoVinegar", | |||
"reactants": [ | |||
" | [ | ||
" | "Vinegar", | ||
5, | |||
false, | |||
" | "vinegar" | ||
" | ], | ||
[ | |||
"Oil", | |||
5, | |||
false, | |||
"oil" | |||
], | |||
[ | |||
"Egg", | |||
6, | |||
false, | |||
], | "cooked egg" | ||
" | ] | ||
], | |||
"products": [ | |||
[ | |||
"Mayo", | |||
15, | |||
"mayonnaise" | |||
] | |||
] | |||
}, | |||
{ | |||
"type": "reaction", | |||
"id": "CookingMayoLemon", | |||
"reactants": [ | |||
[ | |||
"JuiceLemon", | |||
5, | |||
false, | |||
"JuiceLemon" | |||
], | |||
[ | |||
"Oil", | |||
5, | |||
false, | |||
"oil" | |||
], | |||
[ | |||
"Egg", | |||
6, | |||
false, | |||
"cooked egg" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Mayo", | |||
15, | |||
"mayonnaise" | |||
] | |||
] | ] | ||
} | } | ||
], | |||
"effects": [], | |||
"effectLine": "" | |||
"effects": [ | |||
"effectLine": " | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "Mead", | ||
"group": " | "group": "Drinks", | ||
"color": "# | "color": "#664300", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
" | "parent": "BaseAlcohol", | ||
"flavor": "mead", | |||
" | "name": "mead", | ||
" | "desc": "A Viking's drink, though a cheap one.", | ||
"physicalDesc": "strong smelling", | |||
" | "recipes": [ | ||
" | { | ||
"type": "reaction", | |||
"id": "Mead", | |||
"reactants": [ | |||
[ | |||
"Sugar", | |||
1, | |||
false, | |||
"sugar" | |||
], | |||
[ | |||
"Enzyme", | |||
1, | |||
false, | |||
"universal enzyme" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Mead", | |||
2, | |||
"mead" | |||
] | |||
] | ] | ||
} | } | ||
], | ], | ||
" | "effects": [], | ||
"effectLine": "" | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "Mechanotoxin", | ||
"group": "Toxins", | "group": "Toxins", | ||
"color": "# | "color": "#00b408", | ||
"textColorTheme": " | "textColorTheme": "light", | ||
"flavor": "sweet", | |||
"metabolisms": { | "metabolisms": { | ||
"Poison": { | "Poison": { | ||
| Line 12,172: | Line 12,546: | ||
{ | { | ||
"class": "HealthChange", | "class": "HealthChange", | ||
"conditions": [ | |||
{ | |||
"class": "OrganType", | |||
"type": "Arachnid", | |||
"shouldHave": false | |||
} | |||
], | |||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
"Poison": 1. | "Poison": 1.6 | ||
} | } | ||
} | } | ||
} | }, | ||
{ | |||
"class": "MovespeedModifier", | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"reagent": "Mechanotoxin", | |||
"min": 2 | |||
}, | |||
{ | |||
"class": "OrganType", | |||
"type": "Arachnid", | |||
"shouldHave": false | |||
} | |||
], | |||
"walkSpeedModifier": 0.8, | |||
"sprintSpeedModifier": 0.8 | |||
}, | |||
{ | |||
"class": "MovespeedModifier", | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"reagent": "Mechanotoxin", | |||
"min": 4 | |||
}, | |||
{ | |||
"class": "OrganType", | |||
"type": "Arachnid", | |||
"shouldHave": false | |||
} | |||
], | |||
"walkSpeedModifier": 0.4, | |||
"sprintSpeedModifier": 0.4 | |||
} | |||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "mechanotoxin", | ||
"desc": "A | "desc": "A neurotoxin used as venom by some species of spider. Degrades movement when built up.", | ||
"physicalDesc": "nondescript", | "physicalDesc": "nondescript", | ||
"recipes": [], | "recipes": [], | ||
"effects": [ | "effects": [ | ||
"'''Poison''' (0.2u per second)", | "'''Poison''' (0.2u per second)", | ||
"* Deals \u003Cspan style=\"color:red\"\u003E1.6\u003C/span\u003E Poison", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E1. | "* MovespeedModifier when there's at least 2u of mechanotoxin", | ||
"* MovespeedModifier when there's at least 4u of mechanotoxin" | |||
], | ], | ||
"effectLine": "'''Poison''' (0.2u per second)\n* Deals \u003Cspan style=\"color:red\"\u003E1. | "effectLine": "'''Poison''' (0.2u per second)\n* Deals \u003Cspan style=\"color:red\"\u003E1.6\u003C/span\u003E Poison\n* MovespeedModifier when there's at least 2u of mechanotoxin\n* MovespeedModifier when there's at least 4u of mechanotoxin" | ||
}, | |||
{ | |||
"id": "MelonLiquor", | |||
"group": "Drinks", | |||
"color": "#00FF33", | |||
"textColorTheme": "dark", | |||
"parent": "BaseAlcohol", | |||
"flavor": "watermelon", | |||
"name": "melon liquor", | |||
"desc": "A relatively sweet and fruity 46 proof liquor.", | |||
"physicalDesc": "sweet", | |||
"recipes": [], | |||
"effects": [], | |||
"effectLine": "" | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "Mercury", | ||
"group": " | "group": "Elements", | ||
"color": "# | "color": "#929296", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": " | "flavor": "metallic", | ||
"metabolisms": { | "metabolisms": { | ||
"Poison": { | "Poison": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": "HealthChange", | "class": "HealthChange", | ||
"damage": { | "damage": { | ||
" | "types": { | ||
" | "Poison": 1 | ||
} | } | ||
} | } | ||
}, | |||
{ | |||
"class": "GenericStatusEffect", | |||
"key": "Stutter", | |||
"component": "ScrambledAccent" | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "mercury", | ||
"desc": " | "desc": "A silver metal which is liquid at room temperature. It's highly toxic to humans.", | ||
"physicalDesc": "shiny", | "physicalDesc": "shiny", | ||
"recipes": [], | "recipes": [], | ||
"effects": [ | "effects": [ | ||
"'''Poison''' | "'''Poison'''", | ||
"* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Poison", | |||
"* Applies Stutter" | |||
"* Deals \u003Cspan style=\"color:red\"\ | |||
], | ], | ||
"effectLine": "'''Poison''' | "effectLine": "'''Poison'''\n* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Poison\n* Applies Stutter", | ||
"boilingPoint": 356.73, | |||
"meltingPoint": -38.83 | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "Milk", | ||
"group": " | "group": "Drinks", | ||
"color": "# | "color": "#DFDFDF", | ||
"textColorTheme": " | "textColorTheme": "dark", | ||
"flavor": " | "flavor": "milk", | ||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "SatiateThirst", | ||
" | "factor": 4 | ||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "milk", | ||
"desc": " | "desc": "An opaque white liquid produced by the mammary glands of mammals.", | ||
"physicalDesc": " | "physicalDesc": "opaque", | ||
"recipes": [ | "recipes": [], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Drink'''", | ||
"* SatiateThirst" | |||
"* | |||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Drink'''\n* SatiateThirst" | ||
}, | |||
{ | |||
"id": "MilkGoat", | |||
"group": "Drinks", | |||
"color": null, | |||
"textColorTheme": "dark", | |||
"parent": "Milk", | |||
"flavor": null, | |||
"name": "goats milk", | |||
"desc": "An opaque white liquid produced by a goat. High buttermilk content.", | |||
"physicalDesc": null, | |||
"recipes": [], | |||
"effects": [], | |||
"effectLine": "" | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "MilkOat", | ||
"group": " | "group": "Drinks", | ||
"color": "# | "color": "#DEDACD", | ||
"textColorTheme": "dark", | "textColorTheme": "dark", | ||
"flavor": " | "flavor": "oats", | ||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "SatiateThirst", | ||
"factor": 4 | |||
} | |||
"factor": | |||
} | |||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "oat milk", | ||
"desc": " | "desc": "Surprisingly tasty.", | ||
"physicalDesc": " | "physicalDesc": "refreshing", | ||
"recipes": [ | "recipes": [], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Drink'''", | ||
"* SatiateThirst" | |||
"* | |||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Drink'''\n* SatiateThirst" | ||
}, | |||
{ | |||
"id": "MilkSoy", | |||
"group": "Drinks", | |||
"color": "#D2C29D", | |||
"textColorTheme": "dark", | |||
"parent": "MilkOat", | |||
"flavor": "soy", | |||
"name": "soy milk", | |||
"desc": "Consumers favorite.", | |||
"physicalDesc": "refreshing", | |||
"recipes": [], | |||
"effects": [], | |||
"effectLine": "" | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "MilkSpoiled", | ||
"group": " | "group": "Drinks", | ||
"color": "# | "color": "#faffba", | ||
"textColorTheme": " | "textColorTheme": "dark", | ||
"flavor": " | "flavor": "terrible", | ||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "SatiateThirst", | ||
" | "factor": -2 | ||
} | |||
} | |||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "spoiled milk", | ||
"desc": " | "desc": "This milk has gone rancid.", | ||
"physicalDesc": " | "physicalDesc": "putrid", | ||
"recipes": [], | "recipes": [], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Drink'''", | ||
"* SatiateThirst" | |||
"* | |||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Drink'''\n* SatiateThirst" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "MindbreakerToxin", | ||
"group": " | "group": "Toxins", | ||
"color": "# | "color": "#77b58e", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": "bitter", | |||
"flavor": " | |||
"metabolisms": { | "metabolisms": { | ||
" | "Poison": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "GenericStatusEffect", | ||
" | "key": "SeeingRainbows", | ||
"component": "SeeingRainbows", | |||
"type": "Add", | |||
" | "time": 10, | ||
" | "refresh": false | ||
" | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "mindbreaker toxin", | ||
"desc": "A | "desc": "A potent hallucinogenic compound that is formerly known as LSD.", | ||
"physicalDesc": " | "physicalDesc": "opaque", | ||
"recipes": [], | "recipes": [ | ||
{ | |||
"type": "reaction", | |||
"id": "MindbreakerToxin", | |||
"reactants": [ | |||
[ | |||
"Silicon", | |||
1, | |||
false, | |||
"silicon" | |||
], | |||
[ | |||
"Hydrogen", | |||
1, | |||
false, | |||
"hydrogen" | |||
], | |||
[ | |||
"Multiver", | |||
1, | |||
false, | |||
"Multiver" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"MindbreakerToxin", | |||
3, | |||
"MindbreakerToxin" | |||
] | |||
], | |||
"minTemp": 370 | |||
} | |||
], | |||
"effects": [ | "effects": [ | ||
"''' | "'''Poison'''", | ||
"* Applies SeeingRainbows for 10s" | |||
"* | |||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Poison'''\n* Applies SeeingRainbows for 10s" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Mojito", | ||
"group": "Drinks", | "group": "Drinks", | ||
"color": "# | "color": "#3ea99888", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"parent": "BaseAlcohol", | "parent": "BaseAlcohol", | ||
"flavor": " | "flavor": "mojito", | ||
"name": " | "name": "Mojito", | ||
"desc": " | "desc": "If it's good enough for Spesscuba, it's good enough for you.", | ||
"physicalDesc": " | "physicalDesc": "refreshing", | ||
"recipes": [], | "recipes": [ | ||
{ | |||
"type": "reaction", | |||
"id": "Mojito", | |||
"reactants": [ | |||
[ | |||
"JuiceLime", | |||
1, | |||
false, | |||
"JuiceLime" | |||
], | |||
[ | |||
"Rum", | |||
1, | |||
false, | |||
"rum" | |||
], | |||
[ | |||
"SodaWater", | |||
1, | |||
false, | |||
"SodaWater" | |||
], | |||
[ | |||
"Sugar", | |||
1, | |||
false, | |||
"sugar" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Mojito", | |||
4, | |||
"Mojito" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [], | "effects": [], | ||
"effectLine": "" | "effectLine": "" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Mold", | ||
"group": " | "group": "Toxins", | ||
"color": "# | "color": "#8a9a5b", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": "bitter", | |||
"metabolisms": { | |||
"Poison": { | |||
"flavor": " | |||
"metabolisms": { | |||
" | |||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "HealthChange", | ||
" | "damage": { | ||
"types": { | |||
"Poison": 1 | |||
} | |||
} | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "mold", | ||
"desc": " | "desc": "A fungal growth, often found in dark, humid places or on expired bread. Will cause you to develop a disease if ingested.", | ||
"physicalDesc": " | "physicalDesc": "fuzzy", | ||
"recipes": [], | "recipes": [ | ||
{ | |||
"type": "reaction", | |||
"id": "ZombieBloodBreakdown", | |||
"reactants": [ | |||
[ | |||
"ZombieBlood", | |||
4, | |||
false, | |||
"ZombieBlood" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Mold", | |||
2, | |||
"mold" | |||
], | |||
[ | |||
"Protein", | |||
1, | |||
"protein" | |||
], | |||
[ | |||
"Toxin", | |||
1, | |||
"toxin" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [ | "effects": [ | ||
"''' | "'''Poison'''", | ||
"\ | "* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Poison" | ||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Poison'''\n* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Poison" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Moonshine", | ||
"group": "Drinks", | "group": "Drinks", | ||
"color": "# | "color": "#d1d7d155", | ||
"textColorTheme": " | "textColorTheme": "dark", | ||
"parent": "BaseAlcohol", | "parent": "BaseAlcohol", | ||
"flavor": " | "flavor": "moonshine", | ||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
| Line 12,569: | Line 12,957: | ||
{ | { | ||
"class": "AdjustReagent", | "class": "AdjustReagent", | ||
"reagent": " | "reagent": "Ethanol", | ||
"amount": 0. | "amount": 0.25 | ||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "moonshine", | ||
"desc": " | "desc": "Artisanal homemade liquor. What could go wrong?", | ||
"physicalDesc": " | "physicalDesc": "pungent", | ||
"recipes": [ | "recipes": [ | ||
{ | |||
"type": "reaction", | |||
"id": "Moonshine", | |||
"reactants": [ | |||
[ | |||
"Tequila", | |||
1, | |||
false, | |||
"tequila" | |||
], | |||
[ | |||
"Vodka", | |||
1, | |||
false, | |||
"vodka" | |||
], | |||
[ | |||
"Whiskey", | |||
1, | |||
false, | |||
"whiskey" | |||
] | |||
], | |||
"products": [ | |||
" | [ | ||
"Moonshine", | |||
" | 3, | ||
"moonshine" | |||
] | |||
] | ] | ||
} | } | ||
], | |||
"effects": [ | "effects": [ | ||
"'''Drink''' | "'''Drink'''", | ||
"* SatiateThirst", | |||
"* | "* Adds 0.25u of Ethanol to the solution" | ||
"* Adds 0. | |||
], | ], | ||
"effectLine": "'''Drink''' | "effectLine": "'''Drink'''\n* SatiateThirst\n* Adds 0.25u of Ethanol to the solution" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Mopwata", | ||
"group": "Drinks", | "group": "Drinks", | ||
"color": "# | "color": "#59502b", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"parent": " | "parent": "BaseDrink", | ||
"flavor": " | "flavor": "mopwata", | ||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
| Line 12,635: | Line 13,018: | ||
{ | { | ||
"class": "SatiateThirst", | "class": "SatiateThirst", | ||
"factor | "factor": 0.6 | ||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "mopwata", | ||
"desc": " | "desc": "Dirty, stagnant mop water.", | ||
"physicalDesc": " | "physicalDesc": "murky", | ||
"recipes": [], | "recipes": [], | ||
"effects": [ | "effects": [ | ||
"'''Drink''' | "'''Drink'''", | ||
"* SatiateThirst" | |||
"* | |||
], | ], | ||
"effectLine": "'''Drink''' | "effectLine": "'''Drink'''\n* SatiateThirst" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Mustard", | ||
"group": " | "group": "Foods", | ||
"color": "# | "color": "#ffdb58", | ||
"textColorTheme": " | "textColorTheme": "dark", | ||
" | "flavor": "mustard", | ||
" | "name": "mustard", | ||
"desc": "Basic yellow mustard, made from the seeds of the mustard plant.", | |||
"physicalDesc": "thick", | |||
"recipes": [ | |||
{ | |||
"type": "reaction", | |||
"id": "CookingMustard", | |||
"reactants": [ | |||
[ | |||
"Bleach", | |||
1, | |||
false, | |||
"bleach" | |||
], | |||
[ | |||
"Ammonia", | |||
1, | |||
false, | |||
"ammonia" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Mustard", | |||
2, | |||
"mustard" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [], | |||
"effectLine": "" | |||
}, | |||
{ | |||
"id": "MuteToxin", | |||
"group": "Narcotics", | |||
"color": "#000000", | |||
"textColorTheme": "light", | |||
"flavor": null, | |||
"metabolisms": { | "metabolisms": { | ||
" | "Narcotic": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "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", | |||
"reactants": [ | |||
[ | |||
"Uranium", | |||
1, | |||
false, | |||
"uranium" | |||
], | |||
[ | |||
"Vestine", | |||
2, | |||
false, | |||
"vestine" | |||
], | |||
[ | |||
"SpaceGlue", | |||
2, | |||
false, | |||
"SpaceGlue" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"MuteToxin", | |||
2, | |||
"MuteToxin" | |||
] | |||
], | |||
"impact": "Medium", | |||
"minTemp": 370 | |||
} | |||
], | |||
"effects": [ | |||
"'''Narcotic'''", | |||
"* Applies Muted for 10s" | |||
], | |||
"effectLine": "'''Narcotic'''\n* Applies Muted for 10s", | |||
"boilingPoint": 255, | |||
"meltingPoint": 36 | |||
}, | |||
{ | |||
"id": "Napalm", | |||
"group": null, | |||
"color": "#FA00AF", | |||
"textColorTheme": "light", | |||
"parent": "BasePyrotechnic", | |||
"flavor": "bitter", | |||
"metabolisms": { | |||
"Poison": { | |||
"effects": [ | |||
{ | { | ||
"class": "HealthChange", | "class": "HealthChange", | ||
"damage": { | "damage": { | ||
" | "types": { | ||
" | "Heat": 2, | ||
"Poison": 1, | |||
"Caustic": 0.5 | |||
} | } | ||
} | } | ||
}, | }, | ||
{ | { | ||
"class": " | "class": "FlammableReaction", | ||
" | "multiplier": 0.4 | ||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "napalm", | ||
"desc": " | "desc": "It's just a little flammable.", | ||
"physicalDesc": " | "physicalDesc": "soapy", | ||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "Napalm", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "Oil", | ||
1, | |||
false, | |||
"oil" | |||
], | |||
[ | |||
"WeldingFuel", | |||
1, | |||
false, | false, | ||
"WeldingFuel" | "WeldingFuel" | ||
], | |||
[ | |||
"Ethanol", | |||
1, | |||
false, | |||
"ethanol" | |||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "Napalm", | ||
3, | 3, | ||
" | "napalm" | ||
] | ] | ||
] | ] | ||
| Line 12,791: | Line 13,202: | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Poison'''", | ||
"* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Heat", | |||
"* Deals \u003Cspan style=\"color:red\"\ | "* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Poison", | ||
"* Deals \u003Cspan style=\"color:red\"\u003E0.5\u003C/span\u003E Caustic", | |||
"* Deals \u003Cspan style=\"color:red\"\ | "* FlammableReaction" | ||
"* | |||
"* | |||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Poison'''\n* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Heat\n* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Poison\n* Deals \u003Cspan style=\"color:red\"\u003E0.5\u003C/span\u003E Caustic\n* FlammableReaction" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Necrosol", | ||
"group": " | "group": "Medicine", | ||
"color": "# | "color": "#86a5bd", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": "medicine", | |||
"flavor": " | |||
"metabolisms": { | "metabolisms": { | ||
" | "Medicine": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "HealthChange", | ||
" | "conditions": [ | ||
{ | |||
"class": "Temperature", | |||
"max": 213 | |||
} | |||
], | |||
"damage": { | |||
"groups": { | |||
"Brute": -4, | |||
"Burn": -5 | |||
}, | |||
"types": { | |||
"Poison": -2 | |||
} | |||
} | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "necrosol", | ||
"desc": "A | "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": " | "physicalDesc": "necrotic", | ||
"recipes": [ | "recipes": [ | ||
{ | |||
"type": "reaction", | |||
"id": "Necrosol", | |||
"reactants": [ | |||
[ | |||
"Blood", | |||
3, | |||
false, | |||
"blood" | |||
], | |||
[ | |||
"Omnizine", | |||
1, | |||
false, | |||
"omnizine" | |||
" | ], | ||
[ | |||
"Cryoxadone", | |||
2, | |||
" | false, | ||
"cryoxadone" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Necrosol", | |||
2, | |||
"necrosol" | |||
] | |||
], | |||
"impact": "Medium", | |||
"minTemp": 370 | |||
} | |||
], | |||
"effects": [ | |||
"'''Medicine'''", | |||
"* Heals \u003Cspan style=\"color:green\"\u003E2\u003C/span\u003E Poison", | |||
"* Heals \u003Cspan style=\"color:green\"\u003E4\u003C/span\u003E Brute", | |||
"* Heals \u003Cspan style=\"color:green\"\u003E5\u003C/span\u003E Burn" | |||
], | |||
"effectLine": "'''Medicine'''\n* Heals \u003Cspan style=\"color:green\"\u003E2\u003C/span\u003E Poison\n* Heals \u003Cspan style=\"color:green\"\u003E4\u003C/span\u003E Brute\n* Heals \u003Cspan style=\"color:green\"\u003E5\u003C/span\u003E Burn" | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "Neurotoxin", | ||
"group": "Drinks", | "group": "Drinks", | ||
"color": "# | "color": "#2E2E61", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"parent": "BaseAlcohol", | "parent": "BaseAlcohol", | ||
"flavor": " | "flavor": "neurotoxin", | ||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
| Line 12,898: | Line 13,302: | ||
{ | { | ||
"class": "AdjustReagent", | "class": "AdjustReagent", | ||
"reagent": " | "reagent": "Ethanol", | ||
"amount": 0. | "amount": 0.25 | ||
} | } | ||
] | ] | ||
| Line 12,916: | Line 13,320: | ||
} | } | ||
}, | }, | ||
"name": " | "name": "neurotoxin", | ||
"desc": " | "desc": "A strong neurotoxin that puts the subject into a death-like state.", | ||
"physicalDesc": " | "physicalDesc": "pungent", | ||
"recipes": [], | "recipes": [], | ||
"effects": [ | "effects": [ | ||
"'''Drink''' | "'''Drink'''", | ||
"* SatiateThirst", | |||
"* | "* Adds 0.25u of Ethanol to the solution", | ||
"* Adds 0. | |||
"\n", | "\n", | ||
"'''Poison'''", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Poison" | "* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Poison" | ||
], | ], | ||
"effectLine": "'''Drink''' | "effectLine": "'''Drink'''\n* SatiateThirst\n* Adds 0.25u of Ethanol to the solution\n\n\n'''Poison'''\n* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Poison" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Nicotine", | ||
"group": " | "group": "Narcotics", | ||
"color": "# | "color": "#C0C0C0", | ||
"textColorTheme": "dark", | "textColorTheme": "dark", | ||
"flavor": "bitter", | |||
"flavor": " | "name": "nicotine", | ||
"name": " | "desc": "Dangerous and highly addictive, but that's what the propaganda says.", | ||
"desc": " | |||
"physicalDesc": "strong smelling", | "physicalDesc": "strong smelling", | ||
"recipes": [], | "recipes": [], | ||
| Line 12,983: | Line 13,348: | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Nitrium", | ||
"group": | "group": null, | ||
"color": "# | "color": "#90560B", | ||
"textColorTheme": " | "textColorTheme": "light", | ||
"flavor": "sour", | |||
"flavor": " | |||
"metabolisms": { | "metabolisms": { | ||
" | "Gas": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "Oxygenate", | ||
" | "conditions": [ | ||
{ | |||
"class": "OrganType", | |||
"type": "Thaven" | |||
} | |||
] | |||
}, | |||
{ | |||
"class": "NitriumMovespeedModifier", | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"reagent": "Nitrium", | |||
"min": 1, | |||
"max": 8 | |||
} | |||
], | |||
"walkSpeedModifier": 1.25, | |||
"sprintSpeedModifier": 1.25 | |||
}, | }, | ||
{ | { | ||
"class": " | "class": "NitriumMovespeedModifier", | ||
" | "conditions": [ | ||
{ | |||
"class": "ReagentThreshold", | |||
"reagent": "Nitrium", | |||
"min": 8, | |||
"max": 12 | |||
} | |||
], | |||
"walkSpeedModifier": 1.4, | |||
"sprintSpeedModifier": 1.4 | |||
}, | |||
{ | |||
"class": "NitriumMovespeedModifier", | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"reagent": "Nitrium", | |||
"min": 12 | |||
} | |||
], | |||
"walkSpeedModifier": 1.6, | |||
"sprintSpeedModifier": 1.6 | |||
}, | |||
{ | |||
"class": "AddReagentToBlood", | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"reagent": "Nitrium", | |||
"min": 6 | |||
} | |||
], | |||
"reagent": "NitrosylPlasmide", | |||
"amount": 2.5 | |||
}, | |||
{ | { | ||
"class": " | "class": "GenericStatusEffect", | ||
" | "conditions": [ | ||
{ | |||
"class": "ReagentThreshold", | |||
"reagent": "Nitrium", | |||
"min": 8 | |||
} | |||
], | |||
"key": "Stutter", | |||
"component": "StutteringAccent", | |||
"time": 8 | |||
}, | }, | ||
{ | { | ||
"class": " | "class": "HealthChange", | ||
"reagent": " | "conditions": [ | ||
" | { | ||
"class": "ReagentThreshold", | |||
"reagent": "Nitrium", | |||
"min": 10 | |||
} | |||
], | |||
"ignoreResistances": true, | |||
"damage": { | |||
"types": { | |||
"Asphyxiation": 15 | |||
} | |||
} | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "nitrium", | ||
"desc": " | "desc": "An experimental performance enhancing gas. Nitrium can have amplified effects as more of it gets into your bloodstream.", | ||
"physicalDesc": " | "physicalDesc": "gaseous", | ||
"recipes": [], | "recipes": [], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Gas'''", | ||
" | "* Oxygenate", | ||
"* | "* NitriumMovespeedModifier when there's between 1u and 8u of nitrium", | ||
" | "* NitriumMovespeedModifier when there's between 8u and 12u of nitrium", | ||
"* | "* NitriumMovespeedModifier when there's at least 12u of nitrium", | ||
"* AddReagentToBlood when there's at least 6u of nitrium", | |||
"* Applies Stutter for 8s when there's at least 8u of nitrium", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E15\u003C/span\u003E Asphyxiation when there's at least 10u of nitrium" | |||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Gas'''\n* Oxygenate\n* NitriumMovespeedModifier when there's between 1u and 8u of nitrium\n* NitriumMovespeedModifier when there's between 8u and 12u of nitrium\n* NitriumMovespeedModifier when there's at least 12u of nitrium\n* AddReagentToBlood when there's at least 6u of nitrium\n* Applies Stutter for 8s when there's at least 8u of nitrium\n* Deals \u003Cspan style=\"color:red\"\u003E15\u003C/span\u003E Asphyxiation when there's at least 10u of nitrium" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Nitrogen", | ||
"group": | "group": null, | ||
"color": "# | "color": "#a1e1ff", | ||
"textColorTheme": " | "textColorTheme": "dark", | ||
"flavor": "bitter", | |||
"flavor": " | |||
"metabolisms": { | "metabolisms": { | ||
" | "Poison": { | ||
"effects": [ | |||
{ | |||
"class": "HealthChange", | |||
"damage": { | |||
"types": { | |||
"Cold": 1 | |||
} | |||
} | |||
} | |||
] | |||
}, | |||
"Gas": { | |||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "Oxygenate", | ||
" | "conditions": [ | ||
{ | |||
"class": "OrganType", | |||
"type": "Vox" | |||
} | |||
] | |||
}, | |||
{ | |||
"class": "Oxygenate", | |||
"conditions": [ | |||
{ | |||
"class": "OrganType", | |||
"type": "Slime" | |||
} | |||
] | |||
}, | |||
{ | |||
"class": "Oxygenate", | |||
"conditions": [ | |||
{ | |||
"class": "OrganType", | |||
"type": "Thaven" | |||
} | |||
] | |||
}, | |||
{ | |||
"class": "ModifyLungGas", | |||
"conditions": [ | |||
{ | |||
"class": "OrganType", | |||
"type": "Vox" | |||
} | |||
], | |||
"ratios": { | |||
"Ammonia": 1, | |||
"Nitrogen": -1 | |||
} | |||
}, | }, | ||
{ | { | ||
"class": " | "class": "ModifyLungGas", | ||
" | "conditions": [ | ||
" | { | ||
"class": "OrganType", | |||
"type": "Slime" | |||
} | |||
], | |||
"ratios": { | |||
"NitrousOxide": 1, | |||
"Nitrogen": -1 | |||
} | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "nitrogen", | ||
"desc": "A | "desc": "A colorless, odorless unreactive gas. Highly stable.", | ||
"physicalDesc": " | "physicalDesc": "gaseous", | ||
"recipes | "recipes": [ | ||
{ | |||
"type": "reaction", | |||
"id": "SlimeBloodBreakdown", | |||
"reactants": [ | |||
[ | |||
"Slime", | |||
5, | |||
false, | |||
"slime" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Water", | |||
4, | |||
"water" | |||
], | |||
[ | |||
"Nitrogen", | |||
1, | |||
"nitrogen" | |||
] | |||
] | |||
}, | |||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "AmmoniaBloodBreakdown", | ||
" | "reactants": [ | ||
[ | |||
"AmmoniaBlood", | |||
30, | |||
false, | |||
"AmmoniaBlood" | |||
] | |||
], | ], | ||
"products": [ | |||
[ | |||
"Water", | |||
17, | |||
"water" | |||
], | |||
[ | |||
"Nitrogen", | |||
4, | |||
"nitrogen" | |||
], | |||
[ | |||
"Chlorine", | |||
2, | |||
"chlorine" | |||
], | |||
[ | |||
"Protein", | |||
6, | |||
"protein" | |||
] | |||
] | |||
}, | |||
{ | |||
"type": "reaction", | |||
"id": "VitaminBreakdown", | |||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "Vitamin", | ||
4, | |||
false, | |||
"vitamin" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Carbon", | |||
1, | 1, | ||
"carbon" | |||
], | |||
[ | |||
"Water", | |||
1, | |||
"water" | |||
], | |||
[ | |||
"Nitrogen", | |||
2, | |||
"nitrogen" | |||
] | |||
] | |||
}, | |||
{ | |||
"type": "reaction", | |||
"id": "NitrousOxideBreakdown", | |||
"reactants": [ | |||
[ | |||
"NitrousOxide", | |||
3, | |||
false, | false, | ||
" | "NitrousOxide" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "Nitrogen", | ||
2, | |||
"nitrogen" | |||
], | |||
[ | |||
"Oxygen", | |||
1, | 1, | ||
" | "oxygen" | ||
] | ] | ||
] | ] | ||
} | } | ||
], | ], | ||
"effects": [], | "effects": [ | ||
"effectLine": "" | "'''Gas'''", | ||
"* Oxygenate", | |||
"* Oxygenate", | |||
"* Oxygenate", | |||
"* ModifyLungGas", | |||
"* ModifyLungGas", | |||
"\n", | |||
"'''Poison'''", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Cold" | |||
], | |||
"effectLine": "'''Gas'''\n* Oxygenate\n* Oxygenate\n* Oxygenate\n* ModifyLungGas\n* ModifyLungGas\n\n\n'''Poison'''\n* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Cold", | |||
"boilingPoint": -195.8, | |||
"meltingPoint": -210 | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "NitrosylPlasmide", | ||
"group": " | "group": "Narcotics", | ||
"color": "# | "color": "#e1a116", | ||
"textColorTheme": " | "textColorTheme": "light", | ||
"flavor": "sour", | |||
"flavor": " | |||
"metabolisms": { | "metabolisms": { | ||
" | "Gas": { | ||
"effects": [ | |||
{ | |||
"class": "Jitter", | |||
"value": "" | |||
} | |||
] | |||
}, | |||
"Narcotic": { | |||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "Jitter", | ||
" | "value": "" | ||
}, | |||
{ | |||
"class": "GenericStatusEffect", | |||
"key": "Stun", | |||
"time": 3, | |||
"type": "Remove" | |||
}, | |||
{ | |||
"class": "GenericStatusEffect", | |||
"key": "KnockedDown", | |||
"time": 3, | |||
"type": "Remove" | |||
}, | |||
{ | |||
"class": "GenericStatusEffect", | |||
"key": "Drowsiness", | |||
"time": 10, | |||
"type": "Remove" | |||
}, | |||
{ | |||
"class": "GenericStatusEffect", | |||
"conditions": null, | |||
"key": "ForcedSleep", | |||
"type": "Remove", | |||
"time": 10 | |||
}, | }, | ||
{ | { | ||
"class": " | "class": "HealthChange", | ||
" | "damage": { | ||
" | "types": { | ||
"Poison": 0.1 | |||
} | |||
} | |||
} | |||
] | |||
}, | |||
"Medicine": { | |||
"effects": [ | |||
{ | |||
"class": "ResetNarcolepsy", | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"min": 1 | |||
} | |||
] | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "nitrosyl plasmide", | ||
"desc": "A | "desc": "A powerful stimulant that can prevent drowsiness, stuns and knock downs.", | ||
"physicalDesc": " | "physicalDesc": "translucent", | ||
"recipes": [], | "recipes": [], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Gas'''", | ||
"* Causes jittering", | |||
"\n", | "\n", | ||
"* | "'''Medicine'''", | ||
"* ResetNarcolepsy when there's at least 1u of nitrosylplasmide", | |||
"\n", | "\n", | ||
"* | "'''Narcotic'''", | ||
"* Causes jittering", | |||
"* Applies Stun for 3s", | |||
"* Applies KnockedDown for 3s", | |||
"* Applies Drowsiness for 10s", | |||
"* Applies ForcedSleep for 10s", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E0.1\u003C/span\u003E Poison" | |||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Gas'''\n* Causes jittering\n\n\n'''Medicine'''\n* ResetNarcolepsy when there's at least 1u of nitrosylplasmide\n\n\n'''Narcotic'''\n* Causes jittering\n* Applies Stun for 3s\n* Applies KnockedDown for 3s\n* Applies Drowsiness for 10s\n* Applies ForcedSleep for 10s\n* Deals \u003Cspan style=\"color:red\"\u003E0.1\u003C/span\u003E Poison" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "NitrousOxide", | ||
"group": | "group": null, | ||
"color": "# | "color": "#5d88c9", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": "bitter", | |||
"flavor": " | |||
"metabolisms": { | "metabolisms": { | ||
" | "Poison": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "HealthChange", | ||
" | "damage": { | ||
"types": { | |||
"Poison": 2 | |||
} | |||
} | |||
} | } | ||
] | ] | ||
} | }, | ||
"Gas": { | |||
" | |||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "Oxygenate", | ||
" | "conditions": [ | ||
{ | |||
"class": "OrganType", | |||
"type": "Thaven" | |||
} | |||
] | |||
}, | }, | ||
{ | { | ||
"class": " | "class": "Emote", | ||
"reagent": " | "conditions": [ | ||
" | { | ||
"class": "ReagentThreshold", | |||
"reagent": "NitrousOxide", | |||
"min": 0.2, | |||
"max": 0.5 | |||
}, | |||
{ | |||
"class": "OrganType", | |||
"type": "Slime", | |||
"shouldHave": false | |||
}, | |||
{ | |||
"class": "OrganType", | |||
"type": "Thaven", | |||
"shouldHave": false | |||
} | |||
], | |||
"emote": "Laugh", | |||
"showInChat": true, | |||
"probability": 0.1 | |||
}, | }, | ||
{ | { | ||
"class": " | "class": "Emote", | ||
" | "conditions": [ | ||
{ | |||
"class": "ReagentThreshold", | |||
"reagent": "NitrousOxide", | |||
"min": 0.2 | |||
}, | |||
{ | |||
"class": "OrganType", | |||
"type": "Slime", | |||
"shouldHave": false | |||
}, | |||
{ | |||
"class": "OrganType", | |||
"type": "Thaven", | |||
"shouldHave": false | |||
} | |||
], | |||
"emote": "Scream", | |||
"showInChat": true, | |||
"probability": 0.01 | |||
}, | |||
{ | { | ||
"class": " | "class": "PopupMessage", | ||
" | "conditions": [ | ||
{ | |||
"class": "ReagentThreshold", | |||
"reagent": "NitrousOxide", | |||
"min": 0.5 | |||
}, | |||
{ | |||
"class": "OrganType", | |||
"type": "Slime", | |||
"shouldHave": false | |||
}, | |||
{ | |||
"class": "OrganType", | |||
"type": "Thaven", | |||
"shouldHave": false | |||
}, | |||
{ | |||
"class": "BloodReagentThreshold", | |||
"reagent": "NitrosylPlasmide", | |||
"max": 0.1 | |||
} | |||
], | |||
"type": "Local", | |||
"visualType": "Medium", | |||
"messages": [ | |||
"effect-sleepy" | |||
], | |||
"probability": 0.1 | |||
}, | }, | ||
{ | { | ||
"class": " | "class": "MovespeedModifier", | ||
" | "conditions": [ | ||
{ | |||
"class": "ReagentThreshold", | |||
"reagent": "NitrousOxide", | |||
"min": 1 | |||
}, | |||
{ | |||
"class": "OrganType", | |||
"type": "Slime", | |||
"shouldHave": false | |||
}, | |||
{ | |||
"class": "BloodReagentThreshold", | |||
"reagent": "NitrosylPlasmide", | |||
"max": 0.1 | |||
}, | |||
{ | |||
"class": "OrganType", | |||
"type": "Thaven", | |||
"shouldHave": false | |||
} | |||
], | |||
"walkSpeedModifier": 0.65, | |||
"sprintSpeedModifier": 0.65 | |||
}, | |||
{ | { | ||
"class": " | "class": "GenericStatusEffect", | ||
" | "conditions": [ | ||
{ | |||
"class": "ReagentThreshold", | |||
"reagent": "NitrousOxide", | |||
"min": 1 | |||
}, | |||
{ | |||
"class": "OrganType", | |||
"type": "Slime", | |||
"shouldHave": false | |||
}, | |||
{ | |||
"class": "BloodReagentThreshold", | |||
"reagent": "NitrosylPlasmide", | |||
"max": 0.1 | |||
}, | |||
{ | |||
"class": "OrganType", | |||
"type": "Thaven", | |||
"shouldHave": false | |||
} | |||
], | |||
"key": "ForcedSleep", | |||
"component": "ForcedSleeping", | |||
"time": 200, | |||
"type": "Add" | |||
}, | }, | ||
{ | { | ||
"class": " | "class": "GenericStatusEffect", | ||
"reagent": " | "conditions": [ | ||
" | { | ||
"class": "ReagentThreshold", | |||
"reagent": "NitrousOxide", | |||
"min": 1 | |||
}, | |||
{ | |||
"class": "OrganType", | |||
"type": "Slime", | |||
"shouldHave": false | |||
} | |||
], | |||
"key": "Anesthesia", | |||
"component": "Anesthesia", | |||
"time": 200, | |||
"type": "Add" | |||
}, | |||
{ | |||
"class": "HealthChange", | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"reagent": "NitrousOxide", | |||
"min": 3.5 | |||
}, | |||
{ | |||
"class": "OrganType", | |||
"type": "Slime", | |||
"shouldHave": false | |||
}, | |||
{ | |||
"class": "OrganType", | |||
"type": "Thaven", | |||
"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": [ | "effects": [ | ||
"''' | "'''Gas'''", | ||
"* Oxygenate", | |||
"* Emote when there's between 0.2u and 0.5u of nitrousoxide", | |||
"* Emote when there's at least 0.2u of nitrousoxide", | |||
"* PopupMessage when there's at least 0.5u of nitrousoxide", | |||
"* MovespeedModifier when there's at least 1u of nitrousoxide", | |||
"* Applies ForcedSleep for 200s when there's at least 1u of nitrousoxide", | |||
"* Applies Anesthesia for 200s when there's at least 1u of nitrousoxide", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E0.25\u003C/span\u003E Poison when there's at least 3.5u of nitrousoxide", | |||
"\n", | "\n", | ||
" | "'''Poison'''", | ||
"\ | "* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Poison" | ||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Gas'''\n* Oxygenate\n* Emote when there's between 0.2u and 0.5u of nitrousoxide\n* Emote when there's at least 0.2u of nitrousoxide\n* PopupMessage when there's at least 0.5u of nitrousoxide\n* MovespeedModifier when there's at least 1u of nitrousoxide\n* Applies ForcedSleep for 200s when there's at least 1u of nitrousoxide\n* Applies Anesthesia for 200s when there's at least 1u of nitrousoxide\n* Deals \u003Cspan style=\"color:red\"\u003E0.25\u003C/span\u003E Poison when there's at least 3.5u of nitrousoxide\n\n\n'''Poison'''\n* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Poison", | ||
"boilingPoint": -88, | |||
"meltingPoint": -90 | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "Nocturine", | ||
"group": " | "group": "Narcotics", | ||
"color": "# | "color": "#128e80", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": null, | |||
"flavor": | |||
"metabolisms": { | "metabolisms": { | ||
" | "Narcotic": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "GenericStatusEffect", | ||
" | "conditions": [ | ||
{ | |||
"class": "ReagentThreshold", | |||
"reagent": "Nocturine", | |||
"min": 8 | |||
} | |||
], | |||
"key": "ForcedSleep", | |||
"component": "ForcedSleeping", | |||
"refresh": false, | |||
"type": "Add" | |||
}, | }, | ||
{ | { | ||
"class": " | "class": "GenericStatusEffect", | ||
" | "key": "Anesthesia", | ||
" | "component": "Anesthesia", | ||
"refresh": false, | |||
"type": "Add" | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "nocturine", | ||
"desc": " | "desc": "A highly effective sedative and hypnotic, developed by the Syndicate for stealth operations. One-way ticket to honk-shoo town.", | ||
"physicalDesc": " | "physicalDesc": "powdery", | ||
"recipes": [], | "recipes": [ | ||
"effects": [ | { | ||
"''' | "type": "reaction", | ||
"id": "Nocturine", | |||
"* | "reactants": [ | ||
[ | |||
"* | "Impedrezene", | ||
2, | |||
false, | |||
"impedrezene" | |||
], | |||
[ | |||
"Vestine", | |||
1, | |||
false, | |||
"vestine" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Nocturine", | |||
1, | |||
"nocturine" | |||
] | |||
], | |||
"impact": "High" | |||
} | |||
], | |||
"effects": [ | |||
"'''Narcotic'''", | |||
"* Applies ForcedSleep when there's at least 8u of nocturine", | |||
"* Applies Anesthesia" | |||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Narcotic'''\n* Applies ForcedSleep when there's at least 8u of nocturine\n* Applies Anesthesia", | ||
"boilingPoint": 444, | |||
"meltingPoint": 128 | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "NorepinephricAcid", | ||
"group": " | "group": "Narcotics", | ||
"color": "# | "color": "#96a8b5", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": "salty", | |||
"flavor": " | |||
"metabolisms": { | "metabolisms": { | ||
" | "Narcotic": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "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": " | "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 | |||
} | |||
] | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "norepinephric acid", | ||
"desc": " | "desc": "A smooth chemical that blocks the optical receptors, rendering the user blind during metabolization.", | ||
"physicalDesc": " | "physicalDesc": "milky", | ||
"recipes": [], | "recipes": [ | ||
{ | |||
"type": "reaction", | |||
"id": "NorepinephricAcid", | |||
"reactants": [ | |||
[ | |||
"Uranium", | |||
1, | |||
false, | |||
"uranium" | |||
], | |||
[ | |||
"Epinephrine", | |||
1, | |||
false, | |||
"epinephrine" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"NorepinephricAcid", | |||
2, | |||
"NorepinephricAcid" | |||
] | |||
], | |||
"impact": "Medium" | |||
} | |||
], | |||
"effects": [ | "effects": [ | ||
"''' | "'''Narcotic'''", | ||
" | "* PopupMessage", | ||
"* | "* PopupMessage when there's at least 20u of norepinephricacid", | ||
"* Applies TemporaryBlindness when there's at least 20u of norepinephricacid" | |||
"* | |||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Narcotic'''\n* PopupMessage\n* PopupMessage when there's at least 20u of norepinephricacid\n* Applies TemporaryBlindness when there's at least 20u of norepinephricacid", | ||
"boilingPoint": 255, | |||
"meltingPoint": 36 | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "Nothing", | ||
"group": "Drinks", | "group": "Drinks", | ||
"color": | "color": null, | ||
"textColorTheme": "dark", | "textColorTheme": "dark", | ||
"flavor": null, | |||
"flavor": | |||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
| Line 13,544: | Line 14,177: | ||
"class": "SatiateThirst", | "class": "SatiateThirst", | ||
"factor": 2 | "factor": 2 | ||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "nothing", | ||
"desc": " | "desc": "Absolutely nothing.", | ||
"physicalDesc": " | "physicalDesc": "nothing", | ||
"recipes": [], | "recipes": [], | ||
"effects": [ | "effects": [ | ||
"'''Drink''' | "'''Drink'''", | ||
"* SatiateThirst" | |||
"* | |||
], | ], | ||
"effectLine": "'''Drink''' | "effectLine": "'''Drink'''\n* SatiateThirst" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "NTCahors", | ||
"group": "Drinks", | "group": "Drinks", | ||
"color": "# | "color": "#7E4043", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"parent": "BaseAlcohol", | "parent": "BaseAlcohol", | ||
"flavor": " | "flavor": "bitter", | ||
"metabolisms": { | "name": "NeoTheology Cahors wine", | ||
"desc": "Fortified dessert wine made from cabernet sauvignon, saperavi and other grapes.", | |||
"physicalDesc": "strong smelling", | |||
"recipes": [], | |||
"effects": [], | |||
"effectLine": "" | |||
}, | |||
{ | |||
"id": "NuclearCola", | |||
"group": "Drinks", | |||
"color": "#100800", | |||
"textColorTheme": "light", | |||
"parent": "BaseSoda", | |||
"flavor": "atomiccola", | |||
"metabolisms": { | |||
"Drink": { | "Drink": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": "SatiateThirst", | "class": "SatiateThirst", | ||
"factor": | "factor": 6 | ||
}, | }, | ||
{ | { | ||
"class": " | "class": "GenericStatusEffect", | ||
" | "key": "Drowsiness", | ||
" | "time": 3, | ||
"type": "Remove" | |||
} | |||
] | |||
}, | |||
"Poison": { | |||
"effects": [ | |||
{ | |||
"class": "HealthChange", | |||
"damage": { | |||
"types": { | |||
"Poison": 1 | |||
} | |||
} | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "nuclear cola", | ||
"desc": " | "desc": "Cola, cola never changes.", | ||
"physicalDesc": " | "physicalDesc": "fizzy", | ||
"recipes": [], | "recipes": [ | ||
{ | |||
"type": "reaction", | |||
"id": "NuclearCola", | |||
"reactants": [ | |||
[ | |||
"Cola", | |||
5, | |||
false, | |||
"Space Cola" | |||
], | |||
[ | |||
"Uranium", | |||
1, | |||
false, | |||
"uranium" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"NuclearCola", | |||
5, | |||
"NuclearCola" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [ | "effects": [ | ||
"'''Drink''' | "'''Drink'''", | ||
"* SatiateThirst", | |||
"* Applies Drowsiness for 3s", | |||
"\n", | "\n", | ||
" | "'''Poison'''", | ||
"\ | "* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Poison" | ||
], | ], | ||
"effectLine": "'''Drink''' | "effectLine": "'''Drink'''\n* SatiateThirst\n* Applies Drowsiness for 3s\n\n\n'''Poison'''\n* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Poison" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Nutriment", | ||
"group": " | "group": "Foods", | ||
"color": "# | "color": "#24591F", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": "nutriment", | |||
"flavor": " | |||
"metabolisms": { | "metabolisms": { | ||
" | "Food": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "SatiateHunger", | ||
" | "value": "" | ||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "nutriment", | ||
"desc": " | "desc": "All the vitamins, minerals, and carbohydrates the body needs in pure form.", | ||
"physicalDesc": " | "physicalDesc": "opaque", | ||
"recipes": [], | "recipes": [], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Food'''", | ||
"* SatiateHunger" | |||
"* | |||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Food'''\n* SatiateHunger" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Oats", | ||
"group": " | "group": "Foods", | ||
"color": " | "color": "tan", | ||
"textColorTheme": "dark", | "textColorTheme": "dark", | ||
"flavor": "oats", | |||
"flavor": " | |||
"metabolisms": { | "metabolisms": { | ||
" | "Food": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "AdjustReagent", | ||
" | "reagent": "Sugar", | ||
"amount": 0.2 | |||
" | |||
}, | }, | ||
{ | { | ||
"class": "AdjustReagent", | "class": "AdjustReagent", | ||
"reagent": " | "reagent": "Nutriment", | ||
"amount": 0. | "amount": 0.3 | ||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "oats", | ||
"desc": " | "desc": "Used for a variety of tasty purposes.", | ||
"physicalDesc": " | "physicalDesc": "coarse", | ||
"recipes": [], | "recipes": [], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Food'''", | ||
"* Adds 0.2u of Sugar to the solution", | |||
"* | "* Adds 0.3u of Nutriment to the solution" | ||
"* Adds 0. | |||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Food'''\n* Adds 0.2u of Sugar to the solution\n* Adds 0.3u of Nutriment to the solution" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Oculine", | ||
"group": " | "group": "Medicine", | ||
"color": "# | "color": "#404040", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": "medicine", | |||
"flavor": " | |||
"metabolisms": { | "metabolisms": { | ||
" | "Medicine": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "ChemHealEyeDamage", | ||
" | "value": "" | ||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "oculine", | ||
"desc": " | "desc": "A simple saline compound used to treat the eyes via ingestion.", | ||
"physicalDesc": " | "physicalDesc": "translucent", | ||
"recipes": [], | "recipes": [ | ||
{ | |||
"type": "reaction", | |||
"id": "Oculine", | |||
"reactants": [ | |||
[ | |||
"TableSalt", | |||
1, | |||
false, | |||
"TableSalt" | |||
], | |||
[ | |||
"Blood", | |||
1, | |||
false, | |||
"blood" | |||
], | |||
[ | |||
"Hydroxide", | |||
2, | |||
false, | |||
"hydroxide" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Oculine", | |||
4, | |||
"oculine" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [ | "effects": [ | ||
"''' | "'''Medicine'''", | ||
"* ChemHealEyeDamage" | |||
"* | |||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Medicine'''\n* ChemHealEyeDamage" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Oil", | ||
"group": " | "group": "Foods", | ||
"color": "# | "color": "#b67823", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
" | "flavor": "oily", | ||
" | "name": "oil", | ||
" | "desc": "Used by chefs to cook.", | ||
" | "physicalDesc": "oily", | ||
"recipes": [ | |||
{ | |||
"effects": [], | "type": "reaction", | ||
"effectLine": "" | "id": "Oil", | ||
}, | "reactants": [ | ||
{ | [ | ||
"id": " | "WeldingFuel", | ||
"group": " | 1, | ||
"color": " | false, | ||
"textColorTheme": " | "WeldingFuel" | ||
], | |||
"flavor": " | [ | ||
"Hydrogen", | |||
1, | |||
false, | |||
"hydrogen" | |||
], | |||
[ | |||
"Carbon", | |||
1, | |||
false, | |||
"carbon" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Oil", | |||
4, | |||
"oil" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [], | |||
"effectLine": "", | |||
"boilingPoint": 300, | |||
"meltingPoint": -16 | |||
}, | |||
{ | |||
"id": "OilOlive", | |||
"group": "Foods", | |||
"color": "olive", | |||
"textColorTheme": "dark", | |||
"flavor": "oily", | |||
"metabolisms": { | "metabolisms": { | ||
" | "Food": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": "AdjustReagent", | "class": "AdjustReagent", | ||
"reagent": " | "reagent": "Nutriment", | ||
"amount": 0. | "amount": 0.75 | ||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "olive oil", | ||
"desc": " | "desc": "Viscous and fragrant.", | ||
"physicalDesc": " | "physicalDesc": "oily", | ||
"recipes": [], | "recipes": [], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Food'''", | ||
"* Adds 0.75u of Nutriment to the solution" | |||
"* Adds 0. | |||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Food'''\n* Adds 0.75u of Nutriment to the solution" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Omnizine", | ||
"group": " | "group": "Medicine", | ||
"color": "# | "color": "#fcf7f9", | ||
"textColorTheme": " | "textColorTheme": "dark", | ||
"flavor": "medicine", | |||
"flavor": " | |||
"metabolisms": { | "metabolisms": { | ||
" | "Medicine": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "HealthChange", | ||
" | "damage": { | ||
"groups": { | |||
"Burn": -3.2, | |||
"Toxin": -1.6, | |||
"Airloss": -1.6, | |||
"Brute": -2.4 | |||
} | |||
} | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "omnizine", | ||
"desc": " | "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": " | "physicalDesc": "soothing", | ||
"recipes": [], | "recipes": [], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Medicine'''", | ||
"\ | "* Heals \u003Cspan style=\"color:green\"\u003E3.2\u003C/span\u003E Burn", | ||
"* | "* Heals \u003Cspan style=\"color:green\"\u003E1.6\u003C/span\u003E Toxin", | ||
"\ | "* Heals \u003Cspan style=\"color:green\"\u003E1.6\u003C/span\u003E Airloss", | ||
"* | "* Heals \u003Cspan style=\"color:green\"\u003E2.4\u003C/span\u003E Brute" | ||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Medicine'''\n* Heals \u003Cspan style=\"color:green\"\u003E3.2\u003C/span\u003E Burn\n* Heals \u003Cspan style=\"color:green\"\u003E1.6\u003C/span\u003E Toxin\n* Heals \u003Cspan style=\"color:green\"\u003E1.6\u003C/span\u003E Airloss\n* Heals \u003Cspan style=\"color:green\"\u003E2.4\u003C/span\u003E Brute" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Opporozidone", | ||
"group": " | "group": "Medicine", | ||
"color": "# | "color": "#b5e36d", | ||
"textColorTheme": " | "textColorTheme": "dark", | ||
"flavor": "acid", | |||
"flavor": " | |||
"metabolisms": { | "metabolisms": { | ||
" | "Medicine": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "ReduceRotting", | ||
" | "seconds": 20, | ||
"conditions": [ | |||
{ | |||
"class": "Temperature", | |||
"max": 150 | |||
}, | |||
{ | |||
"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", | |||
"id": "Opporozidone", | |||
"reactants": [ | |||
[ | |||
"Cognizine", | |||
1, | |||
false, | |||
"cognizine" | |||
], | |||
[ | |||
"Plasma", | |||
2, | |||
false, | |||
"plasma" | |||
], | |||
[ | |||
"Doxarubixadone", | |||
1, | |||
false, | |||
"doxarubixadone" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Opporozidone", | |||
3, | |||
"opporozidone" | |||
] | |||
], | |||
"minTemp": 400 | |||
} | |||
], | |||
"effects": [ | "effects": [ | ||
"''' | "'''Medicine'''", | ||
"* ReduceRotting" | |||
"* | |||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Medicine'''\n* ReduceRotting" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Oxygen", | ||
"group": | "group": null, | ||
"color": "# | "color": "#c4f5ff", | ||
"textColorTheme": "dark", | "textColorTheme": "dark", | ||
"flavor": "bitter", | |||
"flavor": " | |||
"metabolisms": { | "metabolisms": { | ||
" | "Poison": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "Oxygenate", | ||
" | "conditions": [ | ||
{ | |||
"class": "OrganType", | |||
"type": "Human" | |||
} | |||
] | |||
}, | }, | ||
{ | { | ||
"class": " | "class": "Oxygenate", | ||
" | "conditions": [ | ||
" | { | ||
"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" | |||
} | |||
], | |||
"scaleByQuantity": true, | |||
"ignoreResistances": true, | |||
"damage": { | |||
"types": { | |||
"Poison": 3 | |||
} | |||
} | |||
}, | |||
{ | |||
"class": "AdjustAlert", | |||
"alertType": "Toxins", | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"min": 0.5 | |||
}, | |||
{ | |||
"class": "OrganType", | |||
"type": "Vox" | |||
} | |||
], | |||
"clear": true, | |||
"time": 5 | |||
} | } | ||
] | ] | ||
} | }, | ||
"Gas": { | |||
"effects": [ | |||
{ | |||
"class": "Oxygenate", | |||
"conditions": [ | |||
{ | |||
" | "class": "OrganType", | ||
"type": "Human" | |||
} | |||
] | |||
}, | }, | ||
{ | { | ||
"class": " | "class": "Oxygenate", | ||
" | "conditions": [ | ||
{ | |||
"class": "OrganType", | |||
"type": "Animal" | |||
} | |||
] | |||
}, | |||
{ | { | ||
"class": " | "class": "Oxygenate", | ||
" | "conditions": [ | ||
{ | |||
"class": "OrganType", | |||
"type": "Rat" | |||
} | |||
] | |||
}, | }, | ||
{ | { | ||
"class": " | "class": "Oxygenate", | ||
" | "conditions": [ | ||
{ | |||
"class": "OrganType", | |||
"type": "Plant" | |||
} | |||
] | |||
}, | |||
{ | { | ||
"class": " | "class": "Oxygenate", | ||
" | "conditions": [ | ||
{ | |||
"class": "OrganType", | |||
"type": "Thaven" | |||
} | |||
] | |||
}, | }, | ||
{ | { | ||
"class": " | "class": "ModifyLungGas", | ||
" | "conditions": [ | ||
{ | |||
"class": "OrganType", | |||
"type": "Vox", | |||
"shouldHave": false | |||
}, | |||
{ | |||
"class": "OrganType", | |||
"type": "Thaven", | |||
"shouldHave": false | |||
} | |||
], | |||
"ratios": { | |||
"CarbonDioxide": 1, | |||
"Oxygen": -1 | |||
} | |||
}, | |||
{ | { | ||
"class": " | "class": "HealthChange", | ||
" | "conditions": [ | ||
{ | |||
"class": "OrganType", | |||
"type": "Vox" | |||
} | |||
], | |||
"scaleByQuantity": true, | |||
"ignoreResistances": true, | |||
"damage": { | |||
"types": { | |||
"Poison": 7 | |||
} | |||
} | |||
}, | }, | ||
{ | { | ||
"class": " | "class": "AdjustAlert", | ||
" | "alertType": "Toxins", | ||
" | "conditions": [ | ||
{ | |||
"class": "ReagentThreshold", | |||
"min": 0.5 | |||
}, | |||
{ | |||
"class": "OrganType", | |||
"type": "Vox" | |||
} | |||
], | |||
"clear": true, | |||
"time": 5 | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "oxygen", | ||
"desc": " | "desc": "An oxidizing, colorless gas.", | ||
"physicalDesc": " | "physicalDesc": "gaseous", | ||
"recipes | "recipes": [ | ||
{ | |||
"type": "reaction", | |||
"id": "EthanolBreakdown", | |||
"reactants": [ | |||
[ | |||
"Ethanol", | |||
9, | |||
false, | |||
"ethanol" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Hydrogen", | |||
6, | |||
"hydrogen" | |||
], | |||
[ | |||
"Carbon", | |||
2, | |||
"carbon" | |||
], | |||
[ | |||
"Oxygen", | |||
1, | |||
"oxygen" | |||
] | |||
] | |||
}, | |||
{ | |||
"type": "reaction", | |||
"id": "WaterBreakdown", | |||
"reactants": [ | |||
[ | |||
"Water", | |||
3, | |||
false, | |||
"water" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Hydrogen", | |||
2, | |||
"hydrogen" | |||
], | |||
[ | |||
"Oxygen", | |||
1, | |||
"oxygen" | |||
] | |||
] | |||
}, | |||
{ | |||
"type": "reaction", | |||
"id": "FatBreakdown", | |||
"reactants": [ | |||
[ | |||
"Fat", | |||
15, | |||
false, | |||
"fat" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Carbon", | |||
5, | |||
"carbon" | |||
], | |||
[ | |||
"Hydrogen", | |||
10, | |||
"hydrogen" | |||
" | ], | ||
[ | |||
" | "Oxygen", | ||
" | 1, | ||
"oxygen" | |||
] | |||
" | |||
" | |||
" | |||
] | ] | ||
} | }, | ||
{ | |||
"type": "reaction", | |||
"id": "UncookedAnimalProteinBreakdown", | |||
"reactants": [ | |||
[ | |||
"UncookedAnimalProteins", | |||
10, | |||
false, | |||
"UncookedAnimalProteins" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Carbon", | |||
2, | |||
"carbon" | |||
], | |||
[ | |||
"Hydrogen", | |||
4, | |||
"hydrogen" | |||
" | ], | ||
[ | |||
"Phosphorus", | |||
3, | |||
" | "phosphorus" | ||
" | ], | ||
[ | |||
"Oxygen", | |||
1, | |||
"oxygen" | |||
] | |||
] | |||
}, | |||
{ | |||
"type": "reaction", | |||
"id": "ProteinBreakdown", | |||
"reactants": [ | |||
[ | |||
"Protein", | |||
10, | |||
false, | |||
"protein" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Carbon", | |||
2, | |||
"carbon" | |||
], | |||
[ | |||
"Hydrogen", | |||
4, | |||
"hydrogen" | |||
], | |||
[ | |||
"Phosphorus", | |||
3, | |||
"phosphorus" | |||
], | |||
[ | |||
"Oxygen", | |||
1, | |||
"oxygen" | |||
] | |||
] | |||
}, | |||
{ | |||
"type": "reaction", | |||
"id": "CarbonDioxideBreakdown", | |||
"reactants": [ | |||
[ | |||
"CarbonDioxide", | |||
3, | |||
false, | |||
"CarbonDioxide" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Carbon", | |||
1, | |||
"carbon" | |||
], | |||
[ | |||
"Oxygen", | |||
2, | |||
"oxygen" | |||
] | |||
] | |||
}, | |||
{ | |||
"type": "reaction", | |||
"id": "NitrousOxideBreakdown", | |||
"reactants": [ | |||
[ | |||
"NitrousOxide", | |||
3, | |||
false, | |||
"NitrousOxide" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Nitrogen", | |||
2, | |||
"nitrogen" | |||
], | |||
[ | |||
"Oxygen", | |||
1, | |||
"oxygen" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [ | |||
"'''Gas'''", | |||
"* Oxygenate", | |||
"* Oxygenate", | |||
"* Oxygenate", | |||
"* Oxygenate", | |||
"* Oxygenate", | |||
"* ModifyLungGas", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E7\u003C/span\u003E Poison", | |||
"* AdjustAlert when there's at least 0.5u of oxygen", | |||
"\n", | |||
"'''Poison'''", | |||
"* Oxygenate", | |||
"* Oxygenate", | |||
"* Oxygenate", | |||
"* Oxygenate", | |||
"* ModifyLungGas", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E3\u003C/span\u003E Poison", | |||
"* AdjustAlert when there's at least 0.5u of oxygen" | |||
], | |||
"effectLine": "'''Gas'''\n* Oxygenate\n* Oxygenate\n* Oxygenate\n* Oxygenate\n* Oxygenate\n* ModifyLungGas\n* Deals \u003Cspan style=\"color:red\"\u003E7\u003C/span\u003E Poison\n* AdjustAlert when there's at least 0.5u of oxygen\n\n\n'''Poison'''\n* Oxygenate\n* Oxygenate\n* Oxygenate\n* Oxygenate\n* ModifyLungGas\n* Deals \u003Cspan style=\"color:red\"\u003E3\u003C/span\u003E Poison\n* AdjustAlert when there's at least 0.5u of oxygen", | |||
"boilingPoint": -183, | |||
"meltingPoint": -218.4 | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "Painkiller", | ||
"group": "Drinks", | "group": "Drinks", | ||
"color": "# | "color": "#e6cb47", | ||
"textColorTheme": "dark", | "textColorTheme": "dark", | ||
"parent": "BaseAlcohol", | "parent": "BaseAlcohol", | ||
"flavor": " | "flavor": "painkiller", | ||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
| Line 14,238: | Line 15,013: | ||
{ | { | ||
"class": "AdjustReagent", | "class": "AdjustReagent", | ||
"reagent": " | "reagent": "Ethanol", | ||
"amount": 0. | "amount": 0.2 | ||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "painkiller", | ||
"desc": " | "desc": "A cure for what ails you.", | ||
"physicalDesc": " | "physicalDesc": "refreshing", | ||
"recipes": [], | "recipes": [ | ||
{ | |||
"type": "reaction", | |||
"id": "Painkiller", | |||
"reactants": [ | |||
[ | |||
"JuicePineapple", | |||
3, | |||
false, | |||
"JuicePineapple" | |||
], | |||
[ | |||
"CoconutRum", | |||
1, | |||
false, | |||
"CoconutRum" | |||
], | |||
[ | |||
"JuiceOrange", | |||
1, | |||
false, | |||
"JuiceOrange" | |||
], | |||
[ | |||
"CreamOfCoconut", | |||
1, | |||
false, | |||
"CreamOfCoconut" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Painkiller", | |||
6, | |||
"painkiller" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [ | "effects": [ | ||
"'''Drink''' | "'''Drink'''", | ||
"* SatiateThirst", | |||
"* | "* Adds 0.2u of Ethanol to the solution" | ||
"* Adds 0. | |||
], | ], | ||
"effectLine": "'''Drink''' | "effectLine": "'''Drink'''\n* SatiateThirst\n* Adds 0.2u of Ethanol to the solution" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Patron", | ||
"group": "Drinks", | "group": "Drinks", | ||
"color": "# | "color": "#585840", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"parent": "BaseAlcohol", | "parent": "BaseAlcohol", | ||
"flavor": " | "flavor": "patron", | ||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
| Line 14,273: | Line 15,084: | ||
{ | { | ||
"class": "AdjustReagent", | "class": "AdjustReagent", | ||
"reagent": " | "reagent": "Ethanol", | ||
"amount": 0. | "amount": 0.2 | ||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "Patrón", | ||
"desc": " | "desc": "Tequila with silver in it, a favorite of alcoholic women in the club scene.", | ||
"physicalDesc": " | "physicalDesc": "metallic", | ||
"recipes": [], | "recipes": [ | ||
{ | |||
"type": "reaction", | |||
"id": "Patron", | |||
"reactants": [ | |||
[ | |||
"Tequila", | |||
10, | |||
false, | |||
"tequila" | |||
], | |||
[ | |||
"Silver", | |||
1, | |||
false, | |||
"silver" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Patron", | |||
10, | |||
"Patrón" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [ | "effects": [ | ||
"'''Drink''' | "'''Drink'''", | ||
"* SatiateThirst", | |||
"* | "* Adds 0.2u of Ethanol to the solution" | ||
"* Adds 0. | |||
], | ], | ||
"effectLine": "'''Drink''' | "effectLine": "'''Drink'''\n* SatiateThirst\n* Adds 0.2u of Ethanol to the solution" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Pax", | ||
"group": " | "group": "Narcotics", | ||
"color": "# | "color": "#AAAAAA", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": null, | |||
"flavor": | |||
"metabolisms": { | "metabolisms": { | ||
" | "Poison": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "GenericStatusEffect", | ||
" | "key": "Pacified", | ||
"component": "Pacified", | |||
"type": "Add", | |||
" | "time": 4 | ||
" | |||
" | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "pax", | ||
"desc": "A | "desc": "A psychiatric chemical which prevents the patient from directly harming anyone.", | ||
"physicalDesc": " | "physicalDesc": "soothing", | ||
"recipes": [], | "recipes": [ | ||
{ | |||
"type": "reaction", | |||
"id": "Pax", | |||
"reactants": [ | |||
[ | |||
"MindbreakerToxin", | |||
1, | |||
false, | |||
"MindbreakerToxin" | |||
], | |||
[ | |||
"Synaptizine", | |||
1, | |||
false, | |||
"synaptizine" | |||
], | |||
[ | |||
"Water", | |||
1, | |||
false, | |||
"water" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Pax", | |||
3, | |||
"pax" | |||
] | |||
], | |||
"impact": "Medium" | |||
} | |||
], | |||
"effects": [ | "effects": [ | ||
"''' | "'''Poison'''", | ||
"* Applies Pacified for 4s" | |||
"* | |||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Poison'''\n* Applies Pacified for 4s" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "PestKiller", | ||
"group": " | "group": "Botanical", | ||
"color": "# | "color": "#9e9886", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": "bitter", | |||
"flavor": " | |||
"metabolisms": { | "metabolisms": { | ||
" | "Medicine": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "HealthChange", | ||
" | "damage": { | ||
"types": { | |||
"Poison": 3 | |||
} | |||
}, | |||
"conditions": [ | |||
{ | |||
"class": "OrganType", | |||
"type": "Plant" | |||
} | |||
] | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "pest killer", | ||
"desc": " | "desc": "A mixture that targets pests. While useful it slowly poisons plants with toxins, be careful when using it.", | ||
"physicalDesc": " | "physicalDesc": "bubbling", | ||
"recipes": [], | "recipes": [], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Medicine'''", | ||
"\ | "* Deals \u003Cspan style=\"color:red\"\u003E3\u003C/span\u003E Poison" | ||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Medicine'''\n* Deals \u003Cspan style=\"color:red\"\u003E3\u003C/span\u003E Poison" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Phalanximine", | ||
"group": " | "group": "Medicine", | ||
"color": "# | "color": "#c8ff75", | ||
"textColorTheme": "dark", | "textColorTheme": "dark", | ||
" | "flavor": "medicine", | ||
" | "metabolisms": { | ||
"Medicine": { | |||
"metabolismRate": 0.4, | |||
"effects": [ | |||
{ | |||
"class": "HealthChange", | |||
"damage": { | |||
"types": { | |||
"Cellular": -1, | |||
"Radiation": 1 | |||
} | |||
} | |||
}, | }, | ||
{ | { | ||
"class": " | "class": "ChemVomit", | ||
" | "probability": 0.05 | ||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "phalanximine", | ||
"desc": " | "desc": "An advanced chemical used in the treatment of cancer. Causes moderate radiation poisoning, acid burns, and vomiting on organics. Can potentially remove the death gene on plants.", | ||
"physicalDesc": " | "physicalDesc": "acrid", | ||
"recipes": [], | "recipes": [ | ||
{ | |||
"type": "reaction", | |||
"id": "Phalanximine", | |||
"reactants": [ | |||
[ | |||
"Hyronalin", | |||
1, | |||
false, | |||
"hyronalin" | |||
], | |||
[ | |||
"Ethanol", | |||
1, | |||
false, | |||
"ethanol" | |||
], | |||
[ | |||
"UnstableMutagen", | |||
1, | |||
false, | |||
"UnstableMutagen" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Phalanximine", | |||
3, | |||
"phalanximine" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [ | "effects": [ | ||
"''' | "'''Medicine''' (0.4u per second)", | ||
"\ | "* Heals \u003Cspan style=\"color:green\"\u003E1\u003C/span\u003E Cellular", | ||
"* | "* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Radiation", | ||
"* ChemVomit" | |||
"* | |||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Medicine''' (0.4u per second)\n* Heals \u003Cspan style=\"color:green\"\u003E1\u003C/span\u003E Cellular\n* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Radiation\n* ChemVomit" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Phenol", | ||
"group": | "group": null, | ||
"color": "# | "color": "#E7EA91", | ||
"textColorTheme": " | "textColorTheme": "dark", | ||
"flavor": "bitter", | |||
"flavor": " | |||
"metabolisms": { | "metabolisms": { | ||
" | "Poison": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "HealthChange", | ||
" | "damage": { | ||
"types": { | |||
"Caustic": 1, | |||
"Poison": 2 | |||
} | |||
} | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "phenol", | ||
"desc": " | "desc": "An aromatic ring of carbon with a hydroxyl group. A useful precursor to some medicines, but has no healing properties on its own.", | ||
"physicalDesc": " | "physicalDesc": "acidic", | ||
"recipes": [], | "recipes": [ | ||
{ | |||
"type": "reaction", | |||
"id": "Phenol", | |||
"reactants": [ | |||
[ | |||
"Hydroxide", | |||
1, | |||
false, | |||
"hydroxide" | |||
], | |||
[ | |||
"Benzene", | |||
1, | |||
false, | |||
"benzene" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Phenol", | |||
2, | |||
"phenol" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [ | "effects": [ | ||
"''' | "'''Poison'''", | ||
"\ | "* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Caustic", | ||
"* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Poison" | |||
"* | |||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Poison'''\n* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Caustic\n* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Poison", | ||
"boilingPoint": 55.5, | |||
"meltingPoint": -50 | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "Phlogiston", | ||
"group": | "group": null, | ||
"color": "# | "color": "#D4872A", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"parent": " | "parent": "BasePyrotechnic", | ||
"flavor": " | "flavor": "bitter", | ||
"metabolisms": { | "metabolisms": { | ||
" | "Poison": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "HealthChange", | ||
" | "damage": { | ||
" | "types": { | ||
" | "Heat": 3, | ||
"Poison": 1 | |||
} | |||
} | |||
}, | |||
{ | |||
"class": "FlammableReaction", | |||
"multiplier": 0.1 | |||
}, | |||
{ | |||
"class": "AdjustTemperature", | |||
"amount": 6000 | |||
}, | }, | ||
{ | { | ||
"class": " | "class": "Ignite", | ||
" | "value": "" | ||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "phlogiston", | ||
"desc": " | "desc": "Catches you on fire and makes you ignite.", | ||
"physicalDesc": " | "physicalDesc": "burning", | ||
"recipes": [], | "recipes": [ | ||
{ | |||
"type": "reaction", | |||
"id": "Phlogiston", | |||
"reactants": [ | |||
[ | |||
"Phosphorus", | |||
1, | |||
false, | |||
"phosphorus" | |||
], | |||
[ | |||
"SulfuricAcid", | |||
1, | |||
false, | |||
"SulfuricAcid" | |||
], | |||
[ | |||
"Plasma", | |||
1, | |||
false, | |||
"plasma" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Phlogiston", | |||
3, | |||
"phlogiston" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [ | "effects": [ | ||
"''' | "'''Poison'''", | ||
"\ | "* Deals \u003Cspan style=\"color:red\"\u003E3\u003C/span\u003E Heat", | ||
"* | "* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Poison", | ||
" | "* FlammableReaction", | ||
"* | "* Adds 6000J of heat to the body it's in", | ||
"* Ignite" | |||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Poison'''\n* Deals \u003Cspan style=\"color:red\"\u003E3\u003C/span\u003E Heat\n* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Poison\n* FlammableReaction\n* Adds 6000J of heat to the body it's in\n* Ignite" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Phosphorus", | ||
"group": " | "group": "Elements", | ||
"color": "# | "color": "#f5da9a", | ||
"textColorTheme": "dark", | "textColorTheme": "dark", | ||
"flavor": "metallic", | |||
"flavor": " | "name": "phosphorus", | ||
"name": " | "desc": "A reactive metal used in pyrotechnics and weapons.", | ||
"desc": "A | "physicalDesc": "powdery", | ||
"physicalDesc": " | "recipes": [ | ||
"recipes": [ | { | ||
"type": "reaction", | |||
"id": "UncookedAnimalProteinBreakdown", | |||
"reactants": [ | |||
[ | |||
"UncookedAnimalProteins", | |||
10, | |||
false, | |||
"UncookedAnimalProteins" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Carbon", | |||
2, | |||
"carbon" | |||
], | |||
[ | |||
"Hydrogen", | |||
4, | |||
"hydrogen" | |||
], | |||
[ | |||
"Phosphorus", | |||
3, | |||
"phosphorus" | |||
], | |||
[ | |||
"Oxygen", | |||
1, | |||
"oxygen" | |||
] | |||
] | |||
}, | |||
{ | |||
"type": "reaction", | |||
"id": "ProteinBreakdown", | |||
"reactants": [ | |||
[ | |||
"Protein", | |||
10, | |||
false, | |||
"protein" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Carbon", | |||
2, | |||
"carbon" | |||
], | |||
[ | |||
"Hydrogen", | |||
4, | |||
"hydrogen" | |||
], | |||
[ | |||
"Phosphorus", | |||
3, | |||
"phosphorus" | |||
], | |||
[ | |||
"Oxygen", | |||
1, | |||
"oxygen" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [], | "effects": [], | ||
"effectLine": "" | "effectLine": "", | ||
"boilingPoint": 280.5, | |||
"meltingPoint": 44.2 | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "Pilk", | ||
"group": "Drinks", | "group": "Drinks", | ||
"color": "# | "color": "#e7c69f", | ||
"textColorTheme": "dark", | "textColorTheme": "dark", | ||
"parent": " | "parent": "BaseDrink", | ||
"flavor": " | "flavor": "pilk", | ||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
| Line 14,602: | Line 15,531: | ||
{ | { | ||
"class": "SatiateThirst", | "class": "SatiateThirst", | ||
"factor": | "factor": 1 | ||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "pilk", | ||
"desc": " | "desc": "A sickening mixture of milk and cola.", | ||
"physicalDesc": " | "physicalDesc": "creamy", | ||
"recipes": [], | "recipes": [ | ||
{ | |||
"type": "reaction", | |||
"id": "Pilk", | |||
"reactants": [ | |||
" | [ | ||
"* | "Cola", | ||
1, | |||
false, | |||
"Space Cola" | |||
], | |||
[ | |||
"Milk", | |||
1, | |||
false, | |||
"milk" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Pilk", | |||
2, | |||
"pilk" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [ | |||
"'''Drink'''", | |||
"* SatiateThirst" | |||
], | ], | ||
"effectLine": "'''Drink''' | "effectLine": "'''Drink'''\n* SatiateThirst" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "PinaColada", | ||
"group": "Drinks", | "group": "Drinks", | ||
"color": "# | "color": "#e8dba4", | ||
"textColorTheme": " | "textColorTheme": "dark", | ||
"parent": "BaseAlcohol", | "parent": "BaseAlcohol", | ||
"flavor": " | "flavor": "pinacolada", | ||
"name": " | "name": "Piña Colada", | ||
"desc": " | "desc": "For getting lost in the rain.", | ||
"physicalDesc": " | "physicalDesc": "tropical", | ||
"recipes": [], | "recipes": [ | ||
{ | |||
"type": "reaction", | |||
"id": "PinaColada", | |||
"reactants": [ | |||
[ | |||
"JuicePineapple", | |||
3, | |||
false, | |||
"JuicePineapple" | |||
], | |||
[ | |||
"JuiceLime", | |||
1, | |||
false, | |||
"JuiceLime" | |||
], | |||
[ | |||
"Rum", | |||
1, | |||
false, | |||
"rum" | |||
], | |||
[ | |||
"CreamOfCoconut", | |||
1, | |||
false, | |||
"CreamOfCoconut" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"PinaColada", | |||
6, | |||
"PinaColada" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [], | "effects": [], | ||
"effectLine": "" | "effectLine": "" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "PlantBGone", | ||
"group": " | "group": "Botanical", | ||
"color": "# | "color": "#49002E", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": "bitter", | |||
"flavor": " | |||
"metabolisms": { | "metabolisms": { | ||
" | "Medicine": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "HealthChange", | ||
" | "damage": { | ||
"types": { | |||
"Poison": -4, | |||
"Blunt": 2, | |||
"Slash": 1, | |||
"Piercing": 1 | |||
} | |||
}, | |||
"conditions": [ | |||
{ | |||
"class": "OrganType", | |||
"type": "Plant" | |||
} | |||
] | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "plant-B-gone", | ||
"desc": " | "desc": "A harmful toxic mixture to kill plantlife. Very effective against kudzu.", | ||
"physicalDesc": " | "physicalDesc": "bubbling", | ||
"recipes": [], | "recipes": [ | ||
{ | |||
"type": "reaction", | |||
"id": "PlantBGone", | |||
"reactants": [ | |||
[ | |||
"Toxin", | |||
1, | |||
false, | |||
"toxin" | |||
], | |||
[ | |||
"Water", | |||
4, | |||
false, | |||
"water" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"PlantBGone", | |||
5, | |||
"PlantBGone" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [ | "effects": [ | ||
"''' | "'''Medicine'''", | ||
"\ | "* Heals \u003Cspan style=\"color:green\"\u003E4\u003C/span\u003E Poison", | ||
"* | "* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Blunt", | ||
"* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Slash", | |||
"* | "* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Piercing" | ||
"* | |||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Medicine'''\n* Heals \u003Cspan style=\"color:green\"\u003E4\u003C/span\u003E Poison\n* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Blunt\n* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Slash\n* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Piercing" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Plasma", | ||
"group": | "group": null, | ||
"color": "# | "color": "#7e009e", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": "bitter", | |||
"flavor": " | |||
"metabolisms": { | "metabolisms": { | ||
" | "Poison": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "HealthChange", | ||
" | "damage": { | ||
}, | "types": { | ||
"Poison": 3 | |||
} | |||
} | |||
}, | |||
{ | { | ||
"class": "AdjustReagent", | "class": "AdjustReagent", | ||
"reagent": " | "reagent": "Inaprovaline", | ||
"amount": | "amount": -2 | ||
} | } | ||
] | ] | ||
} | }, | ||
"Gas": { | |||
" | |||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "HealthChange", | ||
" | "scaleByQuantity": true, | ||
"ignoreResistances": true, | |||
"damage": { | |||
"types": { | |||
"Poison": 1 | |||
} | |||
}, | |||
"conditions": [ | |||
{ | |||
"class": "OrganType", | |||
"type": "Thaven", | |||
"shouldHave": false | |||
} | |||
] | |||
}, | |||
{ | |||
"class": "Oxygenate", | |||
"conditions": [ | |||
{ | |||
"class": "OrganType", | |||
"type": "Thaven" | |||
} | |||
] | |||
}, | }, | ||
{ | { | ||
"class": " | "class": "AdjustAlert", | ||
" | "alertType": "Toxins", | ||
" | "conditions": [ | ||
{ | |||
"class": "ReagentThreshold", | |||
"min": 1.5 | |||
}, | |||
{ | |||
"class": "OrganType", | |||
"type": "Thaven", | |||
"shouldHave": false | |||
} | |||
], | |||
"clear": true, | |||
"time": 5 | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "plasma", | ||
"desc": " | "desc": "Funky, space-magic pixie dust. You probably shouldn't eat this, but we both know you will anyways.", | ||
"physicalDesc": " | "physicalDesc": "gaseous", | ||
"recipes": [], | "recipes": [], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Gas'''", | ||
"* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Poison", | |||
"* Oxygenate", | |||
"* AdjustAlert when there's at least 1.5u of plasma", | |||
"\n", | "\n", | ||
" | "'''Poison'''", | ||
"\ | "* Deals \u003Cspan style=\"color:red\"\u003E3\u003C/span\u003E Poison", | ||
"* | "* Removes 2u of Inaprovaline from the solution" | ||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Gas'''\n* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Poison\n* Oxygenate\n* AdjustAlert when there's at least 1.5u of plasma\n\n\n'''Poison'''\n* Deals \u003Cspan style=\"color:red\"\u003E3\u003C/span\u003E Poison\n* Removes 2u of Inaprovaline from the solution", | ||
"boilingPoint": -127.3, | |||
"meltingPoint": -186.4 | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "Pluoxium", | ||
"group": | "group": null, | ||
"color": "# | "color": "#7b68ee", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": "bitter", | |||
"flavor": " | |||
"metabolisms": { | "metabolisms": { | ||
" | "Gas": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "Oxygenate", | ||
"factor": | "factor": 8, | ||
"conditions": [ | |||
{ | |||
"class": "OrganType", | |||
"type": "Human" | |||
} | |||
] | |||
}, | |||
{ | |||
"class": "Oxygenate", | |||
"factor": 8, | |||
"conditions": [ | |||
{ | |||
"class": "OrganType", | |||
"type": "Animal" | |||
} | |||
] | |||
}, | |||
{ | |||
"class": "Oxygenate", | |||
"factor": 8, | |||
"conditions": [ | |||
{ | |||
"class": "OrganType", | |||
"type": "Rat" | |||
} | |||
] | |||
}, | |||
{ | |||
"class": "Oxygenate", | |||
"factor": 8, | |||
"conditions": [ | |||
{ | |||
"class": "OrganType", | |||
"type": "Plant" | |||
} | |||
] | |||
}, | |||
{ | |||
"class": "Oxygenate", | |||
"factor": 8, | |||
"conditions": [ | |||
{ | |||
"class": "OrganType", | |||
"type": "Thaven" | |||
} | |||
] | |||
}, | }, | ||
{ | { | ||
"class": " | "class": "ModifyLungGas", | ||
" | "ratios": { | ||
"CarbonDioxide": 1, | |||
"Pluoxium": -1 | |||
} | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "pluoxium", | ||
"desc": " | "desc": "A gas that could supply even more oxygen to the bloodstream when inhaled, without being an oxidizer.", | ||
"physicalDesc": " | "physicalDesc": "gaseous", | ||
"recipes": [], | "recipes": [], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Gas'''", | ||
" | "* Oxygenate", | ||
"* | "* Oxygenate", | ||
" | "* Oxygenate", | ||
"* | "* Oxygenate", | ||
"* Oxygenate", | |||
"* ModifyLungGas" | |||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Gas'''\n* Oxygenate\n* Oxygenate\n* Oxygenate\n* Oxygenate\n* Oxygenate\n* ModifyLungGas" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "PoisonWine", | ||
"group": "Drinks", | "group": "Drinks", | ||
"color": "# | "color": "#990066", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"parent": "BaseAlcohol", | "parent": "BaseAlcohol", | ||
"flavor": " | "flavor": "bitter", | ||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
| Line 14,816: | Line 15,882: | ||
{ | { | ||
"class": "AdjustReagent", | "class": "AdjustReagent", | ||
"reagent": " | "reagent": "Ethanol", | ||
"amount": 0. | "amount": 0.05 | ||
} | |||
] | |||
}, | |||
"Poison": { | |||
"effects": [ | |||
{ | |||
"class": "HealthChange", | |||
"damage": { | |||
"types": { | |||
"Poison": 1 | |||
} | |||
} | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "poison wine", | ||
"desc": " | "desc": "Is this even wine? Toxic! Hallucinogenic! Probably consumed in boatloads by your superiors!", | ||
"physicalDesc": "strong smelling", | "physicalDesc": "strong smelling", | ||
"recipes": [], | "recipes": [], | ||
"effects": [ | "effects": [ | ||
"'''Drink''' | "'''Drink'''", | ||
"* SatiateThirst", | |||
"* Adds 0.05u of Ethanol to the solution", | |||
"\n", | "\n", | ||
" | "'''Poison'''", | ||
"\ | "* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Poison" | ||
], | ], | ||
"effectLine": "'''Drink''' | "effectLine": "'''Drink'''\n* SatiateThirst\n* Adds 0.05u of Ethanol to the solution\n\n\n'''Poison'''\n* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Poison" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "PolypyryliumOligomers", | ||
"group": " | "group": "Medicine", | ||
"color": "# | "color": "#9423FF", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": "violets", | |||
"flavor": " | |||
"metabolisms": { | "metabolisms": { | ||
" | "Medicine": { | ||
"metabolismRate": 0.2, | |||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "HealthChange", | ||
" | "damage": { | ||
"groups": { | |||
"Brute": -4 | |||
}, | |||
"types": { | |||
"Asphyxiation": -3 | |||
} | |||
} | |||
}, | |||
{ | |||
"class": "HealthChange", | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"min": 30 | |||
} | |||
], | |||
"damage": { | |||
"types": { | |||
"Asphyxiation": 3.5 | |||
} | |||
} | |||
}, | }, | ||
{ | { | ||
"class": " | "class": "ModifyBleedAmount", | ||
"amount": -0.25 | |||
"amount": 0. | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "Polypyrylium Oligomers", | ||
"desc": "A | "desc": "A purple mixture of short polyelectrolyte chains not easily synthesized in the laboratory. Heals asphyxiation and brute damage. Stops bleeding over time.", | ||
"physicalDesc": " | "physicalDesc": "pungent", | ||
"recipes": [], | "recipes": [], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Medicine''' (0.2u per second)", | ||
"\ | "* Heals \u003Cspan style=\"color:green\"\u003E3\u003C/span\u003E Asphyxiation", | ||
"* | "* Heals \u003Cspan style=\"color:green\"\u003E4\u003C/span\u003E Brute", | ||
"\ | "* Deals \u003Cspan style=\"color:red\"\u003E3.5\u003C/span\u003E Asphyxiation when there's at least 30u of polypyryliumoligomers", | ||
"* | "* ModifyBleedAmount" | ||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Medicine''' (0.2u per second)\n* Heals \u003Cspan style=\"color:green\"\u003E3\u003C/span\u003E Asphyxiation\n* Heals \u003Cspan style=\"color:green\"\u003E4\u003C/span\u003E Brute\n* Deals \u003Cspan style=\"color:red\"\u003E3.5\u003C/span\u003E Asphyxiation when there's at least 30u of polypyryliumoligomers\n* ModifyBleedAmount" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "PolytrinicAcid", | ||
"group": " | "group": "Toxins", | ||
"color": "# | "color": "#a1000b", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": "acid", | |||
"flavor": " | |||
"metabolisms": { | "metabolisms": { | ||
" | "Poison": { | ||
"metabolismRate": 3, | |||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "HealthChange", | ||
" | "damage": { | ||
"types": { | |||
"Caustic": 11 | |||
} | |||
} | |||
}, | }, | ||
{ | { | ||
"class": " | "class": "PopupMessage", | ||
"reagent": " | "type": "Local", | ||
" | "visualType": "Large", | ||
} | "messages": [ | ||
"generic-reagent-effect-burning-insides" | |||
], | |||
"probability": 0.33 | |||
}, | |||
{ | |||
"class": "Emote", | |||
"emote": "Scream", | |||
"probability": 0.3 | |||
} | |||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "polytrinic acid", | ||
"desc": " | "desc": "An extremely corrosive chemical substance. Severely burns anyone who comes directly into contact with it.", | ||
"physicalDesc": "strong smelling", | "physicalDesc": "strong smelling", | ||
"recipes": [], | "recipes": [ | ||
{ | |||
"type": "reaction", | |||
"id": "PolytrinicAcid", | |||
"reactants": [ | |||
[ | |||
"SulfuricAcid", | |||
1, | |||
false, | |||
"SulfuricAcid" | |||
], | |||
[ | |||
"Plasma", | |||
1, | |||
false, | |||
"plasma" | |||
], | |||
[ | |||
"Potassium", | |||
1, | |||
false, | |||
"potassium" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"PolytrinicAcid", | |||
3, | |||
"PolytrinicAcid" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [ | "effects": [ | ||
"''' | "'''Poison''' (3u per second)", | ||
"\ | "* Deals \u003Cspan style=\"color:red\"\u003E11\u003C/span\u003E Caustic", | ||
"* PopupMessage", | |||
" | "* Emote" | ||
"* | |||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Poison''' (3u per second)\n* Deals \u003Cspan style=\"color:red\"\u003E11\u003C/span\u003E Caustic\n* PopupMessage\n* Emote", | ||
"boilingPoint": 78.2, | |||
"meltingPoint": -19.4 | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "Posca", | ||
"group": "Drinks", | "group": "Drinks", | ||
"color": "# | "color": "#B3B599", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"parent": " | "parent": "BaseDrink", | ||
"flavor": " | "flavor": "bitter", | ||
" | "name": "posca", | ||
"desc": "Poor warriors' drink from a forgotten era.", | |||
" | "physicalDesc": "sour", | ||
"recipes": [ | |||
" | { | ||
" | "type": "reaction", | ||
"id": "Posca", | |||
"reactants": [ | |||
" | [ | ||
" | "TableSalt", | ||
1, | |||
false, | |||
"TableSalt" | |||
], | |||
[ | |||
"Vinegar", | |||
1, | |||
false, | |||
"vinegar" | |||
" | ], | ||
" | [ | ||
" | "Water", | ||
1, | |||
false, | |||
"water" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Posca", | |||
3, | |||
"posca" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [], | |||
"effectLine": "" | |||
}, | |||
{ | |||
"id": "Potassium", | |||
"group": "Elements", | |||
"color": "#c6c8cc", | |||
"textColorTheme": "dark", | |||
"flavor": "metallic", | |||
"name": "potassium", | |||
"desc": "A soft, shiny grey metal. Even more reactive than lithium.", | |||
"physicalDesc": "shiny", | |||
"recipes": [ | |||
{ | |||
"type": "reaction", | |||
"id": "BananaBreakdown", | |||
"reactants": [ | |||
[ | |||
"JuiceBanana", | |||
10, | |||
false, | |||
"JuiceBanana" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Sugar", | |||
5, | |||
"sugar" | |||
], | |||
[ | |||
"Potassium", | |||
5, | |||
"potassium" | |||
] | |||
] | ] | ||
} | } | ||
], | ], | ||
"effectLine": " | "effects": [], | ||
"effectLine": "", | |||
"boilingPoint": 759, | |||
"meltingPoint": 65.5 | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "PotassiumIodide", | ||
"group": " | "group": "Medicine", | ||
"color": "# | "color": "#baa15d", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": "medicine", | |||
"flavor": " | |||
"metabolisms": { | "metabolisms": { | ||
" | "Medicine": { | ||
"metabolismRate": 0.2, | |||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "GenericStatusEffect", | ||
" | "key": "RadiationProtection", | ||
"component": "RadiationProtection", | |||
"time": 2, | |||
" | "type": "Add", | ||
" | "refresh": false | ||
" | |||
}, | }, | ||
{ | { | ||
"class": " | "class": "HealthChange", | ||
" | "conditions": [ | ||
{ | |||
"class": "ReagentThreshold", | |||
"min": 20 | |||
" | } | ||
], | |||
"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", | |||
"id": "PotassiumIodide", | |||
"reactants": [ | |||
[ | |||
"Potassium", | |||
1, | |||
false, | |||
"potassium" | |||
], | |||
[ | |||
"Iodine", | |||
1, | |||
false, | |||
"iodine" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"PotassiumIodide", | |||
2, | |||
"PotassiumIodide" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [ | "effects": [ | ||
"''' | "'''Medicine''' (0.2u per second)", | ||
" | "* Applies RadiationProtection for 2s", | ||
"* | "* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Poison when there's at least 20u of potassiumiodide" | ||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Medicine''' (0.2u per second)\n* Applies RadiationProtection for 2s\n* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Poison when there's at least 20u of potassiumiodide" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Protein", | ||
"group": " | "group": "Foods", | ||
"color": "# | "color": "#FFFFE5", | ||
"textColorTheme": " | "textColorTheme": "dark", | ||
"flavor": "protein", | |||
"flavor": " | |||
"metabolisms": { | "metabolisms": { | ||
" | "Food": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "HealthChange", | ||
" | "probability": 0.5, | ||
"damage": { | |||
"groups": { | |||
" | "Brute": -0.4 | ||
} | |||
} | |||
}, | }, | ||
{ | { | ||
"class": " | "class": "ModifyBloodLevel", | ||
"amount": 1 | |||
"amount": | |||
}, | }, | ||
{ | { | ||
"class": " | "class": "SatiateHunger", | ||
" | "value": "" | ||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "protein", | ||
"desc": " | "desc": "Found in certain meals, good for bodily health.", | ||
"physicalDesc": " | "physicalDesc": "clumpy", | ||
"recipes": [ | "recipes": [ | ||
{ | |||
"type": "reaction", | |||
"id": "BloodBreakdown", | |||
"reactants": [ | |||
[ | |||
"Blood", | |||
20, | |||
false, | |||
"blood" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Water", | |||
11, | |||
"water" | |||
], | |||
[ | |||
"Iron", | |||
0, | |||
"iron" | |||
], | |||
[ | |||
"Sugar", | |||
" | 2, | ||
" | "sugar" | ||
}, | ], | ||
[ | |||
"CarbonDioxide", | |||
3, | |||
"CarbonDioxide" | |||
], | |||
[ | |||
"Protein", | |||
" | 4, | ||
" | "protein" | ||
] | |||
] | |||
" | }, | ||
" | { | ||
" | "type": "reaction", | ||
" | "id": "InsectBloodBreakdown", | ||
"reactants": [ | |||
[ | |||
"InsectBlood", | |||
30, | |||
false, | |||
"InsectBlood" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Water", | |||
14, | |||
"water" | |||
], | |||
[ | |||
"Sodium", | |||
3, | |||
"sodium" | |||
], | |||
[ | |||
"Chlorine", | |||
1, | |||
"chlorine" | |||
], | |||
[ | |||
"CarbonDioxide", | |||
5, | |||
"CarbonDioxide" | |||
], | |||
[ | |||
"Protein", | |||
6, | |||
"protein" | |||
] | |||
] | |||
}, | |||
{ | |||
"type": "reaction", | |||
"id": "CopperBloodBreakdown", | |||
"reactants": [ | |||
[ | |||
"CopperBlood", | |||
20, | |||
false, | |||
"CopperBlood" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Water", | |||
11, | |||
"water" | |||
], | |||
[ | |||
"Copper", | |||
0, | |||
"copper" | |||
], | |||
[ | |||
"Sugar", | |||
2, | |||
"sugar" | |||
], | |||
[ | |||
"CarbonDioxide", | |||
3, | |||
"CarbonDioxide" | |||
], | |||
[ | |||
"Protein", | |||
4, | |||
"protein" | |||
] | |||
] | ] | ||
} | }, | ||
{ | |||
"type": "reaction", | |||
"id": "AmmoniaBloodBreakdown", | |||
"reactants": [ | |||
[ | |||
"AmmoniaBlood", | |||
30, | |||
false, | |||
"AmmoniaBlood" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Water", | |||
17, | |||
"water" | |||
], | |||
[ | |||
"Nitrogen", | |||
4, | |||
"nitrogen" | |||
], | |||
[ | |||
"Chlorine", | |||
2, | |||
"chlorine" | |||
], | |||
[ | |||
"Protein", | |||
6, | |||
"protein" | |||
] | |||
] | |||
" | }, | ||
{ | |||
" | "type": "reaction", | ||
"id": "ZombieBloodBreakdown", | |||
"reactants": [ | |||
" | [ | ||
"ZombieBlood", | |||
" | 4, | ||
false, | |||
"ZombieBlood" | |||
" | ] | ||
], | |||
"products": [ | |||
" | [ | ||
"Mold", | |||
2, | |||
"mold" | |||
], | |||
[ | |||
"Protein", | |||
1, | |||
"protein" | |||
], | |||
[ | |||
"Toxin", | |||
1, | |||
"toxin" | |||
] | |||
] | ] | ||
}, | |||
{ | |||
"type": "reaction", | |||
"id": "OilBreakdown", | |||
"reactants": [ | |||
[ | |||
"Oil", | |||
10, | |||
false, | |||
"oil" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Fat", | |||
6, | |||
"fat" | |||
], | |||
[ | |||
"Water", | |||
3, | |||
"water" | |||
], | |||
[ | |||
"Protein", | |||
1, | |||
"protein" | |||
] | |||
" | |||
" | |||
" | |||
" | |||
" | |||
" | |||
" | |||
] | ] | ||
}, | |||
{ | |||
"type": "reaction", | |||
"id": "ProteinCooking", | |||
"reactants": [ | |||
[ | |||
"UncookedAnimalProteins", | |||
0, | |||
false, | |||
"UncookedAnimalProteins" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Protein", | |||
0, | |||
"protein" | |||
] | |||
], | |||
"impact": "Low", | |||
"minTemp": 347 | |||
} | } | ||
], | |||
"effects": [ | "effects": [ | ||
"''' | "'''Food'''", | ||
"\ | "* Heals \u003Cspan style=\"color:green\"\u003E0.4\u003C/span\u003E Brute", | ||
"* ModifyBloodLevel", | |||
"* SatiateHunger" | |||
"* | |||
"* | |||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Food'''\n* Heals \u003Cspan style=\"color:green\"\u003E0.4\u003C/span\u003E Brute\n* ModifyBloodLevel\n* SatiateHunger" | ||
}, | |||
{ | |||
"id": "Proto-Nitrate", | |||
"group": null, | |||
"color": "#009933", | |||
"textColorTheme": "light", | |||
"flavor": "bitter", | |||
"name": "proto-nitrate", | |||
"desc": "A very volatile gas that reacts differently with various gases.", | |||
"physicalDesc": "gaseous", | |||
"recipes": [], | |||
"effects": [], | |||
"effectLine": "" | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "Psicodine", | ||
"group": " | "group": "Medicine", | ||
"color": "# | "color": "#07E79E", | ||
"textColorTheme": "dark", | "textColorTheme": "dark", | ||
"flavor": "bitter", | |||
"metabolisms": { | "metabolisms": { | ||
" | "Medicine": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "HealthChange", | ||
" | "conditions": [ | ||
{ | |||
"class": "ReagentThreshold", | |||
"min": 30 | |||
} | |||
], | |||
"damage": { | |||
"types": { | |||
"Poison": 2 | |||
} | |||
} | |||
}, | |||
{ | |||
"class": "GenericStatusEffect", | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"min": 30 | |||
} | |||
], | |||
"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": "psicodine", | ||
"desc": "Suppresses anxiety and other various forms of mental distress. Overdose causes hallucinations and minor toxin damage.", | |||
"physicalDesc": "shiny", | |||
"recipes": [ | |||
{ | { | ||
" | "type": "reaction", | ||
" | "id": "Psicodine", | ||
"reactants": [ | |||
[ | |||
"Mannitol", | |||
2, | |||
false, | |||
"mannitol" | |||
], | |||
[ | |||
"Impedrezene", | |||
1, | |||
false, | |||
"impedrezene" | |||
], | |||
[ | |||
"Water", | |||
2, | |||
false, | |||
"water" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Psicodine", | |||
4, | |||
"psicodine" | |||
] | |||
], | |||
"impact": "Medium" | |||
} | } | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Medicine'''", | ||
"\ | "* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Poison when there's at least 30u of psicodine", | ||
"* Applies SeeingRainbows for 8s when there's at least 30u of psicodine", | |||
" | "* Applies Jitter for 2s", | ||
" | "* Applies Drunk for 6s", | ||
" | "* PopupMessage" | ||
"* | |||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Medicine'''\n* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Poison when there's at least 30u of psicodine\n* Applies SeeingRainbows for 8s when there's at least 30u of psicodine\n* Applies Jitter for 2s\n* Applies Drunk for 6s\n* PopupMessage" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "PulpedBananaPeel", | ||
"group": " | "group": "Medicine", | ||
"color": "# | "color": "#FFE774", | ||
"textColorTheme": "dark", | "textColorTheme": "dark", | ||
" | "flavor": "medicine", | ||
"metabolisms": { | "metabolisms": { | ||
" | "Medicine": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "ModifyBleedAmount", | ||
" | "amount": -0.5 | ||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": "pulped banana peel", | |||
"desc": "Pulped banana peels have some effectiveness against bleeding.", | |||
"physicalDesc": "pulpy", | |||
"name": " | |||
"desc": "", | |||
"physicalDesc": " | |||
"recipes": [], | "recipes": [], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Medicine'''", | ||
"* ModifyBleedAmount" | |||
"* | |||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Medicine'''\n* ModifyBleedAmount" | ||
}, | |||
{ | |||
"id": "PumpkinFlesh", | |||
"group": null, | |||
"color": "#fc9300", | |||
"textColorTheme": "light", | |||
"parent": "Nutriment", | |||
"flavor": "pumpkin", | |||
"name": "pumpkin flesh", | |||
"desc": "The mushy, sweet remains of a pumpkin.", | |||
"physicalDesc": null, | |||
"recipes": [], | |||
"effects": [], | |||
"effectLine": "" | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "Puncturase", | ||
"group": " | "group": "Medicine", | ||
"color": "# | "color": "#b9bf93", | ||
"textColorTheme": " | "textColorTheme": "light", | ||
"flavor": "fizzy", | |||
"metabolisms": { | "metabolisms": { | ||
" | "Medicine": { | ||
"metabolismRate": 0.2, | |||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "HealthChange", | ||
" | "damage": { | ||
"types": { | |||
"Piercing": -1, | |||
"Blunt": 0.1 | |||
} | |||
} | |||
}, | }, | ||
{ | { | ||
"class": " | "class": "HealthChange", | ||
" | "conditions": [ | ||
" | { | ||
"class": "ReagentThreshold", | |||
"min": 11 | |||
} | |||
], | |||
"damage": { | |||
"types": { | |||
"Blunt": 3 | |||
} | |||
} | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
" | "name": "puncturase", | ||
"desc": "A fizzy chemical that helps rebuild trauma caused by piercing damage, leaving a slight amount of tissue damage behind.", | |||
"physicalDesc": "fizzy", | |||
"recipes": [ | |||
{ | { | ||
" | "type": "reaction", | ||
" | "id": "Puncturase", | ||
"reactants": [ | |||
[ | |||
" | "Libital", | ||
" | 1, | ||
false, | |||
"Libital" | |||
], | |||
[ | |||
"Hydroxide", | |||
1, | |||
false, | |||
"hydroxide" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Puncturase", | |||
2, | |||
"puncturase" | |||
] | |||
], | |||
"impact": "Medium", | |||
"minTemp": 325 | |||
} | } | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Medicine''' (0.2u per second)", | ||
"\ | "* Heals \u003Cspan style=\"color:green\"\u003E1\u003C/span\u003E Piercing", | ||
"* Deals \u003Cspan style=\"color:red\"\u003E0.1\u003C/span\u003E Blunt", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E3\u003C/span\u003E Blunt when there's at least 11u of puncturase" | |||
"* | |||
"* | |||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Medicine''' (0.2u per second)\n* Heals \u003Cspan style=\"color:green\"\u003E1\u003C/span\u003E Piercing\n* Deals \u003Cspan style=\"color:red\"\u003E0.1\u003C/span\u003E Blunt\n* Deals \u003Cspan style=\"color:red\"\u003E3\u003C/span\u003E Blunt when there's at least 11u of puncturase" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "PwrGame", | ||
"group": "Drinks", | "group": "Drinks", | ||
"color": "# | "color": "#9385bf", | ||
"textColorTheme": " | "textColorTheme": "light", | ||
"parent": " | "parent": "BaseSoda", | ||
"flavor": " | "flavor": "pwrgamesoda", | ||
"name": " | "name": "PWR Game", | ||
"desc": "", | "desc": "The only drink with the PWR that true gamers crave. When a gamer talks about gamerfuel, this is what they're literally referring to.", | ||
"physicalDesc": " | "physicalDesc": "fizzy", | ||
"recipes": [], | "recipes": [], | ||
"effects": [ | "effects": [], | ||
"effectLine": "" | |||
"effectLine": " | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "Pyrazine", | ||
"group": " | "group": "Medicine", | ||
"color": "# | "color": "#aa4308", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": "syrupy", | |||
"flavor": " | |||
"metabolisms": { | "metabolisms": { | ||
" | "Medicine": { | ||
"metabolismRate": 0.2, | |||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "HealthChange", | ||
" | "damage": { | ||
"types": { | |||
"Heat": -1 | |||
} | |||
} | |||
}, | }, | ||
{ | { | ||
"class": " | "class": "HealthChange", | ||
" | "conditions": [ | ||
{ | |||
" | "class": "ReagentThreshold", | ||
"min": 20 | |||
} | |||
], | |||
"damage": { | |||
"types": { | |||
"Slash": 0.5, | |||
"Piercing": 0.5 | |||
} | |||
} | |||
}, | }, | ||
{ | { | ||
"class": " | "class": "ChemVomit", | ||
" | "conditions": [ | ||
" | { | ||
"class": "ReagentThreshold", | |||
"min": 15 | |||
} | |||
], | |||
"probability": 0.1 | |||
}, | |||
{ | |||
"class": "Emote", | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"min": 20 | |||
} | |||
], | |||
"emote": "Scream", | |||
"probability": 0.2 | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "pyrazine", | ||
"desc": " | "desc": "Efficiently heals burns from the hottest of fires. Causes massive internal bleeding when overdosed.", | ||
"physicalDesc": " | "physicalDesc": "thick", | ||
"recipes": [], | "recipes": [ | ||
{ | |||
"type": "reaction", | |||
"id": "Pyrazine", | |||
"reactants": [ | |||
[ | |||
"Leporazine", | |||
1, | |||
false, | |||
"leporazine" | |||
], | |||
[ | |||
"Aiuri", | |||
1, | |||
false, | |||
"Aiuri" | |||
], | |||
[ | |||
"Carbon", | |||
1, | |||
false, | |||
"carbon" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Pyrazine", | |||
3, | |||
"pyrazine" | |||
] | |||
], | |||
"impact": "Medium", | |||
"minTemp": 540 | |||
} | |||
], | |||
"effects": [ | "effects": [ | ||
"''' | "'''Medicine''' (0.2u per second)", | ||
"\ | "* Heals \u003Cspan style=\"color:green\"\u003E1\u003C/span\u003E Heat", | ||
"* | "* Deals \u003Cspan style=\"color:red\"\u003E0.5\u003C/span\u003E Slash when there's at least 20u of pyrazine", | ||
"\ | "* Deals \u003Cspan style=\"color:red\"\u003E0.5\u003C/span\u003E Piercing when there's at least 20u of pyrazine", | ||
"* ChemVomit when there's at least 15u of pyrazine", | |||
" | "* Emote when there's at least 20u of pyrazine" | ||
"* | |||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Medicine''' (0.2u 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 when there's at least 20u of pyrazine\n* Deals \u003Cspan style=\"color:red\"\u003E0.5\u003C/span\u003E Piercing when there's at least 20u of pyrazine\n* ChemVomit when there's at least 15u of pyrazine\n* Emote when there's at least 20u of pyrazine" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Radium", | ||
"group": " | "group": "Elements", | ||
"color": "# | "color": "#00ff04", | ||
"textColorTheme": " | "textColorTheme": "dark", | ||
"parent": " | "parent": "Uranium", | ||
"flavor": " | "flavor": "metallic", | ||
"name": "radium", | |||
"desc": "A radioactive metal, silvery-white in its pure form. It glows due to its radioactivity and is highly toxic.", | |||
"physicalDesc": "glowing", | |||
"recipes": [], | |||
"effects": [], | |||
"effectLine": "", | |||
"boilingPoint": 1737, | |||
"meltingPoint": 700 | |||
"name": " | |||
"desc": " | |||
"physicalDesc": " | |||
"recipes": [], | |||
"effects": [ | |||
" | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "Razorium", | ||
"group": " | "group": "Toxins", | ||
"color": "# | "color": "#e3fffb", | ||
"textColorTheme": "dark", | "textColorTheme": "dark", | ||
"flavor": " | "flavor": "sharp", | ||
"metabolisms": { | "metabolisms": { | ||
" | "Poison": { | ||
"metabolismRate": 3, | |||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "HealthChange", | ||
" | "damage": { | ||
"types": { | |||
"Slash": 9 | |||
} | |||
} | |||
}, | |||
{ | |||
"class": "PopupMessage", | |||
"type": "Local", | |||
"visualType": "LargeCaution", | |||
"messages": [ | |||
"generic-reagent-effect-slicing-insides" | |||
], | |||
"probability": 0.33 | |||
}, | |||
{ | { | ||
"class": " | "class": "Emote", | ||
" | "emote": "Scream", | ||
"probability": 0.3 | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "razorium", | ||
"desc": "A | "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", | |||
"id": "SalyLacerinol", | |||
"reactants": [ | |||
[ | |||
"Lacerinol", | |||
1, | |||
false, | |||
"lacerinol" | |||
], | |||
[ | |||
"SalicylicAcid", | |||
1, | |||
false, | |||
"SalicylicAcid" | |||
] | |||
" | ], | ||
"products": [ | |||
" | [ | ||
" | "Razorium", | ||
1, | |||
] | "razorium" | ||
] | |||
], | |||
"impact": "Medium" | |||
}, | |||
{ | |||
"type": "reaction", | |||
"id": "SalyPuncturase", | |||
"reactants": [ | |||
[ | |||
"Puncturase", | |||
1, | |||
false, | |||
"puncturase" | |||
], | |||
[ | |||
"SalicylicAcid", | |||
1, | |||
false, | |||
"SalicylicAcid" | |||
] | |||
], | |||
"products": [ | |||
" | [ | ||
"Razorium", | |||
" | 1, | ||
" | "razorium" | ||
] | |||
], | |||
" | "impact": "Medium" | ||
}, | |||
{ | |||
" | "type": "reaction", | ||
"id": "BicarBruizine", | |||
] | "reactants": [ | ||
} | [ | ||
"Bruizine", | |||
1, | |||
false, | |||
"bruizine" | |||
], | |||
[ | |||
"SalicylicAcid", | |||
1, | |||
false, | |||
"SalicylicAcid" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Razorium", | |||
1, | |||
"razorium" | |||
] | |||
], | |||
"impact": "Medium" | |||
}, | |||
{ | |||
" | "type": "reaction", | ||
"id": "BruizineLacerinol", | |||
"reactants": [ | |||
[ | |||
"effectLine": "" | "Lacerinol", | ||
}, | 1, | ||
{ | false, | ||
"id": " | "lacerinol" | ||
"group": "Drinks", | ], | ||
"color": "# | [ | ||
"Bruizine", | |||
1, | |||
false, | |||
"bruizine" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Razorium", | |||
1, | |||
"razorium" | |||
] | |||
], | |||
"impact": "Medium" | |||
}, | |||
{ | |||
"type": "reaction", | |||
"id": "BruizinePuncturase", | |||
"reactants": [ | |||
[ | |||
"Puncturase", | |||
1, | |||
false, | |||
"puncturase" | |||
], | |||
[ | |||
"Bruizine", | |||
1, | |||
false, | |||
"bruizine" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Razorium", | |||
1, | |||
"razorium" | |||
] | |||
], | |||
"impact": "Medium" | |||
}, | |||
{ | |||
"type": "reaction", | |||
"id": "PuncturaseLacerinol", | |||
"reactants": [ | |||
[ | |||
"Lacerinol", | |||
1, | |||
false, | |||
"lacerinol" | |||
], | |||
[ | |||
"Puncturase", | |||
1, | |||
false, | |||
"puncturase" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Razorium", | |||
1, | |||
"razorium" | |||
] | |||
], | |||
"impact": "Medium" | |||
} | |||
], | |||
"effects": [ | |||
"'''Poison''' (3u per second)", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E9\u003C/span\u003E Slash", | |||
"* PopupMessage", | |||
"* Emote" | |||
], | |||
"effectLine": "'''Poison''' (3u per second)\n* Deals \u003Cspan style=\"color:red\"\u003E9\u003C/span\u003E Slash\n* PopupMessage\n* Emote" | |||
}, | |||
{ | |||
"id": "RedMead", | |||
"group": "Drinks", | |||
"color": "#bc5550", | |||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"parent": " | "parent": "BaseAlcohol", | ||
"flavor": " | "flavor": "redmead", | ||
"name": " | "name": "red mead", | ||
"desc": " | "desc": "The true Viking's drink! Even though it has a strange red color.", | ||
"physicalDesc": " | "physicalDesc": "ferrous", | ||
"recipes": [], | "recipes": [ | ||
{ | |||
"type": "reaction", | |||
"id": "RedMead", | |||
"reactants": [ | |||
[ | |||
"Mead", | |||
1, | |||
false, | |||
"mead" | |||
], | |||
[ | |||
"Blood", | |||
1, | |||
false, | |||
"blood" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"RedMead", | |||
2, | |||
"RedMead" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [], | "effects": [], | ||
"effectLine": "" | "effectLine": "" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Rewriter", | ||
"group": "Drinks", | "group": "Drinks", | ||
"color": "# | "color": "#485000", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"parent": "BaseDrink", | "parent": "BaseDrink", | ||
"flavor": " | "flavor": "sweet", | ||
" | "name": "Rewriter", | ||
"desc": "The secret of the sanctuary of the Librarian...", | |||
" | "physicalDesc": "strong smelling", | ||
"recipes": [ | |||
" | { | ||
" | "type": "reaction", | ||
"id": "Rewriter", | |||
"reactants": [ | |||
" | [ | ||
"Coffee", | |||
1, | |||
" | false, | ||
"coffee" | |||
], | |||
[ | |||
"SpaceMountainWind", | |||
1, | |||
false, | |||
"SpaceMountainWind" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Rewriter", | |||
2, | |||
"Rewriter" | |||
] | |||
] | ] | ||
} | } | ||
], | ], | ||
"effects": [], | "effects": [], | ||
"effectLine": "" | "effectLine": "" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Rice", | ||
"group": " | "group": "Foods", | ||
"color": " | "color": "white", | ||
"textColorTheme": " | "textColorTheme": "dark", | ||
"flavor": "rice", | |||
"flavor": " | |||
"metabolisms": { | "metabolisms": { | ||
" | "Food": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "AdjustReagent", | ||
" | "reagent": "Sugar", | ||
"amount": 0.4 | |||
}, | }, | ||
{ | { | ||
"class": "AdjustReagent", | "class": "AdjustReagent", | ||
"reagent": " | "reagent": "Nutriment", | ||
"amount": 0. | "amount": 0.1 | ||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "rice", | ||
"desc": " | "desc": "Hard, small white grains.", | ||
"physicalDesc": " | "physicalDesc": "chewy", | ||
"recipes": [], | "recipes": [], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Food'''", | ||
"* Adds 0.4u of Sugar to the solution", | |||
"* | "* Adds 0.1u of Nutriment to the solution" | ||
"* Adds 0. | |||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Food'''\n* Adds 0.4u of Sugar to the solution\n* Adds 0.1u of Nutriment to the solution" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "RobustHarvest", | ||
"group": " | "group": "Botanical", | ||
"color": "# | "color": "#3e901c", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": "bitter", | "flavor": "bitter", | ||
"metabolisms": { | "metabolisms": { | ||
" | "Poison": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "HealthChange", | ||
" | "damage": { | ||
"types": { | |||
"Poison": -2, | |||
"Blunt": -3, | |||
"Slash": -3, | |||
"Piercing": -3 | |||
} | |||
}, | |||
"conditions": [ | |||
{ | |||
"class": "OrganType", | |||
"type": "Plant" | |||
} | |||
] | |||
}, | |||
{ | { | ||
"class": "HealthChange", | "class": "HealthChange", | ||
"conditions": [ | |||
{ | |||
"class": "OrganType", | |||
"type": "Plant" | |||
}, | |||
{ | |||
"class": "ReagentThreshold", | |||
"min": 30 | |||
} | |||
], | |||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
"Asphyxiation": 1, | |||
"Heat": 2, | |||
"Poison": 1 | "Poison": 1 | ||
} | } | ||
| Line 15,702: | Line 17,218: | ||
} | } | ||
] | ] | ||
} | }, | ||
"Medicine": { | |||
" | |||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "Polymorph", | ||
" | "prototype": "TreeMorph", | ||
"conditions": [ | |||
{ | |||
"class": "OrganType", | |||
"type": "Plant" | |||
}, | |||
{ | |||
"class": "ReagentThreshold", | |||
"min": 80 | |||
} | |||
] | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "robust harvest", | ||
"desc": " | "desc": "A highly effective fertilizer with a limited potency-boosting effect on plants. Use it cautiously, as excessive application can reduce plant yield. It has a particularly beneficial effect on dionas.", | ||
"physicalDesc": " | "physicalDesc": "robust", | ||
"recipes": [], | "recipes": [ | ||
{ | |||
"type": "reaction", | |||
"id": "RobustHarvest", | |||
"reactants": [ | |||
[ | |||
"EZNutrient", | |||
1, | |||
false, | |||
"EZNutrient" | |||
], | |||
[ | |||
"SulfuricAcid", | |||
1, | |||
true, | |||
"SulfuricAcid" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"RobustHarvest", | |||
1, | |||
"RobustHarvest" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [ | "effects": [ | ||
"''' | "'''Medicine'''", | ||
"* Polymorph when there's at least 80u of robustharvest", | |||
"\n", | "\n", | ||
"* | "'''Poison'''", | ||
"* Heals \u003Cspan style=\"color:green\"\u003E2\u003C/span\u003E Poison", | |||
"* Heals \u003Cspan style=\"color:green\"\u003E3\u003C/span\u003E Blunt", | |||
"* Heals \u003Cspan style=\"color:green\"\u003E3\u003C/span\u003E Slash", | |||
"* Heals \u003Cspan style=\"color:green\"\u003E3\u003C/span\u003E Piercing", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Asphyxiation when there's at least 30u of robustharvest", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Heat when there's at least 30u of robustharvest", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Poison when there's at least 30u of robustharvest" | |||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Medicine'''\n* Polymorph when there's at least 80u of robustharvest\n\n\n'''Poison'''\n* Heals \u003Cspan style=\"color:green\"\u003E2\u003C/span\u003E Poison\n* Heals \u003Cspan style=\"color:green\"\u003E3\u003C/span\u003E Blunt\n* Heals \u003Cspan style=\"color:green\"\u003E3\u003C/span\u003E Slash\n* Heals \u003Cspan style=\"color:green\"\u003E3\u003C/span\u003E Piercing\n* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Asphyxiation when there's at least 30u of robustharvest\n* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Heat when there's at least 30u of robustharvest\n* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Poison when there's at least 30u of robustharvest" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Romerol", | ||
"group": " | "group": "Toxins", | ||
"color": "# | "color": "#7e916e", | ||
"textColorTheme": " | "textColorTheme": "light", | ||
"flavor": " | "flavor": "bitter", | ||
"metabolisms": { | "metabolisms": { | ||
" | "Medicine": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "CauseZombieInfection", | ||
" | "conditions": [ | ||
{ | |||
"class": "ReagentThreshold", | |||
"min": 5 | |||
} | |||
] | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": "romerol", | |||
"desc": "An otherworldly concoction able to bring the undead to life. If untreated, the effects are irreversible and will bring certain doom upon the station. Handle with care.", | |||
"physicalDesc": "necrotic", | |||
"name": " | |||
"desc": "An | |||
"physicalDesc": " | |||
"recipes": [], | "recipes": [], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Medicine'''", | ||
"* CauseZombieInfection when there's at least 5u of romerol" | |||
"* | |||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Medicine'''\n* CauseZombieInfection when there's at least 5u of romerol" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "RootBeer", | ||
"group": "Drinks", | "group": "Drinks", | ||
"color": "# | "color": "#381c07", | ||
"textColorTheme": " | "textColorTheme": "light", | ||
"parent": " | "parent": "BaseSoda", | ||
"name": " | "flavor": "rootbeersoda", | ||
"desc": " | "name": "root beer", | ||
"physicalDesc": " | "desc": "A very sweet, carbonated drink reminiscent of sarsaparilla. Goes well with ice cream.", | ||
"physicalDesc": "fizzy", | |||
"recipes": [], | "recipes": [], | ||
"effects": [ | "effects": [], | ||
"effectLine": "" | |||
}, | |||
{ | |||
"id": "RootBeerFloat", | |||
" | "group": "Drinks", | ||
"color": "#4f361f", | |||
"textColorTheme": "light", | |||
"parent": "BaseSoda", | |||
"flavor": "rootbeerfloat", | |||
"name": "root beer float", | |||
"desc": "Root beer, but now with ice cream on top. It truly is the magnum opus of Canadian summertime drinks.", | |||
"physicalDesc": "fizzy and creamy", | |||
"recipes": [ | |||
{ | |||
"type": "reaction", | |||
"id": "RootBeerFloat", | |||
"reactants": [ | |||
[ | |||
"RootBeer", | |||
2, | |||
false, | |||
"RootBeer" | |||
], | |||
[ | |||
"IceCream", | |||
1, | |||
false, | |||
"IceCream" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"RootBeerFloat", | |||
3, | |||
"RootBeerFloat" | |||
] | |||
] | |||
} | |||
], | ], | ||
" | "effects": [], | ||
"effectLine": "" | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "Rororium", | ||
"group": " | "group": "Biological", | ||
"color": "# | "color": "#bf1365", | ||
"textColorTheme": " | "textColorTheme": "light", | ||
"flavor": " | "flavor": "tingly", | ||
"metabolisms": { | "metabolisms": { | ||
" | "Medicine": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "HealthChange", | ||
" | "damage": { | ||
"groups": { | |||
"Brute": -4 | |||
} | |||
} | |||
}, | |||
{ | |||
"class": "GenericStatusEffect", | |||
"key": "Adrenaline", | |||
"component": "IgnoreSlowOnDamage", | |||
"time": 120 | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "rororium", | ||
"desc": " | "desc": "A strange substance which fills the cores of the hivelords that roam the mining asteroid. Thought to be the source of their regenerative powers.", | ||
"physicalDesc": "refreshing", | "physicalDesc": "refreshing", | ||
"recipes": [], | "recipes": [], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Medicine'''", | ||
"\ | "* Heals \u003Cspan style=\"color:green\"\u003E4\u003C/span\u003E Brute", | ||
"* | "* Applies Adrenaline for 120s" | ||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Medicine'''\n* Heals \u003Cspan style=\"color:green\"\u003E4\u003C/span\u003E Brute\n* Applies Adrenaline for 120s", | ||
"boilingPoint": 200, | |||
"meltingPoint": -100 | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "RoyRogers", | ||
"group": "Drinks", | "group": "Drinks", | ||
"color": "# | "color": "#262019", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"parent": " | "parent": "BaseSoda", | ||
"flavor": " | "flavor": "cola", | ||
"metabolisms": { | |||
"Drink": { | |||
"effects": [ | |||
"metabolisms": { | |||
"Drink": { | |||
"effects": [ | |||
{ | { | ||
"class": "SatiateThirst", | "class": "SatiateThirst", | ||
"factor": | "factor": 4 | ||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "Roy Rogers", | ||
"desc": " | "desc": "Solid proof that there IS something known as too sweet.", | ||
"physicalDesc": " | "physicalDesc": "sweet", | ||
"recipes": [], | "recipes": [ | ||
{ | |||
"type": "reaction", | |||
"id": "RoyRogers", | |||
"reactants": [ | |||
[ | |||
"Cola", | |||
2, | |||
false, | |||
"Space Cola" | |||
], | |||
[ | |||
"Grenadine", | |||
1, | |||
false, | |||
"grenadine" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"RoyRogers", | |||
3, | |||
"RoyRogers" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [ | "effects": [ | ||
"'''Drink''' | "'''Drink'''", | ||
"* SatiateThirst" | |||
"* | |||
], | ], | ||
"effectLine": "'''Drink''' | "effectLine": "'''Drink'''\n* SatiateThirst" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Rubberneck", | ||
"group": "Drinks", | "group": "Drinks", | ||
"color": "# | "color": "#f0d74a", | ||
"textColorTheme": "dark", | "textColorTheme": "dark", | ||
"parent": "BaseAlcohol", | |||
"flavor": "rubberneck", | |||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
| Line 15,895: | Line 17,472: | ||
{ | { | ||
"class": "SatiateThirst", | "class": "SatiateThirst", | ||
"factor": | "factor": 1 | ||
}, | |||
{ | |||
"class": "AdjustReagent", | |||
"reagent": "Ethanol", | |||
"amount": 0.15 | |||
}, | |||
{ | |||
"class": "AdjustReagent", | |||
"reagent": "Theobromine", | |||
"amount": 0.05 | |||
}, | |||
{ | |||
"class": "GenericStatusEffect", | |||
"key": "Drowsiness", | |||
"time": 1, | |||
"type": "Remove" | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "rubberneck", | ||
"desc": " | "desc": "A popular drink amongst those adhering to an all synthetic diet.", | ||
"physicalDesc": " | "physicalDesc": "strong smelling", | ||
"recipes": [], | "recipes": [ | ||
"effects": [ | { | ||
"'''Drink''' | "type": "reaction", | ||
" | "id": "Rubberneck", | ||
"* | "reactants": [ | ||
], | [ | ||
"effectLine": "'''Drink''' | "EnergyDrink", | ||
2, | |||
false, | |||
"EnergyDrink" | |||
], | |||
[ | |||
"Moonshine", | |||
1, | |||
false, | |||
"moonshine" | |||
], | |||
[ | |||
"Sugar", | |||
1, | |||
false, | |||
"sugar" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Rubberneck", | |||
4, | |||
"rubberneck" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [ | |||
"'''Drink'''", | |||
"* SatiateThirst", | |||
"* Adds 0.15u of Ethanol to the solution", | |||
"* Adds 0.05u of Theobromine to the solution", | |||
"* Applies Drowsiness for 1s" | |||
], | |||
"effectLine": "'''Drink'''\n* SatiateThirst\n* Adds 0.15u of Ethanol to the solution\n* Adds 0.05u of Theobromine to the solution\n* Applies Drowsiness for 1s" | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "Rum", | ||
"group": "Drinks", | "group": "Drinks", | ||
"color": "# | "color": "#f09f42", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"parent": " | "parent": "BaseAlcohol", | ||
"flavor": " | "flavor": "rum", | ||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
| Line 15,923: | Line 17,550: | ||
{ | { | ||
"class": "SatiateThirst", | "class": "SatiateThirst", | ||
"factor": | "factor": 2 | ||
}, | }, | ||
{ | { | ||
"class": " | "class": "AdjustReagent", | ||
" | "reagent": "Ethanol", | ||
" | "amount": 0.2 | ||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "rum", | ||
"desc": " | "desc": "Distilled alcoholic drink made from sugarcane byproducts.", | ||
"physicalDesc": " | "physicalDesc": "strong smelling", | ||
"recipes": [], | "recipes": [], | ||
"effects": [ | "effects": [ | ||
"'''Drink''' | "'''Drink'''", | ||
"* SatiateThirst", | |||
"* | "* Adds 0.2u of Ethanol to the solution" | ||
"* | |||
], | ], | ||
"effectLine": "'''Drink''' | "effectLine": "'''Drink'''\n* SatiateThirst\n* Adds 0.2u of Ethanol to the solution" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Sake", | ||
"group": "Drinks", | "group": "Drinks", | ||
"color": "# | "color": "#DDDDDD", | ||
"textColorTheme": " | "textColorTheme": "dark", | ||
"parent": " | "parent": "BaseAlcohol", | ||
"flavor": " | "flavor": "sake", | ||
"name": " | "name": "sake", | ||
"desc": " | "desc": "Alcoholic beverage made by fermenting rice that has been polished.", | ||
"physicalDesc": " | "physicalDesc": "strong smelling", | ||
"recipes": [], | "recipes": [], | ||
"effects": [], | "effects": [], | ||
| Line 15,978: | Line 17,586: | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Saline", | ||
"group": " | "group": "Medicine", | ||
"color": "# | "color": "#0064C8", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": "salty", | |||
"flavor": " | |||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
| Line 15,989: | Line 17,596: | ||
{ | { | ||
"class": "SatiateThirst", | "class": "SatiateThirst", | ||
"factor": | "factor": 6 | ||
}, | }, | ||
{ | { | ||
"class": " | "class": "ModifyBloodLevel", | ||
" | "amount": 6 | ||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "saline", | ||
"desc": "A | "desc": "A mixture of salt and water. Commonly used to treat dehydration or low fluid presence in blood.", | ||
"physicalDesc": " | "physicalDesc": "salty", | ||
"recipes": [], | "recipes": [ | ||
{ | |||
"type": "reaction", | |||
"id": "Saline", | |||
"reactants": [ | |||
[ | |||
"Water", | |||
4, | |||
false, | |||
"water" | |||
], | |||
[ | |||
"TableSalt", | |||
1, | |||
false, | |||
"TableSalt" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Saline", | |||
5, | |||
"saline" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [ | "effects": [ | ||
"'''Drink''' | "'''Drink'''", | ||
"* SatiateThirst", | |||
"* | "* ModifyBloodLevel" | ||
"* | |||
], | ], | ||
"effectLine": "'''Drink''' | "effectLine": "'''Drink'''\n* SatiateThirst\n* ModifyBloodLevel" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Sap", | ||
"group": " | "group": "Biological", | ||
"color": "# | "color": "#cd7314", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": "sweet", | |||
"flavor": " | |||
"metabolisms": { | "metabolisms": { | ||
" | "Food": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "SatiateHunger", | ||
"factor": | "factor": 1 | ||
}, | }, | ||
{ | { | ||
"class": " | "class": "SatiateThirst", | ||
" | "factor": 1 | ||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "sap", | ||
"desc": " | "desc": "Sticky, sweet tree blood.", | ||
"physicalDesc": " | "physicalDesc": "sticky", | ||
"recipes": [], | "recipes": [], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Food'''", | ||
"* SatiateHunger", | |||
"* | "* SatiateThirst" | ||
"* | |||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Food'''\n* SatiateHunger\n* SatiateThirst", | ||
"boilingPoint": 100, | |||
"meltingPoint": 0 | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "Saxoite", | ||
"group": | "group": null, | ||
"color": "# | "color": "#B8A603", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": "sax", | |||
"flavor": " | "name": "saxoite", | ||
"name": " | "desc": "Smells like jazz.", | ||
"desc": " | "physicalDesc": "ground brass", | ||
"physicalDesc": " | |||
"recipes": [], | "recipes": [], | ||
"effects": [], | "effects": [], | ||
| Line 16,063: | Line 17,689: | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Sbiten", | ||
"group": "Drinks", | |||
"color": "#004166", | |||
"textColorTheme": "light", | |||
"parent": "BaseAlcohol", | |||
"flavor": "sbiten", | |||
"name": "sbiten", | |||
"desc": "A spicy Vodka! Might be a little hot for the little guys!", | |||
"physicalDesc": "strong smelling", | |||
"recipes": [ | |||
{ | |||
"type": "reaction", | |||
"id": "Sbiten", | |||
"reactants": [ | |||
[ | |||
"Vodka", | |||
1, | |||
false, | |||
"vodka" | |||
], | |||
[ | |||
"CapsaicinOil", | |||
1, | |||
false, | |||
"CapsaicinOil" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Sbiten", | |||
2, | |||
"sbiten" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [], | |||
"effectLine": "" | |||
}, | |||
{ | |||
"id": "ScrewdriverCocktail", | |||
"group": "Drinks", | "group": "Drinks", | ||
"color": "# | "color": "#A68310", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"parent": " | "parent": "BaseAlcohol", | ||
"flavor": " | "flavor": "screwdriver", | ||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
| Line 16,074: | Line 17,740: | ||
{ | { | ||
"class": "SatiateThirst", | "class": "SatiateThirst", | ||
"factor": | "factor": 2 | ||
}, | |||
{ | |||
"class": "AdjustReagent", | |||
"reagent": "Ethanol", | |||
"amount": 0.07 | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "screwdriver", | ||
"desc": " | "desc": "Vodka, mixed with plain ol' orange juice. The result is surprisingly delicious.", | ||
"physicalDesc": " | "physicalDesc": "citric", | ||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "ScrewdriverCocktail", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "JuiceOrange", | ||
2, | |||
false, | |||
"JuiceOrange" | |||
], | |||
[ | |||
"Vodka", | |||
1, | |||
false, | false, | ||
" | "vodka" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "ScrewdriverCocktail", | ||
3, | 3, | ||
" | "ScrewdriverCocktail" | ||
] | ] | ||
] | ] | ||
}, | } | ||
], | |||
"effects": [ | |||
"'''Drink'''", | |||
"* SatiateThirst", | |||
"* Adds 0.07u of Ethanol to the solution" | |||
], | |||
"effectLine": "'''Drink'''\n* SatiateThirst\n* Adds 0.07u of Ethanol to the solution" | |||
}, | |||
{ | |||
"id": "Sedin", | |||
"group": "Botanical", | |||
"color": "#3CB371", | |||
"textColorTheme": "light", | |||
"flavor": "bitter", | |||
"metabolisms": { | |||
"Poison": { | |||
"metabolismRate": 1, | |||
"effects": [ | |||
{ | |||
"class": "HealthChange", | |||
"damage": { | |||
"types": { | |||
"Poison": 2 | |||
} | |||
} | |||
}, | |||
{ | |||
"class": "CreateEntityReactionEffect", | |||
"entity": "MobDionaNymph", | |||
"conditions": [ | |||
{ | |||
"class": "OrganType", | |||
"type": "Plant" | |||
}, | |||
{ | |||
"class": "ReagentThreshold", | |||
"min": 40 | |||
} | |||
] | |||
}, | |||
{ | |||
"class": "AdjustReagent", | |||
"reagent": "Sedin", | |||
"amount": -20, | |||
"conditions": [ | |||
{ | |||
"class": "OrganType", | |||
"type": "Plant" | |||
}, | |||
{ | |||
"class": "ReagentThreshold", | |||
"min": 40 | |||
} | |||
] | |||
} | |||
] | |||
} | |||
}, | |||
"name": "sedin", | |||
"desc": "A modified version of diethylamine that can restore seeds on plants at the cost of potency.", | |||
"physicalDesc": "sickly", | |||
"recipes": [ | |||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "Sedin", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "Cryoxadone", | ||
1, | |||
false, | false, | ||
" | "cryoxadone" | ||
], | |||
[ | [ | ||
" | "RobustHarvest", | ||
3, | |||
" | false, | ||
"RobustHarvest" | |||
], | ], | ||
[ | [ | ||
" | "Diethylamine", | ||
3, | |||
false, | false, | ||
" | "diethylamine" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "Sedin", | ||
1, | |||
"sedin" | |||
1, | |||
" | |||
] | ] | ||
] | ] | ||
| Line 16,227: | Line 17,874: | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Poison''' (1u per second)", | ||
"\ | "* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Poison", | ||
"* | "* CreateEntityReactionEffect when there's at least 40u of sedin", | ||
"* Removes 20u of Sedin from the solution when there's at least 40u of sedin" | |||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Poison''' (1u per second)\n* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Poison\n* CreateEntityReactionEffect when there's at least 40u of sedin\n* Removes 20u of Sedin from the solution when there's at least 40u of sedin" | ||
}, | |||
{ | |||
"id": "ShamblersJuice", | |||
"group": "Drinks", | |||
"color": "#66538F", | |||
"textColorTheme": "light", | |||
"parent": "BaseSoda", | |||
"flavor": "metallic", | |||
"name": "Shambler's Juice", | |||
"desc": "~Shake me up some of that Shambler's Juice!~", | |||
"physicalDesc": "fizzy", | |||
"recipes": [], | |||
"effects": [], | |||
"effectLine": "" | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "ShirleyTemple", | ||
"group": "Drinks", | "group": "Drinks", | ||
"color": "# | "color": "#af2221", | ||
"textColorTheme": " | "textColorTheme": "light", | ||
"flavor": " | "parent": "BaseSoda", | ||
" | "flavor": "sweet", | ||
{ | "metabolisms": { | ||
"class": " | "Drink": { | ||
"effects": [ | |||
{ | |||
"class": "SatiateThirst", | |||
"factor": 4 | |||
} | |||
] | |||
} | } | ||
}, | |||
"name": " | "name": "Shirley Temple", | ||
"desc": " | "desc": "A favorite amongst younger members of the crew.", | ||
"physicalDesc": " | "physicalDesc": "fizzy", | ||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "ShirleyTemple", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "SolDry", | ||
2, | |||
false, | false, | ||
" | "SolDry" | ||
], | ], | ||
[ | [ | ||
" | "Grenadine", | ||
1, | 1, | ||
false, | false, | ||
" | "grenadine" | ||
] | ] | ||
], | ], | ||
"products": [ | |||
"products": [ | |||
[ | [ | ||
" | "ShirleyTemple", | ||
3, | |||
" | "ShirleyTemple" | ||
] | ] | ||
] | ] | ||
| Line 16,283: | Line 17,943: | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Drink'''", | ||
"* SatiateThirst" | |||
"* | |||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Drink'''\n* SatiateThirst" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Siderlac", | ||
"group": " | "group": "Medicine", | ||
"color": "# | "color": "#f4dab8", | ||
"textColorTheme": " | "textColorTheme": "dark", | ||
"flavor": "medicine", | |||
"flavor": " | |||
"metabolisms": { | "metabolisms": { | ||
" | "Medicine": { | ||
"metabolismRate": 0.2, | |||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "HealthChange", | ||
" | "damage": { | ||
"types": { | |||
"Caustic": -2 | |||
} | |||
} | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "siderlac", | ||
"desc": " | "desc": "A powerful anti-caustic medicine derived from plants.", | ||
"physicalDesc": " | "physicalDesc": "milky", | ||
"recipes": [], | "recipes": [ | ||
{ | |||
"type": "reaction", | |||
"id": "Siderlac", | |||
"reactants": [ | |||
[ | |||
"Aloe", | |||
1, | |||
false, | |||
"aloe" | |||
], | |||
[ | |||
"Stellibinin", | |||
1, | |||
false, | |||
"stellibinin" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Siderlac", | |||
2, | |||
"siderlac" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [ | "effects": [ | ||
"''' | "'''Medicine''' (0.2u per second)", | ||
"\ | "* Heals \u003Cspan style=\"color:green\"\u003E2\u003C/span\u003E Caustic" | ||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Medicine''' (0.2u per second)\n* Heals \u003Cspan style=\"color:green\"\u003E2\u003C/span\u003E Caustic" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Sigynate", | ||
"group": " | "group": "Medicine", | ||
"color": "# | "color": "#e0a5b9", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": "sweet", | |||
"flavor": " | |||
"metabolisms": { | "metabolisms": { | ||
" | "Medicine": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "HealthChange", | ||
" | "damage": { | ||
"types": { | |||
"Caustic": -3 | |||
} | |||
} | |||
}, | |||
{ | |||
"class": "HealthChange", | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"min": 16 | |||
} | |||
], | |||
"damage": { | |||
"types": { | |||
"Heat": 2 | |||
} | |||
} | |||
}, | |||
{ | |||
"class": "Jitter", | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"min": 20 | |||
} | |||
] | |||
}, | |||
{ | { | ||
"class": " | "class": "PopupMessage", | ||
" | "conditions": [ | ||
{ | |||
"class": "ReagentThreshold", | |||
"min": 20 | |||
} | |||
], | |||
"type": "Local", | |||
"visualType": "Medium", | |||
"messages": [ | |||
"generic-reagent-effect-nauseous" | |||
], | |||
"probability": 0.2 | |||
}, | }, | ||
{ | { | ||
"class": " | "class": "ChemVomit", | ||
" | "conditions": [ | ||
" | { | ||
"class": "ReagentThreshold", | |||
"min": 30 | |||
} | |||
], | |||
"probability": 0.02 | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "sigynate", | ||
"desc": " | "desc": "A thick pink syrup useful for neutralizing acids and soothing trauma caused by acids. Tastes sweet!", | ||
"physicalDesc": " | "physicalDesc": "thick", | ||
"recipes": [], | "recipes": [ | ||
"effects": [ | { | ||
"''' | "type": "reaction", | ||
"\ | "id": "Sigynate", | ||
"* | "reactants": [ | ||
" | [ | ||
"* | "SodiumCarbonate", | ||
1, | |||
false, | |||
"SodiumCarbonate" | |||
], | |||
[ | |||
"SodiumHydroxide", | |||
1, | |||
false, | |||
"SodiumHydroxide" | |||
], | |||
[ | |||
"Lenturi", | |||
1, | |||
false, | |||
"Lenturi" | |||
], | |||
[ | |||
"Water", | |||
1, | |||
false, | |||
"water" | |||
], | |||
[ | |||
"Sugar", | |||
1, | |||
false, | |||
"sugar" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Sigynate", | |||
4, | |||
"sigynate" | |||
] | |||
], | |||
"impact": "Medium", | |||
"minTemp": 370 | |||
} | |||
], | |||
"effects": [ | |||
"'''Medicine'''", | |||
"* Heals \u003Cspan style=\"color:green\"\u003E3\u003C/span\u003E Caustic", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Heat when there's at least 16u of sigynate", | |||
"* Causes jittering when there's at least 20u of sigynate", | |||
"* PopupMessage when there's at least 20u of sigynate", | |||
"* ChemVomit when there's at least 30u of sigynate" | |||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Medicine'''\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* PopupMessage when there's at least 20u of sigynate\n* ChemVomit when there's at least 30u of sigynate" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Silencer", | ||
"group": "Drinks", | "group": "Drinks", | ||
"color": "# | "color": "#878787", | ||
"textColorTheme": " | "textColorTheme": "light", | ||
"parent": " | "parent": "BaseAlcohol", | ||
"flavor": " | "flavor": "nothing", | ||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
"effects": [ | "effects": [ | ||
{ | |||
"class": "GenericStatusEffect", | |||
"key": "Muted", | |||
"component": "Muted" | |||
}, | |||
{ | { | ||
"class": "SatiateThirst", | "class": "SatiateThirst", | ||
"factor": | "factor": 2 | ||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "silencer", | ||
"desc": "A | "desc": "A drink from Mime Heaven.", | ||
"physicalDesc": " | "physicalDesc": "strong smelling", | ||
"recipes": [ | "recipes": [ | ||
{ | |||
"type": "reaction", | |||
"id": "Silencer", | |||
"reactants": [ | |||
[ | |||
"Nothing", | |||
1, | |||
false, | |||
"nothing" | |||
], | |||
[ | |||
"Cream", | |||
1, | |||
false, | |||
"cream" | |||
" | ], | ||
[ | |||
"Sugar", | |||
1, | |||
"effectLine": "" | false, | ||
"sugar" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Silencer", | |||
3, | |||
"silencer" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [ | |||
"'''Drink'''", | |||
"* Applies Muted", | |||
"* SatiateThirst" | |||
], | |||
"effectLine": "'''Drink'''\n* Applies Muted\n* SatiateThirst" | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "Silicon", | ||
"group": " | "group": "Elements", | ||
"color": "# | "color": "#364266", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": "metallic", | |||
"flavor": " | |||
"metabolisms": { | "metabolisms": { | ||
" | "Poison": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "HealthChange", | ||
" | "damage": { | ||
"types": { | |||
"Poison": 1.5 | |||
} | |||
} | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "silicon", | ||
"desc": " | "desc": "A hard and brittle crystalline solid with a blue-grey color.", | ||
"physicalDesc": " | "physicalDesc": "crystalline", | ||
"recipes": [], | "recipes": [], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Poison'''", | ||
"\ | "* Deals \u003Cspan style=\"color:red\"\u003E1.5\u003C/span\u003E Poison" | ||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Poison'''\n* Deals \u003Cspan style=\"color:red\"\u003E1.5\u003C/span\u003E Poison", | ||
"boilingPoint": 3265, | |||
"meltingPoint": 1414 | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "Silver", | ||
"group": " | "group": "Elements", | ||
"color": "# | "color": "#d0d0d0", | ||
"textColorTheme": " | "textColorTheme": "dark", | ||
"flavor": "metallic", | |||
"flavor": " | "name": "silver", | ||
"name": " | "desc": "A soft, white, lustrous transition metal, it has the highest electrical conductivity of any element and the highest thermal conductivity of any metal.", | ||
"desc": " | "physicalDesc": "reasonably metallic", | ||
"physicalDesc": " | |||
"recipes": [], | "recipes": [], | ||
"effects": [], | "effects": [], | ||
"effectLine": "" | "effectLine": "", | ||
"boilingPoint": 2212, | |||
"meltingPoint": 960.5 | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "Singulo", | ||
"group": "Drinks", | "group": "Drinks", | ||
"color": "# | "color": "#3b0c0c", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"parent": " | "parent": "BaseAlcohol", | ||
"flavor": " | "flavor": "singulo", | ||
"name": " | "name": "singulo", | ||
"desc": "A | "desc": "A blue-space beverage!", | ||
"physicalDesc": " | "physicalDesc": "strong smelling", | ||
"recipes": [], | "recipes": [], | ||
"effects": [], | "effects": [], | ||
| Line 16,521: | Line 18,260: | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Slime", | ||
"group": " | "group": "Biological", | ||
"color": "# | "color": "#2cf274", | ||
"textColorTheme": " | "textColorTheme": "dark", | ||
" | "flavor": "slimy", | ||
" | "metabolisms": { | ||
"name": " | "Food": { | ||
"desc": " | "effects": [ | ||
"physicalDesc": " | { | ||
"class": "SatiateHunger", | |||
"factor": 1 | |||
} | |||
] | |||
} | |||
}, | |||
"name": "slime", | |||
"desc": "You thought this was gradient blood at first, but you were mistaken.", | |||
"physicalDesc": "viscous", | |||
"recipes": [], | "recipes": [], | ||
"effects": [], | "effects": [ | ||
"effectLine": "" | "'''Food'''", | ||
"* SatiateHunger" | |||
], | |||
"effectLine": "'''Food'''\n* SatiateHunger", | |||
"boilingPoint": 100, | |||
"meltingPoint": 0 | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "SnowWhite", | ||
"group": "Drinks", | "group": "Drinks", | ||
"color": "# | "color": "#FFFFFF", | ||
"textColorTheme": " | "textColorTheme": "dark", | ||
"parent": " | "parent": "BaseAlcohol", | ||
"flavor": " | "flavor": "snowwhite", | ||
"name": " | "name": "Snow White", | ||
"desc": " | "desc": "A cold refreshment.", | ||
"physicalDesc": " | "physicalDesc": "bubbly", | ||
"recipes": [], | "recipes": [ | ||
{ | |||
"type": "reaction", | |||
"id": "SnowWhite", | |||
"reactants": [ | |||
[ | |||
"Beer", | |||
1, | |||
false, | |||
"beer" | |||
], | |||
[ | |||
"LemonLime", | |||
1, | |||
false, | |||
"LemonLime" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"SnowWhite", | |||
2, | |||
"SnowWhite" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [], | "effects": [], | ||
"effectLine": "" | "effectLine": "" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "SoapReagent", | ||
"group": | "group": null, | ||
"color": "# | "color": "#c8dfc9", | ||
"textColorTheme": " | "textColorTheme": "dark", | ||
"flavor": "clean", | |||
"flavor": " | |||
"metabolisms": { | "metabolisms": { | ||
"Food": { | |||
"effects": [ | |||
{ | |||
"class": "ChemVomit", | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"min": 6 | |||
} | |||
], | |||
"probability": 0.2 | |||
} | |||
] | |||
}, | |||
"Drink": { | "Drink": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "ChemVomit", | ||
" | "conditions": [ | ||
{ | |||
"class": "ReagentThreshold", | |||
"min": 6 | |||
} | |||
], | |||
"probability": 0.2 | |||
" | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "soap", | ||
"desc": " | "desc": "I wouldn't clean my mouth out with this if I were you.", | ||
"physicalDesc": " | "physicalDesc": "soapy", | ||
"recipes": [], | "recipes": [], | ||
"effects": [ | "effects": [ | ||
"'''Drink''' | "'''Drink'''", | ||
"* ChemVomit when there's at least 6u of soapreagent", | |||
"* | |||
"\n", | "\n", | ||
"* | "'''Food'''", | ||
"* ChemVomit when there's at least 6u of soapreagent" | |||
], | ], | ||
"effectLine": "'''Drink''' | "effectLine": "'''Drink'''\n* ChemVomit when there's at least 6u of soapreagent\n\n\n'''Food'''\n* ChemVomit when there's at least 6u of soapreagent", | ||
"boilingPoint": 100, | |||
"meltingPoint": 60 | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "SodaWater", | ||
"group": "Drinks", | "group": "Drinks", | ||
"color": "# | "color": "#619494", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"parent": " | "parent": "BaseDrink", | ||
"flavor": " | "flavor": "fizzy", | ||
"name": " | "name": "soda water", | ||
"desc": " | "desc": "A container of club soda. Why not make a scotch and soda?", | ||
"physicalDesc": " | "physicalDesc": "fizzy", | ||
"recipes": [], | "recipes": [ | ||
{ | |||
"type": "reaction", | |||
"id": "SodaWater", | |||
"reactants": [ | |||
[ | |||
"Water", | |||
5, | |||
false, | |||
"water" | |||
], | |||
[ | |||
"CarbonDioxide", | |||
1, | |||
false, | |||
"CarbonDioxide" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"SodaWater", | |||
6, | |||
"SodaWater" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [], | "effects": [], | ||
"effectLine": "" | "effectLine": "" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Sodium", | ||
"group": " | "group": "Elements", | ||
"color": "# | "color": "#a7b3d6", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": "bitter", | |||
"flavor": " | "name": "sodium", | ||
"name": " | "desc": "A silvery-white alkali metal. Highly reactive in its pure form.", | ||
"desc": " | "physicalDesc": "metallic", | ||
"physicalDesc": " | "recipes": [ | ||
"recipes": [ | { | ||
"type": "reaction", | |||
"id": "InsectBloodBreakdown", | |||
"reactants": [ | |||
[ | |||
"InsectBlood", | |||
30, | |||
false, | |||
"InsectBlood" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Water", | |||
14, | |||
"water" | |||
], | |||
[ | |||
"Sodium", | |||
3, | |||
"sodium" | |||
], | |||
[ | |||
"Chlorine", | |||
1, | |||
"chlorine" | |||
], | |||
[ | |||
"CarbonDioxide", | |||
5, | |||
"CarbonDioxide" | |||
], | |||
[ | |||
"Protein", | |||
6, | |||
"protein" | |||
] | |||
] | |||
}, | |||
{ | |||
"type": "reaction", | |||
"id": "TableSaltBreakdown", | |||
"reactants": [ | |||
[ | |||
"TableSalt", | |||
2, | |||
false, | |||
"TableSalt" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Chlorine", | |||
1, | |||
"chlorine" | |||
], | |||
[ | |||
"Sodium", | |||
1, | |||
"sodium" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [], | "effects": [], | ||
"effectLine": "" | "effectLine": "", | ||
"boilingPoint": 883, | |||
"meltingPoint": 97.8 | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "SodiumCarbonate", | ||
"group": | "group": null, | ||
"color": " | "color": "white", | ||
"textColorTheme": " | "textColorTheme": "dark", | ||
" | "flavor": null, | ||
" | "name": "sodium carbonate", | ||
" | "desc": "A white, odorless, water-soluble salt that yields an alkaline solution in water. Also known as soda ash.", | ||
" | "physicalDesc": "powdery", | ||
"recipes": [ | |||
{ | |||
"type": "reaction", | |||
"id": "SodiumCarbonate", | |||
"reactants": [ | |||
[ | |||
"Ammonia", | |||
1, | |||
false, | |||
"ammonia" | |||
], | |||
[ | |||
"TableSalt", | |||
1, | |||
false, | |||
"TableSalt" | |||
], | |||
[ | |||
"Carbon", | |||
1, | |||
false, | |||
"carbon" | |||
], | |||
[ | |||
"Oxygen", | |||
1, | |||
false, | |||
"oxygen" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"SodiumCarbonate", | |||
4, | |||
"SodiumCarbonate" | |||
] | |||
], | |||
"impact": "Medium" | |||
} | |||
], | |||
"effects": [], | "effects": [], | ||
"effectLine": "" | "effectLine": "", | ||
"boilingPoint": 1633, | |||
"meltingPoint": 851 | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "SodiumHydroxide", | ||
"group": | "group": null, | ||
"color": "white", | |||
"textColorTheme": "dark", | |||
"flavor": null, | |||
"color": " | |||
"textColorTheme": " | |||
"flavor": | |||
"metabolisms": { | "metabolisms": { | ||
" | "Poison": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "HealthChange", | ||
" | "damage": { | ||
}, | "types": { | ||
"Heat": 1.5 | |||
} | |||
} | |||
} | |||
] | |||
}, | |||
"Medicine": { | |||
"effects": [ | |||
{ | { | ||
"class": " | "class": "ChemVomit", | ||
" | "conditions": [ | ||
{ | |||
" | "class": "ReagentThreshold", | ||
"min": 5 | |||
} | |||
], | |||
"probability": 0.1 | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "sodium hydroxide", | ||
"desc": "A | "desc": "A white, odorless, water-soluble salt that yields an strong alkaline solution in water. Causes burns and vomiting when ingested.", | ||
"physicalDesc": " | "physicalDesc": "alkaline", | ||
"recipes": [], | "recipes": [ | ||
{ | |||
"type": "reaction", | |||
"id": "SodiumHydroxide", | |||
"reactants": [ | |||
[ | |||
"Hydroxide", | |||
1, | |||
false, | |||
"hydroxide" | |||
], | |||
[ | |||
"Sodium", | |||
1, | |||
false, | |||
"sodium" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"SodiumHydroxide", | |||
2, | |||
"SodiumHydroxide" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [ | "effects": [ | ||
"''' | "'''Medicine'''", | ||
"* ChemVomit when there's at least 5u of sodiumhydroxide", | |||
"\n", | "\n", | ||
" | "'''Poison'''", | ||
"\ | "* Deals \u003Cspan style=\"color:red\"\u003E1.5\u003C/span\u003E Heat" | ||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Medicine'''\n* ChemVomit when there's at least 5u of sodiumhydroxide\n\n\n'''Poison'''\n* Deals \u003Cspan style=\"color:red\"\u003E1.5\u003C/span\u003E Heat", | ||
"boilingPoint": 1661, | |||
"meltingPoint": 596 | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "SodiumPolyacrylate", | ||
"group": | "group": null, | ||
"color": "# | "color": "#F0F0F0", | ||
"textColorTheme": " | "textColorTheme": "dark", | ||
"flavor": "bitter", | |||
"flavor": " | |||
"metabolisms": { | "metabolisms": { | ||
" | "Poison": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": "SatiateThirst", | "class": "SatiateThirst", | ||
"factor": | "factor": -5 | ||
}, | |||
{ | |||
"class": "PopupMessage", | |||
"visualType": "MediumCaution", | |||
"type": "Local", | |||
"messages": [ | |||
"generic-reagent-effect-parched" | |||
], | |||
"probability": 0.1 | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "sodium polyacrylate", | ||
"desc": " | "desc": "A super-absorbent polymer with assorted industrial uses.", | ||
"physicalDesc": " | "physicalDesc": "grainy", | ||
"recipes": [], | "recipes": [ | ||
"effects": [ | { | ||
"''' | "type": "reaction", | ||
" | "id": "SodiumPolyacrylate", | ||
"* | "reactants": [ | ||
[ | |||
"Oxygen", | |||
2, | |||
false, | |||
"oxygen" | |||
], | |||
[ | |||
"Sodium", | |||
1, | |||
false, | |||
"sodium" | |||
], | |||
[ | |||
"Nitrogen", | |||
1, | |||
false, | |||
"nitrogen" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"SodiumPolyacrylate", | |||
4, | |||
"SodiumPolyacrylate" | |||
] | |||
], | |||
"impact": "Medium" | |||
} | |||
], | |||
"effects": [ | |||
"'''Poison'''", | |||
"* SatiateThirst", | |||
"* PopupMessage" | |||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Poison'''\n* SatiateThirst\n* PopupMessage" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "SolDry", | ||
"group": "Drinks", | "group": "Drinks", | ||
"color": "# | "color": "#ccb87e", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"parent": "BaseSoda", | "parent": "BaseSoda", | ||
"flavor": " | "flavor": "gingersoda", | ||
"name": " | "name": "Sol Dry", | ||
"desc": " | "desc": "Sweet ginger soda from outer space!", | ||
"physicalDesc": "fizzy", | "physicalDesc": "fizzy", | ||
"recipes": [], | "recipes": [], | ||
| Line 16,795: | Line 18,710: | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "SoyLatte", | ||
"group": "Drinks", | "group": "Drinks", | ||
"color": "# | "color": "#664300", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"parent": " | "parent": "BaseDrink", | ||
"flavor": " | "flavor": "soy", | ||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
| Line 16,827: | Line 18,728: | ||
"time": 2, | "time": 2, | ||
"type": "Remove" | "type": "Remove" | ||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "soy latte", | ||
"desc": "A | "desc": "A coffee drink made with espresso and steamed soy milk.", | ||
"physicalDesc": " | "physicalDesc": "strong smelling", | ||
"recipes": [ | "recipes": [ | ||
{ | |||
"type": "reaction", | |||
"id": "SoyLatte", | |||
"reactants": [ | |||
[ | |||
"Coffee", | |||
1, | |||
false, | |||
"coffee" | |||
], | |||
[ | |||
"MilkSoy", | |||
1, | |||
false, | |||
"MilkSoy" | |||
] | |||
], | |||
"products": [ | |||
" | [ | ||
"SoyLatte", | |||
2, | |||
"SoyLatte" | |||
] | |||
"effectLine": "" | ] | ||
} | |||
], | |||
"effects": [ | |||
"'''Drink'''", | |||
"* SatiateThirst", | |||
"* Applies Drowsiness for 2s" | |||
], | |||
"effectLine": "'''Drink'''\n* SatiateThirst\n* Applies Drowsiness for 2s" | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "Soysauce", | ||
"group": " | "group": "Foods", | ||
"color": " | "color": "saddlebrown", | ||
"textColorTheme": "dark", | "textColorTheme": "dark", | ||
" | "flavor": "salty", | ||
" | "metabolisms": { | ||
"Food": { | |||
"effects": [ | |||
{ | |||
"class": "SatiateHunger", | |||
"factor": 0.5 | |||
}, | |||
{ | |||
"class": "SatiateThirst", | |||
"factor": -0.5 | |||
} | |||
" | ] | ||
" | } | ||
" | }, | ||
" | "name": "soy sauce", | ||
"desc": "A salty soy-based flavoring.", | |||
"physicalDesc": "salty", | |||
"recipes": [ | |||
{ | |||
"type": "reaction", | |||
"id": "CookingSoysauce", | |||
"reactants": [ | |||
[ | |||
"MilkSoy", | |||
2, | |||
false, | |||
"MilkSoy" | |||
], | |||
[ | |||
"SulfuricAcid", | |||
" | 1, | ||
false, | |||
"SulfuricAcid" | |||
] | |||
"effectLine": "" | ], | ||
"products": [ | |||
[ | |||
"Soysauce", | |||
3, | |||
"soy sauce" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [ | |||
"'''Food'''", | |||
"* SatiateHunger", | |||
"* SatiateThirst" | |||
], | |||
"effectLine": "'''Food'''\n* SatiateHunger\n* SatiateThirst" | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "SpaceCleaner", | ||
"group": | "group": null, | ||
"color": "# | "color": "#c8ff69", | ||
"textColorTheme": " | "textColorTheme": "dark", | ||
"flavor": "bitter", | |||
"flavor": " | "name": "space cleaner", | ||
"name": " | "desc": "This is able to clean almost all surfaces of almost anything that may dirty them. The janitor is likely to appreciate refills.", | ||
"desc": " | "physicalDesc": "lemony fresh", | ||
"physicalDesc": " | "recipes": [ | ||
"recipes": [], | { | ||
"type": "reaction", | |||
"id": "SpaceCleaner", | |||
"reactants": [ | |||
[ | |||
"Ammonia", | |||
1, | |||
false, | |||
"ammonia" | |||
], | |||
[ | |||
"Water", | |||
1, | |||
false, | |||
"water" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"SpaceCleaner", | |||
2, | |||
"SpaceCleaner" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [], | "effects": [], | ||
"effectLine": "" | "effectLine": "", | ||
"boilingPoint": 147, | |||
"meltingPoint": -11 | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "SpaceDrugs", | ||
"group": " | "group": "Narcotics", | ||
"color": "# | "color": "#63806e", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": "bitter", | |||
"flavor": " | "metabolisms": { | ||
" | "Narcotic": { | ||
"effects": [ | |||
{ | |||
"class": "GenericStatusEffect", | |||
"key": "SeeingRainbows", | |||
"component": "SeeingRainbows", | |||
"type": "Add", | |||
"time": 5, | |||
"refresh": false | |||
" | |||
" | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "space mirage", | ||
"desc": " | "desc": "An illegal compound which induces a number of effects such as loss of balance and visual artefacts.", | ||
"physicalDesc": " | "physicalDesc": "syrupy", | ||
"recipes": [], | "recipes": [ | ||
{ | |||
"type": "reaction", | |||
"id": "SpaceDrugs", | |||
"reactants": [ | |||
[ | |||
"Mercury", | |||
1, | |||
false, | |||
"mercury" | |||
], | |||
[ | |||
"Sugar", | |||
1, | |||
false, | |||
"sugar" | |||
], | |||
[ | |||
"Lithium", | |||
1, | |||
false, | |||
"lithium" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"SpaceDrugs", | |||
3, | |||
"SpaceDrugs" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [ | "effects": [ | ||
"''' | "'''Narcotic'''", | ||
"* Applies SeeingRainbows for 5s" | |||
"* | |||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Narcotic'''\n* Applies SeeingRainbows for 5s" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "SpaceGlue", | ||
"group": | "group": null, | ||
"color": "#ffffff", | |||
"textColorTheme": "dark", | |||
"flavor": "glue", | |||
"metabolisms": { | |||
"Narcotic": { | |||
"color": "# | |||
"textColorTheme": "dark | |||
"flavor": " | |||
"metabolisms": { | |||
" | |||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "GenericStatusEffect", | ||
" | "key": "SeeingRainbows", | ||
"component": "SeeingRainbows", | |||
"type": "Add", | |||
" | "time": 5, | ||
" | "refresh": false | ||
" | |||
} | } | ||
] | ] | ||
}, | }, | ||
" | "Drink": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "GenericStatusEffect", | ||
" | "key": "Muted", | ||
"component": "Muted", | |||
"type": "Add", | |||
"time": 5, | |||
"refresh": false | |||
" | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "space glue", | ||
"desc": " | "desc": "Space Glue is a high performance glue intended for maintenance of extremely complex mechanical equipment (and certainly not used to make people stick to the floor).", | ||
"physicalDesc": " | "physicalDesc": "sticky", | ||
"recipes": [], | "recipes": [ | ||
{ | |||
"type": "reaction", | |||
"id": "SpaceGlue", | |||
"reactants": [ | |||
[ | |||
"SpaceLube", | |||
1, | |||
false, | |||
"SpaceLube" | |||
], | |||
[ | |||
"Slime", | |||
1, | |||
false, | |||
"slime" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"SpaceGlue", | |||
2, | |||
"SpaceGlue" | |||
] | |||
], | |||
"minTemp": 370 | |||
} | |||
], | |||
"effects": [ | "effects": [ | ||
"'''Drink''' | "'''Drink'''", | ||
"* Applies Muted for 5s", | |||
"\n", | "\n", | ||
"* | "'''Narcotic'''", | ||
"* Applies SeeingRainbows for 5s" | |||
], | |||
" | "effectLine": "'''Drink'''\n* Applies Muted for 5s\n\n\n'''Narcotic'''\n* Applies SeeingRainbows for 5s", | ||
"boilingPoint": 250, | |||
"meltingPoint": 380 | |||
}, | |||
{ | |||
"id": "SpaceLube", | |||
"group": null, | |||
"color": "#77b58e", | |||
"textColorTheme": "light", | |||
"flavor": "funny", | |||
"name": "space lube", | |||
"desc": "Space Lube is a high performance lubricant intended for maintenance of extremely complex mechanical equipment (and certainly not used to make people slip).", | |||
"physicalDesc": "shiny", | |||
"recipes": [ | |||
{ | |||
"type": "reaction", | |||
"id": "SpaceLube", | |||
"reactants": [ | |||
[ | |||
"Water", | |||
1, | |||
false, | |||
"water" | |||
], | |||
[ | |||
"Fersilicite", | |||
1, | |||
false, | |||
"fersilicite" | |||
], | |||
[ | |||
"Oxygen", | |||
1, | |||
false, | |||
"oxygen" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"SpaceLube", | |||
5, | |||
"SpaceLube" | |||
] | |||
], | |||
"impact": "Medium" | |||
} | |||
], | ], | ||
"effectLine": " | "effects": [], | ||
"effectLine": "", | |||
"boilingPoint": 290, | |||
"meltingPoint": 18.2 | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "SpaceMountainWind", | ||
"group": "Drinks", | "group": "Drinks", | ||
"color": "# | "color": "#a6fa5a", | ||
"textColorTheme": " | "textColorTheme": "dark", | ||
"parent": "BaseSoda", | "parent": "BaseSoda", | ||
"flavor": " | "flavor": "sodacitrus", | ||
"name": " | "name": "Space Solar Wind", | ||
"desc": " | "desc": "Blows right through you like a solar wind.", | ||
"physicalDesc": "fizzy", | "physicalDesc": "fizzy", | ||
"recipes": [], | "recipes": [], | ||
| Line 17,092: | Line 19,066: | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "SpaceUp", | ||
"group": " | "group": "Drinks", | ||
"color": " | "color": "#e3e3e37d", | ||
"textColorTheme": "dark", | "textColorTheme": "dark", | ||
"flavor": " | "parent": "BaseSoda", | ||
"name": " | "flavor": "spaceup", | ||
"desc": " | "name": "Space-Up", | ||
"physicalDesc": " | "desc": "Tastes like a hull breach in your mouth.", | ||
"physicalDesc": "fizzy", | |||
"recipes": [], | "recipes": [], | ||
"effects": [], | "effects": [], | ||
| Line 17,105: | Line 19,080: | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Starkist", | ||
"group": " | "group": "Drinks", | ||
"color": " | "color": "#9F3400", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": " | "parent": "BaseSoda", | ||
"name": " | "flavor": "starkistsoda", | ||
"desc": " | "name": "Starkist", | ||
"physicalDesc": " | "desc": "A sweet, orange flavored soft drink.", | ||
"recipes": [], | "physicalDesc": "fizzy", | ||
"recipes": [ | |||
{ | |||
"type": "reaction", | |||
"id": "Starkist", | |||
"reactants": [ | |||
[ | |||
"Cola", | |||
1, | |||
false, | |||
"Space Cola" | |||
], | |||
[ | |||
"JuiceOrange", | |||
2, | |||
false, | |||
"JuiceOrange" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Starkist", | |||
3, | |||
"Starkist" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [], | "effects": [], | ||
"effectLine": "" | "effectLine": "" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "Stellibinin", | ||
"group": " | "group": "Medicine", | ||
"color": " | "color": "#2b2f77", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": " | "flavor": "medicine", | ||
" | "metabolisms": { | ||
"Medicine": { | |||
"metabolismRate": 0.2, | |||
"effects": [ | |||
{ | |||
"class": "HealthChange", | |||
"damage": { | |||
"types": { | |||
"Poison": -3 | |||
} | |||
} | |||
}, | |||
{ | |||
"name": " | "class": "AdjustReagent", | ||
"desc": " | "conditions": [ | ||
"physicalDesc": " | { | ||
"class": "ReagentThreshold", | |||
"reagent": "Amatoxin", | |||
"min": 1 | |||
} | |||
], | |||
"reagent": "Amatoxin", | |||
"amount": -3 | |||
} | |||
] | |||
} | |||
}, | |||
"name": "stellibinin", | |||
"desc": "A natual anti-toxin with particular effectiveness against amatoxin.", | |||
"physicalDesc": "starry", | |||
"recipes": [], | "recipes": [], | ||
"effects": [], | "effects": [ | ||
"effectLine": "" | "'''Medicine''' (0.2u per second)", | ||
"* Heals \u003Cspan style=\"color:green\"\u003E3\u003C/span\u003E Poison", | |||
"* Removes 3u of Amatoxin from the solution when there's at least 1u of stellibinin" | |||
], | |||
"effectLine": "'''Medicine''' (0.2u per second)\n* Heals \u003Cspan style=\"color:green\"\u003E3\u003C/span\u003E Poison\n* Removes 3u of Amatoxin from the solution when there's at least 1u of stellibinin" | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "Stimulants", | ||
"group": " | "group": "Narcotics", | ||
"color": " | "color": "#9A040E", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": " | "flavor": "sharp", | ||
" | "metabolisms": { | ||
"Narcotic": { | |||
"metabolismRate": 1, | |||
"effects": [ | |||
{ | |||
"class": "MovespeedModifier", | |||
"walkSpeedModifier": 1.3, | |||
"sprintSpeedModifier": 1.3 | |||
}, | |||
{ | |||
"class": "HealthChange", | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"min": 80 | |||
} | |||
], | |||
"damage": { | |||
"types": { | |||
"Poison": 1 | |||
} | |||
} | |||
}, | |||
{ | |||
"class": "AdjustReagent", | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"reagent": "ChloralHydrate", | |||
"min": 1 | |||
} | |||
], | |||
"reagent": "ChloralHydrate", | |||
"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 | |||
} | |||
], | |||
"key": "Drowsiness", | |||
"time": 10, | |||
"type": "Remove" | |||
}, | |||
{ | |||
"class": "GenericStatusEffect", | |||
"key": "Adrenaline", | |||
"component": "IgnoreSlowOnDamage", | |||
"time": 5 | |||
} | |||
] | |||
}, | |||
"Medicine": { | |||
"metabolismRate": 1, | |||
"effects": [ | "effects": [ | ||
{ | |||
"class": "ResetNarcolepsy", | |||
"value": "" | |||
}, | |||
{ | { | ||
"class": "SatiateHunger", | "class": "SatiateHunger", | ||
"factor": | "factor": 1 | ||
}, | }, | ||
{ | { | ||
"class": "SatiateThirst", | "class": "SatiateThirst", | ||
"factor": - | "factor": 1 | ||
}, | |||
{ | |||
"class": "HealthChange", | |||
"conditions": [ | |||
{ | |||
"class": "TotalDamage", | |||
"min": 70 | |||
} | |||
], | |||
"damage": { | |||
"groups": { | |||
"Burn": -1, | |||
"Brute": -1 | |||
} | |||
} | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "hyperzine", | ||
"desc": "A | "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", | |||
"physicalDesc": " | |||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "Stimulants", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "Ephedrine", | ||
1, | 1, | ||
false, | false, | ||
" | "ephedrine" | ||
], | ], | ||
[ | [ | ||
" | "Vestine", | ||
1, | 1, | ||
false, | false, | ||
" | "vestine" | ||
], | |||
[ | |||
"Oxygen", | |||
2, | |||
false, | |||
"oxygen" | |||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "Stimulants", | ||
2, | 2, | ||
" | "hyperzine" | ||
] | ] | ||
] | ], | ||
"impact": "Medium", | |||
"minTemp": 370 | |||
} | } | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Medicine''' (1u per second)", | ||
"* ResetNarcolepsy", | |||
"* SatiateHunger", | |||
"* SatiateThirst", | |||
"* Heals \u003Cspan style=\"color:green\"\u003E1\u003C/span\u003E Burn", | |||
"* Heals \u003Cspan style=\"color:green\"\u003E1\u003C/span\u003E Brute", | |||
"\n", | "\n", | ||
"'''Narcotic''' (1u per second)", | |||
"* MovespeedModifier", | |||
"''' | "* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Poison when there's at least 80u of stimulants", | ||
" | "* Removes 10u of ChloralHydrate from the solution when there's at least 1u of stimulants", | ||
"* | "* Applies Stun for 3s", | ||
" | "* Applies KnockedDown for 3s", | ||
"* | "* Applies StaminaModifier for 3s", | ||
" | "* Applies ForcedSleep for 3s", | ||
"* | "* Applies Drowsiness for 10s when there's at most 0.01u of stimulants", | ||
"* Applies Adrenaline for 5s" | |||
"* | |||
"* | |||
"* | |||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Medicine''' (1u per second)\n* ResetNarcolepsy\n* SatiateHunger\n* SatiateThirst\n* Heals \u003Cspan style=\"color:green\"\u003E1\u003C/span\u003E Burn\n* Heals \u003Cspan style=\"color:green\"\u003E1\u003C/span\u003E Brute\n\n\n'''Narcotic''' (1u per second)\n* MovespeedModifier\n* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Poison when there's at least 80u of stimulants\n* Removes 10u of ChloralHydrate from the solution when there's at least 1u of stimulants\n* Applies Stun for 3s\n* Applies KnockedDown for 3s\n* Applies StaminaModifier for 3s\n* Applies ForcedSleep for 3s\n* Applies Drowsiness for 10s when there's at most 0.01u of stimulants\n* Applies Adrenaline for 5s", | ||
"boilingPoint": 212, | |||
"meltingPoint": 170 | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "Sugar", | ||
"group": "Foods", | "group": "Foods", | ||
"color": " | "color": "white", | ||
"textColorTheme": " | "textColorTheme": "dark", | ||
"flavor": "sweet", | "flavor": "sweet", | ||
"metabolisms": { | "metabolisms": { | ||
| Line 17,385: | Line 19,355: | ||
{ | { | ||
"class": "SatiateHunger", | "class": "SatiateHunger", | ||
"factor": | "conditions": [ | ||
{ | |||
"class": "ReagentThreshold", | |||
"reagent": "Nutriment", | |||
"min": 0.1 | |||
} | |||
], | |||
"factor": 1 | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "sugar", | ||
"desc": " | "desc": "Tasty spacey sugar!", | ||
"physicalDesc": " | "physicalDesc": "sweet", | ||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "BloodBreakdown", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "Blood", | ||
20, | |||
false, | false, | ||
" | "blood" | ||
] | ] | ||
], | ], | ||
" | "products": [ | ||
{ | [ | ||
"Water", | |||
" | 11, | ||
"water" | |||
], | |||
[ | |||
"Iron", | |||
0, | |||
"iron" | |||
], | |||
[ | |||
"Sugar", | |||
2, | |||
"sugar" | |||
], | |||
[ | |||
"CarbonDioxide", | |||
3, | |||
"CarbonDioxide" | |||
], | |||
[ | |||
"Protein", | |||
4, | |||
"protein" | |||
] | |||
] | |||
}, | |||
{ | |||
"type": "reaction", | |||
"id": "SapBloodBreakdown", | |||
"reactants": [ | |||
[ | |||
"Sap", | |||
10, | |||
false, | |||
"sap" | |||
] | |||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "Water", | ||
9, | |||
" | "water" | ||
], | |||
[ | |||
"Sugar", | |||
1, | |||
"sugar" | |||
] | ] | ||
] | ] | ||
}, | }, | ||
{ | { | ||
" | "type": "reaction", | ||
" | "id": "CopperBloodBreakdown", | ||
"reactants": [ | |||
[ | |||
"CopperBlood", | |||
20, | |||
false, | |||
"CopperBlood" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Water", | |||
11, | |||
"water" | |||
], | |||
[ | |||
"Copper", | |||
0, | |||
"copper" | |||
], | |||
[ | |||
"Sugar", | |||
2, | |||
"sugar" | |||
], | |||
[ | |||
"CarbonDioxide", | |||
3, | |||
"CarbonDioxide" | |||
], | |||
" | [ | ||
"Protein", | |||
" | 4, | ||
"protein" | |||
] | |||
" | |||
" | |||
" | |||
" | |||
] | ] | ||
}, | |||
{ | { | ||
" | "type": "reaction", | ||
" | "id": "CelluloseBreakdown", | ||
"reactants": [ | |||
[ | |||
"Cellulose", | |||
3, | |||
false, | |||
"cellulose fibers" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Sugar", | |||
2, | |||
"sugar" | |||
], | |||
[ | |||
"Carbon", | |||
1, | |||
"carbon" | |||
] | |||
] | |||
}, | }, | ||
{ | { | ||
" | "type": "reaction", | ||
" | "id": "NuclearColaBreakdown", | ||
"reactants": [ | |||
[ | |||
"NuclearCola", | |||
10, | |||
false, | |||
"NuclearCola" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Ipecac", | |||
2, | |||
"ipecac" | |||
], | |||
[ | |||
"Water", | |||
2, | |||
"water" | |||
], | |||
[ | |||
"Sugar", | |||
2, | |||
"sugar" | |||
], | |||
[ | |||
"Uranium", | |||
1, | |||
"uranium" | |||
] | |||
" | |||
" | |||
" | |||
" | |||
] | ] | ||
}, | |||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "BananaBreakdown", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "JuiceBanana", | ||
10, | |||
false, | false, | ||
" | "JuiceBanana" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "Sugar", | ||
5, | |||
" | "sugar" | ||
], | ], | ||
[ | [ | ||
" | "Potassium", | ||
5, | |||
" | "potassium" | ||
] | ] | ||
] | ] | ||
| Line 17,611: | Line 19,557: | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "NutrimentBreakdown", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "Nutriment", | ||
5, | |||
false, | false, | ||
" | "nutriment" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
"Water", | |||
2, | |||
"Water | "water" | ||
" | |||
], | ], | ||
[ | [ | ||
" | "Carbon", | ||
2, | 2, | ||
" | "carbon" | ||
], | ], | ||
[ | [ | ||
" | "Sugar", | ||
1, | |||
" | "sugar" | ||
] | |||
] | |||
] | ] | ||
}, | }, | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "FiberBreakdown", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "Fiber", | ||
5, | |||
false, | false, | ||
" | "fiber" | ||
], | |||
[ | |||
"Water", | |||
10, | |||
true, | |||
"water" | |||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "Carbon", | ||
3, | |||
" | "carbon" | ||
], | ], | ||
[ | [ | ||
" | "Sugar", | ||
2, | |||
" | "sugar" | ||
] | ] | ||
] | ] | ||
}, | } | ||
], | |||
"effects": [ | |||
"'''Food'''", | |||
"* SatiateHunger when there's at least 0.1u of sugar" | |||
], | |||
"effectLine": "'''Food'''\n* SatiateHunger when there's at least 0.1u of sugar", | |||
"meltingPoint": 146 | |||
}, | |||
{ | |||
"id": "SuiDream", | |||
"group": "Drinks", | |||
"color": "#00A86B", | |||
"textColorTheme": "light", | |||
"parent": "BaseAlcohol", | |||
"flavor": "suidream", | |||
"name": "sui dream", | |||
"desc": "'Comprised of: White soda, blue Curaçao, melon liquor.'", | |||
"physicalDesc": "sweet", | |||
"recipes": [ | |||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "SuiDream", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "SpaceUp", | ||
1, | |||
false, | |||
"SpaceUp" | |||
], | |||
[ | |||
"BlueCuracao", | |||
1, | |||
false, | |||
"BlueCuracao" | |||
], | |||
[ | |||
"MelonLiquor", | |||
1, | |||
false, | false, | ||
" | "MelonLiquor" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "SuiDream", | ||
3, | |||
" | "SuiDream" | ||
] | ] | ||
] | ] | ||
} | } | ||
], | ], | ||
"effects": [ | "effects": [], | ||
"effectLine": "" | |||
"effectLine": " | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "Sulfur", | ||
"group": " | "group": "Elements", | ||
"color": " | "color": "#fff385", | ||
"textColorTheme": "dark", | "textColorTheme": "dark", | ||
"flavor": " | "flavor": "bitter", | ||
"metabolisms": { | "metabolisms": { | ||
" | "Poison": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "HealthChange", | ||
" | "damage": { | ||
"types": { | |||
"Caustic": 0.1 | |||
" | |||
} | } | ||
} | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": "sulfur", | |||
"desc": "A yellow, crystalline solid.", | |||
"physicalDesc": "powdery", | |||
"name": " | |||
"desc": " | |||
"physicalDesc": " | |||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "AllicinBreakdown", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "Allicin", | ||
4, | |||
false, | false, | ||
" | "allicin" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "Sulfur", | ||
2, | 2, | ||
" | "sulfur" | ||
], | ], | ||
[ | [ | ||
" | "Carbon", | ||
1, | |||
" | "carbon" | ||
], | ], | ||
[ | [ | ||
" | "Water", | ||
1, | |||
" | "water" | ||
] | ] | ||
] | ] | ||
| Line 17,805: | Line 19,723: | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "WeldingFuelBreakdown", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "WeldingFuel", | ||
10, | 10, | ||
false, | false, | ||
" | "WeldingFuel" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "Ethanol", | ||
5, | |||
"ethanol" | |||
" | |||
], | ], | ||
[ | [ | ||
" | "Hydrogen", | ||
3, | 3, | ||
" | "hydrogen" | ||
], | ], | ||
[ | [ | ||
" | "Sulfur", | ||
2, | 2, | ||
" | "sulfur" | ||
] | ] | ||
] | ] | ||
}, | } | ||
], | |||
"effects": [ | |||
"'''Poison'''", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E0.1\u003C/span\u003E Caustic" | |||
], | |||
"effectLine": "'''Poison'''\n* Deals \u003Cspan style=\"color:red\"\u003E0.1\u003C/span\u003E Caustic", | |||
"boilingPoint": 445, | |||
"meltingPoint": 120 | |||
}, | |||
{ | |||
"id": "SulfuricAcid", | |||
"group": "Toxins", | |||
"color": "#BF8C00", | |||
"textColorTheme": "light", | |||
"flavor": "acid", | |||
"metabolisms": { | |||
"Poison": { | |||
"metabolismRate": 3, | |||
"effects": [ | |||
{ | |||
"class": "HealthChange", | |||
"damage": { | |||
"types": { | |||
"Caustic": 5 | |||
} | |||
} | |||
}, | |||
{ | |||
"class": "PopupMessage", | |||
"type": "Local", | |||
"visualType": "Large", | |||
"messages": [ | |||
"generic-reagent-effect-burning-insides" | |||
], | |||
"probability": 0.33 | |||
}, | |||
{ | |||
"class": "Emote", | |||
"emote": "Scream", | |||
"probability": 0.2 | |||
} | |||
] | |||
} | |||
}, | |||
"name": "sulfuric acid", | |||
"desc": "A corrosive chemical. Keep away from your face.", | |||
"physicalDesc": "oily", | |||
"recipes": [ | |||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "SulfuricAcid", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "Hydrogen", | ||
1, | |||
false, | |||
"hydrogen" | |||
], | |||
[ | |||
"Sulfur", | |||
1, | |||
false, | false, | ||
" | "sulfur" | ||
], | ], | ||
[ | [ | ||
" | "Oxygen", | ||
2, | |||
false, | |||
" | "oxygen" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "SulfuricAcid", | ||
3, | 3, | ||
" | "SulfuricAcid" | ||
] | ] | ||
] | ] | ||
| Line 17,938: | Line 19,831: | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Poison''' (3u per second)", | ||
"* Deals \u003Cspan style=\"color:red\"\u003E5\u003C/span\u003E Caustic", | |||
"* | "* PopupMessage", | ||
"* Emote" | |||
"* | |||
"* | |||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Poison''' (3u per second)\n* Deals \u003Cspan style=\"color:red\"\u003E5\u003C/span\u003E Caustic\n* PopupMessage\n* Emote", | ||
"boilingPoint": 337, | |||
"meltingPoint": 10.31 | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "Synaptizine", | ||
"group": " | "group": "Medicine", | ||
"color": "# | "color": "#d49a2f", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": "medicine", | |||
"flavor": " | "metabolisms": { | ||
" | "Poison": { | ||
"effects": [ | |||
{ | |||
"class": "HealthChange", | |||
"damage": { | |||
"types": { | |||
"Poison": 2 | |||
} | |||
} | |||
}, | |||
{ | { | ||
"class": " | "class": "GenericStatusEffect", | ||
" | "key": "Stun", | ||
" | "time": 3, | ||
"type": "Remove" | |||
}, | }, | ||
{ | { | ||
"class": " | "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", | |||
"id": "Synaptizine", | |||
"reactants": [ | |||
[ | |||
"Lithium", | |||
1, | |||
false, | |||
"lithium" | |||
], | |||
[ | |||
"Sugar", | |||
1, | |||
false, | |||
"sugar" | |||
], | |||
[ | |||
"Water", | |||
1, | |||
false, | |||
"water" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Synaptizine", | |||
3, | |||
"synaptizine" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [ | "effects": [ | ||
"''' | "'''Poison'''", | ||
"\ | "* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Poison", | ||
"* Applies Stun for 3s", | |||
"* Applies KnockedDown for 3s", | |||
"* | "* Applies SeeingRainbows for 15s" | ||
" | |||
"* | |||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Poison'''\n* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Poison\n* Applies Stun for 3s\n* Applies KnockedDown for 3s\n* Applies SeeingRainbows for 15s" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "SyndicateBomb", | ||
"group": " | "group": "Drinks", | ||
"color": " | "color": "#e3e77b", | ||
"textColorTheme": " | "textColorTheme": "dark", | ||
"flavor": " | "parent": "BaseAlcohol", | ||
" | "flavor": "syndiebomb", | ||
"name": "syndicate bomb", | |||
" | "desc": "Somebody set us up the bomb!", | ||
"physicalDesc": "opaque", | |||
" | "recipes": [ | ||
" | { | ||
"type": "reaction", | |||
"id": "SyndicateBomb", | |||
" | "reactants": [ | ||
[ | |||
" | "Beer", | ||
1, | |||
false, | |||
"beer" | |||
], | |||
[ | |||
"WhiskeyCola", | |||
1, | |||
false, | |||
"WhiskeyCola" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"SyndicateBomb", | |||
2, | |||
"SyndicateBomb" | |||
] | |||
] | ] | ||
} | } | ||
], | ], | ||
"effectLine": " | "effects": [], | ||
"effectLine": "" | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "Syrup", | ||
"group": "Foods", | "group": "Foods", | ||
"color": " | "color": "#fb7125", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": " | "flavor": "sweet", | ||
"metabolisms": { | "metabolisms": { | ||
"Food": { | "Food": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "SatiateHunger", | ||
" | "factor": 6 | ||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "syrup", | ||
"desc": " | "desc": "Delicious syrup made from tree sap, somehow stickier than glue.", | ||
"physicalDesc": " | "physicalDesc": "sticky", | ||
"recipes": [], | "recipes": [ | ||
{ | |||
" | "type": "reaction", | ||
"id": "HomemadeSyrup", | |||
"reactants": [ | |||
[ | |||
"Water", | |||
1, | |||
false, | |||
"water" | |||
], | |||
[ | |||
"Sugar", | |||
1, | |||
false, | |||
"sugar" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Syrup", | |||
2, | |||
"syrup" | |||
] | |||
], | |||
"minTemp": 390 | |||
}, | |||
{ | |||
"type": "reaction", | |||
"id": "SapBoiling", | |||
"reactants": [ | |||
[ | |||
"Sap", | |||
1, | |||
false, | |||
"sap" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Syrup", | |||
0, | |||
"syrup" | |||
] | |||
], | |||
"impact": "Low", | |||
"minTemp": 377 | |||
} | |||
], | ], | ||
"effects": [ | "effects": [ | ||
"'''Food''' | "'''Food'''", | ||
"* SatiateHunger" | |||
"* | |||
], | ], | ||
"effectLine": "'''Food''' | "effectLine": "'''Food'''\n* SatiateHunger" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "TableSalt", | ||
"group": "Foods", | "group": "Foods", | ||
"color": " | "color": "#cfd1d0", | ||
"textColorTheme": "dark", | "textColorTheme": "dark", | ||
"flavor": " | "flavor": "salty", | ||
"metabolisms": { | "metabolisms": { | ||
"Food": { | "Food": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "SatiateThirst", | ||
" | "factor": -0.5 | ||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "table salt", | ||
"desc": " | "desc": "Commonly known as salt, Sodium Chloride is often used to season food or kill borers instantly.", | ||
"physicalDesc": " | "physicalDesc": "grainy", | ||
"recipes": [ | "recipes": [ | ||
{ | { | ||
"type": "reaction", | "type": "reaction", | ||
"id": " | "id": "TableSalt", | ||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "Chlorine", | ||
1, | |||
false, | |||
"chlorine" | |||
], | |||
[ | |||
"Sodium", | |||
1, | |||
false, | false, | ||
" | "sodium" | ||
] | ] | ||
], | ], | ||
"products": [ | "products": [ | ||
[ | [ | ||
" | "TableSalt", | ||
2, | |||
" | "TableSalt" | ||
] | ] | ||
] | ], | ||
"minTemp": 370 | |||
} | } | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"'''Food''' | "'''Food'''", | ||
"* SatiateThirst" | |||
"* | |||
], | ], | ||
"effectLine": "'''Food''' | "effectLine": "'''Food'''\n* SatiateThirst", | ||
"boilingPoint": 1465, | |||
"meltingPoint": 800.7 | |||
}, | }, | ||
{ | { | ||
"id": " | "id": "Tazinide", | ||
"group": " | "group": "Toxins", | ||
"color": " | "color": "#FDD023", | ||
"textColorTheme": " | "textColorTheme": "dark", | ||
"flavor": " | "flavor": "shocking", | ||
"metabolisms": { | "metabolisms": { | ||
" | "Poison": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "Electrocute", | ||
"probability": 0.8 | |||
"probability": 0. | |||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "tazinide", | ||
"desc": " | "desc": "A highly dangerous metallic mixture which can interfere with most movement through an electrifying current.", | ||
"physicalDesc": " | "physicalDesc": "metallic", | ||
"recipes": [ | "recipes": [ | ||
{ | |||
"type": "reaction", | |||
"id": "Tazinide", | |||
"reactants": [ | |||
[ | |||
" | "Licoxide", | ||
" | 1, | ||
"* | false, | ||
], | "licoxide" | ||
"effectLine": "''' | ], | ||
}, | [ | ||
{ | "Vestine", | ||
"id": " | 1, | ||
"group": " | false, | ||
"color": " | "vestine" | ||
"textColorTheme": " | ] | ||
"flavor": " | ], | ||
"products": [ | |||
[ | |||
"Tazinide", | |||
1, | |||
"tazinide" | |||
] | |||
], | |||
"impact": "Medium" | |||
} | |||
], | |||
"effects": [ | |||
"'''Poison'''", | |||
"* Electrocute" | |||
], | |||
"effectLine": "'''Poison'''\n* Electrocute" | |||
}, | |||
{ | |||
"id": "Tea", | |||
"group": "Drinks", | |||
"color": "#8a5a3a", | |||
"textColorTheme": "light", | |||
"parent": "BaseDrink", | |||
"flavor": "tea", | |||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"class": " | "class": "SatiateThirst", | ||
" | "factor": 2 | ||
}, | }, | ||
{ | { | ||
"class": "AdjustReagent", | "class": "AdjustReagent", | ||
"reagent": " | "reagent": "Theobromine", | ||
"amount": 0. | "amount": 0.05 | ||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "tea", | ||
"desc": " | "desc": "A drink made by boiling leaves of the tea tree, Camellia sinensis.", | ||
"physicalDesc": " | "physicalDesc": "aromatic", | ||
"recipes": [], | "recipes": [ | ||
{ | |||
"type": "reaction", | |||
"id": "Tea", | |||
"reactants": [ | |||
[ | |||
"TeaPowder", | |||
1, | |||
false, | |||
"TeaPowder" | |||
], | |||
[ | |||
"Water", | |||
5, | |||
false, | |||
"water" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Tea", | |||
6, | |||
"tea" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [ | "effects": [ | ||
"''' | "'''Drink'''", | ||
"* SatiateThirst", | |||
"* | "* Adds 0.05u of Theobromine to the solution" | ||
"* Adds 0. | |||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Drink'''\n* SatiateThirst\n* Adds 0.05u of Theobromine to the solution" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "TeaPowder", | ||
"group": "Foods", | "group": "Foods", | ||
"color": " | "color": "#7F8400", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": " | "flavor": "tea", | ||
"metabolisms": { | "metabolisms": { | ||
"Food": { | "Food": { | ||
"effects": [ | "effects": [ | ||
{ | |||
"class": "SatiateThirst", | |||
"factor": -0.2 | |||
}, | |||
{ | { | ||
"class": "AdjustReagent", | "class": "AdjustReagent", | ||
"reagent": " | "reagent": "Nutriment", | ||
"amount": 0. | "amount": 0.1 | ||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"name": " | "name": "tea powder", | ||
"desc": " | "desc": "Finely ground tea leaves, used for making tea.", | ||
"physicalDesc": " | "physicalDesc": "powdery", | ||
"recipes": [], | "recipes": [], | ||
"effects": [ | "effects": [ | ||
"'''Food''' | "'''Food'''", | ||
" | "* SatiateThirst", | ||
"* Adds 0. | "* Adds 0.1u of Nutriment to the solution" | ||
], | ], | ||
"effectLine": "'''Food''' | "effectLine": "'''Food'''\n* SatiateThirst\n* Adds 0.1u of Nutriment to the solution" | ||
}, | }, | ||
{ | { | ||
"id": " | "id": "TearGas", | ||
"group": " | "group": "Narcotics", | ||
"color": "# | "color": "#96a8b5", | ||
"textColorTheme": "light", | "textColorTheme": "light", | ||
"flavor": " | "flavor": "salty", | ||
"name": " | "metabolisms": { | ||
"desc": " | "Narcotic": { | ||
"physicalDesc": " | "effects": [ | ||
"recipes": [ | { | ||
{ | "class": "PopupMessage", | ||
"type": "reaction", | "type": "Local", | ||
"id": " | "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": 5 | |||
} | |||
] | |||
}, | |||
{ | |||
"class": "Emote", | |||
"emote": "Scream", | |||
"probability": 0.08 | |||
}, | |||
{ | |||
"class": "GenericStatusEffect", | |||
"key": "TemporaryBlindness", | |||
"component": "TemporaryBlindness", | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"min": 5 | |||
} | |||
] | |||
} | |||
] | |||
} | |||
}, | |||
"name": "tear gas", | |||
"desc": "A chemical that causes severe irritation and crying, commonly used in riot control.", | |||
"physicalDesc": "milky", | |||
"recipes": [], | |||
"effects": [ | |||
"'''Narcotic'''", | |||
"* PopupMessage", | |||
"* PopupMessage when there's at least 5u of teargas", | |||
"* Emote", | |||
"* Applies TemporaryBlindness when there's at least 5u of teargas" | |||
], | |||
"effectLine": "'''Narcotic'''\n* PopupMessage\n* PopupMessage when there's at least 5u of teargas\n* Emote\n* Applies TemporaryBlindness when there's at least 5u of teargas", | |||
"boilingPoint": 255, | |||
"meltingPoint": 36 | |||
}, | |||
{ | |||
"id": "Tequila", | |||
"group": "Drinks", | |||
"color": "#d7d1d155", | |||
"textColorTheme": "dark", | |||
"parent": "BaseAlcohol", | |||
"flavor": "tequila", | |||
"metabolisms": { | |||
"Drink": { | |||
"effects": [ | |||
{ | |||
"class": "SatiateThirst", | |||
"factor": 2 | |||
}, | |||
{ | |||
"class": "AdjustReagent", | |||
"reagent": "Ethanol", | |||
"amount": 0.2 | |||
} | |||
] | |||
} | |||
}, | |||
"name": "tequila", | |||
"desc": "A strong and mildly flavoured, mexican produced spirit.", | |||
"physicalDesc": "strong smelling", | |||
"recipes": [], | |||
"effects": [ | |||
"'''Drink'''", | |||
"* SatiateThirst", | |||
"* Adds 0.2u of Ethanol to the solution" | |||
], | |||
"effectLine": "'''Drink'''\n* SatiateThirst\n* Adds 0.2u of Ethanol to the solution" | |||
}, | |||
{ | |||
"id": "TequilaSunrise", | |||
"group": "Drinks", | |||
"color": "#FFE48C", | |||
"textColorTheme": "dark", | |||
"parent": "BaseAlcohol", | |||
"flavor": "tequilasunrise", | |||
"metabolisms": { | |||
"Drink": { | |||
"effects": [ | |||
{ | |||
"class": "SatiateThirst", | |||
"factor": 2 | |||
}, | |||
{ | |||
"class": "AdjustReagent", | |||
"reagent": "Ethanol", | |||
"amount": 0.15 | |||
} | |||
] | |||
} | |||
}, | |||
"name": "tequila sunrise", | |||
"desc": "Tequila and orange juice. Much like a Screwdriver, only Mexican.", | |||
"physicalDesc": "citric", | |||
"recipes": [ | |||
{ | |||
"type": "reaction", | |||
"id": "TequilaSunrise", | |||
"reactants": [ | "reactants": [ | ||
[ | [ | ||
" | "JuiceOrange", | ||
1, | 1, | ||
false, | false, | ||
" | "JuiceOrange" | ||
], | ], | ||
[ | [ | ||
" | "Tequila", | ||
2, | |||
false, | false, | ||
" | "tequila" | ||
], | ] | ||
[ | ], | ||
"carbon", | "products": [ | ||
1, | [ | ||
false, | "TequilaSunrise", | ||
"Carbon" | 3, | ||
] | "TequilaSunrise" | ||
], | ] | ||
"products": [ | ] | ||
[ | } | ||
" | ], | ||
3, | "effects": [ | ||
" | "'''Drink'''", | ||
"* SatiateThirst", | |||
"* Adds 0.15u of Ethanol to the solution" | |||
], | |||
"effectLine": "'''Drink'''\n* SatiateThirst\n* Adds 0.15u of Ethanol to the solution" | |||
}, | |||
{ | |||
"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 | |||
} | |||
] | |||
} | |||
}, | |||
"name": "THC", | |||
"desc": "The main psychoactive compound in cannabis.", | |||
"physicalDesc": "crystalline", | |||
"recipes": [], | |||
"effects": [ | |||
"'''Narcotic'''", | |||
"* Applies SeeingRainbows for 16s" | |||
], | |||
"effectLine": "'''Narcotic'''\n* Applies SeeingRainbows for 16s" | |||
}, | |||
{ | |||
"id": "TheMartinez", | |||
"group": "Drinks", | |||
"color": "#75b1f0", | |||
"textColorTheme": "light", | |||
"parent": "BaseAlcohol", | |||
"flavor": "themartinez", | |||
"name": "The Martinez", | |||
"desc": "The edgerunner legend. Remembered by a drink, forgotten by a drunk.", | |||
"physicalDesc": "vibrant", | |||
"recipes": [ | |||
{ | |||
"type": "reaction", | |||
"id": "TheMartinez", | |||
"reactants": [ | |||
[ | |||
"Cola", | |||
2, | |||
false, | |||
"Space Cola" | |||
], | |||
[ | |||
"Vodka", | |||
2, | |||
false, | |||
"vodka" | |||
], | |||
[ | |||
"Ice", | |||
1, | |||
false, | |||
"ice" | |||
], | |||
[ | |||
"JuiceLemon", | |||
1, | |||
false, | |||
"JuiceLemon" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"TheMartinez", | |||
6, | |||
"TheMartinez" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [], | |||
"effectLine": "" | |||
}, | |||
{ | |||
"id": "Theobromine", | |||
"group": "Toxins", | |||
"color": "#f5f5f5", | |||
"textColorTheme": "dark", | |||
"flavor": null, | |||
"metabolisms": { | |||
"Poison": { | |||
"metabolismRate": 0.05, | |||
"effects": [ | |||
{ | |||
"class": "HealthChange", | |||
"conditions": [ | |||
{ | |||
"class": "OrganType", | |||
"type": "Animal" | |||
} | |||
], | |||
"damage": { | |||
"types": { | |||
"Poison": 0.4 | |||
} | |||
} | |||
}, | |||
{ | |||
"class": "ChemVomit", | |||
"probability": 0.04, | |||
"conditions": [ | |||
{ | |||
"class": "OrganType", | |||
"type": "Animal" | |||
} | |||
] | |||
} | |||
] | |||
} | |||
}, | |||
"name": "theobromine", | |||
"desc": "A bitter alkaloid of the cacao plant, commonly found in chocolate. Do not feed to animals.", | |||
"physicalDesc": "grainy", | |||
"recipes": [], | |||
"effects": [ | |||
"'''Poison''' (0.05u per second)", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E0.4\u003C/span\u003E Poison", | |||
"* ChemVomit" | |||
], | |||
"effectLine": "'''Poison''' (0.05u per second)\n* Deals \u003Cspan style=\"color:red\"\u003E0.4\u003C/span\u003E Poison\n* ChemVomit", | |||
"boilingPoint": 554, | |||
"meltingPoint": 351 | |||
}, | |||
{ | |||
"id": "Thermite", | |||
"group": null, | |||
"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", | |||
"reactants": [ | |||
[ | |||
"Iron", | |||
1, | |||
false, | |||
"iron" | |||
], | |||
[ | |||
"Aluminium", | |||
1, | |||
false, | |||
"aluminium" | |||
], | |||
[ | |||
"Oxygen", | |||
1, | |||
false, | |||
"oxygen" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Thermite", | |||
3, | |||
"thermite" | |||
] | |||
], | |||
"impact": "Medium" | |||
} | |||
], | |||
"effects": [ | |||
"'''Poison'''", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Heat", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Poison" | |||
], | |||
"effectLine": "'''Poison'''\n* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Heat\n* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Poison", | |||
"boilingPoint": 2977, | |||
"meltingPoint": 2030 | |||
}, | |||
{ | |||
"id": "ThreeMileIsland", | |||
"group": "Drinks", | |||
"color": "#666340", | |||
"textColorTheme": "light", | |||
"parent": "BaseAlcohol", | |||
"flavor": "threemileisland", | |||
"metabolisms": { | |||
"Drink": { | |||
"effects": [ | |||
{ | |||
"class": "SatiateThirst", | |||
"factor": 2 | |||
}, | |||
{ | |||
"class": "AdjustReagent", | |||
"reagent": "Ethanol", | |||
"amount": 0.15 | |||
}, | |||
{ | |||
"class": "AdjustReagent", | |||
"reagent": "Uranium", | |||
"amount": 0.05 | |||
} | |||
] | |||
} | |||
}, | |||
"name": "Three Mile Island iced tea", | |||
"desc": "\"Made for a woman, strong enough for a man.\"", | |||
"physicalDesc": "strong smelling", | |||
"recipes": [ | |||
{ | |||
"type": "reaction", | |||
"id": "ThreeMileIsland", | |||
"reactants": [ | |||
[ | |||
"LongIslandIcedTea", | |||
10, | |||
false, | |||
"LongIslandIcedTea" | |||
], | |||
[ | |||
"Uranium", | |||
1, | |||
false, | |||
"uranium" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"ThreeMileIsland", | |||
10, | |||
"ThreeMileIsland" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [ | |||
"'''Drink'''", | |||
"* SatiateThirst", | |||
"* Adds 0.15u of Ethanol to the solution", | |||
"* Adds 0.05u of Uranium to the solution" | |||
], | |||
"effectLine": "'''Drink'''\n* SatiateThirst\n* Adds 0.15u of Ethanol to the solution\n* Adds 0.05u of Uranium to the solution" | |||
}, | |||
{ | |||
"id": "TonicWater", | |||
"group": "Drinks", | |||
"color": "#0064C8", | |||
"textColorTheme": "light", | |||
"parent": "BaseDrink", | |||
"flavor": "tonicwater", | |||
"name": "tonic water", | |||
"desc": "It tastes strange but at least the quinine keeps the Space Malaria at bay.", | |||
"physicalDesc": "fizzy", | |||
"recipes": [], | |||
"effects": [], | |||
"effectLine": "" | |||
}, | |||
{ | |||
"id": "Toxin", | |||
"group": "Toxins", | |||
"color": "#cf3600", | |||
"textColorTheme": "light", | |||
"flavor": "bitter", | |||
"metabolisms": { | |||
"Poison": { | |||
"effects": [ | |||
{ | |||
"class": "HealthChange", | |||
"damage": { | |||
"types": { | |||
"Poison": 4 | |||
} | |||
} | |||
} | |||
] | |||
} | |||
}, | |||
"name": "toxin", | |||
"desc": "An unsurprisingly toxic chemical. Available at an emagged chem dispenser.", | |||
"physicalDesc": "opaque", | |||
"recipes": [ | |||
{ | |||
"type": "reaction", | |||
"id": "ZombieBloodBreakdown", | |||
"reactants": [ | |||
[ | |||
"ZombieBlood", | |||
4, | |||
false, | |||
"ZombieBlood" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Mold", | |||
2, | |||
"mold" | |||
], | |||
[ | |||
"Protein", | |||
1, | |||
"protein" | |||
], | |||
[ | |||
"Toxin", | |||
1, | |||
"toxin" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [ | |||
"'''Poison'''", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E4\u003C/span\u003E Poison" | |||
], | |||
"effectLine": "'''Poison'''\n* Deals \u003Cspan style=\"color:red\"\u003E4\u003C/span\u003E Poison" | |||
}, | |||
{ | |||
"id": "ToxinsSpecial", | |||
"group": "Drinks", | |||
"color": "#665c00", | |||
"textColorTheme": "light", | |||
"parent": "BaseAlcohol", | |||
"flavor": "toxinsspecial", | |||
"name": "toxins special", | |||
"desc": "This thing is ON FIRE! CALL THE DAMN SHUTTLE!", | |||
"physicalDesc": "pungent", | |||
"recipes": [ | |||
{ | |||
"type": "reaction", | |||
"id": "ToxinsSpecial", | |||
"reactants": [ | |||
[ | |||
"Rum", | |||
2, | |||
false, | |||
"rum" | |||
], | |||
[ | |||
"Vermouth", | |||
1, | |||
false, | |||
"vermouth" | |||
], | |||
[ | |||
"Plasma", | |||
2, | |||
false, | |||
"plasma" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"ToxinsSpecial", | |||
5, | |||
"ToxinsSpecial" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [], | |||
"effectLine": "" | |||
}, | |||
{ | |||
"id": "TranexamicAcid", | |||
"group": "Medicine", | |||
"color": "#ba7d7d", | |||
"textColorTheme": "light", | |||
"flavor": "medicine", | |||
"metabolisms": { | |||
"Medicine": { | |||
"effects": [ | |||
{ | |||
"class": "ModifyBleedAmount", | |||
"amount": -1.5 | |||
}, | |||
{ | |||
"class": "HealthChange", | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"min": 15 | |||
} | |||
], | |||
"damage": { | |||
"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", | |||
"recipes": [ | |||
{ | |||
"type": "reaction", | |||
"id": "TranexamicAcid", | |||
"reactants": [ | |||
[ | |||
"Inaprovaline", | |||
1, | |||
false, | |||
"inaprovaline" | |||
], | |||
[ | |||
"SulfuricAcid", | |||
1, | |||
false, | |||
"SulfuricAcid" | |||
], | |||
[ | |||
"Sugar", | |||
1, | |||
false, | |||
"sugar" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"TranexamicAcid", | |||
3, | |||
"TranexamicAcid" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [ | |||
"'''Medicine'''", | |||
"* ModifyBleedAmount", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E3\u003C/span\u003E Bloodloss when there's at least 15u of tranexamicacid" | |||
], | |||
"effectLine": "'''Medicine'''\n* ModifyBleedAmount\n* Deals \u003Cspan style=\"color:red\"\u003E3\u003C/span\u003E Bloodloss when there's at least 15u of tranexamicacid" | |||
}, | |||
{ | |||
"id": "Tricordrazine", | |||
"group": "Medicine", | |||
"color": "#00e5ff", | |||
"textColorTheme": "dark", | |||
"flavor": "medicine", | |||
"metabolisms": { | |||
"Medicine": { | |||
"metabolismRate": 0.2, | |||
"effects": [ | |||
{ | |||
"class": "HealthChange", | |||
"conditions": [ | |||
{ | |||
"class": "TotalDamage", | |||
"max": 40 | |||
} | |||
], | |||
"damage": { | |||
"groups": { | |||
"Brute": -0.9 | |||
}, | |||
"types": { | |||
"Poison": -0.3, | |||
"Heat": -0.3, | |||
"Shock": -0.3, | |||
"Cold": -0.3 | |||
} | |||
} | |||
} | |||
] | |||
} | |||
}, | |||
"name": "tricordrazine", | |||
"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": "opaque", | |||
"recipes": [ | |||
{ | |||
"type": "reaction", | |||
"id": "Tricordrazine", | |||
"reactants": [ | |||
[ | |||
"Inaprovaline", | |||
1, | |||
false, | |||
"inaprovaline" | |||
], | |||
[ | |||
"Multiver", | |||
1, | |||
false, | |||
"Multiver" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Tricordrazine", | |||
2, | |||
"tricordrazine" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [ | |||
"'''Medicine''' (0.2u per second)", | |||
"* Heals \u003Cspan style=\"color:green\"\u003E0.3\u003C/span\u003E Poison", | |||
"* Heals \u003Cspan style=\"color:green\"\u003E0.3\u003C/span\u003E Heat", | |||
"* Heals \u003Cspan style=\"color:green\"\u003E0.3\u003C/span\u003E Shock", | |||
"* Heals \u003Cspan style=\"color:green\"\u003E0.3\u003C/span\u003E Cold", | |||
"* Heals \u003Cspan style=\"color:green\"\u003E0.9\u003C/span\u003E Brute" | |||
], | |||
"effectLine": "'''Medicine''' (0.2u per second)\n* Heals \u003Cspan style=\"color:green\"\u003E0.3\u003C/span\u003E Poison\n* Heals \u003Cspan style=\"color:green\"\u003E0.3\u003C/span\u003E Heat\n* Heals \u003Cspan style=\"color:green\"\u003E0.3\u003C/span\u003E Shock\n* Heals \u003Cspan style=\"color:green\"\u003E0.3\u003C/span\u003E Cold\n* Heals \u003Cspan style=\"color:green\"\u003E0.9\u003C/span\u003E Brute" | |||
}, | |||
{ | |||
"id": "Tritium", | |||
"group": null, | |||
"color": "#66ff33", | |||
"textColorTheme": "dark", | |||
"flavor": "bitter", | |||
"metabolisms": { | |||
"Poison": { | |||
"effects": [ | |||
{ | |||
"class": "HealthChange", | |||
"damage": { | |||
"types": { | |||
"Radiation": 3 | |||
} | |||
} | |||
} | |||
] | |||
}, | |||
"Gas": { | |||
"effects": [ | |||
{ | |||
"class": "HealthChange", | |||
"scaleByQuantity": true, | |||
"ignoreResistances": true, | |||
"damage": { | |||
"types": { | |||
"Radiation": 1 | |||
} | |||
}, | |||
"conditions": [ | |||
{ | |||
"class": "OrganType", | |||
"type": "Thaven", | |||
"shouldHave": false | |||
} | |||
] | |||
}, | |||
{ | |||
"class": "Oxygenate", | |||
"conditions": [ | |||
{ | |||
"class": "OrganType", | |||
"type": "Thaven" | |||
} | |||
] | |||
}, | |||
{ | |||
"class": "AdjustAlert", | |||
"alertType": "Toxins", | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"min": 1.5 | |||
}, | |||
{ | |||
"class": "OrganType", | |||
"type": "Thaven", | |||
"shouldHave": false | |||
} | |||
], | |||
"clear": true, | |||
"time": 5 | |||
} | |||
] | |||
} | |||
}, | |||
"name": "tritium", | |||
"desc": "Radioactive space-magic pixie dust.", | |||
"physicalDesc": "ionizing", | |||
"recipes": [], | |||
"effects": [ | |||
"'''Gas'''", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Radiation", | |||
"* Oxygenate", | |||
"* AdjustAlert when there's at least 1.5u of tritium", | |||
"\n", | |||
"'''Poison'''", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E3\u003C/span\u003E Radiation" | |||
], | |||
"effectLine": "'''Gas'''\n* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Radiation\n* Oxygenate\n* AdjustAlert when there's at least 1.5u of tritium\n\n\n'''Poison'''\n* Deals \u003Cspan style=\"color:red\"\u003E3\u003C/span\u003E Radiation" | |||
}, | |||
{ | |||
"id": "Ultravasculine", | |||
"group": "Medicine", | |||
"color": "#520e30", | |||
"textColorTheme": "light", | |||
"flavor": "medicine", | |||
"metabolisms": { | |||
"Medicine": { | |||
"metabolismRate": 0.2, | |||
"effects": [ | |||
{ | |||
"class": "HealthChange", | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"min": 0, | |||
"max": 30 | |||
} | |||
], | |||
"damage": { | |||
"groups": { | |||
"Toxin": -3, | |||
"Brute": 0.5 | |||
} | |||
} | |||
}, | |||
{ | |||
"class": "HealthChange", | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"min": 30 | |||
} | |||
], | |||
"damage": { | |||
"groups": { | |||
"Toxin": -1, | |||
"Brute": 3 | |||
} | |||
} | |||
}, | |||
{ | |||
"class": "AdjustReagent", | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"reagent": "Histamine", | |||
"min": 1 | |||
} | |||
], | |||
"reagent": "Histamine", | |||
"amount": -1 | |||
}, | |||
{ | |||
"class": "AdjustReagent", | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"reagent": "Histamine", | |||
"min": 1 | |||
} | |||
], | |||
"reagent": "Ultravasculine", | |||
"amount": 0.5 | |||
} | |||
] | |||
} | |||
}, | |||
"name": "ultravasculine", | |||
"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": "thick and grainy", | |||
"recipes": [ | |||
{ | |||
"type": "reaction", | |||
"id": "Ultravasculine", | |||
"reactants": [ | |||
[ | |||
"Histamine", | |||
2, | |||
false, | |||
"histamine" | |||
], | |||
[ | |||
"Plasma", | |||
1, | |||
true, | |||
"plasma" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Ultravasculine", | |||
2, | |||
"ultravasculine" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [ | |||
"'''Medicine''' (0.2u per second)", | |||
"* Heals \u003Cspan style=\"color:green\"\u003E3\u003C/span\u003E Toxin when there's between 0u and 30u of ultravasculine", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E0.5\u003C/span\u003E Brute when there's between 0u and 30u of ultravasculine", | |||
"* Heals \u003Cspan style=\"color:green\"\u003E1\u003C/span\u003E Toxin when there's at least 30u of ultravasculine", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E3\u003C/span\u003E Brute when there's at least 30u of ultravasculine", | |||
"* Removes 1u of Histamine from the solution when there's at least 1u of ultravasculine", | |||
"* Adds 0.5u of Ultravasculine to the solution when there's at least 1u of ultravasculine" | |||
], | |||
"effectLine": "'''Medicine''' (0.2u per second)\n* Heals \u003Cspan style=\"color:green\"\u003E3\u003C/span\u003E Toxin when there's between 0u and 30u of ultravasculine\n* Deals \u003Cspan style=\"color:red\"\u003E0.5\u003C/span\u003E Brute when there's between 0u and 30u of ultravasculine\n* Heals \u003Cspan style=\"color:green\"\u003E1\u003C/span\u003E Toxin when there's at least 30u of ultravasculine\n* Deals \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 ultravasculine\n* Adds 0.5u of Ultravasculine to the solution when there's at least 1u of ultravasculine" | |||
}, | |||
{ | |||
"id": "UncookedAnimalProteins", | |||
"group": "Foods", | |||
"color": "#FFFFE5", | |||
"textColorTheme": "dark", | |||
"flavor": "bitter", | |||
"metabolisms": { | |||
"Food": { | |||
"effects": [ | |||
{ | |||
"class": "PopupMessage", | |||
"conditions": [ | |||
{ | |||
"class": "OrganType", | |||
"type": "Animal", | |||
"shouldHave": false | |||
} | |||
], | |||
"type": "Local", | |||
"visualType": "MediumCaution", | |||
"messages": [ | |||
"generic-reagent-effect-sick" | |||
], | |||
"probability": 0.5 | |||
}, | |||
{ | |||
"class": "ChemVomit", | |||
"probability": 0.1, | |||
"conditions": [ | |||
{ | |||
"class": "OrganType", | |||
"type": "Animal", | |||
"shouldHave": false | |||
} | |||
] | |||
}, | |||
{ | |||
"class": "HealthChange", | |||
"conditions": [ | |||
{ | |||
"class": "OrganType", | |||
"type": "Animal", | |||
"shouldHave": false | |||
} | |||
], | |||
"damage": { | |||
"types": { | |||
"Poison": 1 | |||
} | |||
} | |||
}, | |||
{ | |||
"class": "AdjustReagent", | |||
"conditions": [ | |||
{ | |||
"class": "OrganType", | |||
"type": "Animal", | |||
"shouldHave": true | |||
} | |||
], | |||
"reagent": "Protein", | |||
"amount": 0.5 | |||
} | |||
] | |||
} | |||
}, | |||
"name": "uncooked animal proteins", | |||
"desc": "This is very risky for the stomachs of softer lifeforms to digest.", | |||
"physicalDesc": "clumpy", | |||
"recipes": [], | |||
"effects": [ | |||
"'''Food'''", | |||
"* PopupMessage", | |||
"* ChemVomit", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Poison", | |||
"* Adds 0.5u of Protein to the solution" | |||
], | |||
"effectLine": "'''Food'''\n* PopupMessage\n* ChemVomit\n* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Poison\n* Adds 0.5u of Protein to the solution" | |||
}, | |||
{ | |||
"id": "UnstableMutagen", | |||
"group": "Toxins", | |||
"color": "#00ff5f", | |||
"textColorTheme": "dark", | |||
"flavor": "bitter", | |||
"metabolisms": { | |||
"Poison": { | |||
"effects": [ | |||
{ | |||
"class": "HealthChange", | |||
"damage": { | |||
"types": { | |||
"Radiation": 3 | |||
} | |||
} | |||
} | |||
] | |||
} | |||
}, | |||
"name": "unstable mutagen", | |||
"desc": "Causes mutations when injected into living people or plants. High doses may be lethal, especially in humans.", | |||
"physicalDesc": "glowing", | |||
"recipes": [ | |||
{ | |||
"type": "reaction", | |||
"id": "UnstableMutagen", | |||
"reactants": [ | |||
[ | |||
"Radium", | |||
1, | |||
false, | |||
"radium" | |||
], | |||
[ | |||
"Phosphorus", | |||
1, | |||
false, | |||
"phosphorus" | |||
], | |||
[ | |||
"Chlorine", | |||
1, | |||
false, | |||
"chlorine" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"UnstableMutagen", | |||
3, | |||
"UnstableMutagen" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [ | |||
"'''Poison'''", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E3\u003C/span\u003E Radiation" | |||
], | |||
"effectLine": "'''Poison'''\n* Deals \u003Cspan style=\"color:red\"\u003E3\u003C/span\u003E Radiation", | |||
"boilingPoint": 3.402823e+38, | |||
"meltingPoint": 261 | |||
}, | |||
{ | |||
"id": "Uranium", | |||
"group": "Elements", | |||
"color": "#8fa191", | |||
"textColorTheme": "light", | |||
"flavor": "metallic", | |||
"metabolisms": { | |||
"Poison": { | |||
"effects": [ | |||
{ | |||
"class": "HealthChange", | |||
"damage": { | |||
"types": { | |||
"Radiation": 2 | |||
} | |||
} | |||
} | |||
] | |||
} | |||
}, | |||
"name": "uranium", | |||
"desc": "A grey metallic chemical element in the actinide series, weakly radioactive.", | |||
"physicalDesc": "metallic", | |||
"recipes": [ | |||
{ | |||
"type": "reaction", | |||
"id": "NuclearColaBreakdown", | |||
"reactants": [ | |||
[ | |||
"NuclearCola", | |||
10, | |||
false, | |||
"NuclearCola" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Ipecac", | |||
2, | |||
"ipecac" | |||
], | |||
[ | |||
"Water", | |||
2, | |||
"water" | |||
], | |||
[ | |||
"Sugar", | |||
2, | |||
"sugar" | |||
], | |||
[ | |||
"Uranium", | |||
1, | |||
"uranium" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [ | |||
"'''Poison'''", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Radiation" | |||
], | |||
"effectLine": "'''Poison'''\n* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Radiation", | |||
"boilingPoint": 4131, | |||
"meltingPoint": 1133 | |||
}, | |||
{ | |||
"id": "VentCrud", | |||
"group": "Toxins", | |||
"color": "#000000", | |||
"textColorTheme": "light", | |||
"flavor": "bitter", | |||
"metabolisms": { | |||
"Poison": { | |||
"effects": [ | |||
{ | |||
"class": "HealthChange", | |||
"damage": { | |||
"types": { | |||
"Poison": 2 | |||
} | |||
} | |||
} | |||
] | |||
} | |||
}, | |||
"name": "vent crud", | |||
"desc": "A jet black substance found in poorly maintained ventilation systems. Can cause vent cough.", | |||
"physicalDesc": "sticky", | |||
"recipes": [], | |||
"effects": [ | |||
"'''Poison'''", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Poison" | |||
], | |||
"effectLine": "'''Poison'''\n* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Poison" | |||
}, | |||
{ | |||
"id": "Vermouth", | |||
"group": "Drinks", | |||
"color": "#91FF91", | |||
"textColorTheme": "dark", | |||
"parent": "BaseAlcohol", | |||
"flavor": "vermouth", | |||
"name": "vermouth", | |||
"desc": "Aromatized, fortified white wine flavored with various botanicals.", | |||
"physicalDesc": "aromatic", | |||
"recipes": [], | |||
"effects": [], | |||
"effectLine": "" | |||
}, | |||
{ | |||
"id": "Vestine", | |||
"group": "Toxins", | |||
"color": "#435166", | |||
"textColorTheme": "light", | |||
"flavor": "medicine", | |||
"metabolisms": { | |||
"Poison": { | |||
"effects": [ | |||
{ | |||
"class": "Jitter", | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"min": 5 | |||
} | |||
] | |||
}, | |||
{ | |||
"class": "MovespeedModifier", | |||
"walkSpeedModifier": 0.8, | |||
"sprintSpeedModifier": 0.8 | |||
}, | |||
{ | |||
"class": "HealthChange", | |||
"damage": { | |||
"groups": { | |||
"Airloss": 2 | |||
} | |||
} | |||
} | |||
] | |||
} | |||
}, | |||
"name": "vestine", | |||
"desc": "Has an adverse reaction within the body causing major jittering. While not particularly useful on its own, it can be used to produce a small variety of chemicals.", | |||
"physicalDesc": "shiny", | |||
"recipes": [], | |||
"effects": [ | |||
"'''Poison'''", | |||
"* Causes jittering when there's at least 5u of vestine", | |||
"* MovespeedModifier", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Airloss" | |||
], | |||
"effectLine": "'''Poison'''\n* Causes jittering when there's at least 5u of vestine\n* MovespeedModifier\n* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Airloss" | |||
}, | |||
{ | |||
"id": "Vinaigrette", | |||
"group": "Foods", | |||
"color": "#efdaae", | |||
"textColorTheme": "dark", | |||
"flavor": "sour", | |||
"name": "vinaigrette", | |||
"desc": "A basic salad dressing made with oil, vinegar and seasoning.", | |||
"physicalDesc": "sour", | |||
"recipes": [ | |||
{ | |||
"type": "reaction", | |||
"id": "CookingVinaigrette", | |||
"reactants": [ | |||
[ | |||
"Vinegar", | |||
1, | |||
false, | |||
"vinegar" | |||
], | |||
[ | |||
"OilOlive", | |||
1, | |||
false, | |||
"OilOlive" | |||
], | |||
[ | |||
"Blackpepper", | |||
1, | |||
false, | |||
"black pepper" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Vinaigrette", | |||
3, | |||
"vinaigrette" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [], | |||
"effectLine": "" | |||
}, | |||
{ | |||
"id": "Vinegar", | |||
"group": "Foods", | |||
"color": "tan", | |||
"textColorTheme": "dark", | |||
"flavor": "bitter", | |||
"metabolisms": { | |||
"Food": { | |||
"effects": [ | |||
{ | |||
"class": "AdjustReagent", | |||
"reagent": "Water", | |||
"amount": 0.4 | |||
}, | |||
{ | |||
"class": "AdjustReagent", | |||
"reagent": "Vitamin", | |||
"amount": 0.1 | |||
}, | |||
{ | |||
"class": "ChemVomit", | |||
"probability": 0.1, | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"min": 6 | |||
} | |||
] | |||
} | |||
] | |||
} | |||
}, | |||
"name": "vinegar", | |||
"desc": "Often used to flavor food.", | |||
"physicalDesc": "sour", | |||
"recipes": [ | |||
{ | |||
"type": "reaction", | |||
"id": "CookingVinegar", | |||
"reactants": [ | |||
[ | |||
"Ethanol", | |||
1, | |||
false, | |||
"ethanol" | |||
], | |||
[ | |||
"Oxygen", | |||
1, | |||
false, | |||
"oxygen" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Vinegar", | |||
2, | |||
"vinegar" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [ | |||
"'''Food'''", | |||
"* Adds 0.4u of Water to the solution", | |||
"* Adds 0.1u of Vitamin to the solution", | |||
"* ChemVomit when there's at least 6u of vinegar" | |||
], | |||
"effectLine": "'''Food'''\n* Adds 0.4u of Water to the solution\n* Adds 0.1u of Vitamin to the solution\n* ChemVomit when there's at least 6u of vinegar" | |||
}, | |||
{ | |||
"id": "Vitamin", | |||
"group": "Foods", | |||
"color": "#D3D3D3", | |||
"textColorTheme": "dark", | |||
"flavor": "vitamin", | |||
"metabolisms": { | |||
"Food": { | |||
"effects": [ | |||
{ | |||
"class": "HealthChange", | |||
"probability": 0.5, | |||
"damage": { | |||
"groups": { | |||
"Brute": -0.5, | |||
"Burn": -0.5 | |||
} | |||
} | |||
}, | |||
{ | |||
"class": "ModifyBleedAmount", | |||
"amount": -0.25 | |||
}, | |||
{ | |||
"class": "SatiateHunger", | |||
"value": "" | |||
} | |||
] | |||
} | |||
}, | |||
"name": "vitamin", | |||
"desc": "Found in healthy, complete meals.", | |||
"physicalDesc": "chalky", | |||
"recipes": [], | |||
"effects": [ | |||
"'''Food'''", | |||
"* Heals \u003Cspan style=\"color:green\"\u003E0.5\u003C/span\u003E Brute", | |||
"* Heals \u003Cspan style=\"color:green\"\u003E0.5\u003C/span\u003E Burn", | |||
"* ModifyBleedAmount", | |||
"* SatiateHunger" | |||
], | |||
"effectLine": "'''Food'''\n* Heals \u003Cspan style=\"color:green\"\u003E0.5\u003C/span\u003E Brute\n* Heals \u003Cspan style=\"color:green\"\u003E0.5\u003C/span\u003E Burn\n* ModifyBleedAmount\n* SatiateHunger" | |||
}, | |||
{ | |||
"id": "Vodka", | |||
"group": "Drinks", | |||
"color": "#d1d1d155", | |||
"textColorTheme": "dark", | |||
"parent": "BaseAlcohol", | |||
"flavor": "vodka", | |||
"metabolisms": { | |||
"Drink": { | |||
"effects": [ | |||
{ | |||
"class": "SatiateThirst", | |||
"factor": 2 | |||
}, | |||
{ | |||
"class": "AdjustReagent", | |||
"reagent": "Ethanol", | |||
"amount": 0.2 | |||
} | |||
] | |||
} | |||
}, | |||
"name": "vodka", | |||
"desc": "Clear distilled alcoholic beverage that originates from Poland and Russia.", | |||
"physicalDesc": "strong smelling", | |||
"recipes": [ | |||
{ | |||
"type": "reaction", | |||
"id": "Vodka", | |||
"reactants": [ | |||
[ | |||
"Ethanol", | |||
1, | |||
false, | |||
"ethanol" | |||
], | |||
[ | |||
"Water", | |||
1, | |||
false, | |||
"water" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Vodka", | |||
2, | |||
"vodka" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [ | |||
"'''Drink'''", | |||
"* SatiateThirst", | |||
"* Adds 0.2u of Ethanol to the solution" | |||
], | |||
"effectLine": "'''Drink'''\n* SatiateThirst\n* Adds 0.2u of Ethanol to the solution" | |||
}, | |||
{ | |||
"id": "VodkaMartini", | |||
"group": "Drinks", | |||
"color": "#004666", | |||
"textColorTheme": "light", | |||
"parent": "BaseAlcohol", | |||
"flavor": "vodkamartini", | |||
"metabolisms": { | |||
"Drink": { | |||
"effects": [ | |||
{ | |||
"class": "SatiateThirst", | |||
"factor": 2 | |||
}, | |||
{ | |||
"class": "AdjustReagent", | |||
"reagent": "Ethanol", | |||
"amount": 0.15 | |||
} | |||
] | |||
} | |||
}, | |||
"name": "vodka martini", | |||
"desc": "Vodka instead of Gin. Not quite how 007 enjoyed it, but still delicious.", | |||
"physicalDesc": "strong smelling", | |||
"recipes": [ | |||
{ | |||
"type": "reaction", | |||
"id": "VodkaMartini", | |||
"reactants": [ | |||
[ | |||
"Vermouth", | |||
1, | |||
false, | |||
"vermouth" | |||
], | |||
[ | |||
"Vodka", | |||
2, | |||
false, | |||
"vodka" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"VodkaMartini", | |||
3, | |||
"VodkaMartini" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [ | |||
"'''Drink'''", | |||
"* SatiateThirst", | |||
"* Adds 0.15u of Ethanol to the solution" | |||
], | |||
"effectLine": "'''Drink'''\n* SatiateThirst\n* Adds 0.15u of Ethanol to the solution" | |||
}, | |||
{ | |||
"id": "VodkaRedBool", | |||
"group": "Drinks", | |||
"color": "#c4c27655", | |||
"textColorTheme": "dark", | |||
"parent": "BaseAlcohol", | |||
"flavor": "vodkaredbool", | |||
"metabolisms": { | |||
"Drink": { | |||
"effects": [ | |||
{ | |||
"class": "SatiateThirst", | |||
"factor": 1 | |||
}, | |||
{ | |||
"class": "AdjustReagent", | |||
"reagent": "Ethanol", | |||
"amount": 0.1 | |||
}, | |||
{ | |||
"class": "AdjustReagent", | |||
"reagent": "Theobromine", | |||
"amount": 0.05 | |||
}, | |||
{ | |||
"class": "GenericStatusEffect", | |||
"key": "Drowsiness", | |||
"time": 1, | |||
"type": "Remove" | |||
} | |||
] | |||
} | |||
}, | |||
"name": "vodka red bool", | |||
"desc": "Because heart failure and liver failure go hand in hand.", | |||
"physicalDesc": "bubbly", | |||
"recipes": [ | |||
{ | |||
"type": "reaction", | |||
"id": "VodkaRedBool", | |||
"reactants": [ | |||
[ | |||
"Vodka", | |||
1, | |||
false, | |||
"vodka" | |||
], | |||
[ | |||
"EnergyDrink", | |||
2, | |||
false, | |||
"EnergyDrink" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"VodkaRedBool", | |||
3, | |||
"VodkaRedBool" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [ | |||
"'''Drink'''", | |||
"* SatiateThirst", | |||
"* Adds 0.1u of Ethanol to the solution", | |||
"* Adds 0.05u of Theobromine to the solution", | |||
"* Applies Drowsiness for 1s" | |||
], | |||
"effectLine": "'''Drink'''\n* SatiateThirst\n* Adds 0.1u of Ethanol to the solution\n* Adds 0.05u of Theobromine to the solution\n* Applies Drowsiness for 1s" | |||
}, | |||
{ | |||
"id": "VodkaTonic", | |||
"group": "Drinks", | |||
"color": "#0064C8", | |||
"textColorTheme": "light", | |||
"parent": "BaseAlcohol", | |||
"flavor": "vodkatonic", | |||
"metabolisms": { | |||
"Drink": { | |||
"effects": [ | |||
{ | |||
"class": "SatiateThirst", | |||
"factor": 2 | |||
}, | |||
{ | |||
"class": "AdjustReagent", | |||
"reagent": "Ethanol", | |||
"amount": 0.07 | |||
} | |||
] | |||
} | |||
}, | |||
"name": "vodka tonic", | |||
"desc": "For when a gin and tonic isn't russian enough.", | |||
"physicalDesc": "strong smelling", | |||
"recipes": [ | |||
{ | |||
"type": "reaction", | |||
"id": "VodkaTonic", | |||
"reactants": [ | |||
[ | |||
"Vodka", | |||
1, | |||
false, | |||
"vodka" | |||
], | |||
[ | |||
"TonicWater", | |||
2, | |||
false, | |||
"TonicWater" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"VodkaTonic", | |||
3, | |||
"VodkaTonic" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [ | |||
"'''Drink'''", | |||
"* SatiateThirst", | |||
"* Adds 0.07u of Ethanol to the solution" | |||
], | |||
"effectLine": "'''Drink'''\n* SatiateThirst\n* Adds 0.07u of Ethanol to the solution" | |||
}, | |||
{ | |||
"id": "Vomit", | |||
"group": "Biological", | |||
"color": "#87ab08", | |||
"textColorTheme": "light", | |||
"flavor": "terrible", | |||
"metabolisms": { | |||
"Drink": { | |||
"effects": [ | |||
{ | |||
"class": "SatiateThirst", | |||
"factor": 0.5 | |||
}, | |||
{ | |||
"class": "AdjustReagent", | |||
"reagent": "Nutriment", | |||
"amount": 0.1 | |||
} | |||
] | |||
} | |||
}, | |||
"name": "vomit", | |||
"desc": "You can see a few chunks of someone's last meal in it.", | |||
"physicalDesc": "pungent", | |||
"recipes": [], | |||
"effects": [ | |||
"'''Drink'''", | |||
"* SatiateThirst", | |||
"* Adds 0.1u of Nutriment to the solution" | |||
], | |||
"effectLine": "'''Drink'''\n* SatiateThirst\n* Adds 0.1u of Nutriment to the solution", | |||
"boilingPoint": 100, | |||
"meltingPoint": 0 | |||
}, | |||
{ | |||
"id": "Water", | |||
"group": "Drinks", | |||
"color": "#75b1f0", | |||
"textColorTheme": "light", | |||
"parent": "BaseDrink", | |||
"flavor": "water", | |||
"metabolisms": { | |||
"Drink": { | |||
"effects": [ | |||
{ | |||
"class": "SatiateThirst", | |||
"factor": 4 | |||
} | |||
] | |||
}, | |||
"Gas": { | |||
"effects": [ | |||
{ | |||
"class": "Oxygenate", | |||
"conditions": [ | |||
{ | |||
"class": "OrganType", | |||
"type": "Thaven" | |||
} | |||
] | |||
}, | |||
{ | |||
"class": "SatiateThirst", | |||
"conditions": [ | |||
{ | |||
"class": "OrganType", | |||
"type": "Thaven" | |||
} | |||
], | |||
"factor": 0.1 | |||
} | |||
] | |||
} | |||
}, | |||
"name": "water", | |||
"desc": "A colorless liquid that humans need in order to survive.", | |||
"physicalDesc": "translucent", | |||
"recipes": [ | |||
{ | |||
"type": "reaction", | |||
"id": "BloodBreakdown", | |||
"reactants": [ | |||
[ | |||
"Blood", | |||
20, | |||
false, | |||
"blood" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Water", | |||
11, | |||
"water" | |||
], | |||
[ | |||
"Iron", | |||
0, | |||
"iron" | |||
], | |||
[ | |||
"Sugar", | |||
2, | |||
"sugar" | |||
], | |||
[ | |||
"CarbonDioxide", | |||
3, | |||
"CarbonDioxide" | |||
], | |||
[ | |||
"Protein", | |||
4, | |||
"protein" | |||
] | |||
] | |||
}, | |||
{ | |||
"type": "reaction", | |||
"id": "InsectBloodBreakdown", | |||
"reactants": [ | |||
[ | |||
"InsectBlood", | |||
30, | |||
false, | |||
"InsectBlood" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Water", | |||
14, | |||
"water" | |||
], | |||
[ | |||
"Sodium", | |||
3, | |||
"sodium" | |||
], | |||
[ | |||
"Chlorine", | |||
1, | |||
"chlorine" | |||
], | |||
[ | |||
"CarbonDioxide", | |||
5, | |||
"CarbonDioxide" | |||
], | |||
[ | |||
"Protein", | |||
6, | |||
"protein" | |||
] | |||
] | |||
}, | |||
{ | |||
"type": "reaction", | |||
"id": "SlimeBloodBreakdown", | |||
"reactants": [ | |||
[ | |||
"Slime", | |||
5, | |||
false, | |||
"slime" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Water", | |||
4, | |||
"water" | |||
], | |||
[ | |||
"Nitrogen", | |||
1, | |||
"nitrogen" | |||
] | |||
] | |||
}, | |||
{ | |||
"type": "reaction", | |||
"id": "SapBloodBreakdown", | |||
"reactants": [ | |||
[ | |||
"Sap", | |||
10, | |||
false, | |||
"sap" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Water", | |||
9, | |||
"water" | |||
], | |||
[ | |||
"Sugar", | |||
1, | |||
"sugar" | |||
] | |||
] | |||
}, | |||
{ | |||
"type": "reaction", | |||
"id": "CopperBloodBreakdown", | |||
"reactants": [ | |||
[ | |||
"CopperBlood", | |||
20, | |||
false, | |||
"CopperBlood" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Water", | |||
11, | |||
"water" | |||
], | |||
[ | |||
"Copper", | |||
0, | |||
"copper" | |||
], | |||
[ | |||
"Sugar", | |||
2, | |||
"sugar" | |||
], | |||
[ | |||
"CarbonDioxide", | |||
3, | |||
"CarbonDioxide" | |||
], | |||
[ | |||
"Protein", | |||
4, | |||
"protein" | |||
] | |||
] | |||
}, | |||
{ | |||
"type": "reaction", | |||
"id": "AmmoniaBloodBreakdown", | |||
"reactants": [ | |||
[ | |||
"AmmoniaBlood", | |||
30, | |||
false, | |||
"AmmoniaBlood" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Water", | |||
17, | |||
"water" | |||
], | |||
[ | |||
"Nitrogen", | |||
4, | |||
"nitrogen" | |||
], | |||
[ | |||
"Chlorine", | |||
2, | |||
"chlorine" | |||
], | |||
[ | |||
"Protein", | |||
6, | |||
"protein" | |||
] | |||
] | |||
}, | |||
{ | |||
"type": "reaction", | |||
"id": "NuclearColaBreakdown", | |||
"reactants": [ | |||
[ | |||
"NuclearCola", | |||
10, | |||
false, | |||
"NuclearCola" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Ipecac", | |||
2, | |||
"ipecac" | |||
], | |||
[ | |||
"Water", | |||
2, | |||
"water" | |||
], | |||
[ | |||
"Sugar", | |||
2, | |||
"sugar" | |||
], | |||
[ | |||
"Uranium", | |||
1, | |||
"uranium" | |||
] | |||
] | |||
}, | |||
{ | |||
"type": "reaction", | |||
"id": "OilBreakdown", | |||
"reactants": [ | |||
[ | |||
"Oil", | |||
10, | |||
false, | |||
"oil" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Fat", | |||
6, | |||
"fat" | |||
], | |||
[ | |||
"Water", | |||
3, | |||
"water" | |||
], | |||
[ | |||
"Protein", | |||
1, | |||
"protein" | |||
] | |||
] | |||
}, | |||
{ | |||
"type": "reaction", | |||
"id": "AllicinBreakdown", | |||
"reactants": [ | |||
[ | |||
"Allicin", | |||
4, | |||
false, | |||
"allicin" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Sulfur", | |||
2, | |||
"sulfur" | |||
], | |||
[ | |||
"Carbon", | |||
1, | |||
"carbon" | |||
], | |||
[ | |||
"Water", | |||
1, | |||
"water" | |||
] | |||
] | |||
}, | |||
{ | |||
"type": "reaction", | |||
"id": "NutrimentBreakdown", | |||
"reactants": [ | |||
[ | |||
"Nutriment", | |||
5, | |||
false, | |||
"nutriment" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Water", | |||
2, | |||
"water" | |||
], | |||
[ | |||
"Carbon", | |||
2, | |||
"carbon" | |||
], | |||
[ | |||
"Sugar", | |||
1, | |||
"sugar" | |||
] | |||
] | |||
}, | |||
{ | |||
"type": "reaction", | |||
"id": "VitaminBreakdown", | |||
"reactants": [ | |||
[ | |||
"Vitamin", | |||
4, | |||
false, | |||
"vitamin" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Carbon", | |||
1, | |||
"carbon" | |||
], | |||
[ | |||
"Water", | |||
1, | |||
"water" | |||
], | |||
[ | |||
"Nitrogen", | |||
2, | |||
"nitrogen" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [ | |||
"'''Drink'''", | |||
"* SatiateThirst", | |||
"\n", | |||
"'''Gas'''", | |||
"* Oxygenate", | |||
"* SatiateThirst" | |||
], | |||
"effectLine": "'''Drink'''\n* SatiateThirst\n\n\n'''Gas'''\n* Oxygenate\n* SatiateThirst", | |||
"boilingPoint": 100, | |||
"meltingPoint": 0 | |||
}, | |||
{ | |||
"id": "WatermelonWakeup", | |||
"group": "Drinks", | |||
"color": "#d49dca", | |||
"textColorTheme": "light", | |||
"parent": "BaseAlcohol", | |||
"flavor": "watermelonwakeup", | |||
"metabolisms": { | |||
"Drink": { | |||
"effects": [ | |||
{ | |||
"class": "SatiateThirst", | |||
"factor": 1 | |||
}, | |||
{ | |||
"class": "AdjustReagent", | |||
"reagent": "Ethanol", | |||
"amount": 0.07 | |||
}, | |||
{ | |||
"class": "AdjustReagent", | |||
"reagent": "Theobromine", | |||
"amount": 0.05 | |||
}, | |||
{ | |||
"class": "GenericStatusEffect", | |||
"key": "Drowsiness", | |||
"time": 1, | |||
"type": "Remove" | |||
} | |||
] | |||
} | |||
}, | |||
"name": "watermelon wakeup", | |||
"desc": "If you want to be awake, this will do it... Also sweet.", | |||
"physicalDesc": "sweet", | |||
"recipes": [ | |||
{ | |||
"type": "reaction", | |||
"id": "WatermelonWakeup", | |||
"reactants": [ | |||
[ | |||
"JuiceWatermelon", | |||
1, | |||
false, | |||
"JuiceWatermelon" | |||
], | |||
[ | |||
"Whiskey", | |||
1, | |||
false, | |||
"whiskey" | |||
], | |||
[ | |||
"EnergyDrink", | |||
1, | |||
false, | |||
"EnergyDrink" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"WatermelonWakeup", | |||
3, | |||
"WatermelonWakeup" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [ | |||
"'''Drink'''", | |||
"* SatiateThirst", | |||
"* Adds 0.07u of Ethanol to the solution", | |||
"* Adds 0.05u of Theobromine to the solution", | |||
"* Applies Drowsiness for 1s" | |||
], | |||
"effectLine": "'''Drink'''\n* SatiateThirst\n* Adds 0.07u of Ethanol to the solution\n* Adds 0.05u of Theobromine to the solution\n* Applies Drowsiness for 1s" | |||
}, | |||
{ | |||
"id": "WeedKiller", | |||
"group": "Botanical", | |||
"color": "#968395", | |||
"textColorTheme": "light", | |||
"flavor": "bitter", | |||
"metabolisms": { | |||
"Poison": { | |||
"effects": [ | |||
{ | |||
"class": "HealthChange", | |||
"damage": { | |||
"types": { | |||
"Poison": 4 | |||
} | |||
}, | |||
"conditions": [ | |||
{ | |||
"class": "OrganType", | |||
"type": "Plant" | |||
} | |||
] | |||
} | |||
] | |||
} | |||
}, | |||
"name": "weed killer", | |||
"desc": "A mixture that targets weeds. Very effective against kudzu. While useful it slowly poisons plants with toxins, be careful when using it.", | |||
"physicalDesc": "bubbling", | |||
"recipes": [], | |||
"effects": [ | |||
"'''Poison'''", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E4\u003C/span\u003E Poison" | |||
], | |||
"effectLine": "'''Poison'''\n* Deals \u003Cspan style=\"color:red\"\u003E4\u003C/span\u003E Poison" | |||
}, | |||
{ | |||
"id": "WeldingFuel", | |||
"group": null, | |||
"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": [ | |||
"'''Poison'''", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Poison", | |||
"* FlammableReaction" | |||
], | |||
"effectLine": "'''Poison'''\n* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Poison\n* FlammableReaction", | |||
"boilingPoint": -84.7, | |||
"meltingPoint": -80.7 | |||
}, | |||
{ | |||
"id": "Whiskey", | |||
"group": "Drinks", | |||
"color": "#ee7732", | |||
"textColorTheme": "light", | |||
"parent": "BaseAlcohol", | |||
"flavor": "whiskey", | |||
"metabolisms": { | |||
"Drink": { | |||
"effects": [ | |||
{ | |||
"class": "SatiateThirst", | |||
"factor": 2 | |||
}, | |||
{ | |||
"class": "AdjustReagent", | |||
"reagent": "Ethanol", | |||
"amount": 0.2 | |||
} | |||
] | |||
} | |||
}, | |||
"name": "whiskey", | |||
"desc": "A type of distilled alcoholic beverage made from fermented grain mash.", | |||
"physicalDesc": "strong smelling", | |||
"recipes": [], | |||
"effects": [ | |||
"'''Drink'''", | |||
"* SatiateThirst", | |||
"* Adds 0.2u of Ethanol to the solution" | |||
], | |||
"effectLine": "'''Drink'''\n* SatiateThirst\n* Adds 0.2u of Ethanol to the solution" | |||
}, | |||
{ | |||
"id": "WhiskeyCola", | |||
"group": "Drinks", | |||
"color": "#3E1B00", | |||
"textColorTheme": "light", | |||
"parent": "BaseAlcohol", | |||
"flavor": "whiskeycola", | |||
"metabolisms": { | |||
"Drink": { | |||
"effects": [ | |||
{ | |||
"class": "SatiateThirst", | |||
"factor": 2 | |||
}, | |||
{ | |||
"class": "AdjustReagent", | |||
"reagent": "Ethanol", | |||
"amount": 0.07 | |||
} | |||
] | |||
} | |||
}, | |||
"name": "whiskey cola", | |||
"desc": "Whiskey, mixed with cola. Surprisingly refreshing.", | |||
"physicalDesc": "bubbly", | |||
"recipes": [ | |||
{ | |||
"type": "reaction", | |||
"id": "WhiskeyCola", | |||
"reactants": [ | |||
[ | |||
"Cola", | |||
2, | |||
false, | |||
"Space Cola" | |||
], | |||
[ | |||
"Whiskey", | |||
1, | |||
false, | |||
"whiskey" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"WhiskeyCola", | |||
3, | |||
"WhiskeyCola" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [ | |||
"'''Drink'''", | |||
"* SatiateThirst", | |||
"* Adds 0.07u of Ethanol to the solution" | |||
], | |||
"effectLine": "'''Drink'''\n* SatiateThirst\n* Adds 0.07u of Ethanol to the solution" | |||
}, | |||
{ | |||
"id": "WhiskeySoda", | |||
"group": "Drinks", | |||
"color": "#533600", | |||
"textColorTheme": "light", | |||
"parent": "BaseAlcohol", | |||
"flavor": "whiskeycola", | |||
"metabolisms": { | |||
"Drink": { | |||
"effects": [ | |||
{ | |||
"class": "SatiateThirst", | |||
"factor": 2 | |||
}, | |||
{ | |||
"class": "AdjustReagent", | |||
"reagent": "Ethanol", | |||
"amount": 0.07 | |||
} | |||
] | |||
} | |||
}, | |||
"name": "whiskey soda", | |||
"desc": "For the more refined griffon.", | |||
"physicalDesc": "fizzy", | |||
"recipes": [ | |||
{ | |||
"type": "reaction", | |||
"id": "WhiskeySoda", | |||
"reactants": [ | |||
[ | |||
"SodaWater", | |||
2, | |||
false, | |||
"SodaWater" | |||
], | |||
[ | |||
"Whiskey", | |||
1, | |||
false, | |||
"whiskey" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"WhiskeySoda", | |||
3, | |||
"WhiskeySoda" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [ | |||
"'''Drink'''", | |||
"* SatiateThirst", | |||
"* Adds 0.07u of Ethanol to the solution" | |||
], | |||
"effectLine": "'''Drink'''\n* SatiateThirst\n* Adds 0.07u of Ethanol to the solution" | |||
}, | |||
{ | |||
"id": "WhiteGilgamesh", | |||
"group": "Drinks", | |||
"color": "#e5d27e", | |||
"textColorTheme": "dark", | |||
"parent": "BaseDrink", | |||
"flavor": "white-gilgamesh", | |||
"metabolisms": { | |||
"Drink": { | |||
"effects": [ | |||
{ | |||
"class": "SatiateThirst", | |||
"factor": 1 | |||
}, | |||
{ | |||
"class": "AdjustReagent", | |||
"reagent": "Ethanol", | |||
"amount": 0.15 | |||
} | |||
] | |||
} | |||
}, | |||
"name": "White Gilgamesh", | |||
"desc": "A sickening mixture of milk and beer. Makes you feel like you're made of wood.", | |||
"physicalDesc": "creamy", | |||
"recipes": [ | |||
{ | |||
"type": "reaction", | |||
"id": "WhiteGilgamesh", | |||
"reactants": [ | |||
[ | |||
"Beer", | |||
2, | |||
false, | |||
"beer" | |||
], | |||
[ | |||
"Milk", | |||
1, | |||
false, | |||
"milk" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"WhiteGilgamesh", | |||
3, | |||
"WhiteGilgamesh" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [ | |||
"'''Drink'''", | |||
"* SatiateThirst", | |||
"* Adds 0.15u of Ethanol to the solution" | |||
], | |||
"effectLine": "'''Drink'''\n* SatiateThirst\n* Adds 0.15u of Ethanol to the solution" | |||
}, | |||
{ | |||
"id": "WhiteRussian", | |||
"group": "Drinks", | |||
"color": "#A68340", | |||
"textColorTheme": "light", | |||
"parent": "BaseAlcohol", | |||
"flavor": "whiterussian", | |||
"metabolisms": { | |||
"Drink": { | |||
"effects": [ | |||
{ | |||
"class": "SatiateThirst", | |||
"factor": 2 | |||
}, | |||
{ | |||
"class": "AdjustReagent", | |||
"reagent": "Ethanol", | |||
"amount": 0.15 | |||
} | |||
] | |||
} | |||
}, | |||
"name": "White Russian", | |||
"desc": "That's just, like, your opinion, man...", | |||
"physicalDesc": "strong smelling", | |||
"recipes": [ | |||
{ | |||
"type": "reaction", | |||
"id": "WhiteRussian", | |||
"reactants": [ | |||
[ | |||
"BlackRussian", | |||
1, | |||
false, | |||
"BlackRussian" | |||
], | |||
[ | |||
"Cream", | |||
1, | |||
false, | |||
"cream" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"WhiteRussian", | |||
2, | |||
"WhiteRussian" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [ | |||
"'''Drink'''", | |||
"* SatiateThirst", | |||
"* Adds 0.15u of Ethanol to the solution" | |||
], | |||
"effectLine": "'''Drink'''\n* SatiateThirst\n* Adds 0.15u of Ethanol to the solution" | |||
}, | |||
{ | |||
"id": "Wine", | |||
"group": "Drinks", | |||
"color": "#7E4043", | |||
"textColorTheme": "light", | |||
"parent": "BaseAlcohol", | |||
"flavor": "shittywine", | |||
"name": "wine", | |||
"desc": "A premium alcoholic beverage made from distilled grape juice.", | |||
"physicalDesc": "translucent", | |||
"recipes": [ | |||
{ | |||
"type": "reaction", | |||
"id": "BloodToWine", | |||
"reactants": [ | |||
[ | |||
"Blood", | |||
1, | |||
false, | |||
"blood" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"Wine", | |||
1, | |||
"wine" | |||
] | |||
], | |||
"impact": "Low" | |||
} | |||
], | |||
"effects": [], | |||
"effectLine": "" | |||
}, | |||
{ | |||
"id": "XenoBasher", | |||
"group": "Drinks", | |||
"color": "#4d6600", | |||
"textColorTheme": "light", | |||
"parent": "BaseAlcohol", | |||
"flavor": "xenobasher", | |||
"metabolisms": { | |||
"Drink": { | |||
"effects": [ | |||
{ | |||
"class": "SatiateThirst", | |||
"factor": 1 | |||
}, | |||
{ | |||
"class": "AdjustReagent", | |||
"reagent": "Ethanol", | |||
"amount": 0.15 | |||
}, | |||
{ | |||
"class": "AdjustReagent", | |||
"reagent": "Theobromine", | |||
"amount": 0.05 | |||
}, | |||
{ | |||
"class": "GenericStatusEffect", | |||
"key": "Drowsiness", | |||
"time": 1, | |||
"type": "Remove" | |||
} | |||
] | |||
} | |||
}, | |||
"name": "Xeno Basher", | |||
"desc": "The perfect drink before an expedition.", | |||
"physicalDesc": "fizzy and creamy", | |||
"recipes": [ | |||
{ | |||
"type": "reaction", | |||
"id": "XenoBasher", | |||
"reactants": [ | |||
[ | |||
"ManlyDorf", | |||
2, | |||
false, | |||
"ManlyDorf" | |||
], | |||
[ | |||
"EnergyDrink", | |||
1, | |||
false, | |||
"EnergyDrink" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"XenoBasher", | |||
3, | |||
"XenoBasher" | |||
] | |||
] | |||
} | |||
], | |||
"effects": [ | |||
"'''Drink'''", | |||
"* SatiateThirst", | |||
"* Adds 0.15u of Ethanol to the solution", | |||
"* Adds 0.05u of Theobromine to the solution", | |||
"* Applies Drowsiness for 1s" | |||
], | |||
"effectLine": "'''Drink'''\n* SatiateThirst\n* Adds 0.15u of Ethanol to the solution\n* Adds 0.05u of Theobromine to the solution\n* Applies Drowsiness for 1s" | |||
}, | |||
{ | |||
"id": "Zauker", | |||
"group": null, | |||
"color": "#1c1a1a", | |||
"textColorTheme": "light", | |||
"flavor": "bitter", | |||
"metabolisms": { | |||
"Gas": { | |||
"effects": [ | |||
{ | |||
"class": "HealthChange", | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"reagent": "Zauker", | |||
"min": 0.25, | |||
"max": 12 | |||
} | |||
], | |||
"scaleByQuantity": true, | |||
"ignoreResistances": true, | |||
"damage": { | |||
"types": { | |||
"Slash": 6, | |||
"Heat": 2, | |||
"Poison": 2, | |||
"Bloodloss": 1 | |||
} | |||
} | |||
}, | |||
{ | |||
"class": "HealthChange", | |||
"conditions": [ | |||
{ | |||
"class": "ReagentThreshold", | |||
"reagent": "Zauker", | |||
"min": 12 | |||
} | |||
], | |||
"ignoreResistances": true, | |||
"damage": { | |||
"types": { | |||
"Slash": 30, | |||
"Heat": 10, | |||
"Poison": 10, | |||
"Bloodloss": 5 | |||
} | |||
} | |||
} | |||
] | |||
} | |||
}, | |||
"name": "zauker", | |||
"desc": "A highly toxic gas, it's production is highly regulated on top of being difficult. It also breaks down when in contact with nitrogen.", | |||
"physicalDesc": "gaseous", | |||
"recipes": [], | |||
"effects": [ | |||
"'''Gas'''", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E6\u003C/span\u003E Slash when there's between 0.25u and 12u of zauker", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Heat when there's between 0.25u and 12u of zauker", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Poison when there's between 0.25u and 12u of zauker", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Bloodloss when there's between 0.25u and 12u of zauker", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E30\u003C/span\u003E Slash when there's at least 12u of zauker", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E10\u003C/span\u003E Heat when there's at least 12u of zauker", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E10\u003C/span\u003E Poison when there's at least 12u of zauker", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E5\u003C/span\u003E Bloodloss when there's at least 12u of zauker" | |||
], | |||
"effectLine": "'''Gas'''\n* Deals \u003Cspan style=\"color:red\"\u003E6\u003C/span\u003E Slash when there's between 0.25u and 12u of zauker\n* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Heat when there's between 0.25u and 12u of zauker\n* Deals \u003Cspan style=\"color:red\"\u003E2\u003C/span\u003E Poison when there's between 0.25u and 12u of zauker\n* Deals \u003Cspan style=\"color:red\"\u003E1\u003C/span\u003E Bloodloss when there's between 0.25u and 12u of zauker\n* Deals \u003Cspan style=\"color:red\"\u003E30\u003C/span\u003E Slash when there's at least 12u of zauker\n* Deals \u003Cspan style=\"color:red\"\u003E10\u003C/span\u003E Heat when there's at least 12u of zauker\n* Deals \u003Cspan style=\"color:red\"\u003E10\u003C/span\u003E Poison when there's at least 12u of zauker\n* Deals \u003Cspan style=\"color:red\"\u003E5\u003C/span\u003E Bloodloss when there's at least 12u of zauker" | |||
}, | |||
{ | |||
"id": "Zinc", | |||
"group": "Elements", | |||
"color": "#bababa", | |||
"textColorTheme": "light", | |||
"flavor": "metallic", | |||
"name": "zinc", | |||
"desc": "A silvery, brittle metal, often used in batteries to carry charge.", | |||
"physicalDesc": "shiny", | |||
"recipes": [], | |||
"effects": [], | |||
"effectLine": "", | |||
"boilingPoint": 907, | |||
"meltingPoint": 419.5 | |||
}, | |||
{ | |||
"id": "ZombieBlood", | |||
"group": "Biological", | |||
"color": "#2b0700", | |||
"textColorTheme": "light", | |||
"flavor": "bitter", | |||
"metabolisms": { | |||
"Drink": { | |||
"effects": [ | |||
{ | |||
"class": "SatiateThirst", | |||
"factor": -0.5 | |||
} | |||
] | |||
}, | |||
"Poison": { | |||
"effects": [ | |||
{ | |||
"class": "HealthChange", | |||
"damage": { | |||
"types": { | |||
"Poison": 4 | |||
} | |||
} | |||
}, | |||
{ | |||
"class": "ChemVomit", | |||
"probability": 0.25 | |||
} | |||
] | |||
} | |||
}, | |||
"name": "zombie blood", | |||
"desc": "Would not advise eating. Can be used to create an inoculation against the infection.", | |||
"physicalDesc": "necrotic", | |||
"recipes": [], | |||
"effects": [ | |||
"'''Drink'''", | |||
"* SatiateThirst", | |||
"\n", | |||
"'''Poison'''", | |||
"* Deals \u003Cspan style=\"color:red\"\u003E4\u003C/span\u003E Poison", | |||
"* ChemVomit" | |||
], | |||
"effectLine": "'''Drink'''\n* SatiateThirst\n\n\n'''Poison'''\n* Deals \u003Cspan style=\"color:red\"\u003E4\u003C/span\u003E Poison\n* ChemVomit" | |||
}, | |||
{ | |||
"id": "ZombieCocktail", | |||
"group": "Drinks", | |||
"color": "#d17844", | |||
"textColorTheme": "light", | |||
"parent": "BaseAlcohol", | |||
"flavor": "zombiecocktail", | |||
"metabolisms": { | |||
"Drink": { | |||
"effects": [ | |||
{ | |||
"class": "SatiateThirst", | |||
"factor": 1 | |||
}, | |||
{ | |||
"class": "AdjustReagent", | |||
"reagent": "Ethanol", | |||
"amount": 0.25 | |||
} | |||
] | |||
} | |||
}, | |||
"name": "Zombie", | |||
"desc": "It gets in your head. Your he-eyeh-ead.", | |||
"physicalDesc": "strong smelling", | |||
"recipes": [ | |||
{ | |||
"type": "reaction", | |||
"id": "ZombieCocktail", | |||
"reactants": [ | |||
[ | |||
"Rum", | |||
2, | |||
false, | |||
"rum" | |||
], | |||
[ | |||
"Grenadine", | |||
1, | |||
false, | |||
"grenadine" | |||
], | |||
[ | |||
"ZombieBlood", | |||
1, | |||
false, | |||
"ZombieBlood" | |||
] | |||
], | |||
"products": [ | |||
[ | |||
"ZombieCocktail", | |||
4, | |||
"Zombie" | |||
] | ] | ||
] | ] | ||
} | } | ||
], | ], | ||
"effects": [ | "effects": [ | ||
"''' | "'''Drink'''", | ||
"* SatiateThirst", | |||
"* | "* Adds 0.25u of Ethanol to the solution" | ||
"* Adds 0. | |||
], | ], | ||
"effectLine": "''' | "effectLine": "'''Drink'''\n* SatiateThirst\n* Adds 0.25u of Ethanol to the solution" | ||
} | } | ||
] | ] | ||
Revision as of 18:54, 6 September 2025
|