(Update chem_prototypes.json via GitHub Actions) |
m (Protected "User:StationAI/chem prototypes.json" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))) |
||
(3 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{ | { | ||
" | "Nicotine": { | ||
"id": " | "id": "Nicotine", | ||
"name": " | "name": "Nicotine", | ||
"group": "Narcotics", | |||
"desc": "Dangerous and highly addictive.", | |||
"physicalDesc": "strong-smelling", | |||
"color": "#C0C0C0FF", | |||
"recipes": [], | |||
"metabolisms": null | |||
}, | |||
"Phlogiston": { | |||
"id": "Phlogiston", | |||
"name": "phlogiston", | |||
"group": "Pyrotechnic", | "group": "Pyrotechnic", | ||
"desc": " | "desc": "Catches you on fire and makes you ignite.", | ||
"physicalDesc": " | "physicalDesc": "burning", | ||
"color": "# | "color": "#D4872AFF", | ||
"recipes": [ | "recipes": [ | ||
" | "Phlogiston" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Poison": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"damage": { | |||
"types": { | |||
"Heat": 3 | |||
}, | |||
"groups": null | |||
}, | |||
"scaleByQuantity": false, | |||
"ignoreResistances": true, | |||
"conditions": null, | |||
"probability": 1, | |||
"id": "HealthChange" | |||
}, | |||
{ | |||
"Multiplier": 0.1, | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
" | "id": "FlammableReaction" | ||
"id": " | }, | ||
{ | |||
"Amount": 6000, | |||
"conditions": null, | |||
"probability": 1, | |||
"id": "AdjustTemperature" | |||
} | } | ||
] | ] | ||
Line 34: | Line 53: | ||
} | } | ||
}, | }, | ||
" | "Fluorosurfactant": { | ||
"id": " | "id": "Fluorosurfactant", | ||
"name": " | "name": "fluorosurfactant", | ||
"group": " | "group": "Pyrotechnic", | ||
"desc": "A | "desc": "A perfluoronated sulfonic acid that forms a foam when mixed with water.", | ||
"physicalDesc": " | "physicalDesc": "opaque", | ||
"color": "# | "color": "#9E6B38FF", | ||
"recipes": [], | "recipes": [ | ||
"Fluorosurfactant" | |||
], | |||
"metabolisms": null | "metabolisms": null | ||
}, | }, | ||
" | "Vinegar": { | ||
"id": " | "id": "Vinegar", | ||
"name": " | "name": "vinegar", | ||
"group": " | "group": "Foods", | ||
"desc": " | "desc": "Often used to flavor food.", | ||
"physicalDesc": " | "physicalDesc": "sour", | ||
"color": "# | "color": "#D2B48CFF", | ||
"recipes": [ | "recipes": [ | ||
" | "CookingVinegar" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Food": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"Reagent": "Water", | |||
"Group": null, | |||
"Amount": 0.4, | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": "AdjustReagent" | |||
"id": " | |||
}, | }, | ||
{ | { | ||
"Reagent": " | "Reagent": "Vitamin", | ||
"Group": null, | "Group": null, | ||
"Amount": 0. | "Amount": 0.1, | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": "AdjustReagent" | "id": "AdjustReagent" | ||
}, | |||
{ | |||
"ThirstAmount": -40, | |||
"HungerAmount": -40, | |||
"conditions": [ | |||
{ | |||
"Min": 6, | |||
"Max": 21474836, | |||
"Reagent": null, | |||
"id": "ReagentThreshold" | |||
} | |||
], | |||
"probability": 0.1, | |||
"id": "ChemVomit" | |||
} | } | ||
] | ] | ||
Line 76: | Line 113: | ||
} | } | ||
}, | }, | ||
" | "Tequila": { | ||
"id": " | "id": "Tequila", | ||
"name": " | "name": "tequila", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "A strong and mildly flavoured, mexican produced spirit.", | ||
"physicalDesc": "strong-smelling", | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#D7D1D155", | ||
"recipes": [ | "recipes": [], | ||
"metabolisms": { | |||
"metabolisms": { | |||
"Drink": { | "Drink": { | ||
"rate": 0.5, | "rate": 0.5, | ||
Line 99: | Line 134: | ||
"Reagent": "Ethanol", | "Reagent": "Ethanol", | ||
"Group": null, | "Group": null, | ||
"Amount": 0. | "Amount": 0.2, | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
Line 108: | Line 143: | ||
} | } | ||
}, | }, | ||
" | "ChangelingSting": { | ||
"id": " | "id": "ChangelingSting", | ||
"name": " | "name": "changeling sting", | ||
"group": " | "group": "Drinks", | ||
"desc": " | "desc": "You take a tiny sip and feel a burning sensation...", | ||
"physicalDesc": " | "physicalDesc": "fizzy", | ||
"color": "# | "color": "#2E6671FF", | ||
"recipes": [], | |||
"metabolisms": { | |||
"Drink": { | |||
"rate": 0.5, | |||
"effects": [ | |||
{ | |||
"conditions": null, | |||
"probability": 1, | |||
"HydrationFactor": 2, | |||
"id": "SatiateThirst" | |||
} | |||
] | |||
} | |||
} | |||
}, | |||
"Dermaline": { | |||
"id": "Dermaline", | |||
"name": "dermaline", | |||
"group": "Medicine", | |||
"desc": "An advanced chemical that is more effective at treating burn damage than Kelotane.", | |||
"physicalDesc": "translucent", | |||
"color": "#215263FF", | |||
"recipes": [ | "recipes": [ | ||
" | "Dermaline" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
Line 125: | Line 182: | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
" | "Heat": -1, | ||
" | "Shock": -1, | ||
"Cold": -1 | |||
" | |||
}, | }, | ||
"groups": null | "groups": null | ||
Line 134: | Line 190: | ||
"scaleByQuantity": false, | "scaleByQuantity": false, | ||
"ignoreResistances": true, | "ignoreResistances": true, | ||
"conditions": | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": "HealthChange" | "id": "HealthChange" | ||
} | }, | ||
] | { | ||
"damage": { | |||
"types": { | |||
"Asphyxiation": 1 | |||
}, | |||
"groups": null | |||
}, | |||
"scaleByQuantity": false, | |||
"ignoreResistances": true, | |||
"conditions": [ | |||
{ | |||
"Min": 30, | |||
"Max": 21474836, | |||
"Reagent": null, | |||
"id": "ReagentThreshold" | |||
} | |||
], | |||
"probability": 1, | |||
"id": "HealthChange" | |||
}, | |||
{ | |||
"Amplitude": 10, | |||
"Frequency": 4, | |||
"Time": 2, | |||
"Refresh": true, | |||
"conditions": [ | |||
{ | |||
"Min": 30, | |||
"Max": 21474836, | |||
"Reagent": null, | |||
"id": "ReagentThreshold" | |||
} | |||
], | |||
"probability": 1, | |||
"id": "Jitter" | |||
} | |||
] | |||
} | } | ||
} | } | ||
}, | }, | ||
" | "Charcoal": { | ||
"id": " | "id": "Charcoal", | ||
"name": " | "name": "charcoal", | ||
"group": " | "group": "Unknown", | ||
"desc": " | "desc": "A black, porous solid", | ||
"physicalDesc": " | "physicalDesc": "porous", | ||
"color": "# | "color": "#22282BFF", | ||
"recipes": [], | "recipes": [ | ||
"Charcoal" | |||
], | |||
"metabolisms": { | "metabolisms": { | ||
" | "Medicine": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"damage": { | |||
"types": { | |||
"Poison": -1 | |||
}, | |||
"groups": null | |||
}, | |||
"scaleByQuantity": false, | |||
"ignoreResistances": true, | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": "HealthChange" | |||
"id": " | |||
}, | }, | ||
{ | { | ||
" | "CleanseRate": 3, | ||
"conditions": null, | |||
"conditions": null, | |||
"probability": 1, | "probability": 1, | ||
"id": " | "id": "ChemCleanBloodstream" | ||
} | } | ||
] | ] | ||
Line 186: | Line 271: | ||
} | } | ||
}, | }, | ||
" | "Silencer": { | ||
"id": " | "id": "Silencer", | ||
"name": " | "name": "silencer", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "A drink from Mime Heaven.", | ||
"physicalDesc": "strong-smelling", | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#004666FF", | ||
"recipes": [ | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
Line 201: | Line 284: | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"Key": "Muted", | |||
"Component": "Muted", | |||
"Time": 2, | |||
"Refresh": true, | |||
"Type": 0, | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": "GenericStatusEffect" | |||
"id": " | |||
}, | }, | ||
{ | { | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
" | "HydrationFactor": 2, | ||
"id": "SatiateThirst" | |||
"id": " | |||
} | } | ||
] | ] | ||
Line 226: | Line 303: | ||
} | } | ||
}, | }, | ||
" | "Thermite": { | ||
"id": " | "id": "Thermite", | ||
"name": " | "name": "thermite", | ||
"group": " | "group": "Pyrotechnic", | ||
"desc": " | "desc": "A mixture that becomes extremely hot when ignited, and which can burn straight through walls when applied and ignited. It'll slowly inflict burn damage to anybody dumb enough to ingest it, but can't be ignited inside inside said dumb person.", | ||
"physicalDesc": " | "physicalDesc": "grainy", | ||
"color": "# | "color": "#757245FF", | ||
"recipes": [], | "recipes": [ | ||
"Thermite" | |||
], | |||
"metabolisms": { | "metabolisms": { | ||
" | "Poison": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
" | "damage": { | ||
"types": { | |||
"Heat": 2 | |||
}, | |||
" | "groups": null | ||
}, | |||
"scaleByQuantity": false, | |||
"ignoreResistances": true, | |||
} | "conditions": null, | ||
"probability": 1, | |||
"id": "HealthChange" | |||
" | |||
" | |||
"conditions": | |||
"probability": | |||
"id": " | |||
} | } | ||
] | ] | ||
Line 273: | Line 334: | ||
} | } | ||
}, | }, | ||
" | "SodaWater": { | ||
"id": " | "id": "SodaWater", | ||
"name": " | "name": "soda water", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "A container of club soda. Why not make a scotch and soda?", | ||
"physicalDesc": " | "physicalDesc": "fizzy", | ||
"color": "# | "color": "#619494FF", | ||
"recipes": [ | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
Line 290: | Line 349: | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"HydrationFactor": | "HydrationFactor": 3, | ||
"id": "SatiateThirst" | "id": "SatiateThirst" | ||
} | |||
] | |||
} | |||
} | |||
] | |||
} | |||
} | } | ||
}, | }, | ||
" | "Ethanol": { | ||
"id": " | "id": "Ethanol", | ||
"name": " | "name": "ethanol", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "A simple alcohol, makes you drunk if consumed, flammable.", | ||
"physicalDesc": "strong-smelling", | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#B05B3CFF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Poison": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"damage": { | |||
"types": { | |||
"Poison": 1 | |||
}, | |||
"groups": null | |||
}, | |||
"scaleByQuantity": false, | |||
"ignoreResistances": true, | |||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"Min": | "Min": 5, | ||
"Max": 21474836, | "Max": 21474836, | ||
"Reagent": | "Reagent": null, | ||
"id": "ReagentThreshold" | "id": "ReagentThreshold" | ||
}, | }, | ||
{ | { | ||
"Type": " | "Type": "Dwarf", | ||
"ShouldHave": false, | "ShouldHave": false, | ||
"id": "OrganType" | "id": "OrganType" | ||
Line 364: | Line 391: | ||
], | ], | ||
"probability": 1, | "probability": 1, | ||
"id": "HealthChange" | |||
"id": " | }, | ||
} | |||
{ | { | ||
"damage": { | "damage": { | ||
"types | "types": { | ||
"Poison": 0.2 | |||
" | }, | ||
"groups": null | |||
}, | }, | ||
"scaleByQuantity": false, | "scaleByQuantity": false, | ||
Line 397: | Line 404: | ||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"Min": | "Min": 5, | ||
"Max": | "Max": 21474836, | ||
"Reagent": null, | "Reagent": null, | ||
"id": "ReagentThreshold" | "id": "ReagentThreshold" | ||
}, | |||
{ | |||
"Type": "Dwarf", | |||
"ShouldHave": true, | |||
"id": "OrganType" | |||
} | } | ||
], | ], | ||
Line 410: | Line 422: | ||
"types": null, | "types": null, | ||
"groups": { | "groups": { | ||
" | "Brute": -1 | ||
} | } | ||
}, | }, | ||
Line 418: | Line 429: | ||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"Min": | "Min": 5, | ||
"Max": 21474836, | "Max": 21474836, | ||
"Reagent": null, | "Reagent": null, | ||
"id": "ReagentThreshold" | "id": "ReagentThreshold" | ||
}, | |||
{ | |||
"Type": "Dwarf", | |||
"ShouldHave": true, | |||
"id": "OrganType" | |||
} | } | ||
], | ], | ||
Line 428: | Line 444: | ||
}, | }, | ||
{ | { | ||
" | "ThirstAmount": -40, | ||
"HungerAmount": -40, | |||
" | |||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"Min": | "Min": 3, | ||
"Max": 21474836, | "Max": 21474836, | ||
"Reagent": " | "Reagent": "Ethanol", | ||
"id": "ReagentThreshold" | "id": "ReagentThreshold" | ||
}, | |||
{ | |||
"Type": "Dwarf", | |||
"ShouldHave": false, | |||
"id": "OrganType" | |||
} | } | ||
], | ], | ||
"probability": | "probability": 0.04, | ||
"id": " | "id": "ChemVomit" | ||
}, | } | ||
] | |||
}, | |||
"Alcohol": { | |||
"rate": 0.5, | |||
"effects": [ | |||
{ | { | ||
" | "BoozePower": 20, | ||
"SlurSpeech": true, | |||
" | "conditions": null, | ||
"conditions": | |||
"probability": 1, | "probability": 1, | ||
"id": " | "id": "Drunk" | ||
} | } | ||
] | ] | ||
Line 461: | Line 478: | ||
} | } | ||
}, | }, | ||
" | "Toxin": { | ||
"id": " | "id": "Toxin", | ||
"name": " | "name": "toxin", | ||
"group": " | "group": "Toxins", | ||
"desc": "A | "desc": "A toxic chemical.", | ||
"physicalDesc": " | "physicalDesc": "opaque", | ||
"color": "# | "color": "#CF3600FF", | ||
"recipes": [ | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Poison": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"damage": { | |||
"types": { | |||
"Poison": 4 | |||
}, | |||
"groups": null | |||
}, | |||
"scaleByQuantity": false, | |||
"ignoreResistances": true, | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": "HealthChange" | |||
"id": " | |||
} | } | ||
] | ] | ||
Line 493: | Line 507: | ||
} | } | ||
}, | }, | ||
" | "Flour": { | ||
"id": " | "id": "Flour", | ||
"name": " | "name": "flour", | ||
"group": " | "group": "Foods", | ||
"desc": " | "desc": "Used for baking.", | ||
"physicalDesc": " | "physicalDesc": "powdery", | ||
"color": "# | "color": "#FFFFFFFF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Food": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"Reagent": "Sugar", | |||
"Group": null, | |||
"Amount": 0.4, | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": "AdjustReagent" | |||
"id": " | |||
}, | }, | ||
{ | { | ||
"Reagent": " | "Reagent": "Nutriment", | ||
"Group": null, | "Group": null, | ||
"Amount": 0. | "Amount": 0.1, | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
Line 523: | Line 539: | ||
} | } | ||
}, | }, | ||
" | "Protein": { | ||
"id": " | "id": "Protein", | ||
"name": " | "name": "protein", | ||
"group": " | "group": "Foods", | ||
"desc": " | "desc": "Found in certain meals, good for bodily health.", | ||
"physicalDesc": " | "physicalDesc": "clumpy", | ||
"color": "# | "color": "#FFFFE5FF", | ||
"recipes": [ | "recipes": [ | ||
" | "ProteinCooking" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Food": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
" | "damage": { | ||
" | "types": null, | ||
" | "groups": { | ||
"Brute": -0.4 | |||
} | |||
}, | |||
"scaleByQuantity": false, | |||
"ignoreResistances": true, | |||
" | |||
" | |||
"conditions": null, | "conditions": null, | ||
"probability": 0. | "probability": 0.5, | ||
"id": " | "id": "HealthChange" | ||
}, | }, | ||
{ | { | ||
" | "Scaled": false, | ||
"Amount": 1, | |||
"conditions": null, | |||
"probability": 1, | |||
"id": "ModifyBloodLevel" | |||
" | |||
"conditions | |||
"probability": | |||
"id": " | |||
}, | }, | ||
{ | { | ||
"conditions": null, | |||
"conditions | |||
"probability": 1, | "probability": 1, | ||
"id": " | "NutritionFactor": 3, | ||
"id": "SatiateHunger" | |||
} | } | ||
] | ] | ||
Line 606: | Line 583: | ||
} | } | ||
}, | }, | ||
" | "MilkSpoiled": { | ||
"id": " | "id": "MilkSpoiled", | ||
"name": " | "name": "spoiled milk", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": "This | "desc": "This milk has gone rancid.", | ||
"physicalDesc": " | "physicalDesc": "putrid", | ||
"color": "# | "color": "#FAFFBAFF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
Line 621: | Line 598: | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"HydrationFactor": | "HydrationFactor": -2, | ||
"id": "SatiateThirst" | "id": "SatiateThirst" | ||
} | } | ||
Line 628: | Line 605: | ||
} | } | ||
}, | }, | ||
" | "LongIslandIcedTea": { | ||
"id": " | "id": "LongIslandIcedTea", | ||
"name": " | "name": "long island iced tea", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": "The | "desc": "The liquor cabinet, brought together in a delicious mix. Intended for middle-aged alcoholic women only.", | ||
"physicalDesc": " | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#664300FF", | ||
"recipes": [], | "recipes": [ | ||
"LongIslandIcedTea" | |||
], | |||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
Line 643: | Line 622: | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"HydrationFactor": | "HydrationFactor": 2, | ||
"id": "SatiateThirst" | "id": "SatiateThirst" | ||
}, | |||
{ | |||
"Reagent": "Ethanol", | |||
"Group": null, | |||
"Amount": 0.15, | |||
"conditions": null, | |||
"probability": 1, | |||
"id": "AdjustReagent" | |||
} | } | ||
] | ] | ||
Line 650: | Line 637: | ||
} | } | ||
}, | }, | ||
" | "Martini": { | ||
"id": " | "id": "Martini", | ||
"name": " | "name": "classic martini", | ||
"group": " | "group": "Drinks", | ||
"desc": " | "desc": "Vermouth with Gin. Not quite how 007 enjoyed it, but still delicious.", | ||
"physicalDesc": "strong-smelling", | |||
"color": "#664300FF", | |||
"physicalDesc": " | |||
"color": "# | |||
"recipes": [ | "recipes": [ | ||
" | "Martini" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": " | "HydrationFactor": 2, | ||
"id": "SatiateThirst" | |||
}, | }, | ||
{ | { | ||
" | "Reagent": "Ethanol", | ||
"Group": null, | |||
"Amount": 0.15, | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": " | "id": "AdjustReagent" | ||
} | } | ||
] | ] | ||
Line 697: | Line 669: | ||
} | } | ||
}, | }, | ||
" | "Hooch": { | ||
"id": " | "id": "Hooch", | ||
"name": " | "name": "hooch", | ||
"group": " | "group": "Drinks", | ||
"desc": " | "desc": "Either someone's failure at cocktail making or attempt in alchohol production. In any case, do you really want to drink that?", | ||
"physicalDesc": " | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#664E00FF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"Reagent": " | "conditions": null, | ||
"probability": 1, | |||
"HydrationFactor": 2, | |||
"id": "SatiateThirst" | |||
}, | |||
{ | |||
"Reagent": "Ethanol", | |||
"Group": null, | "Group": null, | ||
"Amount": 0. | "Amount": 0.05, | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
Line 721: | Line 699: | ||
} | } | ||
}, | }, | ||
" | "BraveBull": { | ||
"id": " | "id": "BraveBull", | ||
"name": " | "name": "brave bull", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "It's just as effective as Dutch-Courage!", | ||
"physicalDesc": " | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#664300FF", | ||
"recipes": [ | "recipes": [ | ||
" | "BraveBull" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
Line 748: | Line 716: | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"HydrationFactor": | "HydrationFactor": 2, | ||
"id": "SatiateThirst" | "id": "SatiateThirst" | ||
}, | |||
{ | |||
"Reagent": "Ethanol", | |||
"Group": null, | |||
"Amount": 0.2, | |||
"conditions": null, | |||
"probability": 1, | |||
"id": "AdjustReagent" | |||
} | } | ||
] | ] | ||
}, | } | ||
" | } | ||
}, | |||
"Ash": { | |||
"id": "Ash", | |||
"name": "ash", | |||
"group": "Unknown", | |||
"desc": "A light grey powdery residue", | |||
"physicalDesc": "powdery", | |||
"color": "#FFFFFFFF", | |||
"recipes": [], | |||
"metabolisms": null | |||
}, | |||
"Iron": { | |||
"id": "Iron", | |||
"name": "iron", | |||
"group": "Elements", | |||
"desc": "A silvery-grey metal which forms iron oxides (rust) with contact with air. Commonly alloyed with other elements to create alloys such as steel.", | |||
"physicalDesc": "metallic", | |||
"color": "#434B4DFF", | |||
"recipes": [], | |||
"metabolisms": { | |||
"Medicine": { | |||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
" | "Scaled": false, | ||
"Amount": 4, | |||
" | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": " | "id": "ModifyBloodLevel" | ||
} | } | ||
] | ] | ||
Line 773: | Line 764: | ||
} | } | ||
}, | }, | ||
" | "WeldingFuel": { | ||
"id": " | "id": "WeldingFuel", | ||
"name": " | "name": "welding fuel", | ||
"group": "Pyrotechnic", | "group": "Pyrotechnic", | ||
"desc": " | "desc": "Used by welders to weld.", | ||
"physicalDesc": " | "physicalDesc": "oily", | ||
"color": "# | "color": "#A76B1CFF", | ||
"recipes": [ | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
"Poison": { | "Poison": { | ||
Line 790: | Line 779: | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
" | "Poison": 1 | ||
}, | }, | ||
"groups": null | "groups": null | ||
Line 801: | Line 790: | ||
}, | }, | ||
{ | { | ||
"Multiplier": 0. | "Multiplier": 0.4, | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": "FlammableReaction" | "id": "FlammableReaction" | ||
} | } | ||
] | ] | ||
Line 816: | Line 799: | ||
} | } | ||
}, | }, | ||
" | "Bechamel": { | ||
"id": " | "id": "Bechamel", | ||
"name": " | "name": "bechamel sauce", | ||
"group": " | "group": "Foods", | ||
"desc": " | "desc": "A classic white sauce common to several European cultures.", | ||
"physicalDesc": " | "physicalDesc": "creamy", | ||
"color": "# | "color": "#FFFBC7FF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Food": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"Reagent": "Nutriment", | |||
"Group": null, | |||
"Amount": 0.1, | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
" | "id": "AdjustReagent" | ||
"id": " | }, | ||
{ | |||
"Reagent": "Cream", | |||
"Group": null, | |||
"Amount": 0.55, | |||
"conditions": null, | |||
"probability": 1, | |||
"id": "AdjustReagent" | |||
}, | |||
{ | |||
"Reagent": "OilOlive", | |||
"Group": null, | |||
"Amount": 0.1, | |||
"conditions": null, | |||
"probability": 1, | |||
"id": "AdjustReagent" | |||
} | } | ||
] | ] | ||
Line 838: | Line 839: | ||
} | } | ||
}, | }, | ||
" | "Starkist": { | ||
"id": " | "id": "Starkist", | ||
"name": " | "name": "starkist", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": "A | "desc": "A sweet, orange flavored soft drink.", | ||
"physicalDesc": " | "physicalDesc": "fizzy", | ||
"color": "# | "color": "#9F3400FF", | ||
"recipes": [], | "recipes": [ | ||
"Starkist" | |||
], | |||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
Line 855: | Line 858: | ||
"HydrationFactor": 2, | "HydrationFactor": 2, | ||
"id": "SatiateThirst" | "id": "SatiateThirst" | ||
} | } | ||
] | ] | ||
}, | } | ||
" | } | ||
"rate": 0.5, | }, | ||
"Sugar": { | |||
"id": "Sugar", | |||
"name": "sugar", | |||
"group": "Foods", | |||
"desc": "Tasty spacey sugar!", | |||
"physicalDesc": "sweet", | |||
"color": "#FFFFFFFF", | |||
"recipes": [], | |||
"metabolisms": { | |||
"Food": { | |||
"rate": 0.5, | |||
"effects": [ | "effects": [ | ||
{ | { | ||
" | "conditions": [ | ||
{ | |||
" | "Min": 0.1, | ||
"Max": 21474836, | |||
"Reagent": "Nutriment", | |||
"id": "ReagentThreshold" | |||
}, | }, | ||
" | { | ||
"Type": "Vampiric", | |||
"ShouldHave": false, | |||
"id": "OrganType" | |||
} | |||
], | |||
"probability": 1, | "probability": 1, | ||
"id": " | "NutritionFactor": 1, | ||
"id": "SatiateHunger" | |||
} | } | ||
] | ] | ||
Line 886: | Line 897: | ||
} | } | ||
}, | }, | ||
" | "IcedCoffee": { | ||
"id": " | "id": "IcedCoffee", | ||
"name": " | "name": "iced coffee", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "Coffee and ice, refreshing and cool.", | ||
"physicalDesc": " | "physicalDesc": "aromatic", | ||
"color": "# | "color": "#102838FF", | ||
"recipes": [], | "recipes": [ | ||
"IcedCoffee" | |||
], | |||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
Line 901: | Line 914: | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"HydrationFactor": | "HydrationFactor": 3, | ||
"id": "SatiateThirst" | "id": "SatiateThirst" | ||
} | } | ||
] | ] | ||
Line 916: | Line 921: | ||
} | } | ||
}, | }, | ||
" | "Stimulants": { | ||
"id": " | "id": "Stimulants", | ||
"name": " | "name": "stimulants", | ||
"group": " | "group": "Narcotics", | ||
"desc": " | "desc": "A chemical cocktail developed by Donk Co. that allows agents to recover from stuns faster, move more quickly, and grants a small heal while close to critical condition. Due to the complex nature of the chemical, it is much harder for the body to purge naturally.", | ||
"physicalDesc": " | "physicalDesc": "energizing", | ||
"color": "# | "color": "#9A040EFF", | ||
"recipes": [ | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Narcotic": { | ||
"rate": | "rate": 1, | ||
"effects": [ | "effects": [ | ||
{ | |||
"StatusLifetime": 2, | |||
"conditions": null, | |||
"probability": 1, | |||
"WalkSpeedModifier": 1.3, | |||
"SprintSpeedModifier": 1.3, | |||
"id": "MovespeedModifier" | |||
}, | |||
{ | { | ||
"damage": { | "damage": { | ||
"types | "types": { | ||
"Poison": 1 | |||
" | }, | ||
"groups": null | |||
}, | }, | ||
"scaleByQuantity": false, | "scaleByQuantity": false, | ||
Line 944: | Line 952: | ||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"Min": | "Min": 80, | ||
"Max": | "Max": 21474836, | ||
"id": " | "Reagent": null, | ||
"id": "ReagentThreshold" | |||
} | } | ||
], | ], | ||
"probability": 1, | "probability": 1, | ||
"id": "HealthChange" | "id": "HealthChange" | ||
}, | |||
{ | { | ||
"Key": "Stun", | |||
"Component": "", | |||
"Time": 3, | |||
"Refresh": true, | |||
"Type": 1, | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": "GenericStatusEffect" | |||
"id": " | |||
}, | }, | ||
{ | { | ||
" | "Key": "KnockedDown", | ||
" | "Component": "", | ||
" | "Time": 3, | ||
"Refresh": true, | |||
"Type": 1, | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": " | "id": "GenericStatusEffect" | ||
} | } | ||
] | ] | ||
} | }, | ||
"Medicine": { | |||
"rate": 1, | |||
" | |||
"rate": | |||
"effects": [ | "effects": [ | ||
{ | { | ||
"TimerReset": 600, | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": "ResetNarcolepsy" | |||
"id": " | }, | ||
{ | { | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": " | "NutritionFactor": 1, | ||
"id": "SatiateHunger" | |||
}, | |||
{ | |||
"conditions": null, | |||
"probability": 1, | |||
"HydrationFactor": 1, | |||
"id": "SatiateThirst" | |||
}, | |||
{ | |||
"damage": { | |||
"types": null, | |||
"groups": { | |||
"Burn": -1, | |||
"Brute": -1 | |||
} | |||
}, | |||
"scaleByQuantity": false, | |||
"ignoreResistances": true, | |||
"conditions": [ | |||
{ | |||
"Max": 120, | |||
"Min": 70, | |||
"id": "TotalDamage" | |||
} | |||
], | |||
"probability": 1, | |||
"id": "HealthChange" | |||
} | } | ||
] | ] | ||
Line 1,044: | Line 1,028: | ||
} | } | ||
}, | }, | ||
" | "CafeLatte": { | ||
"id": " | "id": "CafeLatte", | ||
"name": " | "name": "cafe latte", | ||
"group": " | "group": "Drinks", | ||
"desc": " | "desc": "A nice, strong and tasty beverage while you are reading.", | ||
"physicalDesc": " | "physicalDesc": "creamy", | ||
"color": "# | "color": "#664300FF", | ||
"recipes": [], | "recipes": [ | ||
"CafeLatte" | |||
], | |||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
Line 1,059: | Line 1,045: | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"HydrationFactor": | "HydrationFactor": 3, | ||
"id": "SatiateThirst" | "id": "SatiateThirst" | ||
}, | } | ||
] | |||
} | |||
} | |||
}, | |||
"EZNutrient": { | |||
"id": "EZNutrient", | |||
"name": "EZ nutrient", | |||
"group": "Botanical", | |||
"desc": "Give your plants some of those EZ nutrients!", | |||
"physicalDesc": "thick", | |||
"color": "#664330FF", | |||
"recipes": [ | |||
"EZNutrient" | |||
], | |||
"metabolisms": { | |||
"Food": { | |||
"rate": 0.5, | |||
"effects": [ | |||
{ | { | ||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"Type": " | "Type": "Plant", | ||
"ShouldHave": true, | "ShouldHave": true, | ||
"id": "OrganType" | "id": "OrganType" | ||
Line 1,086: | Line 1,075: | ||
], | ], | ||
"probability": 1, | "probability": 1, | ||
" | "NutritionFactor": 3, | ||
"id": "SatiateHunger" | |||
"id": " | |||
} | } | ||
] | ] | ||
Line 1,120: | Line 1,082: | ||
} | } | ||
}, | }, | ||
" | "Cola": { | ||
"id": " | "id": "Cola", | ||
"name": " | "name": "cola", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "A sweet, carbonated soft drink. Caffeine free.", | ||
"physicalDesc": " | "physicalDesc": "fizzy", | ||
"color": "# | "color": "#422912FF", | ||
"recipes": [ | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
Line 1,139: | Line 1,099: | ||
"HydrationFactor": 2, | "HydrationFactor": 2, | ||
"id": "SatiateThirst" | "id": "SatiateThirst" | ||
} | } | ||
] | ] | ||
Line 1,152: | Line 1,104: | ||
} | } | ||
}, | }, | ||
" | "Phenol": { | ||
"id": " | "id": "Phenol", | ||
"name": " | "name": "phenol", | ||
"group": " | "group": "Unknown", | ||
"desc": "A | "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", | ||
"color": "# | "color": "#E7EA91FF", | ||
"recipes": [ | |||
"Phenol" | |||
], | |||
"metabolisms": null | |||
}, | |||
"Blood": { | |||
"id": "Blood", | |||
"name": "blood", | |||
"group": "Biological", | |||
"desc": "I hope this is ketchup.", | |||
"physicalDesc": "ferrous", | |||
"color": "#800000FF", | |||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
Line 1,167: | Line 1,131: | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"HydrationFactor": | "HydrationFactor": 1.5, | ||
"id": "SatiateThirst" | "id": "SatiateThirst" | ||
}, | }, | ||
{ | { | ||
"Reagent": " | "conditions": [ | ||
{ | |||
"Type": "Vampiric", | |||
"ShouldHave": true, | |||
"id": "OrganType" | |||
} | |||
], | |||
"probability": 1, | |||
"NutritionFactor": 0.5, | |||
"id": "SatiateHunger" | |||
}, | |||
{ | |||
"Reagent": "Water", | |||
"Group": null, | "Group": null, | ||
"Amount": 0. | "Amount": 0.15, | ||
"conditions": | "conditions": [ | ||
{ | |||
"Type": "Vampiric", | |||
"ShouldHave": true, | |||
"id": "OrganType" | |||
} | |||
], | |||
"probability": 1, | "probability": 1, | ||
"id": "AdjustReagent" | "id": "AdjustReagent" | ||
} | }, | ||
] | { | ||
} | "Reagent": "Protein", | ||
"Group": null, | |||
"Amount": 0.15, | |||
"conditions": [ | |||
{ | |||
"Type": "Vampiric", | |||
"ShouldHave": true, | |||
"id": "OrganType" | |||
} | |||
], | |||
"probability": 1, | |||
"id": "AdjustReagent" | |||
}, | |||
{ | |||
"Reagent": "Omnizine", | |||
"Group": null, | |||
"Amount": 0.2, | |||
"conditions": [ | |||
{ | |||
"Type": "Vampiric", | |||
"ShouldHave": true, | |||
"id": "OrganType" | |||
} | |||
], | |||
"probability": 1, | |||
"id": "AdjustReagent" | |||
} | |||
] | |||
} | |||
} | } | ||
}, | }, | ||
" | "Kvass": { | ||
"id": " | "id": "Kvass", | ||
"name": " | "name": "kvass", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "A cool refreshing drink with a taste of socialism.", | ||
"physicalDesc": " | "physicalDesc": "bubbly", | ||
"color": "# | "color": "#381600FF", | ||
"recipes": [ | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
Line 1,199: | Line 1,207: | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"HydrationFactor": | "HydrationFactor": 3, | ||
"id": "SatiateThirst" | "id": "SatiateThirst" | ||
} | } | ||
] | ] | ||
Line 1,214: | Line 1,214: | ||
} | } | ||
}, | }, | ||
" | "Lean": { | ||
"id": " | "id": "Lean", | ||
"name": " | "name": "lean", | ||
"group": " | "group": "Drinks", | ||
"desc": " | "desc": "A disgusting mixture of soda, booze, and cough syrup.", | ||
"physicalDesc": " | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#9400D3FF", | ||
"recipes": [ | "recipes": [ | ||
" | "Lean" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
Line 1,229: | Line 1,229: | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"Key": " | "Key": "Stutter", | ||
"Component": " | "Component": "StutteringAccent", | ||
"Time": | "Time": 2, | ||
"Refresh": | "Refresh": true, | ||
"Type": 0, | "Type": 0, | ||
"conditions": null, | "conditions": null, | ||
Line 1,239: | Line 1,239: | ||
}, | }, | ||
{ | { | ||
" | "Amplitude": 10, | ||
"Frequency": 4, | |||
"Time": 2, | |||
"Refresh": true, | |||
"conditions": null, | |||
"probability": 1, | |||
"id": "Jitter" | |||
} | |||
] | |||
}, | |||
"Poison": { | |||
"rate": 0.5, | |||
"effects": [ | |||
{ | |||
"damage": { | |||
"types": { | |||
"Caustic": 0.5 | |||
}, | |||
"groups": null | |||
}, | |||
"scaleByQuantity": false, | |||
"ignoreResistances": true, | |||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"Min": | "Min": 25, | ||
"Max": 21474836, | "Max": 21474836, | ||
"Reagent": | "Reagent": null, | ||
"id": "ReagentThreshold" | "id": "ReagentThreshold" | ||
} | } | ||
], | ], | ||
"probability": 1, | "probability": 1, | ||
"id": " | "id": "HealthChange" | ||
}, | |||
{ | |||
"ElectrocuteTime": 2, | |||
"ElectrocuteDamageScale": 5, | |||
"Refresh": true, | |||
"conditions": [ | |||
{ | |||
"Min": 35, | |||
"Max": 21474836, | |||
"Reagent": null, | |||
"id": "ReagentThreshold" | |||
} | |||
], | |||
"probability": 0.1, | |||
"id": "Electrocute" | |||
} | } | ||
] | ] | ||
} | }, | ||
} | "Medicine": { | ||
}, | "rate": 0.5, | ||
" | "effects": [ | ||
"id": " | { | ||
"name": " | "ThirstAmount": -40, | ||
"HungerAmount": -40, | |||
"conditions": [ | |||
{ | |||
"Min": 60, | |||
"Max": 21474836, | |||
"Reagent": null, | |||
"id": "ReagentThreshold" | |||
} | |||
], | |||
"probability": 0.2, | |||
"id": "ChemVomit" | |||
} | |||
] | |||
} | |||
} | |||
}, | |||
"Mayo": { | |||
"id": "Mayo", | |||
"name": "mayonnaise", | |||
"group": "Foods", | |||
"desc": "Creamy sauce, made from oil, egg, and some (edible) acid.", | |||
"physicalDesc": "thick", | |||
"color": "#F9F5E5FF", | |||
"recipes": [ | |||
"CookingMayoVinegar", | |||
"CookingMayoLemon" | |||
], | |||
"metabolisms": null | |||
}, | |||
"Rewriter": { | |||
"id": "Rewriter", | |||
"name": "rewriter", | |||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "The secret of the sanctuary of the Librarian...", | ||
"physicalDesc": "strong-smelling", | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#485000FF", | ||
"recipes": [], | "recipes": [ | ||
"Rewriter" | |||
], | |||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
Line 1,268: | Line 1,338: | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"HydrationFactor": 3, | |||
"HydrationFactor": | |||
"id": "SatiateThirst" | "id": "SatiateThirst" | ||
} | } | ||
Line 1,287: | Line 1,347: | ||
} | } | ||
}, | }, | ||
" | "Egg": { | ||
"id": " | "id": "Egg", | ||
"name": " | "name": "egg", | ||
"group": " | "group": "Foods", | ||
"desc": " | "desc": "Used for baking.", | ||
"physicalDesc": " | "physicalDesc": "mucus-like", | ||
"color": "# | "color": "#FFFFFFFF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Food": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
" | "Reagent": "Protein", | ||
" | "Group": null, | ||
"Amount": 0.5, | |||
"conditions": null, | |||
"probability": 1, | "probability": 1, | ||
"id": " | "id": "AdjustReagent" | ||
} | } | ||
] | ] | ||
Line 1,357: | Line 1,371: | ||
} | } | ||
}, | }, | ||
" | "Lexorin": { | ||
"id": " | "id": "Lexorin", | ||
"name": " | "name": "lexorin", | ||
"group": " | "group": "Toxins", | ||
"desc": " | "desc": "Temporarily stops respiration and causes tissue damage. Large doses are fatal, and will cause people to pass out very quickly. Dexalin and Dexalin Plus will both remove it, however.", | ||
"physicalDesc": " | "physicalDesc": "pungent", | ||
"color": "# | "color": "#6B0007FF", | ||
"recipes": [ | "recipes": [ | ||
" | "Lexorin" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
Line 1,372: | Line 1,386: | ||
"effects": [ | "effects": [ | ||
{ | { | ||
" | "damage": { | ||
" | "types": null, | ||
" | "groups": { | ||
"Airloss": 7 | |||
" | } | ||
" | }, | ||
"scaleByQuantity": false, | |||
"ignoreResistances": true, | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": " | "id": "HealthChange" | ||
} | } | ||
] | ] | ||
Line 1,401: | Line 1,402: | ||
} | } | ||
}, | }, | ||
" | "Cryptobiolin": { | ||
"id": " | "id": "Cryptobiolin", | ||
"name": " | "name": "cryptobiolin", | ||
"group": " | "group": "Medicine", | ||
"desc": " | "desc": "Causes confusion and dizziness. Temporarily protects from and disables psionics.", | ||
"physicalDesc": " | "physicalDesc": "fizzy", | ||
"color": "# | "color": "#081A80FF", | ||
"recipes": [ | "recipes": [ | ||
" | "Cryptobiolin" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Medicine": { | ||
"rate": 0. | "rate": 0.1, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"Key": "PsionicallyInsulated", | |||
"Component": "PsionicInsulation", | |||
"Time": 2, | |||
"Refresh": true, | |||
"Type": 0, | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
" | "id": "GenericStatusEffect" | ||
"id": " | }, | ||
{ | |||
"Key": "Stutter", | |||
"Component": "ScrambledAccent", | |||
"Time": 2, | |||
"Refresh": true, | |||
"Type": 0, | |||
"conditions": null, | |||
"probability": 1, | |||
"id": "GenericStatusEffect" | |||
}, | }, | ||
{ | { | ||
" | "Key": "PsionicsDisabled", | ||
" | "Component": "PsionicsDisabled", | ||
" | "Time": 2, | ||
"Refresh": true, | |||
"Type": 0, | |||
"conditions": null, | |||
"probability": 1, | |||
"id": "GenericStatusEffect" | |||
} | |||
] | |||
} | |||
} | |||
}, | |||
"ShamblersJuice": { | |||
"id": "ShamblersJuice", | |||
"name": "Shambler's Juice", | |||
"group": "Drinks", | |||
"desc": "~Shake me up some of that Shambler's Juice!~", | |||
"physicalDesc": "fizzy", | |||
"color": "#66538FFF", | |||
"recipes": [], | |||
"metabolisms": { | |||
"Drink": { | |||
"rate": 0.5, | |||
"effects": [ | |||
{ | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": " | "HydrationFactor": 2, | ||
"id": "SatiateThirst" | |||
} | } | ||
] | ] | ||
Line 1,433: | Line 1,472: | ||
} | } | ||
}, | }, | ||
" | "Rum": { | ||
"id": " | "id": "Rum", | ||
"name": " | "name": "rum", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "Distilled alcoholic drink made from sugarcane byproducts.", | ||
"physicalDesc": " | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#664300FF", | ||
"recipes": [ | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
Line 1,450: | Line 1,487: | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"HydrationFactor": | "HydrationFactor": 2, | ||
"id": "SatiateThirst" | "id": "SatiateThirst" | ||
}, | }, | ||
{ | { | ||
"Reagent": " | "Reagent": "Ethanol", | ||
"Group": null, | "Group": null, | ||
"Amount": 0.2, | "Amount": 0.2, | ||
Line 1,460: | Line 1,497: | ||
"probability": 1, | "probability": 1, | ||
"id": "AdjustReagent" | "id": "AdjustReagent" | ||
} | |||
] | |||
} | |||
] | |||
} | } | ||
} | } | ||
}, | }, | ||
" | "Codeine": { | ||
"id": " | "id": "Codeine", | ||
"name": " | "name": "codeine", | ||
"group": " | "group": "Medicine", | ||
"desc": " | "desc": "An opioid pain reliever used to treat mild pain. It is also used to reduce coughing.", | ||
"physicalDesc": " | "physicalDesc": "opaque", | ||
"color": "# | "color": "#301934FF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Medicine": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"damage": { | "damage": { | ||
"types": { | "types": null, | ||
" | "groups": { | ||
} | "Brute": -1 | ||
} | |||
}, | }, | ||
"scaleByQuantity": false, | "scaleByQuantity": false, | ||
Line 1,502: | Line 1,531: | ||
} | } | ||
}, | }, | ||
" | "Ketchup": { | ||
"id": " | "id": "Ketchup", | ||
"name": " | "name": "ketchup", | ||
"group": " | "group": "Foods", | ||
"desc": " | "desc": "Made from pureed tomatoes and flavored with spices.", | ||
"physicalDesc": " | "physicalDesc": "tangy", | ||
"color": "# | "color": "#FF0000FF", | ||
"recipes": [], | "recipes": [ | ||
"CookingKetchup" | |||
], | |||
"metabolisms": null | |||
}, | |||
"Spaceacillin": { | |||
"id": "Spaceacillin", | |||
"name": "spaceacillin", | |||
"group": "Medicine", | |||
"desc": "A theta-lactam antibiotic. A common and very useful medicine, effective against many diseases likely to be encountered in space. Slows progression of diseases.", | |||
"physicalDesc": "opaque", | |||
"color": "#9942F5FF", | |||
"recipes": [ | |||
"Spaceacillin" | |||
], | |||
"metabolisms": { | "metabolisms": { | ||
"Poison": { | "Medicine": { | ||
"rate": 0.5, | |||
"effects": [ | |||
{ | |||
"CureChance": 0.15, | |||
"conditions": null, | |||
"probability": 1, | |||
"id": "ChemCureDisease" | |||
} | |||
] | |||
} | |||
} | |||
}, | |||
"UncookedAnimalProteins": { | |||
"id": "UncookedAnimalProteins", | |||
"name": "uncooked animal proteins", | |||
"group": "Foods", | |||
"desc": "This is very risky for the stomachs of softer lifeforms to digest.", | |||
"physicalDesc": "clumpy", | |||
"color": "#FFFFE5FF", | |||
"recipes": [], | |||
"metabolisms": { | |||
"Poison": { | |||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
Line 1,517: | Line 1,582: | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
"Poison": | "Poison": 2 | ||
}, | }, | ||
"groups": null | "groups": null | ||
Line 1,523: | Line 1,588: | ||
"scaleByQuantity": false, | "scaleByQuantity": false, | ||
"ignoreResistances": true, | "ignoreResistances": true, | ||
"conditions": | "conditions": [ | ||
{ | |||
"Type": "Human", | |||
"ShouldHave": true, | |||
"id": "OrganType" | |||
} | |||
], | |||
"probability": 1, | "probability": 1, | ||
"id": "HealthChange" | "id": "HealthChange" | ||
}, | }, | ||
{ | { | ||
" | "Reagent": "Protein", | ||
" | "Group": null, | ||
"Amount": 0.5, | |||
"conditions": [ | |||
{ | |||
"Type": "Animal", | |||
"ShouldHave": true, | |||
"id": "OrganType" | |||
} | |||
], | ], | ||
" | "probability": 1, | ||
"id": "AdjustReagent" | |||
"id": " | |||
} | } | ||
] | ] | ||
Line 1,541: | Line 1,616: | ||
} | } | ||
}, | }, | ||
" | "RootBeer": { | ||
"id": " | "id": "RootBeer", | ||
"name": " | "name": "root beer", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": "A | "desc": "A very sweet, carbonated drink reminiscent of sarsparilla. Goes well with ice cream.", | ||
"physicalDesc": " | "physicalDesc": "fizzy", | ||
"color": "# | "color": "#381C07FF", | ||
"recipes": [ | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
Line 1,562: | Line 1,635: | ||
} | } | ||
] | ] | ||
}, | } | ||
} | |||
}, | |||
"Pax": { | |||
"id": "Pax", | |||
"name": "pax", | |||
"group": "Narcotics", | |||
"desc": "A psychiatric drug which prevents the patient from directly harming anyone.", | |||
"physicalDesc": "soothing", | |||
"color": "#AAAAAAFF", | |||
"recipes": [ | |||
"Pax" | |||
], | |||
"metabolisms": { | |||
"Poison": { | "Poison": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
" | "Key": "Pacified", | ||
"Component": "Pacified", | |||
"Time": 2, | |||
"Refresh": false, | |||
"Type": 0, | |||
" | |||
" | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": " | "id": "GenericStatusEffect" | ||
} | } | ||
] | ] | ||
Line 1,583: | Line 1,666: | ||
} | } | ||
}, | }, | ||
" | "Frostoil": { | ||
"id": " | "id": "Frostoil", | ||
"name": " | "name": "frostoil", | ||
"group": "Foods", | |||
"desc": "Leaves the tongue numb in its passage.", | |||
"physicalDesc": "cold", | |||
"color": "#87CEEBFF", | |||
"recipes": [], | |||
"metabolisms": null | |||
}, | |||
"BeepskySmash": { | |||
"id": "BeepskySmash", | |||
"name": "beepsky smash", | |||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "Deny drinking this and prepare for THE LAW.", | ||
"physicalDesc": "strong-smelling", | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#664300FF", | ||
"recipes": [ | "recipes": [ | ||
" | "BeepskySmash" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
Line 1,615: | Line 1,708: | ||
} | } | ||
}, | }, | ||
" | "AcidSpit": { | ||
"id": " | "id": "AcidSpit", | ||
"name": " | "name": "acidspit", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": "A | "desc": "A drink for the daring, can be deadly if incorrectly prepared!", | ||
"physicalDesc": "strong-smelling", | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#365000FF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
Line 1,636: | Line 1,729: | ||
"Reagent": "Ethanol", | "Reagent": "Ethanol", | ||
"Group": null, | "Group": null, | ||
"Amount": 0. | "Amount": 0.05, | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
Line 1,645: | Line 1,738: | ||
} | } | ||
}, | }, | ||
" | "IrishCarBomb": { | ||
"id": " | "id": "IrishCarBomb", | ||
"name": " | "name": "irish car bomb", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "A troubling mixture of irish cream and ale.", | ||
"physicalDesc": " | "physicalDesc": "bubbly", | ||
"color": "# | "color": "#2E6671FF", | ||
"recipes": [], | "recipes": [ | ||
"IrishCarBomb" | |||
], | |||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
Line 1,660: | Line 1,755: | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"HydrationFactor": | "HydrationFactor": 2, | ||
"id": "SatiateThirst" | "id": "SatiateThirst" | ||
}, | |||
{ | { | ||
" | "Reagent": "Ethanol", | ||
"Group": null, | |||
"Amount": 0.15, | |||
" | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": " | "id": "AdjustReagent" | ||
} | } | ||
] | ] | ||
Line 1,698: | Line 1,770: | ||
} | } | ||
}, | }, | ||
" | "GrapeSoda": { | ||
"id": " | "id": "GrapeSoda", | ||
"name": " | "name": "grape soda", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "It's Graaaaaape!", | ||
"physicalDesc": " | "physicalDesc": "fizzy", | ||
"color": "# | "color": "#AE94A6FF", | ||
"recipes": [ | "recipes": [ | ||
" | "GrapeSoda" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
Line 1,717: | Line 1,789: | ||
"HydrationFactor": 2, | "HydrationFactor": 2, | ||
"id": "SatiateThirst" | "id": "SatiateThirst" | ||
} | |||
] | |||
} | |||
] | |||
} | } | ||
} | } | ||
}, | }, | ||
" | "LotophagoiOil": { | ||
"id": " | "id": "LotophagoiOil", | ||
"name": " | "name": "lotophagoi oil", | ||
"group": " | "group": "Narcotics", | ||
"desc": "A | "desc": "A super potent drug that is much better at inducing psionics than normal hallucinogens, but with worse side effects.", | ||
"physicalDesc": " | "physicalDesc": "overpowering", | ||
"color": "# | "color": "#FFBF00FF", | ||
"recipes": [], | "recipes": [ | ||
"LotophagoiOil" | |||
], | |||
"metabolisms": { | "metabolisms": { | ||
" | "Narcotic": { | ||
"rate": 0. | "rate": 0.2, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"Key": "SeeingRainbows", | "Key": "SeeingRainbows", | ||
Line 1,768: | Line 1,814: | ||
"Refresh": false, | "Refresh": false, | ||
"Type": 0, | "Type": 0, | ||
"conditions": | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": "GenericStatusEffect" | "id": "GenericStatusEffect" | ||
}, | }, | ||
{ | { | ||
" | "BonusMuliplier": 4, | ||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"Min": | "Min": 20, | ||
"Max": 21474836, | "Max": 21474836, | ||
"Reagent": " | "Reagent": "LotophagoiOil", | ||
"id": "ReagentThreshold" | "id": "ReagentThreshold" | ||
} | } | ||
], | ], | ||
"probability": 1, | "probability": 1, | ||
"id": " | "id": "ChemRerollPsionic" | ||
}, | }, | ||
{ | { | ||
" | "Key": "Stutter", | ||
"Component": "ScrambledAccent", | |||
"Time": 2, | |||
" | "Refresh": true, | ||
"Type": 0, | |||
" | "conditions": null, | ||
"probability": 1, | |||
"id": "GenericStatusEffect" | |||
"probability": | |||
"id": " | |||
}, | }, | ||
{ | { | ||
" | "Key": "SlurredSpeech", | ||
"Component": "TelepathicRepeater", | |||
"Time": 2, | |||
" | "Refresh": true, | ||
" | "Type": 0, | ||
" | "conditions": null, | ||
"probability": 1, | |||
"id": "GenericStatusEffect" | |||
"probability": | |||
"id": " | |||
} | } | ||
] | ] | ||
Line 1,831: | Line 1,855: | ||
} | } | ||
}, | }, | ||
" | "HorseradishSauce": { | ||
"id": " | "id": "HorseradishSauce", | ||
"name": " | "name": "horseradish sauce", | ||
"group": "Foods", | "group": "Foods", | ||
"desc": " | "desc": "Smelly horseradish sauce.", | ||
"physicalDesc": " | "physicalDesc": "overpowering", | ||
"color": "# | "color": "#808080FF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": null | ||
" | }, | ||
"rate": 0.5, | "ManhattanProject": { | ||
"id": "ManhattanProject", | |||
"name": "manhattan project", | |||
"group": "Drinks", | |||
"desc": "A scientist's drink of choice, for pondering ways to blow up the ship.", | |||
"physicalDesc": "strong-smelling", | |||
"color": "#664300FF", | |||
"recipes": [], | |||
"metabolisms": { | |||
"Drink": { | |||
"rate": 0.5, | |||
"effects": [ | "effects": [ | ||
{ | { | ||
"conditions": | "conditions": null, | ||
"probability": 1, | |||
"HydrationFactor": 2, | |||
"id": "SatiateThirst" | |||
}, | |||
{ | |||
"Reagent": "Ethanol", | |||
"Group": null, | |||
"Amount": 0.15, | |||
"conditions": null, | |||
"probability": 1, | "probability": 1, | ||
"id": "AdjustReagent" | |||
"id": " | |||
} | } | ||
] | ] | ||
Line 1,859: | Line 1,895: | ||
} | } | ||
}, | }, | ||
" | "VodkaMartini": { | ||
"id": " | "id": "VodkaMartini", | ||
"name": " | "name": "vodka martini", | ||
"group": " | "group": "Drinks", | ||
"desc": " | "desc": "Vodka with Gin. Not quite how 007 enjoyed it, but still delicious.", | ||
"physicalDesc": " | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#004666FF", | ||
"recipes": [], | "recipes": [ | ||
"VodkaMartini" | |||
], | |||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"Reagent": " | "conditions": null, | ||
"probability": 1, | |||
"HydrationFactor": 2, | |||
"id": "SatiateThirst" | |||
}, | |||
{ | |||
"Reagent": "Ethanol", | |||
"Group": null, | "Group": null, | ||
"Amount": 0. | "Amount": 0.15, | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
Line 1,883: | Line 1,927: | ||
} | } | ||
}, | }, | ||
" | "Ale": { | ||
"id": " | "id": "Ale", | ||
"name": " | "name": "ale", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "A dark alchoholic beverage made by malted barley and yeast.", | ||
"physicalDesc": " | "physicalDesc": "bubbly", | ||
"color": "# | "color": "#663100FF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
Line 1,933: | Line 1,948: | ||
"Reagent": "Ethanol", | "Reagent": "Ethanol", | ||
"Group": null, | "Group": null, | ||
"Amount": 0. | "Amount": 0.05, | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
Line 1,942: | Line 1,957: | ||
} | } | ||
}, | }, | ||
" | "Oculine": { | ||
"id": " | "id": "Oculine", | ||
"name": " | "name": "oculine", | ||
"group": " | "group": "Medicine", | ||
"desc": " | "desc": "Heals eye damage.", | ||
"physicalDesc": " | "physicalDesc": "translucent", | ||
"color": "# | "color": "#404040FF", | ||
"recipes": [ | "recipes": [ | ||
" | "Oculine" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Medicine": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"Amount": -1, | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": "ChemHealEyeDamage" | |||
} | |||
] | |||
} | |||
} | |||
"id": " | |||
} | |||
] | |||
} | |||
} | |||
}, | }, | ||
" | "AtomicPunch": { | ||
"id": " | "id": "AtomicPunch", | ||
"name": " | "name": "atomic punch", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "Will NOT make you immune to bullets; Isotopes included!", | ||
"physicalDesc": " | "physicalDesc": "volatile", | ||
"color": "# | "color": "#D04949FF", | ||
"recipes": [ | "recipes": [ | ||
" | "AtomicPunch" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
Line 2,032: | Line 1,998: | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"HydrationFactor": | "HydrationFactor": 3, | ||
"id": "SatiateThirst" | "id": "SatiateThirst" | ||
}, | }, | ||
{ | { | ||
"Reagent": " | "Reagent": "Radium", | ||
"Group": null, | "Group": null, | ||
"Amount": 0. | "Amount": 0.01, | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
Line 2,047: | Line 2,013: | ||
} | } | ||
}, | }, | ||
" | "Antifreeze": { | ||
"id": " | "id": "Antifreeze", | ||
"name": " | "name": "antifreeze", | ||
"group": " | "group": "Drinks", | ||
"desc": " | "desc": "Ultimate refreshment.", | ||
"physicalDesc": " | "physicalDesc": "translucent", | ||
"color": "# | "color": "#FF7D63FF", | ||
"recipes": [ | "recipes": [ | ||
" | "Antifreeze" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": " | "HydrationFactor": 2, | ||
"id": "SatiateThirst" | |||
}, | }, | ||
{ | { | ||
" | "Reagent": "Ethanol", | ||
"Group": null, | |||
"Amount": 0.15, | |||
" | |||
" | |||
"conditions": null, | "conditions": null, | ||
"probability": | "probability": 1, | ||
"id": " | "id": "AdjustReagent" | ||
} | } | ||
] | ] | ||
Line 2,088: | Line 2,045: | ||
} | } | ||
}, | }, | ||
" | "Gold": { | ||
"id": " | "id": "Gold", | ||
"name": " | "name": "gold", | ||
"group": " | "group": "Elements", | ||
"desc": " | "desc": "Gold is a dense, soft, shiny metal and the most malleable and ductile metal known.", | ||
"physicalDesc": " | "physicalDesc": "metallic", | ||
"color": "# | "color": "#F7C430FF", | ||
"recipes": [ | "recipes": [], | ||
"metabolisms": null | |||
], | }, | ||
"Water": { | |||
"id": "Water", | |||
"name": "water", | |||
"group": "Drinks", | |||
"desc": "A colorless liquid that humans need in order to survive.", | |||
"physicalDesc": "translucent", | |||
"color": "#75B1F0FF", | |||
"recipes": [], | |||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"rate": 0. | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": " | "HydrationFactor": 4, | ||
}, | "id": "SatiateThirst" | ||
} | |||
] | |||
} | |||
} | |||
}, | |||
"Aluminium": { | |||
"id": "Aluminium", | |||
"name": "aluminium", | |||
"group": "Elements", | |||
"desc": "A silver, soft, non-magnetic, and ductile metal.", | |||
"physicalDesc": "metallic", | |||
"color": "#848789FF", | |||
"recipes": [], | |||
"metabolisms": null | |||
}, | |||
"Grenadine": { | |||
"id": "Grenadine", | |||
"name": "grenadine", | |||
"group": "Drinks", | |||
"desc": "Not cherry flavored!", | |||
"physicalDesc": "dark-red", | |||
"color": "#EA1D26FF", | |||
"recipes": [], | |||
"metabolisms": { | |||
"Drink": { | |||
"rate": 0.5, | |||
"effects": [ | |||
{ | { | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
" | "HydrationFactor": 3, | ||
"id": "SatiateThirst" | |||
"id": " | |||
} | } | ||
] | ] | ||
Line 2,136: | Line 2,109: | ||
} | } | ||
}, | }, | ||
" | "HolyWater": { | ||
"id": " | "id": "HolyWater", | ||
"name": " | "name": "holy water", | ||
"group": " | "group": "Drinks", | ||
"desc": " | "desc": "holy water", | ||
"physicalDesc": " | "physicalDesc": "translucent", | ||
"color": "# | "color": "#75B1F0FF", | ||
"recipes": [ | "recipes": [ | ||
" | "BlessHolyWater", | ||
"HolyWater" | |||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": " | "HydrationFactor": 3, | ||
"id": "SatiateThirst" | |||
} | } | ||
] | ] | ||
}, | |||
"Medicine": { | "Medicine": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
" | "Scaled": false, | ||
"Amount": 0.1, | |||
" | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": " | "id": "ModifyBloodLevel" | ||
}, | }, | ||
{ | { | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
" | "Holy": 1 | ||
}, | }, | ||
"groups": | "groups": { | ||
"Burn": -0.5 | |||
} | |||
}, | }, | ||
"scaleByQuantity": false, | "scaleByQuantity": false, | ||
"ignoreResistances": true, | "ignoreResistances": true, | ||
"conditions | "conditions": null, | ||
"probability": 1, | |||
"probability": 1, | |||
"id": "HealthChange" | "id": "HealthChange" | ||
} | } | ||
] | ] | ||
Line 2,234: | Line 2,161: | ||
} | } | ||
}, | }, | ||
" | "SpaceUp": { | ||
"id": " | "id": "SpaceUp", | ||
"name": " | "name": "Space-Up", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "Tastes like a hull breach in your mouth.", | ||
"physicalDesc": " | "physicalDesc": "fizzy", | ||
"color": "# | "color": "#00FF00FF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
Line 2,251: | Line 2,178: | ||
"HydrationFactor": 2, | "HydrationFactor": 2, | ||
"id": "SatiateThirst" | "id": "SatiateThirst" | ||
} | } | ||
] | ] | ||
Line 2,264: | Line 2,183: | ||
} | } | ||
}, | }, | ||
" | "Pesto": { | ||
"id": " | "id": "Pesto", | ||
"name": " | "name": "pesto", | ||
"group": " | "group": "Foods", | ||
"desc": " | "desc": "A combination of salt, herbs, garlic, oil, and pine nuts.", | ||
"physicalDesc": " | "physicalDesc": "oily", | ||
"color": "# | "color": "#5C8400FF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Food": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
" | "Reagent": "Nutriment", | ||
"Group": null, | |||
"Amount": 0.1, | |||
"conditions": null, | |||
"probability": 1, | |||
"id": "AdjustReagent" | |||
" | }, | ||
" | { | ||
" | "Reagent": "OilOlive", | ||
"Group": null, | |||
"Amount": 0.35, | |||
"conditions": null, | |||
"probability": 1, | |||
"id": "AdjustReagent" | |||
}, | |||
{ | |||
"Reagent": "Allicin", | |||
"Group": null, | |||
"Amount": 0.25, | |||
"conditions": null, | |||
"probability": 1, | "probability": 1, | ||
"id": " | "id": "AdjustReagent" | ||
} | } | ||
] | ] | ||
Line 2,300: | Line 2,223: | ||
} | } | ||
}, | }, | ||
" | "Radium": { | ||
"id": " | "id": "Radium", | ||
"name": " | "name": "radium", | ||
"group": " | "group": "Elements", | ||
"desc": " | "desc": "A radioactive metal, silvery-white in its pure form. It glows due to its radioactivity and is highly toxic.", | ||
"physicalDesc": " | "physicalDesc": "glowing", | ||
"color": "# | "color": "#00FF04FF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Poison": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"damage": { | |||
"types": { | |||
"Radiation": 2 | |||
}, | |||
"groups": null | |||
}, | |||
"scaleByQuantity": false, | |||
"ignoreResistances": true, | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": "HealthChange" | |||
"id": " | |||
} | } | ||
] | ] | ||
Line 2,322: | Line 2,252: | ||
} | } | ||
}, | }, | ||
" | "SyndicateBomb": { | ||
"id": " | "id": "SyndicateBomb", | ||
"name": " | "name": "syndicate bomb", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "Somebody set us up the bomb!", | ||
"physicalDesc": " | "physicalDesc": "opaque", | ||
"color": "# | "color": "#2E6660FF", | ||
"recipes": [ | "recipes": [ | ||
" | "SyndicateBomb" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
Line 2,345: | Line 2,275: | ||
"Reagent": "Ethanol", | "Reagent": "Ethanol", | ||
"Group": null, | "Group": null, | ||
"Amount": 0. | "Amount": 0.05, | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
Line 2,354: | Line 2,284: | ||
} | } | ||
}, | }, | ||
" | "Sake": { | ||
"id": " | "id": "Sake", | ||
"name": " | "name": "sake", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "Alcoholic beverage made by brewing rice that has been polished.", | ||
"physicalDesc": "strong-smelling", | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#DDDDDDFF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
Line 2,375: | Line 2,305: | ||
"Reagent": "Ethanol", | "Reagent": "Ethanol", | ||
"Group": null, | "Group": null, | ||
"Amount": 0. | "Amount": 0.07, | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
Line 2,384: | Line 2,314: | ||
} | } | ||
}, | }, | ||
" | "JuiceApple": { | ||
"id": " | "id": "JuiceApple", | ||
"name": " | "name": "apple juice", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "It's a little piece of Eden.", | ||
"physicalDesc": " | "physicalDesc": "crisp", | ||
"color": "# | "color": "#FDAD01FF", | ||
"recipes": [ | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | |||
{ | |||
"conditions": null, | |||
"probability": 1, | |||
"HydrationFactor": 3, | |||
"id": "SatiateThirst" | |||
} | |||
] | |||
} | |||
} | |||
}, | |||
"Theobromine": { | |||
"id": "Theobromine", | |||
"name": "theobromine", | |||
"group": "Toxins", | |||
"desc": "Theobromine is a bitter alkaloid of the cacao plant found in chocolate, and some other foods.", | |||
"physicalDesc": "grainy", | |||
"color": "#F5F5F5FF", | |||
"recipes": [], | |||
"metabolisms": { | |||
"Poison": { | |||
"rate": 0.05, | |||
"effects": [ | "effects": [ | ||
{ | { | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
" | "Poison": 0.4 | ||
}, | }, | ||
"groups": null | "groups": null | ||
Line 2,409: | Line 2,359: | ||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"Min": | "Min": 1, | ||
"Max": 21474836, | "Max": 21474836, | ||
"Reagent": null, | "Reagent": null, | ||
"id": "ReagentThreshold" | "id": "ReagentThreshold" | ||
} | }, | ||
], | { | ||
"Type": "Animal", | |||
"ShouldHave": true, | |||
"id": "OrganType" | |||
} | |||
], | |||
"probability": 1, | "probability": 1, | ||
"id": "HealthChange" | "id": "HealthChange" | ||
}, | }, | ||
{ | |||
"ThirstAmount": -40, | |||
"HungerAmount": -40, | |||
"conditions": [ | |||
{ | |||
"Min": 3, | |||
"Max": 21474836, | |||
"Reagent": null, | |||
"id": "ReagentThreshold" | |||
}, | |||
{ | |||
"Type": "Animal", | |||
"ShouldHave": true, | |||
"id": "OrganType" | |||
} | |||
], | |||
"probability": 0.04, | |||
"id": "ChemVomit" | |||
} | |||
] | |||
} | |||
} | |||
}, | |||
"BlueCuracao": { | |||
"id": "BlueCuracao", | |||
"name": "blue curacao", | |||
"group": "Drinks", | |||
"desc": "Exotically blue, fruity drink, distilled from oranges.", | |||
"physicalDesc": "strong-smelling", | |||
"color": "#0000CDFF", | |||
"recipes": [], | |||
"metabolisms": { | |||
"Drink": { | |||
"rate": 0.5, | |||
"effects": [ | |||
{ | { | ||
"conditions": null, | "conditions": null, | ||
Line 2,427: | Line 2,417: | ||
"Reagent": "Ethanol", | "Reagent": "Ethanol", | ||
"Group": null, | "Group": null, | ||
"Amount": 0. | "Amount": 0.1, | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
Line 2,452: | Line 2,426: | ||
} | } | ||
}, | }, | ||
" | "Acetone": { | ||
"id": " | "id": "Acetone", | ||
"name": " | "name": "acetone", | ||
"group": " | "group": "Unknown", | ||
"desc": "A | "desc": "A slick, slightly carcinogenic liquid. Has a multitude of mundane uses in everyday life.", | ||
"physicalDesc": " | "physicalDesc": "acidic", | ||
"color": "# | "color": "#AF14B7FF", | ||
"recipes": [ | |||
"Acetone" | |||
], | |||
"metabolisms": null | |||
}, | |||
"Diethylamine": { | |||
"id": "Diethylamine", | |||
"name": "diethylamine", | |||
"group": "Botanical", | |||
"desc": "A very potent fertilizer.", | |||
"physicalDesc": "strong-smelling", | |||
"color": "#A1000BFF", | |||
"recipes": [ | "recipes": [ | ||
" | "Diethylamine" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
Line 2,467: | Line 2,453: | ||
"effects": [ | "effects": [ | ||
{ | { | ||
" | "damage": { | ||
"types": { | |||
"Caustic": 1 | |||
" | }, | ||
" | "groups": null | ||
}, | |||
"scaleByQuantity": false, | |||
"ignoreResistances": true, | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": " | "id": "HealthChange" | ||
} | } | ||
] | ] | ||
Line 2,480: | Line 2,469: | ||
} | } | ||
}, | }, | ||
" | "MilkOat": { | ||
"id": " | "id": "MilkOat", | ||
"name": " | "name": "oat milk", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "Surprisingly tasty.", | ||
"physicalDesc": " | "physicalDesc": "refreshing", | ||
"color": "# | "color": "#DEDACDFF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
Line 2,495: | Line 2,484: | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"HydrationFactor": | "HydrationFactor": 4, | ||
"id": "SatiateThirst" | "id": "SatiateThirst" | ||
} | } | ||
] | ] | ||
Line 2,510: | Line 2,491: | ||
} | } | ||
}, | }, | ||
" | "FoamingAgent": { | ||
"id": " | "id": "FoamingAgent", | ||
"name": " | "name": "foaming agent", | ||
"group": "Drinks", | "group": "Pyrotechnic", | ||
"desc": " | "desc": "Makes foam such as that's required in metal foam grenades.", | ||
"physicalDesc": " | "physicalDesc": "foamy", | ||
"color": "# | "color": "#215263FF", | ||
"recipes": [ | |||
"FoamingAgent" | |||
], | |||
"metabolisms": null | |||
}, | |||
"MelonLiquor": { | |||
"id": "MelonLiquor", | |||
"name": "melon liquor", | |||
"group": "Drinks", | |||
"desc": "A relatively sweet and fruity 46 proof liquor.", | |||
"physicalDesc": "strong-smelling", | |||
"color": "#138808FF", | |||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
Line 2,525: | Line 2,518: | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"HydrationFactor": | "HydrationFactor": 2, | ||
"id": "SatiateThirst" | "id": "SatiateThirst" | ||
}, | |||
{ | |||
"Reagent": "Ethanol", | |||
"Group": null, | |||
"Amount": 0.05, | |||
"conditions": null, | |||
"probability": 1, | |||
"id": "AdjustReagent" | |||
} | } | ||
] | ] | ||
Line 2,532: | Line 2,533: | ||
} | } | ||
}, | }, | ||
" | "ErikaSurprise": { | ||
"id": " | "id": "ErikaSurprise", | ||
"name": " | "name": "erika surprise", | ||
"group": " | "group": "Drinks", | ||
"desc": " | "desc": "The surprise is, it's green!", | ||
"physicalDesc": " | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#2E6671FF", | ||
"recipes": [], | "recipes": [ | ||
"ErikaSurprise" | |||
], | |||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"conditions": null, | |||
"conditions": | |||
"probability": 1, | "probability": 1, | ||
"id": " | "HydrationFactor": 2, | ||
"id": "SatiateThirst" | |||
}, | }, | ||
{ | { | ||
" | "Reagent": "Ethanol", | ||
" | "Group": null, | ||
"Amount": 0.05, | |||
"conditions": null, | |||
"probability": 1, | "probability": 1, | ||
"id": " | "id": "AdjustReagent" | ||
} | } | ||
] | ] | ||
Line 2,611: | Line 2,565: | ||
} | } | ||
}, | }, | ||
" | "TomatoSauce": { | ||
"id": " | "id": "TomatoSauce", | ||
"name": " | "name": "tomato sauce", | ||
"group": " | "group": "Foods", | ||
"desc": " | "desc": "Tomato with salt and herbs.", | ||
"physicalDesc": " | "physicalDesc": "dark-red", | ||
"color": "# | "color": "#A61600FF", | ||
"recipes": [ | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Food": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"Reagent": "Nutriment", | |||
"Group": null, | |||
"Amount": 0.15, | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": "AdjustReagent" | |||
"id": " | |||
}, | }, | ||
{ | { | ||
"Reagent": " | "Reagent": "JuiceTomato", | ||
"Group": null, | "Group": null, | ||
"Amount": 0. | "Amount": 0.6, | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
Line 2,643: | Line 2,597: | ||
} | } | ||
}, | }, | ||
" | "GinFizz": { | ||
"id": " | "id": "GinFizz", | ||
"name": " | "name": "gin fizz", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "Refreshingly lemony, deliciously dry.", | ||
"physicalDesc": " | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#664300FF", | ||
"recipes": [ | "recipes": [ | ||
" | "GinFizz" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
Line 2,660: | Line 2,614: | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"HydrationFactor": | "HydrationFactor": 2, | ||
"id": "SatiateThirst" | "id": "SatiateThirst" | ||
}, | |||
{ | |||
"Reagent": "Ethanol", | |||
"Group": null, | |||
"Amount": 0.15, | |||
"conditions": null, | |||
"probability": 1, | |||
"id": "AdjustReagent" | |||
} | } | ||
] | ] | ||
Line 2,667: | Line 2,629: | ||
} | } | ||
}, | }, | ||
" | "ScrewdriverCocktail": { | ||
"id": " | "id": "ScrewdriverCocktail", | ||
"name": " | "name": "screwdriver", | ||
"group": " | "group": "Drinks", | ||
"desc": " | "desc": "Vodka, mixed with plain ol' orange juice. The result is surprisingly delicious.", | ||
"physicalDesc": " | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#A68310FF", | ||
"recipes": [ | "recipes": [ | ||
" | "ScrewdriverCocktail" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
" | "conditions": null, | ||
"probability": 1, | |||
"HydrationFactor": 2, | |||
"id": "SatiateThirst" | |||
}, | |||
{ | |||
"Reagent": "Ethanol", | |||
"Group": null, | |||
"Amount": 0.15, | |||
"conditions": null, | |||
" | |||
" | |||
"probability": 1, | "probability": 1, | ||
"id": " | "id": "AdjustReagent" | ||
} | } | ||
] | ] | ||
Line 2,709: | Line 2,661: | ||
} | } | ||
}, | }, | ||
" | "Cognizine": { | ||
"id": " | "id": "Cognizine", | ||
"name": " | "name": "cognizine", | ||
"group": " | "group": "Medicine", | ||
"desc": " | "desc": "A mysterious chemical which is able to make any non-sentient creature sentient.", | ||
"physicalDesc": " | "physicalDesc": "enigmatic", | ||
"color": "# | "color": "#B50EE8FF", | ||
"recipes": [], | "recipes": [ | ||
"Cognizine" | |||
], | |||
"metabolisms": { | "metabolisms": { | ||
" | "Medicine": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"conditions": null, | "conditions": [ | ||
{ | |||
"Min": 5, | |||
"Max": 21474836, | |||
"Reagent": null, | |||
"id": "ReagentThreshold" | |||
} | |||
], | |||
"probability": 1, | "probability": 1, | ||
"id": "MakeSentient" | |||
"id": " | |||
} | } | ||
] | ] | ||
Line 2,731: | Line 2,691: | ||
} | } | ||
}, | }, | ||
" | "Copper": { | ||
"id": " | "id": "Copper", | ||
"name": " | "name": "copper", | ||
"group": " | "group": "Elements", | ||
"desc": "A | "desc": "A soft, malleable, and ductile metal with very high thermal and electrical conductivity.", | ||
"physicalDesc": " | "physicalDesc": "metallic", | ||
"color": "# | "color": "#B05B3CFF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms | "metabolisms": null | ||
}, | }, | ||
" | "NorepinephricAcid": { | ||
"id": " | "id": "NorepinephricAcid", | ||
"name": " | "name": "norepinephric acid", | ||
"group": " | "group": "Narcotics", | ||
"desc": " | "desc": "Makes you unable to see while metabolizing.", | ||
"physicalDesc": " | "physicalDesc": "milky", | ||
"color": "# | "color": "#96A8B5FF", | ||
"recipes": [ | "recipes": [ | ||
" | "NorepinephricAcid" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Narcotic": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
" | "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" | ||
], | |||
"Type": 1, | |||
"VisualType": 0, | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 0.08, | ||
"id": " | "id": "PopupMessage" | ||
} | }, | ||
] | { | ||
} | "Messages": [ | ||
"norepinephricacid-effect-eye-disconnect", | |||
"norepinephricacid-effect-eye-pain", | |||
"norepinephricacid-effect-darkness", | |||
"norepinephricacid-effect-blindness" | |||
], | |||
"Type": 1, | |||
"VisualType": 3, | |||
"conditions": [ | |||
{ | |||
"Min": 20, | |||
"Max": 21474836, | |||
"Reagent": null, | |||
"id": "ReagentThreshold" | |||
} | |||
], | |||
"probability": 0.03, | |||
"id": "PopupMessage" | |||
}, | |||
{ | |||
"Key": "TemporaryBlindness", | |||
"Component": "TemporaryBlindness", | |||
"Time": 2, | |||
"Refresh": true, | |||
"Type": 0, | |||
"conditions": [ | |||
{ | |||
"Min": 20, | |||
"Max": 21474836, | |||
"Reagent": null, | |||
"id": "ReagentThreshold" | |||
} | |||
], | |||
"probability": 1, | |||
"id": "GenericStatusEffect" | |||
} | |||
] | |||
} | |||
} | } | ||
}, | }, | ||
" | "Sigynate": { | ||
"id": " | "id": "Sigynate", | ||
"name": " | "name": "sigynate", | ||
"group": " | "group": "Medicine", | ||
"desc": "Tastes | "desc": "A thick pink syrup useful for neutralizing acids and soothing trauma caused by acids. Tastes sweet!", | ||
"physicalDesc": " | "physicalDesc": "thick", | ||
"color": "# | "color": "#E0A5B9FF", | ||
"recipes": [ | "recipes": [ | ||
" | "Sigynate" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Medicine": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"damage": { | |||
"types": { | |||
"Caustic": -3 | |||
}, | |||
"groups": null | |||
}, | |||
"scaleByQuantity": false, | |||
"ignoreResistances": true, | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": "HealthChange" | |||
"id": " | |||
}, | }, | ||
{ | { | ||
" | "damage": { | ||
" | "types": { | ||
" | "Heat": 2 | ||
"conditions": null, | }, | ||
"groups": null | |||
}, | |||
"scaleByQuantity": false, | |||
"ignoreResistances": true, | |||
"conditions": [ | |||
{ | |||
"Min": 16, | |||
"Max": 21474836, | |||
"Reagent": null, | |||
"id": "ReagentThreshold" | |||
} | |||
], | |||
"probability": 1, | "probability": 1, | ||
"id": " | "id": "HealthChange" | ||
}, | }, | ||
{ | { | ||
" | "Amplitude": 10, | ||
" | "Frequency": 4, | ||
" | "Time": 2, | ||
" | "Refresh": true, | ||
"conditions": [ | "conditions": [ | ||
{ | { | ||
" | "Min": 20, | ||
" | "Max": 21474836, | ||
"id": " | "Reagent": null, | ||
"id": "ReagentThreshold" | |||
} | } | ||
], | ], | ||
"probability": 1, | "probability": 1, | ||
" | "id": "Jitter" | ||
"id": " | }, | ||
} | { | ||
] | "Messages": [ | ||
"generic-reagent-effect-nauseous" | |||
], | |||
"Type": 1, | |||
"VisualType": 2, | |||
"conditions": [ | |||
{ | |||
"Min": 20, | |||
"Max": 21474836, | |||
"Reagent": null, | |||
"id": "ReagentThreshold" | |||
} | |||
], | |||
"probability": 0.2, | |||
"id": "PopupMessage" | |||
}, | |||
{ | |||
"ThirstAmount": -40, | |||
"HungerAmount": -40, | |||
"conditions": [ | |||
{ | |||
"Min": 30, | |||
"Max": 21474836, | |||
"Reagent": null, | |||
"id": "ReagentThreshold" | |||
} | |||
], | |||
"probability": 0.02, | |||
"id": "ChemVomit" | |||
} | |||
] | |||
} | } | ||
} | } | ||
}, | }, | ||
" | "OrangeCreamice": { | ||
"id": " | "id": "OrangeCreamice", | ||
"name": " | "name": "orange creamcicle", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "Orangy, creamy goodness.", | ||
"physicalDesc": " | "physicalDesc": "creamy", | ||
"color": "# | "color": "#EFAA16FF", | ||
"recipes": [], | "recipes": [ | ||
"OrangeCreamice" | |||
], | |||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
Line 2,876: | Line 2,889: | ||
"HydrationFactor": 2, | "HydrationFactor": 2, | ||
"id": "SatiateThirst" | "id": "SatiateThirst" | ||
}, | |||
{ | |||
"Reagent": "Ethanol", | |||
"Group": null, | |||
"Amount": 0.05, | |||
"conditions": null, | |||
"probability": 1, | |||
"id": "AdjustReagent" | |||
} | } | ||
] | ] | ||
Line 2,881: | Line 2,902: | ||
} | } | ||
}, | }, | ||
" | "JuiceGrape": { | ||
"id": " | "id": "JuiceGrape", | ||
"name": " | "name": "grape juice", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "Freshly squeezed juice from red grapes. Quite sweet.", | ||
"physicalDesc": " | "physicalDesc": "crisp", | ||
"color": "# | "color": "#512284FF", | ||
"recipes": [ | "recipes": [], | ||
" | "metabolisms": { | ||
], | "Drink": { | ||
"rate": 0.5, | |||
"effects": [ | |||
{ | |||
"conditions": null, | |||
"probability": 1, | |||
"HydrationFactor": 3, | |||
"id": "SatiateThirst" | |||
} | |||
] | |||
} | |||
} | |||
}, | |||
"Cream": { | |||
"id": "Cream", | |||
"name": "cream", | |||
"group": "Drinks", | |||
"desc": "The fatty, still liquid part of milk. Why don't you mix this with sum scotch, eh?", | |||
"physicalDesc": "creamy", | |||
"color": "#DFD7AFFF", | |||
"recipes": [], | |||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
Line 2,898: | Line 2,939: | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"HydrationFactor": | "HydrationFactor": 1, | ||
"id": "SatiateThirst" | "id": "SatiateThirst" | ||
} | } | ||
Line 2,905: | Line 2,946: | ||
} | } | ||
}, | }, | ||
" | "Margarita": { | ||
"id": " | "id": "Margarita", | ||
"name": " | "name": "margarita", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "On the rocks with salt on the rim. Arriba~!", | ||
"physicalDesc": " | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#8CFF8CFF", | ||
"recipes": [ | "recipes": [ | ||
" | "Margarita" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
Line 2,928: | Line 2,969: | ||
"Reagent": "Ethanol", | "Reagent": "Ethanol", | ||
"Group": null, | "Group": null, | ||
"Amount": 0. | "Amount": 0.16, | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
Line 2,937: | Line 2,978: | ||
} | } | ||
}, | }, | ||
" | "DriestMartini": { | ||
"id": " | "id": "DriestMartini", | ||
"name": " | "name": "driest martini", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "Only for the experienced. You think you see sand floating in the glass.", | ||
"physicalDesc": "strong-smelling", | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#2E6671FF", | ||
"recipes": [], | "recipes": [ | ||
"DriestMartini" | |||
], | |||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
Line 2,958: | Line 3,001: | ||
"Reagent": "Ethanol", | "Reagent": "Ethanol", | ||
"Group": null, | "Group": null, | ||
"Amount": 0. | "Amount": 0.15, | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
Line 2,967: | Line 3,010: | ||
} | } | ||
}, | }, | ||
" | "JuiceBerry": { | ||
"id": " | "id": "JuiceBerry", | ||
"name": " | "name": "berry juice", | ||
"group": " | "group": "Drinks", | ||
"desc": "A | "desc": "A delicious blend of several different kinds of berries.", | ||
"physicalDesc": "sweet", | |||
"color": "#660099FF", | |||
"physicalDesc": " | |||
"color": "# | |||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
Line 2,992: | Line 3,025: | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"HydrationFactor": | "HydrationFactor": 3, | ||
"id": "SatiateThirst" | "id": "SatiateThirst" | ||
} | } | ||
] | ] | ||
Line 3,007: | Line 3,032: | ||
} | } | ||
}, | }, | ||
" | "Cryoxadone": { | ||
"id": " | "id": "Cryoxadone", | ||
"name": " | "name": "cryoxadone", | ||
"group": " | "group": "Medicine", | ||
"desc": " | "desc": "Required for the proper function of cryogenics. Heals all standard types of damage very swiftly, but only works in temperatures under 170K (usually this means cryo cells). Can also slowly heal clone damage, such as caused by cloning or Slimes.", | ||
"physicalDesc": "fizzy | "physicalDesc": "fizzy", | ||
"color": "# | "color": "#0091FFFF", | ||
"recipes": [ | "recipes": [ | ||
" | "Cryoxadone" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Medicine": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"conditions": | "damage": { | ||
"types": null, | |||
"groups": { | |||
"Airloss": -6, | |||
"Brute": -4, | |||
"Burn": -6, | |||
"Toxin": -4 | |||
} | |||
}, | |||
"scaleByQuantity": false, | |||
"ignoreResistances": true, | |||
"conditions": [ | |||
{ | |||
"Min": 0, | |||
"Max": 150, | |||
"id": "Temperature" | |||
} | |||
], | |||
"probability": 1, | "probability": 1, | ||
"id": "HealthChange" | |||
"id": " | |||
} | } | ||
] | ] | ||
Line 3,039: | Line 3,072: | ||
} | } | ||
}, | }, | ||
" | "TequilaSunrise": { | ||
"id": " | "id": "TequilaSunrise", | ||
"name": " | "name": "tequila sunrise", | ||
"group": " | "group": "Drinks", | ||
"desc": " | "desc": "Tequila and orange juice. Much like a Screwdriver, only Mexican.", | ||
"physicalDesc": " | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#FFE48CFF", | ||
"recipes": [ | "recipes": [ | ||
" | "TequilaSunrise" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
Line 3,076: | Line 3,089: | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"HydrationFactor": | "HydrationFactor": 2, | ||
"id": "SatiateThirst" | "id": "SatiateThirst" | ||
}, | |||
{ | |||
"Reagent": "Ethanol", | |||
"Group": null, | |||
"Amount": 0.15, | |||
"conditions": null, | |||
"probability": 1, | |||
"id": "AdjustReagent" | |||
} | } | ||
] | ] | ||
Line 3,083: | Line 3,104: | ||
} | } | ||
}, | }, | ||
" | "Fluorine": { | ||
"id": " | "id": "Fluorine", | ||
"name": " | "name": "fluorine", | ||
"group": " | "group": "Elements", | ||
"desc": " | "desc": "A highly toxic pale yellow gas. Extremely reactive.", | ||
"physicalDesc": " | "physicalDesc": "gaseous", | ||
"color": "# | "color": "#808080FF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": null | "metabolisms": null | ||
}, | }, | ||
" | "Plasma": { | ||
"id": " | "id": "Plasma", | ||
"name": " | "name": "plasma", | ||
"group": " | "group": "Unknown", | ||
"desc": " | "desc": "Funky, space-magic pixie dust. You probably shouldn't eat this, but we both know you will anyways.", | ||
"physicalDesc": " | "physicalDesc": "gaseous", | ||
"color": "# | "color": "#7E009EFF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Poison": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
" | "damage": { | ||
" | "types": { | ||
" | "Poison": 3 | ||
}, | |||
"groups": null | |||
}, | |||
"scaleByQuantity": false, | |||
"ignoreResistances": true, | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": " | "id": "HealthChange" | ||
}, | }, | ||
{ | { | ||
"Reagent": " | "Reagent": "Inaprovaline", | ||
"Group": null, | "Group": null, | ||
"Amount": | "Amount": -2, | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": "AdjustReagent" | "id": "AdjustReagent" | ||
} | |||
] | |||
}, | |||
"Gas": { | |||
"rate": 0.5, | |||
"effects": [ | |||
{ | |||
"damage": { | |||
"types": { | |||
"Poison": 1 | |||
}, | |||
"groups": null | |||
}, | |||
"scaleByQuantity": true, | |||
"ignoreResistances": true, | |||
"conditions": null, | |||
"probability": 1, | |||
"id": "HealthChange" | |||
} | } | ||
] | ] | ||
Line 3,125: | Line 3,169: | ||
} | } | ||
}, | }, | ||
" | "IcedBeer": { | ||
"id": " | "id": "IcedBeer", | ||
"name": " | "name": "iced beer", | ||
"group": "Drinks", | |||
"desc": "A beer which is so cold the air around it freezes.", | |||
"physicalDesc": "bubbly", | |||
"color": "#664300FF", | |||
"recipes": [], | |||
"group": "Drinks", | |||
"desc": " | |||
"physicalDesc": " | |||
"color": "# | |||
"recipes": [ | |||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
Line 3,158: | Line 3,190: | ||
"Reagent": "Ethanol", | "Reagent": "Ethanol", | ||
"Group": null, | "Group": null, | ||
"Amount": 0. | "Amount": 0.05, | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
Line 3,167: | Line 3,199: | ||
} | } | ||
}, | }, | ||
" | "Booger": { | ||
"id": " | "id": "Booger", | ||
"name": " | "name": "booger", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "Ewww...", | ||
"physicalDesc": "strong-smelling", | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#8CFF8CFF", | ||
"recipes": [], | "recipes": [ | ||
"Booger" | |||
], | |||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
Line 3,197: | Line 3,231: | ||
} | } | ||
}, | }, | ||
" | "Phosphorus": { | ||
"id": " | "id": "Phosphorus", | ||
"name": " | "name": "phosphorus", | ||
"group": " | "group": "Elements", | ||
"desc": "A | "desc": "A reactive metal used in pyrotechnics and weapons.", | ||
"physicalDesc": " | "physicalDesc": "powdery", | ||
"color": "# | "color": "#EDE4E4FF", | ||
"recipes": [], | |||
"metabolisms": null | |||
}, | |||
"Tritium": { | |||
"id": "Tritium", | |||
"name": "tritium", | |||
"group": "Unknown", | |||
"desc": "Radioactive space-magic pixie dust.", | |||
"physicalDesc": "ionizing", | |||
"color": "#66FF33FF", | |||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Poison": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"damage": { | |||
"types": { | |||
"Radiation": 3 | |||
}, | |||
"groups": null | |||
}, | |||
"scaleByQuantity": false, | |||
"ignoreResistances": true, | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
" | "id": "HealthChange" | ||
"id": " | } | ||
] | |||
}, | |||
"Gas": { | |||
"rate": 0.5, | |||
"effects": [ | |||
{ | |||
"damage": { | |||
"types": { | |||
"Radiation": 1 | |||
}, | |||
"groups": null | |||
}, | |||
"scaleByQuantity": true, | |||
"ignoreResistances": true, | |||
"conditions": null, | |||
"probability": 1, | |||
"id": "HealthChange" | |||
} | } | ||
] | ] | ||
Line 3,219: | Line 3,288: | ||
} | } | ||
}, | }, | ||
" | "GreenTea": { | ||
"id": " | "id": "GreenTea", | ||
"name": " | "name": "green tea", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "Tasty green tea.", | ||
"physicalDesc": " | "physicalDesc": "aromatic", | ||
"color": "# | "color": "#C33F00FF", | ||
"recipes": [ | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
Line 3,243: | Line 3,310: | ||
} | } | ||
}, | }, | ||
" | "RootBeerFloat": { | ||
"id": " | "id": "RootBeerFloat", | ||
"name": " | "name": "root beer float", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "Root beer, but now with ice cream on top. It truly is the magnum opus of Canadian summertime drinks.", | ||
"physicalDesc": " | "physicalDesc": "fizzy and creamy", | ||
"color": "# | "color": "#4F361FFF", | ||
"recipes": [], | "recipes": [ | ||
"RootBeerFloat" | |||
], | |||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
Line 3,260: | Line 3,329: | ||
"HydrationFactor": 2, | "HydrationFactor": 2, | ||
"id": "SatiateThirst" | "id": "SatiateThirst" | ||
} | } | ||
] | ] | ||
Line 3,273: | Line 3,334: | ||
} | } | ||
}, | }, | ||
" | "ClownBlood": { | ||
"id": " | "id": "ClownBlood", | ||
"name": " | "name": "clown blood", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "Security Officers favorite drink after a long day.", | ||
"physicalDesc": " | "physicalDesc": "cloudy", | ||
"color": "# | "color": "#94001CFF", | ||
"recipes": [ | "recipes": [ | ||
" | "ClownBlood" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
Line 3,292: | Line 3,353: | ||
"HydrationFactor": 2, | "HydrationFactor": 2, | ||
"id": "SatiateThirst" | "id": "SatiateThirst" | ||
}, | |||
{ | { | ||
" | "Reagent": "Ethanol", | ||
"Group": null, | |||
"Amount": 0.03, | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": " | "id": "AdjustReagent" | ||
} | } | ||
] | ] | ||
Line 3,330: | Line 3,366: | ||
} | } | ||
}, | }, | ||
" | "Dulleavene": { | ||
"id": " | "id": "Dulleavene", | ||
"name": " | "name": "dulleavene", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "Allegedly it's a cocktail. The warning cone motif seems apt.", | ||
"physicalDesc": " | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#FF7F00FF", | ||
"recipes": [ | "recipes": [ | ||
" | "Dulleavene" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
Line 3,363: | Line 3,389: | ||
"Reagent": "Ethanol", | "Reagent": "Ethanol", | ||
"Group": null, | "Group": null, | ||
"Amount": 0. | "Amount": 0.55, | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": "AdjustReagent" | "id": "AdjustReagent" | ||
}, | } | ||
] | |||
} | |||
} | |||
}, | |||
"IrishCoffee": { | |||
"id": "IrishCoffee", | |||
"name": "irish coffee", | |||
"group": "Drinks", | |||
"desc": "Coffee served with irish cream. Regular cream just isn't the same!", | |||
"physicalDesc": "cloudy", | |||
"color": "#664300FF", | |||
"recipes": [ | |||
"IrishCoffee" | |||
], | |||
"metabolisms": { | |||
"Drink": { | |||
"rate": 0.5, | |||
"effects": [ | |||
{ | |||
"conditions": null, | |||
"probability": 1, | |||
"HydrationFactor": 2, | |||
"id": "SatiateThirst" | |||
}, | |||
{ | { | ||
" | "Reagent": "Ethanol", | ||
" | "Group": null, | ||
"Amount": 0.15, | |||
"conditions": null, | "conditions": null, | ||
"probability": | "probability": 1, | ||
"id": " | "id": "AdjustReagent" | ||
} | } | ||
] | ] | ||
Line 3,379: | Line 3,430: | ||
} | } | ||
}, | }, | ||
" | "TheMartinez": { | ||
"id": " | "id": "TheMartinez", | ||
"name": " | "name": "The Martinez", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "The edgerunner legend. Remembered by a drink, Forgotten by a drunk.", | ||
"physicalDesc": " | "physicalDesc": "vibrant", | ||
"color": "# | "color": "#75B1F0FF", | ||
"recipes": [], | "recipes": [ | ||
"TheMartinez" | |||
], | |||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
Line 3,401: | Line 3,454: | ||
} | } | ||
}, | }, | ||
" | "Nutriment": { | ||
"id": " | "id": "Nutriment", | ||
"name": " | "name": "nutriment", | ||
"group": "Foods", | "group": "Foods", | ||
"desc": " | "desc": "All the vitamins, minerals, and carbohydrates the body needs in pure form.", | ||
"physicalDesc": " | "physicalDesc": "opaque", | ||
"color": "# | "color": "#664330FF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
Line 3,414: | Line 3,467: | ||
"effects": [ | "effects": [ | ||
{ | { | ||
" | "conditions": [ | ||
" | { | ||
" | "Type": "Vampiric", | ||
"ShouldHave": false, | |||
"id": "OrganType" | |||
} | |||
], | |||
"probability": 1, | |||
"NutritionFactor": 3, | |||
"id": "SatiateHunger" | |||
} | |||
] | |||
} | |||
} | |||
}, | |||
"PoisonWine": { | |||
"id": "PoisonWine", | |||
"name": "poison wine", | |||
"group": "Drinks", | |||
"desc": "Is this even wine? Toxic! Hallucinogenic! Probably consumed in boatloads by your superiors!", | |||
"physicalDesc": "strong-smelling", | |||
"color": "#000000FF", | |||
"recipes": [], | |||
"metabolisms": { | |||
"Drink": { | |||
"rate": 0.5, | |||
"effects": [ | |||
{ | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": " | "HydrationFactor": 2, | ||
"id": "SatiateThirst" | |||
}, | }, | ||
{ | { | ||
"Reagent": " | "Reagent": "Ethanol", | ||
"Group": null, | "Group": null, | ||
"Amount": 0. | "Amount": 0.05, | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
Line 3,430: | Line 3,509: | ||
} | } | ||
] | ] | ||
}, | |||
"Poison": { | "Poison": { | ||
"rate": 0.5, | "rate": 0.5, | ||
Line 3,448: | Line 3,516: | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
"Poison": | "Poison": 1 | ||
}, | }, | ||
"groups": null | "groups": null | ||
Line 3,457: | Line 3,525: | ||
"probability": 1, | "probability": 1, | ||
"id": "HealthChange" | "id": "HealthChange" | ||
} | } | ||
] | ] | ||
Line 3,469: | Line 3,530: | ||
} | } | ||
}, | }, | ||
" | "SpaceLube": { | ||
"id": " | "id": "SpaceLube", | ||
"name": " | "name": "space lube", | ||
"group": " | "group": "Unknown", | ||
"desc": " | "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": " | "physicalDesc": "shiny", | ||
"color": "# | "color": "#77B58EFF", | ||
"recipes": [], | "recipes": [ | ||
"SpaceLube" | |||
], | |||
"metabolisms": null | |||
}, | |||
"BlackRussian": { | |||
"id": "BlackRussian", | |||
"name": "black russian", | |||
"group": "Drinks", | |||
"desc": "For the lactose-intolerant. Still as classy as a White Russian.", | |||
"physicalDesc": "strong-smelling", | |||
"color": "#360000FF", | |||
"recipes": [ | |||
"BlackRussian" | |||
], | |||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
Line 3,490: | Line 3,565: | ||
"Reagent": "Ethanol", | "Reagent": "Ethanol", | ||
"Group": null, | "Group": null, | ||
"Amount": 0. | "Amount": 0.2, | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
Line 3,499: | Line 3,574: | ||
} | } | ||
}, | }, | ||
" | "SpaceDrugs": { | ||
"id": " | "id": "SpaceDrugs", | ||
"name": " | "name": "space drugs", | ||
"group": " | "group": "Narcotics", | ||
"desc": " | "desc": "An illegal compound which induces a number of effects such as loss of balance and visual artefacts.", | ||
"physicalDesc": " | "physicalDesc": "syrupy", | ||
"color": "# | "color": "#63806EFF", | ||
"recipes": [], | "recipes": [ | ||
"SpaceDrugs" | |||
], | |||
"metabolisms": { | "metabolisms": { | ||
" | "Narcotic": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"Key": "SeeingRainbows", | |||
"Component": "SeeingRainbows", | |||
"Time": 5, | |||
"Refresh": false, | |||
"Type": 0, | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": "GenericStatusEffect" | |||
"id": " | |||
}, | }, | ||
{ | { | ||
" | "BonusMuliplier": 1, | ||
"conditions": [ | |||
{ | |||
"Min": 15, | |||
"Max": 21474836, | |||
"Reagent": "SpaceDrugs", | |||
"id": "ReagentThreshold" | |||
} | |||
], | |||
"probability": 1, | "probability": 1, | ||
"id": " | "id": "ChemRerollPsionic" | ||
} | } | ||
] | ] | ||
Line 3,529: | Line 3,615: | ||
} | } | ||
}, | }, | ||
" | "IrishCream": { | ||
"id": " | "id": "IrishCream", | ||
"name": " | "name": "irish cream", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "Whiskey-imbued cream. What else could you expect from the Irish.", | ||
"physicalDesc": " | "physicalDesc": "creamy", | ||
"color": "# | "color": "#664300FF", | ||
"recipes": [], | "recipes": [ | ||
"IrishCream" | |||
], | |||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
Line 3,556: | Line 3,634: | ||
"HydrationFactor": 2, | "HydrationFactor": 2, | ||
"id": "SatiateThirst" | "id": "SatiateThirst" | ||
}, | |||
{ | |||
"Reagent": "Ethanol", | |||
"Group": null, | |||
"Amount": 0.2, | |||
"conditions": null, | |||
"probability": 1, | |||
"id": "AdjustReagent" | |||
} | } | ||
] | ] | ||
Line 3,561: | Line 3,647: | ||
} | } | ||
}, | }, | ||
" | "Saxoite": { | ||
"id": " | "id": "Saxoite", | ||
"name": " | "name": "Saxoite", | ||
"group": "Unknown", | "group": "Unknown", | ||
"desc": " | "desc": "Smells like jazz.", | ||
"physicalDesc": " | "physicalDesc": "ground brass", | ||
"color": "# | "color": "#B8A603FF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": null | |||
}, | |||
"BananaHonk": { | |||
"id": "BananaHonk", | |||
"name": "banana honk", | |||
"group": "Drinks", | |||
"desc": "A drink from Clown Heaven.", | |||
"physicalDesc": "strong-smelling", | |||
"color": "#FFFF91FF", | |||
"recipes": [ | |||
"BananaHonk" | |||
], | |||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": " | "HydrationFactor": 2, | ||
"id": "SatiateThirst" | |||
}, | }, | ||
{ | { | ||
"Reagent": " | "Reagent": "Ethanol", | ||
"Group": null, | "Group": null, | ||
"Amount": | "Amount": 0.05, | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": "AdjustReagent" | "id": "AdjustReagent" | ||
} | } | ||
] | ] | ||
Line 3,616: | Line 3,689: | ||
} | } | ||
}, | }, | ||
" | "Ectoplasm": { | ||
"id": " | "id": "Ectoplasm", | ||
"name": " | "name": "ectoplasm", | ||
"group": "Toxins", | "group": "Toxins", | ||
"desc": " | "desc": "The physical component of semi-corporeal spirits.", | ||
"physicalDesc": " | "physicalDesc": "ethereal", | ||
"color": "# | "color": "#61A79DFF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
Line 3,630: | Line 3,703: | ||
{ | { | ||
"damage": { | "damage": { | ||
"types": { | "types": null, | ||
" | "groups": { | ||
} | "Toxin": 2 | ||
} | |||
}, | }, | ||
"scaleByQuantity": false, | "scaleByQuantity": false, | ||
"ignoreResistances": true, | "ignoreResistances": true, | ||
"conditions": null, | "conditions": null, | ||
"probability": | "probability": 0.4, | ||
"id": "HealthChange" | "id": "HealthChange" | ||
} | } | ||
Line 3,645: | Line 3,718: | ||
} | } | ||
}, | }, | ||
" | "PlantBGone": { | ||
"id": " | "id": "PlantBGone", | ||
"name": " | "name": "plant-B-gone", | ||
"group": " | "group": "Botanical", | ||
"desc": " | "desc": "A harmful toxic mixture to kill plantlife. Do not ingest!", | ||
"physicalDesc": " | "physicalDesc": "bubbling", | ||
"color": "# | "color": "#49002EFF", | ||
"recipes": [ | "recipes": [ | ||
" | "PlantBGone" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
Line 3,662: | Line 3,735: | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
" | "Poison": -4, | ||
" | "Blunt": 2, | ||
"Slash": 1, | |||
"Piercing": 1 | |||
}, | }, | ||
"groups": | "groups": null | ||
}, | }, | ||
"scaleByQuantity": false, | "scaleByQuantity": false, | ||
Line 3,674: | Line 3,746: | ||
"conditions": [ | "conditions": [ | ||
{ | { | ||
" | "Type": "Plant", | ||
"id": " | "ShouldHave": true, | ||
}, | "id": "OrganType" | ||
} | |||
], | |||
"probability": 1, | |||
"id": "HealthChange" | |||
} | |||
] | |||
} | |||
} | |||
}, | |||
"InactiveBlood": { | |||
"id": "InactiveBlood", | |||
"name": "inactive blood", | |||
"group": "Biological", | |||
"desc": "Synthetic blood without the oxygen, causes asphyxiation if drank by an Arachne", | |||
"physicalDesc": "ferrous", | |||
"color": "#800000FF", | |||
"recipes": [ | |||
"InactiveBlood" | |||
], | |||
"metabolisms": { | |||
"Drink": { | |||
"rate": 0.5, | |||
"effects": [ | |||
{ | |||
"conditions": null, | |||
"probability": 1, | |||
"HydrationFactor": 1.5, | |||
"id": "SatiateThirst" | |||
}, | |||
{ | |||
"conditions": [ | |||
{ | { | ||
" | "Type": "Vampiric", | ||
"ShouldHave": true, | |||
" | "id": "OrganType" | ||
"id": " | |||
} | } | ||
], | ], | ||
"probability": 1, | "probability": 1, | ||
"id": " | "NutritionFactor": 0.5, | ||
"id": "SatiateHunger" | |||
}, | }, | ||
{ | { | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
"Asphyxiation": | "Asphyxiation": 0.6 | ||
}, | }, | ||
"groups": null | "groups": null | ||
Line 3,699: | Line 3,801: | ||
"conditions": [ | "conditions": [ | ||
{ | { | ||
" | "Type": "Vampiric", | ||
"ShouldHave": true, | |||
" | "id": "OrganType" | ||
"id": " | |||
} | } | ||
], | ], | ||
"probability": 1, | "probability": 1, | ||
"id": "HealthChange" | "id": "HealthChange" | ||
}, | } | ||
] | |||
} | |||
} | |||
" | }, | ||
"conditions": | "Nitrogen": { | ||
"id": "Nitrogen", | |||
"name": "nitrogen", | |||
"group": "Unknown", | |||
"desc": "A colorless, odorless unreactive gas. Highly stable.", | |||
"physicalDesc": "gaseous", | |||
"color": "#808080FF", | |||
"recipes": [], | |||
"metabolisms": { | |||
"Gas": { | |||
"rate": 0.5, | |||
"effects": [ | |||
{ | |||
"Factor": 1, | |||
"conditions": [ | |||
{ | |||
"Type": "Vox", | |||
"ShouldHave": true, | |||
"id": "OrganType" | |||
} | |||
], | |||
"probability": 1, | "probability": 1, | ||
"id": " | "id": "Oxygenate" | ||
}, | }, | ||
{ | { | ||
" | "Factor": 1, | ||
"conditions": [ | "conditions": [ | ||
{ | { | ||
" | "Type": "Slime", | ||
"ShouldHave": true, | |||
" | "id": "OrganType" | ||
"id": " | |||
} | } | ||
], | ], | ||
"probability": 1, | "probability": 1, | ||
"id": " | "id": "Oxygenate" | ||
}, | }, | ||
{ | { | ||
" | "_ratios": { | ||
"CarbonDioxide": 1, | |||
"Nitrogen": -1 | |||
}, | |||
"conditions": [ | "conditions": [ | ||
{ | { | ||
" | "Type": "Vox", | ||
"ShouldHave": true, | |||
" | "id": "OrganType" | ||
"id": " | |||
} | } | ||
], | ], | ||
"probability": 1, | "probability": 1, | ||
"id": " | "id": "ModifyLungGas" | ||
}, | }, | ||
{ | { | ||
" | "_ratios": { | ||
"NitrousOxide": 1, | |||
" | "Nitrogen": -1 | ||
}, | |||
"conditions": [ | |||
{ | |||
"Type": "Slime", | |||
"ShouldHave": true, | |||
"id": "OrganType" | |||
} | |||
], | |||
"probability": 1, | "probability": 1, | ||
"id": " | "id": "ModifyLungGas" | ||
} | } | ||
] | ] | ||
Line 3,770: | Line 3,883: | ||
} | } | ||
}, | }, | ||
" | "Bleach": { | ||
"id": " | "id": "Bleach", | ||
"name": " | "name": "bleach", | ||
"group": "Unknown", | "group": "Unknown", | ||
"desc": "Space | "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", | ||
"color": "# | "color": "#A1000BFF", | ||
"recipes": [ | "recipes": [ | ||
" | "Bleach" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Poison": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"damage": { | |||
"types": { | |||
"Poison": 3 | |||
}, | |||
"groups": null | |||
}, | |||
"scaleByQuantity": false, | |||
"ignoreResistances": true, | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": "HealthChange" | |||
"id": " | |||
}, | }, | ||
{ | { | ||
" | "Messages": [ | ||
" | "generic-reagent-effect-burning-insides" | ||
" | ], | ||
"Type": 1, | |||
"VisualType": 3, | |||
"conditions": null, | "conditions": null, | ||
"probability": | "probability": 0.33, | ||
"id": " | "id": "PopupMessage" | ||
} | } | ||
] | ] | ||
Line 3,812: | Line 3,924: | ||
} | } | ||
}, | }, | ||
" | "CoffeeLiqueur": { | ||
"id": " | "id": "CoffeeLiqueur", | ||
"name": " | "name": "coffee liqueur", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "Liquor flavoured with cold brewed coffee and spices.", | ||
"physicalDesc": " | "physicalDesc": "cloudy", | ||
"color": "# | "color": "#664300FF", | ||
"recipes": [ | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
Line 3,831: | Line 3,941: | ||
"HydrationFactor": 2, | "HydrationFactor": 2, | ||
"id": "SatiateThirst" | "id": "SatiateThirst" | ||
}, | |||
{ | |||
"Reagent": "Ethanol", | |||
"Group": null, | |||
"Amount": 0.05, | |||
"conditions": null, | |||
"probability": 1, | |||
"id": "AdjustReagent" | |||
} | } | ||
] | ] | ||
Line 3,836: | Line 3,954: | ||
} | } | ||
}, | }, | ||
" | "THC": { | ||
"id": " | "id": "THC", | ||
"name": " | "name": "THC", | ||
"group": " | "group": "Narcotics", | ||
"desc": " | "desc": "The main psychoactive compound in cannabis.", | ||
"physicalDesc": " | "physicalDesc": "crystalline", | ||
"color": "# | "color": "#808080FF", | ||
"recipes": [ | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Narcotic": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
" | "Key": "SeeingRainbows", | ||
"Component": "SeeingRainbows", | |||
"Time": 16, | |||
"Refresh": false, | |||
"Type": 0, | |||
" | |||
" | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": " | "id": "GenericStatusEffect" | ||
} | |||
] | |||
} | |||
] | |||
} | } | ||
} | } | ||
}, | }, | ||
" | "PolytrinicAcid": { | ||
"id": " | "id": "PolytrinicAcid", | ||
"name": " | "name": "polytrinic acid", | ||
"group": " | "group": "Toxins", | ||
"desc": " | "desc": "An extremely corrosive chemical substance. The slightest touch of it will melt off most masks and headgear, and it deals extreme damage to anyone who comes directly into contact with it.", | ||
"physicalDesc": " | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#A1000BFF", | ||
"recipes": [], | "recipes": [ | ||
"PolytrinicAcid" | |||
], | |||
"metabolisms": { | "metabolisms": { | ||
" | "Poison": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"damage": { | |||
"types": { | |||
"Caustic": 2 | |||
}, | |||
"groups": null | |||
}, | |||
"scaleByQuantity": false, | |||
"ignoreResistances": true, | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
" | "id": "HealthChange" | ||
"id": " | }, | ||
{ | |||
"Messages": [ | |||
"generic-reagent-effect-burning-insides" | |||
], | |||
"Type": 1, | |||
"VisualType": 4, | |||
"conditions": null, | |||
"probability": 0.33, | |||
"id": "PopupMessage" | |||
} | } | ||
] | ] | ||
Line 3,897: | Line 4,021: | ||
} | } | ||
}, | }, | ||
" | "UnstableMutagen": { | ||
"id": " | "id": "UnstableMutagen", | ||
"name": " | "name": "unstable mutagen", | ||
"group": " | "group": "Toxins", | ||
"desc": " | "desc": "Causes mutations when injected into living people or plants. High doses may be lethal, especially in humans.", | ||
"physicalDesc": " | "physicalDesc": "glowing", | ||
"color": "# | "color": "#00FF5FFF", | ||
"recipes": [ | "recipes": [ | ||
" | "UnstableMutagen" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Poison": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"damage": { | |||
"types": { | |||
"Radiation": 3 | |||
}, | |||
"groups": null | |||
}, | |||
"scaleByQuantity": false, | |||
"ignoreResistances": true, | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": "HealthChange" | |||
"id": " | |||
} | } | ||
] | ] | ||
Line 3,929: | Line 4,052: | ||
} | } | ||
}, | }, | ||
" | "ChlorineTrifluoride": { | ||
"id": " | "id": "ChlorineTrifluoride", | ||
"name": " | "name": "CLF3", | ||
"group": " | "group": "Pyrotechnic", | ||
"desc": " | "desc": "You really, REALLY don't want to get this shit anywhere near you.", | ||
"physicalDesc": " | "physicalDesc": "blazing", | ||
"color": "# | "color": "#FFC8C8FF", | ||
"recipes": [ | "recipes": [ | ||
" | "ChlorineTrifluoride" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Poison": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"damage": { | |||
"types": { | |||
"Heat": 1 | |||
}, | |||
"groups": null | |||
}, | |||
"scaleByQuantity": false, | |||
"ignoreResistances": true, | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
" | "id": "HealthChange" | ||
"id": " | }, | ||
{ | |||
"Multiplier": 0.2, | |||
"conditions": null, | |||
"probability": 1, | |||
"id": "FlammableReaction" | |||
}, | }, | ||
{ | { | ||
"Amount": 6000, | |||
"Amount": | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": " | "id": "AdjustTemperature" | ||
} | } | ||
] | ] | ||
Line 3,961: | Line 4,095: | ||
} | } | ||
}, | }, | ||
" | "Omnizine": { | ||
"id": " | "id": "Omnizine", | ||
"name": " | "name": "omnizine", | ||
"group": "Medicine", | |||
"desc": "A soothing milky liquid with an iridescent gleam. A well known conspiracy theory says that it's origins remain a mystery because knowing the secrets of its production would render most commercial pharmaceuticals obsolete.", | |||
"physicalDesc": "soothing", | |||
"color": "#FCF7F9FF", | |||
"recipes": [], | |||
"metabolisms": { | |||
"Medicine": { | |||
"rate": 0.5, | |||
"effects": [ | |||
{ | |||
"damage": { | |||
"types": null, | |||
"groups": { | |||
"Burn": -2, | |||
"Toxin": -2, | |||
"Airloss": -2, | |||
"Brute": -2, | |||
"Immaterial": -2 | |||
} | |||
}, | |||
"scaleByQuantity": false, | |||
"ignoreResistances": true, | |||
"conditions": null, | |||
"probability": 1, | |||
"id": "HealthChange" | |||
} | |||
] | |||
} | |||
} | |||
}, | |||
"SuiDream": { | |||
"id": "SuiDream", | |||
"name": "sui dream", | |||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "'Comprised of: White soda, blue curacao, melon liquor.'", | ||
"physicalDesc": "strong-smelling", | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#00A86BFF", | ||
"recipes": [], | "recipes": [ | ||
"SuiDream" | |||
], | |||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
Line 3,982: | Line 4,151: | ||
"Reagent": "Ethanol", | "Reagent": "Ethanol", | ||
"Group": null, | "Group": null, | ||
"Amount": 0. | "Amount": 0.18, | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
Line 3,991: | Line 4,160: | ||
} | } | ||
}, | }, | ||
" | "MilkSoy": { | ||
"id": " | "id": "MilkSoy", | ||
"name": " | "name": "soy milk", | ||
"group": " | "group": "Drinks", | ||
"desc": " | "desc": "Consumers favorite.", | ||
"physicalDesc": " | "physicalDesc": "refreshing", | ||
"color": "# | "color": "#D2C29DFF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": " | "HydrationFactor": 4, | ||
"id": "SatiateThirst" | |||
} | } | ||
] | ] | ||
}, | } | ||
" | } | ||
}, | |||
"Chlorine": { | |||
"id": "Chlorine", | |||
"name": "chlorine", | |||
"group": "Elements", | |||
"desc": "A yellow-green gas which is toxic to humans.", | |||
"physicalDesc": "gaseous", | |||
"color": "#A2FF00FF", | |||
"recipes": [], | |||
"metabolisms": null | |||
}, | |||
"JuiceCarrot": { | |||
"id": "JuiceCarrot", | |||
"name": "carrot juice", | |||
"group": "Drinks", | |||
"desc": "It's like a carrot, but less crunchy.", | |||
"physicalDesc": "crisp", | |||
"color": "#FF8820FF", | |||
"recipes": [], | |||
"metabolisms": { | |||
"Drink": { | |||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": " | "HydrationFactor": 2, | ||
"id": "SatiateThirst" | |||
}, | }, | ||
{ | { | ||
" | "Reagent": "Oculine", | ||
"Group": null, | |||
"Amount": 0.15, | |||
"conditions": null, | |||
" | |||
"conditions | |||
"probability": 1, | "probability": 1, | ||
"id": " | "id": "AdjustReagent" | ||
}, | }, | ||
{ | { | ||
" | "Reagent": "Nutriment", | ||
"Group": null, | |||
"Amount": 0.5, | |||
" | |||
" | |||
"conditions": null, | "conditions": null, | ||
"probability": | "probability": 1, | ||
"id": " | "id": "AdjustReagent" | ||
} | } | ||
] | ] | ||
Line 4,056: | Line 4,230: | ||
} | } | ||
}, | }, | ||
" | "Dexalin": { | ||
"id": " | "id": "Dexalin", | ||
"name": " | "name": "dexalin", | ||
"group": "Medicine", | |||
"desc": "Used for treating oxygen deprivation. In most cases where it is likely to be needed, the strength of Dexalin Plus will probably be more useful.", | |||
"physicalDesc": "opaque", | |||
"color": "#0041A8FF", | |||
"recipes": [ | |||
"Dexalin" | |||
], | |||
"metabolisms": { | |||
"Medicine": { | |||
"rate": 0.5, | |||
"effects": [ | |||
{ | |||
"damage": { | |||
"types": { | |||
"Asphyxiation": -1, | |||
"Bloodloss": -0.5 | |||
}, | |||
"groups": null | |||
}, | |||
"scaleByQuantity": false, | |||
"ignoreResistances": true, | |||
"conditions": null, | |||
"probability": 1, | |||
"id": "HealthChange" | |||
} | |||
] | |||
} | |||
} | |||
}, | |||
"Whiskey": { | |||
"id": "Whiskey", | |||
"name": "whiskey", | |||
"group": "Drinks", | "group": "Drinks", | ||
"desc": "A | "desc": "A type of distilled alcoholic beverage made from fermented grain mash.", | ||
"physicalDesc": "strong-smelling", | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#664300FF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
Line 4,077: | Line 4,283: | ||
"Reagent": "Ethanol", | "Reagent": "Ethanol", | ||
"Group": null, | "Group": null, | ||
"Amount": 0. | "Amount": 0.2, | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
Line 4,086: | Line 4,292: | ||
} | } | ||
}, | }, | ||
" | "Barozine": { | ||
"id": " | "id": "Barozine", | ||
"name": " | "name": "barozine", | ||
"group": " | "group": "Medicine", | ||
"desc": " | "desc": "A potent drug that prevents pressure damage. Causes extreme pain and jittering. Very poisonous when overdosed.", | ||
"physicalDesc": " | "physicalDesc": "viscous", | ||
"color": "# | "color": "#FF867DFF", | ||
"recipes": [ | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Medicine": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"damage": { | |||
"types": { | |||
"Heat": 0.5 | |||
"damage": { | |||
"types": { | |||
" | |||
}, | }, | ||
"groups": | "groups": null | ||
}, | }, | ||
"scaleByQuantity": false, | "scaleByQuantity": false, | ||
"ignoreResistances": true, | "ignoreResistances": true, | ||
"conditions": null, | "conditions": null, | ||
"probability": | "probability": 0.3, | ||
"id": "HealthChange" | "id": "HealthChange" | ||
}, | |||
{ | { | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
" | "Poison": 3 | ||
}, | }, | ||
"groups": null | "groups": null | ||
Line 4,173: | Line 4,326: | ||
"scaleByQuantity": false, | "scaleByQuantity": false, | ||
"ignoreResistances": true, | "ignoreResistances": true, | ||
"conditions": | "conditions": [ | ||
{ | |||
"Min": 30, | |||
"Max": 21474836, | |||
"Reagent": null, | |||
"id": "ReagentThreshold" | |||
} | |||
], | |||
"probability": 1, | "probability": 1, | ||
"id": "HealthChange" | |||
"id": " | }, | ||
{ | { | ||
" | "ThirstAmount": -40, | ||
"conditions": | "HungerAmount": -40, | ||
"conditions": [ | |||
{ | |||
" | "Min": 30, | ||
"id": " | "Max": 21474836, | ||
"Reagent": null, | |||
"id": "ReagentThreshold" | |||
} | |||
], | |||
"probability": 0.15, | |||
"id": "ChemVomit" | |||
}, | }, | ||
{ | { | ||
" | "Key": "PressureImmunity", | ||
"Component": "PressureImmunity", | |||
"Time": 2, | |||
"Refresh": true, | |||
"Type": 0, | |||
" | |||
" | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": " | "id": "GenericStatusEffect" | ||
}, | }, | ||
{ | { | ||
"Key": " | "Key": "Stutter", | ||
"Component": " | "Component": "StutteringAccent", | ||
"Time": | "Time": 2, | ||
"Refresh": | "Refresh": true, | ||
"Type": 0, | "Type": 0, | ||
"conditions": null, | "conditions": null, | ||
Line 4,249: | Line 4,372: | ||
}, | }, | ||
{ | { | ||
" | "Amplitude": 10, | ||
" | "Frequency": 4, | ||
"Time": 2, | |||
"Refresh": true, | |||
"conditions": null, | |||
"probability": 1, | |||
"id": "Jitter" | |||
}, | |||
{ | |||
"EmoteId": "Scream", | |||
"ShowInChat": false, | |||
"conditions": null, | "conditions": null, | ||
"probability": 0. | "probability": 0.2, | ||
"id": " | "id": "Emote" | ||
}, | }, | ||
{ | { | ||
" | "Messages": [ | ||
" | "barozine-effect-skin-burning", | ||
"barozine-effect-muscle-contract" | |||
], | |||
"Type": 1, | |||
"VisualType": 4, | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 0.1, | ||
"id": " | "id": "PopupMessage" | ||
} | } | ||
] | ] | ||
Line 4,266: | Line 4,402: | ||
} | } | ||
}, | }, | ||
" | "Silverjack": { | ||
"id": " | "id": "Silverjack", | ||
"name": " | "name": "silverjack", | ||
"group": " | "group": "Drinks", | ||
"desc": " | "desc": "Reminds you of family.", | ||
"physicalDesc": " | "physicalDesc": "translucent", | ||
"color": "# | "color": "#978647FF", | ||
"recipes": [ | "recipes": [ | ||
" | "Silverjack" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": " | "HydrationFactor": 2, | ||
"id": "SatiateThirst" | |||
}, | }, | ||
{ | { | ||
" | "Reagent": "Ethanol", | ||
" | "Group": null, | ||
"Amount": 0.06, | |||
" | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": " | "id": "AdjustReagent" | ||
} | } | ||
] | ] | ||
Line 4,304: | Line 4,434: | ||
} | } | ||
}, | }, | ||
" | "DryRamen": { | ||
"id": " | "id": "DryRamen", | ||
"name": " | "name": "dry ramen", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "Dry noodles and salt.", | ||
"physicalDesc": " | "physicalDesc": "wormy", | ||
"color": "# | "color": "#664300FF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Food": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"conditions": | "conditions": [ | ||
{ | |||
"Type": "Vampiric", | |||
"ShouldHave": false, | |||
"id": "OrganType" | |||
} | |||
], | |||
"probability": 1, | "probability": 1, | ||
" | "NutritionFactor": 1, | ||
"id": " | "id": "SatiateHunger" | ||
} | } | ||
] | ] | ||
Line 4,326: | Line 4,462: | ||
} | } | ||
}, | }, | ||
" | "BuzzochloricBees": { | ||
"id": " | "id": "BuzzochloricBees", | ||
"name": " | "name": "Buzzochloric Bees", | ||
"group": " | "group": "Toxins", | ||
"desc": " | "desc": "Liquid bees. Oh god it's LIQUID BEES NO-", | ||
"physicalDesc": " | "physicalDesc": "buzzy", | ||
"color": "# | "color": "#FFD35DFF", | ||
"recipes": [ | "recipes": [ | ||
" | "BuzzochloricBees" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Poison": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
" | "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" | |||
], | |||
"Type": 1, | |||
"VisualType": 3, | |||
"conditions": [ | |||
{ | |||
"Min": 0, | |||
"Max": 0, | |||
"Reagent": "Histamine", | |||
"id": "ReagentThreshold" | |||
}, | |||
{ | |||
"Tag": "Bee", | |||
"Invert": true, | |||
"id": "HasTag" | |||
} | |||
], | |||
"probability": 0.1, | |||
"id": "PopupMessage" | |||
}, | |||
{ | { | ||
" | "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" | |||
], | |||
"Type": 1, | |||
"VisualType": 2, | |||
"conditions": [ | |||
{ | |||
"Min": 0.01, | |||
"Max": 21474836, | |||
"Reagent": "Histamine", | |||
"id": "ReagentThreshold" | |||
}, | |||
{ | |||
"Tag": "Bee", | |||
"Invert": true, | |||
"id": "HasTag" | |||
} | |||
], | |||
"probability": 0.05, | |||
"id": "PopupMessage" | |||
}, | |||
{ | { | ||
" | "Messages": [ | ||
"buzzochloricbees-effect-licoxide-electrifying", | |||
"buzzochloricbees-effect-licoxide-shocked-by-bee-facts", | |||
"buzzochloricbees-effect-licoxide-buzzed", | |||
"buzzochloricbees-effect-licoxide-buzzes" | |||
], | |||
"Type": 1, | |||
"VisualType": 2, | |||
"conditions": [ | |||
{ | |||
"Tag": "Bee", | |||
"Invert": true, | |||
"id": "HasTag" | |||
" | |||
}, | }, | ||
" | { | ||
" | "Min": 0.01, | ||
" | "Max": 21474836, | ||
" | "Reagent": "Licoxide", | ||
"id": "ReagentThreshold" | |||
} | } | ||
}, | ], | ||
"scaleByQuantity": false, | "probability": 0.05, | ||
"id": "PopupMessage" | |||
}, | |||
{ | |||
"Messages": [ | |||
"buzzochloricbees-effect-fiber-hairy", | |||
"buzzochloricbees-effect-fiber-soft" | |||
], | |||
"Type": 1, | |||
"VisualType": 0, | |||
"conditions": [ | |||
{ | |||
"Tag": "Bee", | |||
"Invert": true, | |||
"id": "HasTag" | |||
}, | |||
{ | |||
"Min": 0.01, | |||
"Max": 21474836, | |||
"Reagent": "Fiber", | |||
"id": "ReagentThreshold" | |||
} | |||
], | |||
"probability": 0.05, | |||
"id": "PopupMessage" | |||
}, | |||
{ | |||
"damage": { | |||
"types": { | |||
"Poison": 2, | |||
"Piercing": 2 | |||
}, | |||
"groups": null | |||
}, | |||
"scaleByQuantity": false, | |||
"ignoreResistances": true, | "ignoreResistances": true, | ||
"conditions": | "conditions": [ | ||
{ | |||
"Tag": "Bee", | |||
"Invert": true, | |||
"id": "HasTag" | |||
} | |||
], | |||
"probability": 1, | "probability": 1, | ||
"id": "HealthChange" | "id": "HealthChange" | ||
Line 4,418: | Line 4,600: | ||
} | } | ||
}, | }, | ||
" | "RobustHarvest": { | ||
"id": " | "id": "RobustHarvest", | ||
"name": " | "name": "robust harvest", | ||
"group": " | "group": "Botanical", | ||
"desc": " | "desc": "Plant-enhancing hormones, good for increasing potency.", | ||
"physicalDesc": " | "physicalDesc": "robust", | ||
"color": "# | "color": "#3E901CFF", | ||
"recipes": [], | "recipes": [ | ||
"RobustHarvest" | |||
], | |||
"metabolisms": { | "metabolisms": { | ||
" | "Poison": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"conditions": | "damage": { | ||
"probability": 1, | "types": { | ||
" | "Poison": -2, | ||
"id": " | "Blunt": -3, | ||
"Slash": -3, | |||
"Piercing": -3 | |||
}, | |||
"groups": null | |||
}, | |||
"scaleByQuantity": false, | |||
"ignoreResistances": true, | |||
"conditions": [ | |||
{ | |||
"Type": "Plant", | |||
"ShouldHave": true, | |||
"id": "OrganType" | |||
} | |||
], | |||
"probability": 1, | |||
"id": "HealthChange" | |||
}, | |||
{ | |||
"damage": { | |||
"types": { | |||
"Asphyxiation": 1, | |||
"Burn": 2, | |||
"Poison": 1 | |||
}, | |||
"groups": null | |||
}, | |||
"scaleByQuantity": false, | |||
"ignoreResistances": true, | |||
"conditions": [ | |||
{ | |||
"Type": "Plant", | |||
"ShouldHave": true, | |||
"id": "OrganType" | |||
}, | |||
{ | |||
"Min": 30, | |||
"Max": 21474836, | |||
"Reagent": null, | |||
"id": "ReagentThreshold" | |||
} | |||
], | |||
"probability": 1, | |||
"id": "HealthChange" | |||
} | } | ||
] | ] | ||
Line 4,472: | Line 4,699: | ||
} | } | ||
}, | }, | ||
" | "Singulo": { | ||
"id": " | "id": "Singulo", | ||
"name": " | "name": "singulo", | ||
"group": " | "group": "Drinks", | ||
"desc": "A | "desc": "A blue-space beverage!", | ||
"physicalDesc": " | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#3B0C0CFF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": " | "HydrationFactor": 2, | ||
"id": "SatiateThirst" | |||
}, | |||
{ | |||
"Reagent": "Ethanol", | |||
"Group": null, | |||
"Amount": 0.05, | |||
"conditions": null, | |||
"probability": 1, | |||
"id": "AdjustReagent" | |||
} | } | ||
] | ] | ||
Line 4,505: | Line 4,729: | ||
} | } | ||
}, | }, | ||
" | "Brainbomb": { | ||
"id": " | "id": "Brainbomb", | ||
"name": " | "name": "brainbomb", | ||
"group": " | "group": "Drinks", | ||
"desc": " | "desc": "Toxic to about anything alive, especially your liver.", | ||
"physicalDesc": " | "physicalDesc": "abrasive", | ||
"color": "# | "color": "#6F7A2CFF", | ||
"recipes": [ | "recipes": [ | ||
" | "Brainbomb" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
Line 4,522: | Line 4,746: | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
" | "Caustic": 0.25 | ||
}, | }, | ||
"groups": null | "groups": null | ||
Line 4,528: | Line 4,752: | ||
"scaleByQuantity": false, | "scaleByQuantity": false, | ||
"ignoreResistances": true, | "ignoreResistances": true, | ||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"Min": | "Min": 5, | ||
"Max": | "Max": 21474836, | ||
"id": " | "Reagent": null, | ||
"id": "ReagentThreshold" | |||
} | } | ||
], | ], | ||
"probability": 1, | "probability": 1, | ||
"id": " | "id": "HealthChange" | ||
}, | }, | ||
{ | { | ||
"conditions": null, | |||
"conditions": | |||
"probability": 1, | "probability": 1, | ||
"id": " | "HydrationFactor": 2, | ||
"id": "SatiateThirst" | |||
}, | }, | ||
{ | { | ||
" | "Reagent": "Ethanol", | ||
"Group": null, | |||
"Amount": 0.09, | |||
" | "conditions": null, | ||
" | "probability": 1, | ||
"id": "AdjustReagent" | |||
}, | |||
{ | |||
"Reagent": "THC", | |||
"Group": null, | |||
"Amount": 0.33, | |||
"conditions": null, | "conditions": null, | ||
"probability": | "probability": 1, | ||
"id": " | "id": "AdjustReagent" | ||
} | }, | ||
{ | { | ||
" | "Reagent": "SpaceDrugs", | ||
" | "Group": null, | ||
"Amount": 0.33, | |||
"conditions": null, | "conditions": null, | ||
"probability": | "probability": 1, | ||
"id": " | "id": "AdjustReagent" | ||
} | } | ||
] | ] | ||
Line 4,595: | Line 4,797: | ||
} | } | ||
}, | }, | ||
" | "NuclearCola": { | ||
"id": " | "id": "NuclearCola", | ||
"name": " | "name": "nuclear cola", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "Cola, cola never changes.", | ||
"physicalDesc": " | "physicalDesc": "fizzy", | ||
"color": "# | "color": "#100800FF", | ||
"recipes": [], | "recipes": [ | ||
"NuclearCola" | |||
], | |||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
Line 4,610: | Line 4,814: | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"HydrationFactor": | "HydrationFactor": 6, | ||
"id": "SatiateThirst" | "id": "SatiateThirst" | ||
} | } | ||
] | ] | ||
} | }, | ||
"Poison": { | |||
" | |||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
Line 4,654: | Line 4,825: | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
"Poison": | "Poison": 1 | ||
}, | }, | ||
"groups": null | "groups": null | ||
Line 4,660: | Line 4,831: | ||
"scaleByQuantity": false, | "scaleByQuantity": false, | ||
"ignoreResistances": true, | "ignoreResistances": true, | ||
"conditions": | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": "HealthChange" | "id": "HealthChange" | ||
Line 4,674: | Line 4,839: | ||
} | } | ||
}, | }, | ||
" | "Amasec": { | ||
"id": " | "id": "Amasec", | ||
"name": " | "name": "amasec", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "Official drink of the Gun Club!", | ||
"physicalDesc": " | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#124DA7FF", | ||
"recipes": [ | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
Line 4,691: | Line 4,854: | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"HydrationFactor": | "HydrationFactor": 2, | ||
"id": "SatiateThirst" | "id": "SatiateThirst" | ||
}, | }, | ||
{ | { | ||
"Reagent": " | "Reagent": "Ethanol", | ||
"Group": null, | "Group": null, | ||
"Amount": 0. | "Amount": 0.05, | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
Line 4,706: | Line 4,869: | ||
} | } | ||
}, | }, | ||
" | "CircusJuice": { | ||
"id": " | "id": "CircusJuice", | ||
"name": " | "name": "circus juice", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "Honkmother would be proud.", | ||
"physicalDesc": " | "physicalDesc": "glittery", | ||
"color": "# | "color": "#C47872FF", | ||
"recipes": [], | "recipes": [ | ||
"CircusJuice" | |||
], | |||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
Line 4,727: | Line 4,892: | ||
"Reagent": "Ethanol", | "Reagent": "Ethanol", | ||
"Group": null, | "Group": null, | ||
"Amount": 0. | "Amount": 0.06, | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": "AdjustReagent" | "id": "AdjustReagent" | ||
}, | |||
{ | |||
"EmoteId": "Laugh", | |||
"ShowInChat": false, | |||
"conditions": null, | |||
"probability": 0.15, | |||
"id": "Emote" | |||
} | } | ||
] | ] | ||
Line 4,736: | Line 4,908: | ||
} | } | ||
}, | }, | ||
" | "Carpetium": { | ||
"id": " | "id": "Carpetium", | ||
"name": " | "name": "carpetium", | ||
"group": " | "group": "Special", | ||
"desc": " | "desc": "A mystical chemical, usually outsourced from the Clown Planet, that covers everything it touches in carpet.", | ||
"physicalDesc": " | "physicalDesc": "fibrous", | ||
"color": "# | "color": "#800000FF", | ||
"recipes": [ | "recipes": [ | ||
" | "Carpetium" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Poison": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"Messages": [ | |||
"carpetium-effect-blood-fibrous", | |||
"carpetium-effect-jumpsuit-insides" | |||
], | |||
"Type": 1, | |||
"VisualType": 0, | |||
"conditions": null, | "conditions": null, | ||
"probability": 1 | "probability": 0.1, | ||
"id": "PopupMessage" | |||
"id": " | |||
}, | }, | ||
{ | { | ||
"Reagent": " | "Reagent": "CarpoToxin", | ||
"Group": null, | "Group": null, | ||
"Amount": | "Amount": -3, | ||
"conditions": | "conditions": [ | ||
{ | |||
"Min": 1, | |||
"Max": 21474836, | |||
"Reagent": "CarpoToxin", | |||
"id": "ReagentThreshold" | |||
} | |||
], | |||
"probability": 1, | "probability": 1, | ||
"id": "AdjustReagent" | "id": "AdjustReagent" | ||
Line 4,768: | Line 4,952: | ||
} | } | ||
}, | }, | ||
" | "ArsonistsBrew": { | ||
"id": " | "id": "ArsonistsBrew", | ||
"name": " | "name": "arsonist's brew", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "Take a sip and laugh, while you watch your world burn.", | ||
"physicalDesc": " | "physicalDesc": "volatile", | ||
"color": "# | "color": "#FFF789FF", | ||
"recipes": [ | "recipes": [ | ||
" | "ArsonistsBrew" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
Line 4,787: | Line 4,971: | ||
"HydrationFactor": 2, | "HydrationFactor": 2, | ||
"id": "SatiateThirst" | "id": "SatiateThirst" | ||
} | |||
] | |||
}, | |||
"Poison": { | |||
"rate": 0.5, | |||
"effects": [ | |||
{ | |||
"damage": { | |||
"types": { | |||
"Heat": 2 | |||
}, | |||
"groups": null | |||
}, | |||
"scaleByQuantity": false, | |||
"ignoreResistances": true, | |||
"conditions": null, | |||
"probability": 1, | |||
"id": "HealthChange" | |||
}, | |||
{ | |||
"Multiplier": 0.5, | |||
"conditions": null, | |||
"probability": 1, | |||
"id": "FlammableReaction" | |||
}, | }, | ||
{ | { | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": " | "id": "Ignite" | ||
}, | |||
{ | |||
"EmoteId": "Laugh", | |||
"ShowInChat": false, | |||
"conditions": null, | |||
"probability": 0.25, | |||
"id": "Emote" | |||
} | } | ||
] | ] | ||
Line 4,800: | Line 5,012: | ||
} | } | ||
}, | }, | ||
" | "HeartbreakerToxin": { | ||
"id": " | "id": "HeartbreakerToxin", | ||
"name": " | "name": "heartbreaker toxin", | ||
"group": " | "group": "Toxins", | ||
"desc": " | "desc": "A hallucinogenic compound that is illegal under space law. A synthetic drug derived from Mindbreaker toxin, it blocks some neurological signals to the respiratory system which causes choking.", | ||
"physicalDesc": " | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#5F959CFF", | ||
"recipes": [], | "recipes": [ | ||
"HeartbreakerToxin" | |||
], | |||
"metabolisms": { | "metabolisms": { | ||
" | "Poison": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"damage": { | |||
"types": { | |||
"Asphyxiation": 2 | |||
}, | |||
"groups": null | |||
}, | |||
"scaleByQuantity": false, | |||
"ignoreResistances": true, | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": "HealthChange" | |||
"id": " | |||
} | } | ||
] | ] | ||
Line 4,822: | Line 5,043: | ||
} | } | ||
}, | }, | ||
" | "WhiskeyCola": { | ||
"id": " | "id": "WhiskeyCola", | ||
"name": " | "name": "whiskey cola", | ||
"group": " | "group": "Drinks", | ||
"desc": " | "desc": "Whiskey, mixed with cola. Surprisingly refreshing.", | ||
"physicalDesc": " | "physicalDesc": "bubbly", | ||
"color": "# | "color": "#3E1B00FF", | ||
"recipes": [ | "recipes": [ | ||
" | "WhiskeyCola" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"conditions": | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
" | "HydrationFactor": 2, | ||
"id": " | "id": "SatiateThirst" | ||
}, | }, | ||
{ | { | ||
"Reagent": "Ethanol", | |||
"Group": null, | |||
"Amount": 0.15, | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": "AdjustReagent" | |||
"id": " | |||
} | } | ||
] | ] | ||
Line 4,858: | Line 5,075: | ||
} | } | ||
}, | }, | ||
" | "IceCream": { | ||
"id": " | "id": "IceCream", | ||
"name": " | "name": "ice cream", | ||
"group": " | "group": "Drinks", | ||
"desc": " | "desc": "It was either this or the microwave, and nobody wants ice cream soup!", | ||
"physicalDesc": " | "physicalDesc": "creamy", | ||
"color": "# | "color": "#FFFBD6FF", | ||
"recipes": [], | "recipes": [ | ||
"IceCream" | |||
], | |||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"conditions": null, | "conditions": null, | ||
"probability": | "probability": 1, | ||
"id": " | "HydrationFactor": 2, | ||
"id": "SatiateThirst" | |||
} | } | ||
] | ] | ||
Line 4,887: | Line 5,099: | ||
} | } | ||
}, | }, | ||
" | "DeadRum": { | ||
"id": " | "id": "DeadRum", | ||
"name": " | "name": "deadrum", | ||
"group": " | "group": "Drinks", | ||
"desc": " | "desc": "Distilled alcoholic drink made from saltwater.", | ||
"physicalDesc": " | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#664300FF", | ||
"recipes": [ | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
" | "HydrationFactor": 2, | ||
"id": "SatiateThirst" | |||
"id": " | |||
}, | }, | ||
{ | { | ||
" | "Reagent": "Ethanol", | ||
" | "Group": null, | ||
" | "Amount": 0.2, | ||
"conditions": null, | |||
"probability": 1, | |||
"conditions | "id": "AdjustReagent" | ||
} | |||
] | |||
"probability": 1, | |||
"id": " | |||
} | |||
] | |||
} | } | ||
} | } | ||
}, | }, | ||
" | "BbqSauce": { | ||
"id": " | "id": "BbqSauce", | ||
"name": " | "name": "BBQ sauce", | ||
"group": " | "group": "Foods", | ||
"desc": " | "desc": "Hand wipes not included.", | ||
"physicalDesc": " | "physicalDesc": "gloopy", | ||
"color": "# | "color": "#8B0000FF", | ||
"recipes": [ | "recipes": [ | ||
" | "CookingBbqSauce" | ||
], | ], | ||
"metabolisms": null | |||
}, | |||
"Diphenhydramine": { | |||
"id": "Diphenhydramine", | |||
"name": "diphenhydramine", | |||
"group": "Medicine", | |||
"desc": "Rapidly purges the body of histamine and reduces jitteriness.", | |||
"physicalDesc": "chalky", | |||
"color": "#64FFE6FF", | |||
"recipes": [], | |||
"metabolisms": { | "metabolisms": { | ||
" | "Medicine": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"Reagent": "Histamine", | |||
"Group": null, | |||
"Amount": -3, | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
" | "id": "AdjustReagent" | ||
"id": " | }, | ||
} | { | ||
"Key": "Jitter", | |||
"Component": "", | |||
"Time": 3, | |||
"Refresh": true, | |||
"Type": 1, | |||
"conditions": null, | |||
"probability": 1, | |||
"id": "GenericStatusEffect" | |||
} | |||
] | ] | ||
} | } | ||
} | } | ||
}, | }, | ||
" | "Carbon": { | ||
"id": " | "id": "Carbon", | ||
"name": " | "name": "carbon", | ||
"group": " | "group": "Elements", | ||
"desc": "An | "desc": "A black, crystalline solid.", | ||
"physicalDesc": " | "physicalDesc": "crystalline", | ||
"color": "# | "color": "#22282BFF", | ||
"recipes": [], | |||
"metabolisms": null | |||
}, | |||
"Ammonia": { | |||
"id": "Ammonia", | |||
"name": "ammonia", | |||
"group": "Botanical", | |||
"desc": "An effective fertilizer which is better than what is available to the botanist initially, though it isn't as powerful as Diethylamine", | |||
"physicalDesc": "pungent", | |||
"color": "#77B58EFF", | |||
"recipes": [ | "recipes": [ | ||
" | "Ammonia" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Poison": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
" | "damage": { | ||
"types": { | |||
" | "Caustic": 1 | ||
" | }, | ||
"groups": null | |||
}, | |||
"scaleByQuantity": false, | |||
"ignoreResistances": true, | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": " | "id": "HealthChange" | ||
} | |||
] | |||
} | |||
} | |||
}, | |||
"Ethylredoxrazine": { | |||
"id": "Ethylredoxrazine", | |||
"name": "ethylredoxrazine", | |||
"group": "Medicine", | |||
"desc": "Neutralises the effects of alcohol in the blood stream. Though it is commonly needed, it is rarely requested.", | |||
"physicalDesc": "opaque", | |||
"color": "#2D5708FF", | |||
"recipes": [ | |||
"Ethylredoxrazine" | |||
], | |||
} | |||
] | |||
} | |||
} | |||
}, | |||
" | |||
"id": " | |||
"name": " | |||
"group": " | |||
"desc": " | |||
"physicalDesc": " | |||
"color": "# | |||
"recipes": [], | |||
"metabolisms": { | "metabolisms": { | ||
" | "Medicine": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"Key": "Drunk", | |||
"Component": "", | |||
"Time": 2, | |||
"Refresh": true, | |||
"Type": 1, | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": "GenericStatusEffect" | |||
"id": " | |||
} | } | ||
] | ] | ||
Line 5,057: | Line 5,244: | ||
} | } | ||
}, | }, | ||
" | "Hydrogen": { | ||
"id": " | "id": "Hydrogen", | ||
"name": " | "name": "hydrogen", | ||
"group": " | "group": "Elements", | ||
"desc": " | "desc": "A light, flammable gas.", | ||
"physicalDesc": " | "physicalDesc": "gaseous", | ||
"color": "# | "color": "#808080FF", | ||
"recipes": [ | "recipes": [], | ||
"metabolisms": null | |||
], | }, | ||
"PestKiller": { | |||
"id": "PestKiller", | |||
"name": "pest killer", | |||
"group": "Botanical", | |||
"desc": "A mixture that targets pests.", | |||
"physicalDesc": "bubbling", | |||
"color": "#9E9886FF", | |||
"recipes": [], | |||
"metabolisms": { | "metabolisms": { | ||
" | "Medicine": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"conditions": | "damage": { | ||
"types": { | |||
"Poison": 3 | |||
}, | |||
"groups": null | |||
}, | |||
"scaleByQuantity": false, | |||
"ignoreResistances": true, | |||
"conditions": [ | |||
{ | |||
"Type": "Plant", | |||
"ShouldHave": true, | |||
"id": "OrganType" | |||
} | |||
], | |||
"probability": 1, | "probability": 1, | ||
"id": "HealthChange" | |||
"id": " | |||
} | } | ||
] | ] | ||
Line 5,081: | Line 5,289: | ||
} | } | ||
}, | }, | ||
" | "JuiceOrange": { | ||
"id": " | "id": "JuiceOrange", | ||
"name": " | "name": "orange juice", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "Both delicious AND rich in Vitamin C. What more do you need?", | ||
"physicalDesc": " | "physicalDesc": "citric", | ||
"color": "# | "color": "#E78108FF", | ||
"recipes": [ | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
Line 5,098: | Line 5,304: | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"HydrationFactor": | "HydrationFactor": 3, | ||
"id": "SatiateThirst" | "id": "SatiateThirst" | ||
} | } | ||
] | ] | ||
Line 5,113: | Line 5,311: | ||
} | } | ||
}, | }, | ||
" | "Uranium": { | ||
"id": " | "id": "Uranium", | ||
"name": " | "name": "uranium", | ||
"group": " | "group": "Elements", | ||
"desc": " | "desc": "A grey metallic chemical element in the actinide series, weakly radioactive.", | ||
"physicalDesc": " | "physicalDesc": "metallic", | ||
"color": "# | "color": "#8FA191FF", | ||
"recipes": [ | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
"Poison": { | "Poison": { | ||
Line 5,130: | Line 5,326: | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
" | "Radiation": 2 | ||
}, | }, | ||
"groups": null | "groups": null | ||
Line 5,139: | Line 5,335: | ||
"probability": 1, | "probability": 1, | ||
"id": "HealthChange" | "id": "HealthChange" | ||
} | } | ||
] | ] | ||
Line 5,150: | Line 5,340: | ||
} | } | ||
}, | }, | ||
" | "Hotsauce": { | ||
"id": " | "id": "Hotsauce", | ||
"name": "white | "name": "hotsauce", | ||
"group": "Foods", | |||
"desc": "Burns so good.", | |||
"physicalDesc": "spicy", | |||
"color": "#FF0000FF", | |||
"recipes": [ | |||
"CookingHotsauce" | |||
], | |||
"metabolisms": null | |||
}, | |||
"SnowWhite": { | |||
"id": "SnowWhite", | |||
"name": "snow white", | |||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "A cold refreshment.", | ||
"physicalDesc": " | "physicalDesc": "bubbly", | ||
"color": "# | "color": "#FFFFFFFF", | ||
"recipes": [ | "recipes": [ | ||
" | "SnowWhite" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
Line 5,173: | Line 5,375: | ||
"Reagent": "Ethanol", | "Reagent": "Ethanol", | ||
"Group": null, | "Group": null, | ||
"Amount": 0. | "Amount": 0.06, | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
Line 5,182: | Line 5,384: | ||
} | } | ||
}, | }, | ||
" | "Impedrezene": { | ||
"id": " | "id": "Impedrezene", | ||
"name": " | "name": "impedrezene", | ||
"group": " | "group": "Narcotics", | ||
"desc": " | "desc": "A narcotic that impedes one's ability by slowing down the higher brain cell functions. Causes massive brain damage.", | ||
"physicalDesc": " | "physicalDesc": "acrid", | ||
"color": "# | "color": "#215263FF", | ||
"recipes": [ | "recipes": [ | ||
" | "Impedrezene" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Narcotic": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"StatusLifetime": 2, | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
" | "WalkSpeedModifier": 0.65, | ||
"id": " | "SprintSpeedModifier": 0.65, | ||
"id": "MovespeedModifier" | |||
}, | }, | ||
{ | { | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
" | "Poison": 2 | ||
}, | }, | ||
"groups": null | "groups": null | ||
Line 5,248: | Line 5,416: | ||
"ignoreResistances": true, | "ignoreResistances": true, | ||
"conditions": null, | "conditions": null, | ||
"probability": | "probability": 1, | ||
"id": "HealthChange" | "id": "HealthChange" | ||
}, | }, | ||
{ | { | ||
" | "Key": "SeeingRainbows", | ||
"Component": "SeeingRainbows", | |||
"Time": 10, | |||
"Refresh": false, | |||
"Type": 0, | |||
"conditions": null, | |||
" | "probability": 1, | ||
" | "id": "GenericStatusEffect" | ||
"conditions | |||
"probability": 1, | |||
"id": " | |||
}, | }, | ||
{ | { | ||
"ThirstAmount": -40, | "ThirstAmount": -40, | ||
"HungerAmount": -40, | "HungerAmount": -40, | ||
"conditions | "conditions": null, | ||
"probability": 0.05, | |||
"probability": 0. | |||
"id": "ChemVomit" | "id": "ChemVomit" | ||
}, | }, | ||
{ | { | ||
" | "BoozePower": 5, | ||
"SlurSpeech": true, | |||
" | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": " | "id": "Drunk" | ||
}, | } | ||
] | |||
} | |||
} | |||
}, | |||
"FluorosulfuricAcid": { | |||
"id": "FluorosulfuricAcid", | |||
"name": "fluorosulfuric acid", | |||
"group": "Toxins", | |||
"desc": "An extremely corrosive chemical substance.", | |||
"physicalDesc": "strong-smelling", | |||
"color": "#5050FFFF", | |||
"recipes": [ | |||
"FluorosulfuricAcid" | |||
], | |||
"metabolisms": { | |||
"Poison": { | |||
"rate": 0.5, | |||
"effects": [ | |||
{ | { | ||
" | "damage": { | ||
"types": { | |||
"Caustic": 2 | |||
" | }, | ||
" | "groups": null | ||
}, | |||
"scaleByQuantity": false, | |||
"ignoreResistances": true, | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": " | "id": "HealthChange" | ||
}, | }, | ||
{ | { | ||
"Messages": [ | "Messages": [ | ||
" | "generic-reagent-effect-burning-insides" | ||
], | ], | ||
"Type": 1, | "Type": 1, | ||
"VisualType": 4, | "VisualType": 4, | ||
"conditions": null, | "conditions": null, | ||
"probability": 0. | "probability": 0.33, | ||
"id": "PopupMessage" | "id": "PopupMessage" | ||
} | } | ||
Line 5,336: | Line 5,488: | ||
} | } | ||
}, | }, | ||
" | "Left4Zed": { | ||
"id": " | "id": "Left4Zed", | ||
"name": " | "name": "left-4-zed", | ||
"group": " | "group": "Botanical", | ||
"desc": "A | "desc": "A cocktail of mutagenic compounds, which cause plant life to become highly unstable.", | ||
"physicalDesc": " | "physicalDesc": "heterogeneous", | ||
"color": "# | "color": "#5B406CFF", | ||
"recipes": [ | "recipes": [ | ||
" | "Left4Zed" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Medicine": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"conditions": | "conditions": [ | ||
{ | |||
"Type": "Plant", | |||
"ShouldHave": true, | |||
"id": "OrganType" | |||
} | |||
], | |||
"probability": 1, | "probability": 1, | ||
" | "NutritionFactor": 3, | ||
"id": " | "id": "SatiateHunger" | ||
} | }, | ||
] | { | ||
} | "damage": { | ||
} | "types": { | ||
}, | "Poison": 1 | ||
" | }, | ||
"id": " | "groups": null | ||
"name": " | }, | ||
"scaleByQuantity": false, | |||
"ignoreResistances": true, | |||
"conditions": [ | |||
{ | |||
"Type": "Plant", | |||
"ShouldHave": true, | |||
"id": "OrganType" | |||
} | |||
], | |||
"probability": 1, | |||
"id": "HealthChange" | |||
} | |||
] | |||
} | |||
} | |||
}, | |||
"PulpedBananaPeel": { | |||
"id": "PulpedBananaPeel", | |||
"name": "pulped banana peel", | |||
"group": "Medicine", | |||
"desc": "Pulped banana peels have some effectiveness against bleeding.", | |||
"physicalDesc": "pulpy", | |||
"color": "#FFE774FF", | |||
"recipes": [], | |||
"metabolisms": { | |||
"Medicine": { | |||
"rate": 0.5, | |||
"effects": [ | |||
{ | |||
"Scaled": false, | |||
"Amount": -0.5, | |||
"conditions": null, | |||
"probability": 1, | |||
"id": "ModifyBleedAmount" | |||
} | |||
] | |||
} | |||
} | |||
}, | |||
"Andalusia": { | |||
"id": "Andalusia", | |||
"name": "andalusia", | |||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "A nice, strangely named drink.", | ||
"physicalDesc": "strong-smelling", | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#665700FF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
Line 5,390: | Line 5,590: | ||
} | } | ||
}, | }, | ||
" | "Sulfur": { | ||
"id": " | "id": "Sulfur", | ||
"name": " | "name": "sulfur", | ||
"group": "Elements", | |||
"desc": "A yellow, crystalline solid.", | |||
"physicalDesc": "powdery", | |||
"color": "#FFF385FF", | |||
"recipes": [], | |||
"metabolisms": null | |||
}, | |||
"GinTonic": { | |||
"id": "GinTonic", | |||
"name": "gin and tonic", | |||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "An all time classic, mild cocktail.", | ||
"physicalDesc": " | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#004166FF", | ||
"recipes": [ | "recipes": [ | ||
" | "GinTonic" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
Line 5,409: | Line 5,619: | ||
"HydrationFactor": 2, | "HydrationFactor": 2, | ||
"id": "SatiateThirst" | "id": "SatiateThirst" | ||
}, | |||
{ | |||
"Reagent": "Ethanol", | |||
"Group": null, | |||
"Amount": 0.15, | |||
"conditions": null, | |||
"probability": 1, | |||
"id": "AdjustReagent" | |||
} | } | ||
] | ] | ||
}, | } | ||
" | } | ||
}, | |||
"GroundBee": { | |||
"id": "GroundBee", | |||
"name": "Ground Bee", | |||
"group": "Unknown", | |||
"desc": "Bee grounds. Gross.", | |||
"physicalDesc": "bee guts", | |||
"color": "#86530EFF", | |||
"recipes": [], | |||
"metabolisms": null | |||
}, | |||
"SapoPicante": { | |||
"id": "SapoPicante", | |||
"name": "sapo picante", | |||
"group": "Drinks", | |||
"desc": "Tastes nothing like a toad.", | |||
"physicalDesc": "oily", | |||
"color": "#C0501AFF", | |||
"recipes": [ | |||
"SapoPicante" | |||
], | |||
"metabolisms": { | |||
"Drink": { | |||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": " | "HydrationFactor": 2, | ||
"id": "SatiateThirst" | |||
}, | }, | ||
{ | { | ||
" | "Reagent": "Ethanol", | ||
"Group": null, | |||
"Amount": 0.07, | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": " | "id": "AdjustReagent" | ||
}, | }, | ||
{ | { | ||
"Amount": 75, | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": " | "id": "AdjustTemperature" | ||
} | |||
] | |||
} | |||
} | |||
] | |||
} | |||
} | } | ||
}, | }, | ||
" | "Arithrazine": { | ||
"id": " | "id": "Arithrazine", | ||
"name": " | "name": "arithrazine", | ||
"group": " | "group": "Medicine", | ||
"desc": " | "desc": "A slightly unstable medication used for the most extreme case of radiation poisoning. Lowers radiation level at over twice the rate Hyronalin does and will heal toxin damage at the same time. Deals very minor brute damage to the patient over time, but the patient's body will typically out-regenerate it easily.", | ||
"physicalDesc": " | "physicalDesc": "cloudy", | ||
"color": "# | "color": "#BD5902FF", | ||
"recipes": [ | "recipes": [ | ||
"Arithrazine" | |||
], | |||
"metabolisms": { | "metabolisms": { | ||
" | "Medicine": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
" | "damage": { | ||
"types": { | |||
"Radiation": -3 | |||
" | }, | ||
" | "groups": { | ||
"Brute": 0.5 | |||
} | |||
}, | |||
"scaleByQuantity": false, | |||
"ignoreResistances": true, | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": " | "id": "HealthChange" | ||
} | } | ||
] | ] | ||
Line 5,486: | Line 5,713: | ||
} | } | ||
}, | }, | ||
" | "Aloe": { | ||
"id": " | "id": "Aloe", | ||
"name": " | "name": "aloe", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "So very, very, very good.", | ||
"physicalDesc": "strong-smelling", | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#192C00FF", | ||
"recipes": [ | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
Line 5,509: | Line 5,734: | ||
"Reagent": "Ethanol", | "Reagent": "Ethanol", | ||
"Group": null, | "Group": null, | ||
"Amount": 0. | "Amount": 0.05, | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
Line 5,518: | Line 5,743: | ||
} | } | ||
}, | }, | ||
" | "SpaceCleaner": { | ||
"id": " | "id": "SpaceCleaner", | ||
"name": " | "name": "space cleaner", | ||
"group": "Unknown", | "group": "Unknown", | ||
"desc": " | "desc": "This is able to clean almost all surfaces of almost anything that may dirty them. The janitor is likely to appreciate refills.", | ||
"physicalDesc": " | "physicalDesc": "lemony fresh", | ||
"color": "# | "color": "#C8FF69FF", | ||
"recipes": [ | |||
"SpaceCleaner" | |||
], | |||
"metabolisms": null | |||
}, | |||
"TonicWater": { | |||
"id": "TonicWater", | |||
"name": "tonic water", | |||
"group": "Drinks", | |||
"desc": "It tastes strange but at least the quinine keeps the Space Malaria at bay.", | |||
"physicalDesc": "fizzy", | |||
"color": "#0064C8FF", | |||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": " | "HydrationFactor": 3, | ||
"id": "SatiateThirst" | |||
} | } | ||
] | ] | ||
}, | } | ||
" | } | ||
}, | |||
"Kelotane": { | |||
"id": "Kelotane", | |||
"name": "kelotane", | |||
"group": "Medicine", | |||
"desc": "Treats burn damage and prevents infection.", | |||
"physicalDesc": "strong-smelling", | |||
"color": "#BF3D19FF", | |||
"recipes": [ | |||
"Kelotane" | |||
], | |||
"metabolisms": { | |||
"Medicine": { | |||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
Line 5,551: | Line 5,794: | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
" | "Heat": -0.33, | ||
"Shock": -0.33, | |||
"Cold": -0.33 | |||
}, | }, | ||
"groups": null | "groups": null | ||
}, | }, | ||
"scaleByQuantity": | "scaleByQuantity": false, | ||
"ignoreResistances": true, | "ignoreResistances": true, | ||
"conditions": null, | "conditions": null, | ||
Line 5,565: | Line 5,810: | ||
} | } | ||
}, | }, | ||
" | "Diphenylmethylamine": { | ||
"id": " | "id": "Diphenylmethylamine", | ||
"name": " | "name": "diphenylmethylamine", | ||
"group": " | "group": "Medicine", | ||
"desc": " | "desc": "A more stable medicine than ethyloxyephedrine. Useful for keeping someone awake.", | ||
"physicalDesc": " | "physicalDesc": "glowing", | ||
"color": "# | "color": "#B0ABAAFF", | ||
"recipes": [], | "recipes": [ | ||
"Diphenylmethylamine" | |||
], | |||
"metabolisms": { | "metabolisms": { | ||
" | "Medicine": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"TimerReset": 600, | |||
"conditions": [ | |||
{ | |||
"Min": 5, | |||
"Max": 21474836, | |||
"Reagent": null, | |||
"id": "ReagentThreshold" | |||
} | |||
], | |||
"probability": 1, | |||
"id": "ResetNarcolepsy" | |||
}, | |||
{ | |||
"Messages": [ | |||
"ethyloxyephedrine-effect-feeling-awake", | |||
"ethyloxyephedrine-effect-clear-mind" | |||
], | |||
"Type": 1, | |||
"VisualType": 2, | |||
"conditions": null, | "conditions": null, | ||
"probability": 1 | "probability": 0.1, | ||
"id": "PopupMessage" | |||
"id": " | |||
} | } | ||
] | ] | ||
Line 5,587: | Line 5,852: | ||
} | } | ||
}, | }, | ||
" | "Neurotoxin": { | ||
"id": " | "id": "Neurotoxin", | ||
"name": " | "name": "neurotoxin", | ||
"group": " | "group": "Drinks", | ||
"desc": "A | "desc": "A strong neurotoxin that puts the subject into a death-like state.", | ||
"physicalDesc": " | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#2E2E61FF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"damage": { | "conditions": null, | ||
"types": { | "probability": 1, | ||
"Poison": | "HydrationFactor": 2, | ||
"id": "SatiateThirst" | |||
}, | |||
{ | |||
"Reagent": "Ethanol", | |||
"Group": null, | |||
"Amount": 0.25, | |||
"conditions": null, | |||
"probability": 1, | |||
"id": "AdjustReagent" | |||
} | |||
] | |||
}, | |||
"Poison": { | |||
"rate": 0.5, | |||
"effects": [ | |||
{ | |||
"damage": { | |||
"types": { | |||
"Poison": 1 | |||
}, | }, | ||
"groups": null | "groups": null | ||
Line 5,616: | Line 5,900: | ||
} | } | ||
}, | }, | ||
" | "SoulbreakerToxin": { | ||
"id": " | "id": "SoulbreakerToxin", | ||
"name": " | "name": "soulbreaker toxin", | ||
"group": " | "group": "Toxins", | ||
"desc": " | "desc": "An anti-psionic about 4 times as powerful as mindbreaker toxin.", | ||
"physicalDesc": " | "physicalDesc": "cloudy", | ||
"color": "# | "color": "#FFFFF0FF", | ||
"recipes": [ | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Poison": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"damage": { | |||
"types": null, | |||
"groups": { | |||
"Toxin": 2 | |||
} | |||
}, | |||
"scaleByQuantity": false, | |||
"ignoreResistances": true, | |||
"conditions": null, | "conditions": null, | ||
"probability": | "probability": 0.4, | ||
"id": "HealthChange" | |||
"id": " | |||
}, | }, | ||
{ | { | ||
" | "conditions": [ | ||
{ | |||
"Min": 5, | |||
"Max": 21474836, | |||
"Reagent": "SoulbreakerToxin", | |||
"id": "ReagentThreshold" | |||
} | |||
], | |||
"probability": 1, | "probability": 1, | ||
"id": " | "id": "ChemRemovePsionic" | ||
} | } | ||
] | ] | ||
Line 5,648: | Line 5,941: | ||
} | } | ||
}, | }, | ||
" | "IcedGreenTea": { | ||
"id": " | "id": "IcedGreenTea", | ||
"name": " | "name": "iced green tea", | ||
"group": " | "group": "Drinks", | ||
"desc": " | "desc": "cold green tea.", | ||
"physicalDesc": " | "physicalDesc": "aromatic", | ||
"color": "# | "color": "#CE4200FF", | ||
"recipes": [ | "recipes": [ | ||
" | "IcedGreenTea" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
" | "conditions": null, | ||
"probability": 1, | |||
"HydrationFactor": 3, | |||
"id": "SatiateThirst" | |||
} | |||
] | |||
} | |||
} | |||
}, | |||
"Graveyard": { | |||
"id": "Graveyard", | |||
"name": "graveyard", | |||
"group": "Drinks", | |||
"desc": "For those shifts that never seem to end.", | |||
"physicalDesc": "dark-red", | |||
"color": "#4F1B1BFF", | |||
"recipes": [ | |||
"Graveyard" | |||
], | |||
"metabolisms": { | |||
"Drink": { | |||
"rate": 0.5, | |||
"effects": [ | |||
{ | { | ||
" | "conditions": null, | ||
"probability": 1, | |||
"HydrationFactor": 2, | |||
"id": "SatiateThirst" | |||
" | |||
" | |||
"id": " | |||
}, | }, | ||
{ | { | ||
" | "Reagent": "Ethanol", | ||
"Group": null, | |||
"Amount": 0.03, | |||
"conditions": null, | |||
"probability": 1, | |||
"id": "AdjustReagent" | |||
" | } | ||
" | ] | ||
} | |||
} | |||
}, | |||
"JuiceLime": { | |||
"id": "JuiceLime", | |||
"name": "lime juice", | |||
"group": "Drinks", | |||
"desc": "The sweet-sour juice of limes.", | |||
"physicalDesc": "citric", | |||
"color": "#99BB43FF", | |||
"recipes": [], | |||
"metabolisms": { | |||
"Drink": { | |||
"rate": 0.5, | |||
"effects": [ | |||
{ | { | ||
" | "conditions": null, | ||
"probability": 1, | |||
"HydrationFactor": 3, | |||
"id": "SatiateThirst" | |||
" | } | ||
" | ] | ||
} | |||
} | |||
}, | |||
"Frezon": { | |||
"id": "Frezon", | |||
"name": "frezon", | |||
"group": "Unknown", | |||
"desc": "A highly effective coolant.. and hallucinogenic.", | |||
"physicalDesc": "gaseous", | |||
"color": "#3A758CFF", | |||
"recipes": [], | |||
"metabolisms": { | |||
"Gas": { | |||
"rate": 0.5, | |||
"effects": [ | |||
{ | { | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
" | "Cellular": 0.01 | ||
}, | }, | ||
"groups": null | "groups": null | ||
}, | }, | ||
"scaleByQuantity": | "scaleByQuantity": true, | ||
"ignoreResistances": true, | "ignoreResistances": true, | ||
"conditions": [ | "conditions": [ | ||
{ | { | ||
" | "Min": 0.5, | ||
" | "Max": 21474836, | ||
"id": " | "Reagent": "Frezon", | ||
"id": "ReagentThreshold" | |||
} | } | ||
], | ], | ||
"probability": 1, | "probability": 1, | ||
"id": "HealthChange" | "id": "HealthChange" | ||
} | }, | ||
{ | |||
"Key": "SeeingRainbows", | |||
"Component": "SeeingRainbows", | |||
"Time": 5, | |||
"Refresh": false, | |||
"Type": 0, | |||
"conditions": [ | |||
{ | |||
"Min": 1, | |||
"Max": 21474836, | |||
"Reagent": "Frezon", | |||
"id": "ReagentThreshold" | |||
} | |||
], | |||
"probability": 1, | |||
"id": "GenericStatusEffect" | |||
}, | |||
{ | |||
"BoozePower": 3, | |||
"SlurSpeech": true, | |||
"conditions": [ | |||
{ | |||
"Min": 1, | |||
"Max": 21474836, | |||
"Reagent": "Frezon", | |||
"id": "ReagentThreshold" | |||
} | |||
], | |||
"probability": 1, | |||
"id": "Drunk" | |||
}, | |||
{ | |||
"Messages": [ | |||
"frezon-lungs-cold" | |||
], | |||
"Type": 1, | |||
"VisualType": 0, | |||
"conditions": [ | |||
{ | |||
"Min": 0.5, | |||
"Max": 21474836, | |||
"Reagent": "Frezon", | |||
"id": "ReagentThreshold" | |||
} | |||
], | |||
"probability": 0.1, | |||
"id": "PopupMessage" | |||
}, | |||
{ | |||
"Messages": [ | |||
"frezon-euphoric" | |||
], | |||
"Type": 1, | |||
"VisualType": 2, | |||
"conditions": [ | |||
{ | |||
"Min": 1, | |||
"Max": 21474836, | |||
"Reagent": "Frezon", | |||
"id": "ReagentThreshold" | |||
} | |||
], | |||
"probability": 0.1, | |||
"id": "PopupMessage" | |||
} | |||
] | ] | ||
} | } | ||
} | } | ||
}, | }, | ||
" | "JuiceTomato": { | ||
"id": " | "id": "JuiceTomato", | ||
"name": " | "name": "tomato juice", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "Tomatoes made into juice. What a waste of good tomatoes, huh?", | ||
"physicalDesc": "saucey", | |||
"color": "#731008FF", | |||
"physicalDesc": " | |||
"color": "# | |||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
Line 5,832: | Line 6,142: | ||
} | } | ||
}, | }, | ||
" | "Manhattan": { | ||
"id": " | "id": "Manhattan", | ||
"name": " | "name": "manhattan", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "The Detective's undercover drink of choice. He never could stomach gin...", | ||
"physicalDesc": "strong-smelling", | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#664300FF", | ||
"recipes": [], | "recipes": [ | ||
"Manhattan" | |||
], | |||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
Line 5,863: | Line 6,165: | ||
"Reagent": "Ethanol", | "Reagent": "Ethanol", | ||
"Group": null, | "Group": null, | ||
"Amount": 0. | "Amount": 0.15, | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
Line 5,872: | Line 6,174: | ||
} | } | ||
}, | }, | ||
" | "JuiceLemon": { | ||
"id": " | "id": "JuiceLemon", | ||
"name": " | "name": "lemon juice", | ||
"group": " | "group": "Drinks", | ||
"desc": " | "desc": "This juice is VERY sour.", | ||
"physicalDesc": " | "physicalDesc": "citric", | ||
"color": "# | "color": "#FFF690FF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": " | "HydrationFactor": 3, | ||
"id": "SatiateThirst" | |||
} | } | ||
] | ] | ||
Line 5,895: | Line 6,196: | ||
} | } | ||
}, | }, | ||
" | "Astrotame": { | ||
"id": " | "id": "Astrotame", | ||
"name": " | "name": "Astrotame", | ||
"group": " | "group": "Foods", | ||
"desc": " | "desc": "The sweetness of a thousand sugars but none of the calories.", | ||
"physicalDesc": " | "physicalDesc": "sugary", | ||
"color": "# | "color": "#7FFFD4FF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": null | "metabolisms": null | ||
}, | }, | ||
" | "Mead": { | ||
"id": " | "id": "Mead", | ||
"name": " | "name": "mead", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "A Viking's drink, though a cheap one.", | ||
"physicalDesc": "strong-smelling", | "physicalDesc": "strong-smelling", | ||
"color": "#664300FF", | "color": "#664300FF", | ||
"recipes": [ | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
Line 5,940: | Line 6,227: | ||
"Reagent": "Ethanol", | "Reagent": "Ethanol", | ||
"Group": null, | "Group": null, | ||
"Amount": 0. | "Amount": 0.05, | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
Line 5,949: | Line 6,236: | ||
} | } | ||
}, | }, | ||
" | "Ice": { | ||
"id": " | "id": "Ice", | ||
"name": " | "name": "ice", | ||
"group": " | "group": "Unknown", | ||
"desc": " | "desc": "Frozen water.", | ||
"physicalDesc": " | "physicalDesc": "frosty", | ||
"color": "# | "color": "#BED8E6FF", | ||
"recipes": [ | "recipes": [], | ||
"metabolisms": null | |||
], | }, | ||
"RedMead": { | |||
"id": "RedMead", | |||
"name": "red mead", | |||
"group": "Drinks", | |||
"desc": "The true Viking's drink! Even though it has a strange red color.", | |||
"physicalDesc": "strong-smelling", | |||
"color": "#C73C00FF", | |||
"recipes": [], | |||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": " | "HydrationFactor": 2, | ||
"id": "SatiateThirst" | |||
}, | }, | ||
{ | { | ||
"Reagent": "Ethanol", | |||
"Group": null, | |||
"Amount": 0.05, | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": "AdjustReagent" | |||
"id": " | |||
} | } | ||
] | ] | ||
Line 5,993: | Line 6,276: | ||
} | } | ||
}, | }, | ||
" | "MotorOil": { | ||
"id": " | "id": "MotorOil", | ||
"name": " | "name": "motor oil", | ||
"group": " | "group": "Pyrotechnic", | ||
"desc": " | "desc": "Keeps machines from squeaking.", | ||
"physicalDesc": " | "physicalDesc": "oily", | ||
"color": "# | "color": "#B67823FF", | ||
"recipes": [], | "recipes": [ | ||
"MotorOil" | |||
], | |||
"metabolisms": { | "metabolisms": { | ||
" | "Poison": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
" | "damage": { | ||
{ | "types": { | ||
" | "Poison": 1 | ||
}, | |||
"groups": null | |||
}, | |||
"scaleByQuantity": false, | |||
"ignoreResistances": true, | |||
"conditions": null, | |||
"probability": 1, | |||
"id": "HealthChange" | |||
}, | |||
{ | |||
"Multiplier": 0.4, | |||
"conditions": null, | |||
"probability": 1, | "probability": 1, | ||
"id": "FlammableReaction" | |||
"id": " | |||
} | } | ||
] | ] | ||
Line 6,021: | Line 6,313: | ||
} | } | ||
}, | }, | ||
" | "Desoxyephedrine": { | ||
"id": " | "id": "Desoxyephedrine", | ||
"name": " | "name": "desoxyephedrine", | ||
"group": " | "group": "Narcotics", | ||
"desc": " | "desc": "Desoxyephedrine is a potent stimulant with dangerous side-effects if too much is consumed.", | ||
"physicalDesc": " | "physicalDesc": "translucent", | ||
"color": "# | "color": "#FAFAFAFF", | ||
"recipes": [ | "recipes": [ | ||
" | "Desoxyephedrine" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Poison": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"damage": { | "damage": { | ||
"types | "types": { | ||
"Poison": 0.75 | |||
" | }, | ||
} | "groups": null | ||
}, | }, | ||
"scaleByQuantity": false, | "scaleByQuantity": false, | ||
Line 6,051: | Line 6,343: | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
" | "Poison": 2, | ||
" | "Asphyxiation": 2 | ||
}, | }, | ||
"groups": null | "groups": null | ||
Line 6,068: | Line 6,360: | ||
"probability": 1, | "probability": 1, | ||
"id": "HealthChange" | "id": "HealthChange" | ||
} | |||
] | |||
}, | |||
"Narcotic": { | |||
"rate": 0.5, | |||
"effects": [ | |||
{ | |||
"StatusLifetime": 2, | |||
"conditions": null, | |||
"probability": 1, | |||
"WalkSpeedModifier": 1.35, | |||
"SprintSpeedModifier": 1.35, | |||
"id": "MovespeedModifier" | |||
}, | |||
{ | |||
"Key": "Stutter", | |||
"Component": "StutteringAccent", | |||
"Time": 2, | |||
"Refresh": true, | |||
"Type": 0, | |||
"conditions": null, | |||
"probability": 1, | |||
"id": "GenericStatusEffect" | |||
}, | }, | ||
{ | { | ||
Line 6,074: | Line 6,389: | ||
"Time": 2, | "Time": 2, | ||
"Refresh": true, | "Refresh": true, | ||
"conditions | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": "Jitter" | "id": "Jitter" | ||
}, | |||
{ | |||
"Key": "Stun", | |||
"Component": "", | |||
"Time": 3, | |||
"Refresh": true, | |||
"Type": 1, | |||
"conditions": null, | |||
"probability": 1, | |||
"id": "GenericStatusEffect" | |||
}, | |||
{ | |||
"Key": "KnockedDown", | |||
"Component": "", | |||
"Time": 3, | |||
"Refresh": true, | |||
"Type": 1, | |||
"conditions": null, | |||
"probability": 1, | |||
"id": "GenericStatusEffect" | |||
} | } | ||
] | ] | ||
}, | }, | ||
" | "Medicine": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
" | "TimerReset": 600, | ||
" | "conditions": [ | ||
{ | |||
"Min": 20, | |||
"Max": 21474836, | |||
"Reagent": null, | |||
"id": "ReagentThreshold" | |||
} | |||
], | |||
"probability": 1, | "probability": 1, | ||
"id": " | "id": "ResetNarcolepsy" | ||
} | } | ||
] | ] | ||
Line 6,101: | Line 6,435: | ||
} | } | ||
}, | }, | ||
" | "Stellibinin": { | ||
"id": " | "id": "Stellibinin", | ||
"name": " | "name": "stellibinin", | ||
"group": " | "group": "Medicine", | ||
"desc": " | "desc": "A natual antitoxin with particular effectiveness against amatoxin.", | ||
"physicalDesc": " | "physicalDesc": "starry", | ||
"color": "# | "color": "#2B2F77FF", | ||
"recipes": [ | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Medicine": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
" | "damage": { | ||
" | "types": { | ||
" | "Poison": -4 | ||
}, | |||
"groups": null | |||
}, | |||
"scaleByQuantity": false, | |||
"ignoreResistances": true, | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": " | "id": "HealthChange" | ||
}, | }, | ||
{ | { | ||
"Reagent": " | "Reagent": "Amatoxin", | ||
"Group": null, | "Group": null, | ||
"Amount | "Amount": -3, | ||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"Min": | "Min": 1, | ||
"Max": 21474836, | "Max": 21474836, | ||
"Reagent": | "Reagent": "Amatoxin", | ||
"id": "ReagentThreshold" | "id": "ReagentThreshold" | ||
} | } | ||
], | ], | ||
"probability": | "probability": 1, | ||
"id": " | "id": "AdjustReagent" | ||
} | } | ||
] | ] | ||
Line 6,149: | Line 6,479: | ||
} | } | ||
}, | }, | ||
" | "Leporazine": { | ||
"id": " | "id": "Leporazine", | ||
"name": " | "name": "leporazine", | ||
"group": " | "group": "Medicine", | ||
"desc": " | "desc": "This keeps a patient's body temperature stable. High doses can allow short periods of unprotected EVA, but prevents use of the cryogenics tubes.", | ||
"physicalDesc": " | "physicalDesc": "pungent", | ||
"color": "# | "color": "#FF7DB5FF", | ||
"recipes": [ | "recipes": [ | ||
" | "Leporazine" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Medicine": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
Line 6,166: | Line 6,496: | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
" | "Cold": -4 | ||
}, | }, | ||
"groups": null | "groups": null | ||
Line 6,175: | Line 6,502: | ||
"scaleByQuantity": false, | "scaleByQuantity": false, | ||
"ignoreResistances": true, | "ignoreResistances": true, | ||
"conditions": [ | "conditions": null, | ||
"probability": 1, | |||
"id": "HealthChange" | |||
}, | |||
{ | |||
"Amount": 100000, | |||
"conditions": [ | |||
{ | { | ||
" | "Min": 0, | ||
" | "Max": 293.15, | ||
"id": " | "id": "Temperature" | ||
} | } | ||
], | ], | ||
"probability": 1, | "probability": 1, | ||
"id": " | "id": "AdjustTemperature" | ||
}, | }, | ||
{ | { | ||
" | "Amount": -10000, | ||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"Min": 293.15, | |||
"Max": 3.4028235e+38, | |||
"id": "Temperature" | |||
"Min": | |||
"Max": | |||
"id": " | |||
} | } | ||
], | ], | ||
"probability": 1, | "probability": 1, | ||
"id": " | "id": "AdjustTemperature" | ||
}, | |||
{ | |||
"Messages": [ | |||
"leporazine-effect-temperature-adjusting" | |||
], | |||
"Type": 1, | |||
"VisualType": 2, | |||
"conditions": null, | |||
"probability": 0.2, | |||
"id": "PopupMessage" | |||
} | } | ||
] | ] | ||
Line 6,216: | Line 6,544: | ||
} | } | ||
}, | }, | ||
" | "Ephedrine": { | ||
"id": " | "id": "Ephedrine", | ||
"name": " | "name": "ephedrine", | ||
"group": " | "group": "Narcotics", | ||
"desc": " | "desc": "Increases stun resistance and movement speed, giving you hand cramps. Overdose deals toxin damage and inhibits breathing.", | ||
"physicalDesc": " | "physicalDesc": "powdery", | ||
"color": "# | "color": "#D2FFFAFF", | ||
"recipes": [ | "recipes": [ | ||
" | "Ephedrine" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Narcotic": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"StatusLifetime": 2, | |||
"conditions": null, | |||
"probability": 1, | |||
"WalkSpeedModifier": 1.25, | |||
"SprintSpeedModifier": 1.25, | |||
"id": "MovespeedModifier" | |||
}, | |||
{ | |||
"damage": { | |||
"types": { | |||
"Poison": 2, | |||
"Asphyxiation": 2 | |||
}, | |||
"groups": null | |||
}, | |||
"scaleByQuantity": false, | |||
"ignoreResistances": true, | |||
"conditions": [ | "conditions": [ | ||
{ | { | ||
" | "Min": 20, | ||
" | "Max": 21474836, | ||
"id": " | "Reagent": null, | ||
"id": "ReagentThreshold" | |||
} | } | ||
], | ], | ||
"probability": 1, | "probability": 1, | ||
"id": "HealthChange" | |||
"id": " | }, | ||
{ | { | ||
"Amplitude": 10, | |||
"Frequency": 4, | |||
"Time": 2, | |||
"Refresh": true, | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": "Jitter" | |||
"id": " | |||
}, | }, | ||
{ | { | ||
" | "Key": "Stun", | ||
" | "Component": "", | ||
" | "Time": 1, | ||
"Refresh": true, | |||
"Type": 1, | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": " | "id": "GenericStatusEffect" | ||
}, | |||
{ | |||
"Key": "KnockedDown", | |||
"Component": "", | |||
"Time": 1, | |||
"Refresh": true, | |||
"Type": 1, | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": "GenericStatusEffect" | |||
"id": " | |||
}, | }, | ||
{ | { | ||
" | "Messages": [ | ||
" | "ephedrine-effect-tight-pain", | ||
" | "ephedrine-effect-heart-pounds" | ||
], | |||
"Type": 1, | |||
"VisualType": 2, | |||
"conditions": null, | "conditions": null, | ||
"probability": 0.05, | |||
"id": "PopupMessage" | |||
} | |||
] | |||
}, | |||
"Medicine": { | |||
"rate": 0.5, | |||
"effects": [ | |||
{ | |||
"TimerReset": 600, | |||
"conditions": [ | |||
{ | |||
"Min": 30, | |||
"Max": 21474836, | |||
"Reagent": null, | |||
"id": "ReagentThreshold" | |||
} | |||
], | |||
"probability": 1, | "probability": 1, | ||
"id": " | "id": "ResetNarcolepsy" | ||
} | } | ||
] | ] | ||
Line 6,316: | Line 6,649: | ||
} | } | ||
}, | }, | ||
" | "Romerol": { | ||
"id": " | "id": "Romerol", | ||
"name": " | "name": "romerol", | ||
"group": "Medicine", | |||
"desc": "A difficult to procure chemical used in the reversal of the zombification process. Tastes like death.", | |||
"physicalDesc": "acrid", | |||
"color": "#7E916EFF", | |||
"recipes": [ | |||
"Romerol" | |||
], | |||
"metabolisms": { | |||
"Medicine": { | |||
"rate": 0.5, | |||
"effects": [ | |||
{ | |||
"damage": { | |||
"types": { | |||
"Poison": 0.5 | |||
}, | |||
"groups": null | |||
}, | |||
"scaleByQuantity": false, | |||
"ignoreResistances": true, | |||
"conditions": null, | |||
"probability": 1, | |||
"id": "HealthChange" | |||
} | |||
] | |||
} | |||
} | |||
}, | |||
"SodiumCarbonate": { | |||
"id": "SodiumCarbonate", | |||
"name": "Sodium Carbonate", | |||
"group": "Unknown", | |||
"desc": "A white, odorless, water-soluble salt that yields an alkaline solution in water. Also known as soda ash.", | |||
"physicalDesc": "powdery", | |||
"color": "#FFFFFFFF", | |||
"recipes": [ | |||
"SodiumCarbonate" | |||
], | |||
"metabolisms": null | |||
}, | |||
"Vermouth": { | |||
"id": "Vermouth", | |||
"name": "vermouth", | |||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "Aromatized, fortified white wine flavored with various botanicals.", | ||
"physicalDesc": " | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#91FF91FF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
Line 6,335: | Line 6,711: | ||
}, | }, | ||
{ | { | ||
"Reagent": " | "Reagent": "Ethanol", | ||
"Group": null, | "Group": null, | ||
"Amount": 0.05, | "Amount": 0.05, | ||
Line 6,346: | Line 6,722: | ||
} | } | ||
}, | }, | ||
" | "Coffee": { | ||
"id": " | "id": "Coffee", | ||
"name": " | "name": "coffee", | ||
"group": " | "group": "Drinks", | ||
"desc": " | "desc": "A drink made from brewed coffee beans. Contains a moderate amount of caffeine.", | ||
"physicalDesc": " | "physicalDesc": "aromatic", | ||
"color": "# | "color": "#664300FF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
" | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": " | "HydrationFactor": 2, | ||
"id": "SatiateThirst" | |||
}, | }, | ||
{ | { | ||
" | "Reagent": "Theobromine", | ||
"Group": null, | |||
"Amount": 0.05, | |||
"conditions": null, | |||
"probability": 1, | "probability": 1, | ||
"id": "AdjustReagent" | |||
"id": " | |||
} | } | ||
] | ] | ||
Line 6,407: | Line 6,752: | ||
} | } | ||
}, | }, | ||
" | "SpaceMountainWind": { | ||
"id": " | "id": "SpaceMountainWind", | ||
"name": " | "name": "Space Mountain Wind", | ||
"group": " | "group": "Drinks", | ||
"desc": " | "desc": "Blows right through you like a space wind.", | ||
"physicalDesc": " | "physicalDesc": "fizzy", | ||
"color": "# | "color": "#102000FF", | ||
"recipes": [ | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": " | "HydrationFactor": 2, | ||
"id": "SatiateThirst" | |||
} | } | ||
] | ] | ||
Line 6,450: | Line 6,774: | ||
} | } | ||
}, | }, | ||
" | "Histamine": { | ||
"id": " | "id": "Histamine", | ||
"name": " | "name": "histamine", | ||
"group": " | "group": "Toxins", | ||
"desc": " | "desc": "Histamine's effects become more dangerous depending on the dosage amount. They range from mildly annoying to incredibly lethal.", | ||
"physicalDesc": " | "physicalDesc": "abrasive", | ||
"color": "# | "color": "#FA6464FF", | ||
"recipes": [ | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
"Poison": { | "Poison": { | ||
Line 6,466: | Line 6,788: | ||
{ | { | ||
"damage": { | "damage": { | ||
"types": { | "types": null, | ||
" | "groups": { | ||
} | "Brute": 2 | ||
} | |||
}, | }, | ||
"scaleByQuantity": false, | "scaleByQuantity": false, | ||
"ignoreResistances": true, | "ignoreResistances": true, | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 0.1, | ||
"id": "HealthChange" | "id": "HealthChange" | ||
}, | }, | ||
{ | { | ||
" | "damage": { | ||
"types": null, | |||
"groups": { | |||
"Brute": 2, | |||
"Toxin": 2, | |||
"Airloss": 2 | |||
} | |||
" | |||
} | |||
}, | }, | ||
"scaleByQuantity": false, | "scaleByQuantity": false, | ||
Line 6,542: | Line 6,812: | ||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"Min": | "Min": 45, | ||
"Max": 21474836, | "Max": 21474836, | ||
"Reagent": null, | "Reagent": null, | ||
Line 6,552: | Line 6,822: | ||
}, | }, | ||
{ | { | ||
" | "Messages": [ | ||
"histamine-effect-light-itchiness" | |||
], | |||
"Type": 1, | "Type": 1, | ||
"VisualType": 0, | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 0.1, | ||
"id": " | "id": "PopupMessage" | ||
}, | }, | ||
{ | { | ||
" | "Messages": [ | ||
"histamine-effect-heavy-itchiness" | |||
], | |||
"Type": 1, | "Type": 1, | ||
" | "VisualType": 2, | ||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"Max": | "Min": 45, | ||
" | "Max": 21474836, | ||
"id": " | "Reagent": null, | ||
"id": "ReagentThreshold" | |||
} | } | ||
], | ], | ||
"probability": | "probability": 0.2, | ||
"id": " | "id": "PopupMessage" | ||
} | } | ||
] | ] | ||
Line 6,618: | Line 6,852: | ||
} | } | ||
}, | }, | ||
" | "Slime": { | ||
"id": " | "id": "Slime", | ||
"name": " | "name": "slime", | ||
"group": " | "group": "Biological", | ||
"desc": " | "desc": "You thought this was gradient blood at first, but you were mistaken.", | ||
"physicalDesc": " | "physicalDesc": "viscous", | ||
"color": "# | "color": "#2CF274FF", | ||
"recipes": [ | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Food": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
" | "conditions": [ | ||
{ | |||
" | "Type": "Vampiric", | ||
"ShouldHave": false, | |||
"id": "OrganType" | |||
} | |||
], | |||
"probability": 1, | "probability": 1, | ||
"id": " | "NutritionFactor": 1.5, | ||
"id": "SatiateHunger" | |||
} | } | ||
] | ] | ||
Line 6,649: | Line 6,880: | ||
} | } | ||
}, | }, | ||
" | "Silicon": { | ||
"id": " | "id": "Silicon", | ||
"name": " | "name": "silicon", | ||
"group": " | "group": "Elements", | ||
"desc": "A | "desc": "A hard and brittle crystalline solid with a blue-grey color.", | ||
"physicalDesc": " | "physicalDesc": "crystalline", | ||
"color": "# | "color": "#364266FF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": null | |||
}, | |||
"MindbreakerToxin": { | |||
"id": "MindbreakerToxin", | |||
"name": "mindbreaker toxin", | |||
"group": "Toxins", | |||
"desc": "A potent, brain damaging poison that can remove psionics.", | |||
"physicalDesc": "opaque", | |||
"color": "#77B58EFF", | |||
"recipes": [ | |||
"MindbreakerToxin" | |||
], | |||
"metabolisms": { | "metabolisms": { | ||
" | "Poison": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"damage": { | |||
"types": null, | |||
"groups": { | |||
"Toxin": 2 | |||
"damage": { | |||
"types": | |||
"groups": { | |||
" | |||
} | } | ||
}, | }, | ||
Line 6,702: | Line 6,914: | ||
"ignoreResistances": true, | "ignoreResistances": true, | ||
"conditions": null, | "conditions": null, | ||
"probability": 0.1, | |||
"id": "HealthChange" | |||
}, | |||
{ | |||
"conditions": [ | |||
{ | |||
"Min": 20, | |||
"Max": 21474836, | |||
"Reagent": "MindbreakerToxin", | |||
"id": "ReagentThreshold" | |||
} | |||
], | |||
"probability": 1, | "probability": 1, | ||
"id": " | "id": "ChemRemovePsionic" | ||
} | } | ||
] | ] | ||
Line 6,709: | Line 6,933: | ||
} | } | ||
}, | }, | ||
" | "NTCahors": { | ||
"id": " | "id": "NTCahors", | ||
"name": " | "name": "NeoTheology Cahors Wine", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "Fortified dessert wine made from cabernet sauvignon, saperavi and other grapes.", | ||
"physicalDesc": " | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#7E4043FF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
Line 6,724: | Line 6,948: | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"HydrationFactor": | "HydrationFactor": 2, | ||
"id": "SatiateThirst" | "id": "SatiateThirst" | ||
} | }, | ||
] | { | ||
"Reagent": "Ethanol", | |||
"Group": null, | |||
"Amount": 0.05, | |||
"conditions": null, | |||
"probability": 1, | |||
"id": "AdjustReagent" | |||
} | |||
] | |||
} | } | ||
} | } | ||
}, | }, | ||
" | "WhiteRussian": { | ||
"id": " | "id": "WhiteRussian", | ||
"name": " | "name": "white russian", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "That's just, like, your opinion, man...", | ||
"physicalDesc": "strong-smelling", | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#A68340FF", | ||
"recipes": [ | "recipes": [ | ||
" | "WhiteRussian" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
Line 6,764: | Line 6,986: | ||
"Reagent": "Ethanol", | "Reagent": "Ethanol", | ||
"Group": null, | "Group": null, | ||
"Amount": 0. | "Amount": 0.15, | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
Line 6,773: | Line 6,995: | ||
} | } | ||
}, | }, | ||
" | "Nothing": { | ||
"id": " | "id": "Nothing", | ||
"name": " | "name": "nothing", | ||
"group": " | "group": "Drinks", | ||
"desc": " | "desc": "Absolutely nothing.", | ||
"physicalDesc": " | "physicalDesc": "nothing", | ||
"color": "# | "color": "#FFFFFFFF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"conditions": | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
" | "HydrationFactor": 2, | ||
"id": " | "id": "SatiateThirst" | ||
} | } | ||
] | ] | ||
Line 6,811: | Line 7,017: | ||
} | } | ||
}, | }, | ||
" | "Grog": { | ||
"id": " | "id": "Grog", | ||
"name": " | "name": "grog", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "Watered-down rum, pirate approved!", | ||
"physicalDesc": "strong-smelling", | "physicalDesc": "strong-smelling", | ||
"color": "#664300FF", | "color": "#664300FF", | ||
"recipes": [ | "recipes": [ | ||
" | "Grog" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
Line 6,834: | Line 7,040: | ||
"Reagent": "Ethanol", | "Reagent": "Ethanol", | ||
"Group": null, | "Group": null, | ||
"Amount": 0. | "Amount": 0.05, | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
Line 6,843: | Line 7,049: | ||
} | } | ||
}, | }, | ||
" | "LemonDrop": { | ||
"id": " | "id": "LemonDrop", | ||
"name": " | "name": "lemon drop", | ||
"group": " | "group": "Drinks", | ||
"desc": " | "desc": "A simple, tangy, and tasty drink consisting of lemon, vodka, and simple syrup. Refreshing!", | ||
"physicalDesc": " | "physicalDesc": "lemony fresh", | ||
"color": "# | "color": "#FFF789FF", | ||
"recipes": [], | "recipes": [ | ||
"LemonDrop" | |||
], | |||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"conditions": | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": " | "HydrationFactor": 2, | ||
}, | "id": "SatiateThirst" | ||
} | |||
] | |||
} | |||
} | |||
}, | |||
"DrGibb": { | |||
"id": "DrGibb", | |||
"name": "Dr. Gibb", | |||
"group": "Drinks", | |||
"desc": "A delicious blend of 42 different flavours.", | |||
"physicalDesc": "fizzy", | |||
"color": "#102000FF", | |||
"recipes": [], | |||
"metabolisms": { | |||
"Drink": { | |||
"rate": 0.5, | |||
"effects": [ | |||
{ | |||
"conditions": null, | |||
"probability": 1, | |||
"HydrationFactor": 2, | |||
"id": "SatiateThirst" | |||
} | |||
] | |||
} | |||
} | |||
}, | |||
"GreenGrass": { | |||
"id": "GreenGrass", | |||
"name": "green grass", | |||
"group": "Drinks", | |||
"desc": "Green grass, or grüne wiese, is a peculiar green cocktail hailing from the now dissolved GDR. Popular amongst the disillusioned and ingenuous alike.", | |||
"physicalDesc": "tangy", | |||
"color": "#66AA55FF", | |||
"recipes": [ | |||
"GreenGrass" | |||
], | |||
"metabolisms": { | |||
"Drink": { | |||
"rate": 0.5, | |||
"effects": [ | |||
{ | |||
"conditions": null, | |||
"probability": 1, | |||
"HydrationFactor": 2, | |||
"id": "SatiateThirst" | |||
} | |||
] | |||
} | |||
} | |||
}, | |||
"Hyronalin": { | |||
"id": "Hyronalin", | |||
"name": "hyronalin", | |||
"group": "Medicine", | |||
"desc": "A weak treatment for radiation damage. Considered to be useful mainly for genetic modification, where it reduces radiation levels, and thus the chance of genetic mutations. Largely outclassed by Arithrazine.", | |||
"physicalDesc": "cloudy", | |||
"color": "#4CB580FF", | |||
"recipes": [ | |||
"Hyronalin" | |||
], | |||
"metabolisms": { | |||
"Medicine": { | |||
"rate": 0.5, | |||
"effects": [ | |||
{ | { | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
" | "Radiation": -1 | ||
}, | }, | ||
"groups": null | "groups": null | ||
Line 6,881: | Line 7,142: | ||
"scaleByQuantity": false, | "scaleByQuantity": false, | ||
"ignoreResistances": true, | "ignoreResistances": true, | ||
"conditions": | "conditions": null, | ||
"probability": 1, | |||
"id": "HealthChange" | |||
}, | |||
{ | |||
"ThirstAmount": -40, | |||
"probability": 1, | |||
"id": "HealthChange" | |||
}, | |||
{ | |||
"ThirstAmount": -40, | |||
"HungerAmount": -40, | "HungerAmount": -40, | ||
"conditions": | "conditions": null, | ||
"probability": 0.02, | |||
"probability": 0. | |||
"id": "ChemVomit" | "id": "ChemVomit" | ||
}, | }, | ||
{ | { | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
" | "Heat": 0.5 | ||
}, | }, | ||
"groups": null | "groups": null | ||
}, | }, | ||
"scaleByQuantity": | "scaleByQuantity": false, | ||
"ignoreResistances": true, | "ignoreResistances": true, | ||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"Min": 30, | |||
"Min": | |||
"Max": 21474836, | "Max": 21474836, | ||
"Reagent": | "Reagent": null, | ||
"id": "ReagentThreshold" | "id": "ReagentThreshold" | ||
} | } | ||
Line 6,959: | Line 7,172: | ||
"probability": 1, | "probability": 1, | ||
"id": "HealthChange" | "id": "HealthChange" | ||
} | }, | ||
] | { | ||
"Amplitude": 10, | |||
"Frequency": 4, | |||
"Time": 2, | |||
"Refresh": true, | |||
"conditions": [ | |||
{ | |||
"Min": 30, | |||
"Max": 21474836, | |||
"Reagent": null, | |||
"id": "ReagentThreshold" | |||
} | |||
], | |||
"probability": 1, | |||
"id": "Jitter" | |||
} | |||
] | |||
} | } | ||
} | } | ||
}, | }, | ||
" | "DexalinPlus": { | ||
"id": " | "id": "DexalinPlus", | ||
"name": " | "name": "dexalin plus", | ||
"group": " | "group": "Medicine", | ||
"desc": " | "desc": "Used in treatment of extreme cases of oxygen deprivation. Effective at healing blood loss damage.", | ||
"physicalDesc": " | "physicalDesc": "cloudy", | ||
"color": "# | "color": "#4DA0BDFF", | ||
"recipes": [ | "recipes": [ | ||
" | "DexalinPlus" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Medicine": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"damage": { | |||
"types": { | |||
"Asphyxiation": -3.5, | |||
"Bloodloss": -3 | |||
}, | |||
"groups": null | |||
}, | |||
"scaleByQuantity": false, | |||
"ignoreResistances": true, | |||
"conditions": null, | |||
"probability": 1, | |||
"id": "HealthChange" | |||
}, | |||
{ | |||
"Reagent": "Lexorin", | |||
"Group": null, | |||
"Amount": -3, | |||
"conditions": [ | "conditions": [ | ||
{ | { | ||
" | "Min": 1, | ||
" | "Max": 21474836, | ||
"id": " | "Reagent": "Lexorin", | ||
"id": "ReagentThreshold" | |||
} | } | ||
], | ], | ||
"probability": 1, | "probability": 1, | ||
"id": "AdjustReagent" | |||
"id": " | |||
} | } | ||
] | ] | ||
Line 6,994: | Line 7,240: | ||
} | } | ||
}, | }, | ||
" | "Dylovene": { | ||
"id": " | "id": "Dylovene", | ||
"name": " | "name": "dylovene", | ||
"group": " | "group": "Medicine", | ||
"desc": " | "desc": "A broad-spectrum anti-toxin, which treats toxin damage in the blood stream. Overdosing will cause vomiting, dizzyness and pain.", | ||
"physicalDesc": " | "physicalDesc": "translucent", | ||
"color": "# | "color": "#3A1D8AFF", | ||
"recipes": [ | |||
"Dylovene" | |||
], | |||
"metabolisms": { | |||
"Medicine": { | |||
"rate": 0.5, | |||
"effects": [ | |||
{ | |||
"damage": { | |||
"types": { | |||
"Poison": -1 | |||
}, | |||
"groups": null | |||
}, | |||
"scaleByQuantity": false, | |||
"ignoreResistances": true, | |||
"conditions": null, | |||
"probability": 1, | |||
"id": "HealthChange" | |||
} | |||
] | |||
} | |||
} | |||
}, | |||
"MuteToxin": { | |||
"id": "MuteToxin", | |||
"name": "mute toxin", | |||
"group": "Narcotics", | |||
"desc": "Makes you unable to talk while metabolizing.", | |||
"physicalDesc": "syrupy", | |||
"color": "#000000FF", | |||
"recipes": [ | "recipes": [ | ||
" | "MuteToxin" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Narcotic": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"Key": "Muted", | |||
"Component": "Muted", | |||
"Time": 2, | |||
"Refresh": true, | |||
"Type": 0, | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": "GenericStatusEffect" | |||
"id": " | |||
} | } | ||
] | ] | ||
Line 7,018: | Line 7,299: | ||
} | } | ||
}, | }, | ||
" | "Gin": { | ||
"id": " | "id": "Gin", | ||
"name": " | "name": "gin", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "A distilled alcoholic drink that derives its predominant flavour from juniper berries.", | ||
"physicalDesc": "strong-smelling", | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#664300FF", | ||
"recipes": [ | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
Line 7,041: | Line 7,320: | ||
"Reagent": "Ethanol", | "Reagent": "Ethanol", | ||
"Group": null, | "Group": null, | ||
"Amount": 0. | "Amount": 0.2, | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
Line 7,050: | Line 7,329: | ||
} | } | ||
}, | }, | ||
" | "Ethyloxyephedrine": { | ||
"id": " | "id": "Ethyloxyephedrine", | ||
"name": " | "name": "ethyloxyephedrine", | ||
"group": " | "group": "Medicine", | ||
"desc": " | "desc": "An unstable medicine derived from desoxyephedrine. With the main effects of desoxyephedrine neutralized, it may be useful for something else.", | ||
"physicalDesc": " | "physicalDesc": "shiny", | ||
"color": "# | "color": "#D5D5E4FF", | ||
"recipes": [ | "recipes": [ | ||
" | "Ethyloxyephedrine" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Medicine": { | ||
"rate": 0. | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"Key": " | "Amplitude": 10, | ||
"Component": " | "Frequency": 4, | ||
"Time": | "Time": 2, | ||
"Refresh": | "Refresh": true, | ||
"conditions": null, | |||
"probability": 1, | |||
"id": "Jitter" | |||
}, | |||
{ | |||
"Key": "Stutter", | |||
"Component": "StutteringAccent", | |||
"Time": 2, | |||
"Refresh": true, | |||
"Type": 0, | "Type": 0, | ||
"conditions": null, | "conditions": null, | ||
Line 7,075: | Line 7,363: | ||
}, | }, | ||
{ | { | ||
" | "TimerReset": 600, | ||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"Min": | "Min": 10, | ||
"Max": 21474836, | "Max": 21474836, | ||
"Reagent": | "Reagent": null, | ||
"id": "ReagentThreshold" | "id": "ReagentThreshold" | ||
} | } | ||
], | ], | ||
"probability": 1, | "probability": 1, | ||
"id": " | "id": "ResetNarcolepsy" | ||
}, | }, | ||
{ | { | ||
" | "Messages": [ | ||
"ethyloxyephedrine-effect-feeling-awake", | |||
"ethyloxyephedrine-effect-clear-mind" | |||
" | ], | ||
" | "Type": 1, | ||
"VisualType": 2, | |||
"conditions": null, | "conditions": null, | ||
"probability | "probability": 0.1, | ||
"id": "PopupMessage" | |||
} | |||
] | |||
} | |||
"id": " | |||
} | |||
] | |||
} | |||
} | } | ||
}, | }, | ||
" | "Mojito": { | ||
"id": " | "id": "Mojito", | ||
"name": " | "name": "mojito", | ||
"group": " | "group": "Drinks", | ||
"desc": " | "desc": "If it's good enough for Spesscuba, it's good enough for you.", | ||
"physicalDesc": " | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#664300FF", | ||
"recipes": [ | "recipes": [ | ||
" | "Mojito" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": " | "HydrationFactor": 2, | ||
"id": "SatiateThirst" | |||
}, | |||
{ | |||
"Reagent": "Ethanol", | |||
"Group": null, | |||
"Amount": 0.05, | |||
"conditions": null, | |||
"probability": 1, | |||
"id": "AdjustReagent" | |||
} | } | ||
] | ] | ||
Line 7,139: | Line 7,422: | ||
} | } | ||
}, | }, | ||
" | "Tricordrazine": { | ||
"id": " | "id": "Tricordrazine", | ||
"name": " | "name": "tricordrazine", | ||
"group": "Medicine", | "group": "Medicine", | ||
"desc": "A | "desc": "A wide-spectrum stimulant, originally derived from Cordrazine. It's capable of healing most common damage types simultaneously, however only at about half the rate of other medications. Because of its low potency, it's best used as a supplement to other medicines.", | ||
"physicalDesc": " | "physicalDesc": "opaque", | ||
"color": "# | "color": "#00E5FFFF", | ||
"recipes": [ | "recipes": [ | ||
" | "Tricordrazine" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
Line 7,156: | Line 7,439: | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
"Poison": - | "Poison": -0.5, | ||
"Heat": -0.33, | |||
"Shock": -0.33, | |||
"Cold": -0.33 | |||
}, | }, | ||
"groups": | "groups": { | ||
"Brute": -1 | |||
} | |||
}, | }, | ||
"scaleByQuantity": false, | "scaleByQuantity": false, | ||
"ignoreResistances": true, | "ignoreResistances": true, | ||
"conditions": | "conditions": [ | ||
{ | |||
"Max": 50, | |||
"Min": 0, | |||
"id": "TotalDamage" | |||
} | |||
], | |||
"probability": 1, | "probability": 1, | ||
"id": "HealthChange" | "id": "HealthChange" | ||
Line 7,170: | Line 7,464: | ||
} | } | ||
}, | }, | ||
" | "Lemonade": { | ||
"id": " | "id": "Lemonade", | ||
"name": " | "name": "lemonade", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "Drink using lemon juice, water, and a sweetener such as cane sugar or honey.", | ||
"physicalDesc": " | "physicalDesc": "tart", | ||
"color": "# | "color": "#FFFF00FF", | ||
"recipes": [], | "recipes": [ | ||
"Lemonade" | |||
], | |||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
Line 7,185: | Line 7,481: | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"HydrationFactor": | "HydrationFactor": 2, | ||
"id": "SatiateThirst" | "id": "SatiateThirst" | ||
} | } | ||
Line 7,192: | Line 7,488: | ||
} | } | ||
}, | }, | ||
" | "Silver": { | ||
"id": " | "id": "Silver", | ||
"name": " | "name": "silver", | ||
"group": " | "group": "Elements", | ||
"desc": " | "desc": "A soft, white, lustrous transition metal, it has the highest electrical conductivity of any element and the highest thermal conductivity of any metal.", | ||
"physicalDesc": " | "physicalDesc": "reasonably metallic", | ||
"color": "# | "color": "#D0D0D0FF", | ||
"recipes": [ | "recipes": [], | ||
"metabolisms": null | |||
], | }, | ||
"Nausium": { | |||
"id": "Nausium", | |||
"name": "nausium", | |||
"group": "Foods", | |||
"desc": "Sickening.", | |||
"physicalDesc": "sickly", | |||
"color": "#A52A2AFF", | |||
"recipes": [], | |||
"metabolisms": { | "metabolisms": { | ||
" | "Food": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"conditions": | "ThirstAmount": -40, | ||
"HungerAmount": -40, | |||
" | "conditions": [ | ||
"id": " | { | ||
"Min": 5, | |||
"Max": 21474836, | |||
"Reagent": "Nausium", | |||
"id": "ReagentThreshold" | |||
} | |||
], | |||
"probability": 0.9, | |||
"id": "ChemVomit" | |||
}, | }, | ||
{ | { | ||
" | "Messages": [ | ||
" | "disease-sick-stomach" | ||
" | ], | ||
"conditions": | "Type": 1, | ||
"probability": | "VisualType": 0, | ||
"id": " | "conditions": [ | ||
{ | |||
"Min": 2.5, | |||
"Max": 21474836, | |||
"Reagent": "Nausium", | |||
"id": "ReagentThreshold" | |||
} | |||
], | |||
"probability": 0.25, | |||
"id": "PopupMessage" | |||
} | } | ||
] | ] | ||
Line 7,224: | Line 7,545: | ||
} | } | ||
}, | }, | ||
" | "Vodka": { | ||
"id": " | "id": "Vodka", | ||
"name": " | "name": "vodka", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "Clear distilled alcoholic beverage that originates from Poland and Russia.", | ||
"physicalDesc": "strong-smelling", | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#D1D1D155", | ||
"recipes": [ | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
Line 7,247: | Line 7,566: | ||
"Reagent": "Ethanol", | "Reagent": "Ethanol", | ||
"Group": null, | "Group": null, | ||
"Amount": 0. | "Amount": 0.2, | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
Line 7,256: | Line 7,575: | ||
} | } | ||
}, | }, | ||
" | "ManlyDorf": { | ||
"id": " | "id": "ManlyDorf", | ||
"name": " | "name": "manly dorf", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "Beer and Ale, brought together in a delicious mix. Intended for stout dwarves only.", | ||
"physicalDesc": " | "physicalDesc": "fizzy and creamy", | ||
"color": "# | "color": "#664300FF", | ||
"recipes": [ | "recipes": [ | ||
" | "ManlyDorf" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
Line 7,279: | Line 7,598: | ||
"Reagent": "Ethanol", | "Reagent": "Ethanol", | ||
"Group": null, | "Group": null, | ||
"Amount": 0. | "Amount": 0.05, | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
Line 7,288: | Line 7,607: | ||
} | } | ||
}, | }, | ||
" | "Fiber": { | ||
"id": " | "id": "Fiber", | ||
"name": " | "name": "fiber", | ||
"group": " | "group": "Unknown", | ||
"desc": " | "desc": "A raw material, usually extracted from wool or other fabric products.", | ||
"physicalDesc": " | "physicalDesc": "fibrous", | ||
"color": "# | "color": "#808080FF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": null | "metabolisms": null | ||
}, | }, | ||
" | "AtomicBomb": { | ||
"id": " | "id": "AtomicBomb", | ||
"name": " | "name": "atomic bomb", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "Nuclear proliferation never tasted so good.", | ||
"physicalDesc": " | "physicalDesc": "cloudy", | ||
"color": "# | "color": "#666300FF", | ||
"recipes": [ | "recipes": [ | ||
" | "AtomicBomb" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
Line 7,315: | Line 7,634: | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"HydrationFactor": | "HydrationFactor": 2, | ||
"id": "SatiateThirst" | "id": "SatiateThirst" | ||
}, | |||
{ | |||
"Reagent": "Ethanol", | |||
"Group": null, | |||
"Amount": 0.15, | |||
"conditions": null, | |||
"probability": 1, | |||
"id": "AdjustReagent" | |||
}, | |||
{ | |||
"Reagent": "Radium", | |||
"Group": null, | |||
"Amount": 0.05, | |||
"conditions": null, | |||
"probability": 1, | |||
"id": "AdjustReagent" | |||
} | } | ||
] | ] | ||
Line 7,322: | Line 7,657: | ||
} | } | ||
}, | }, | ||
" | "Wine": { | ||
"id": " | "id": "Wine", | ||
"name": " | "name": "wine", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "An premium alchoholic beverage made from distilled grape juice.", | ||
"physicalDesc": " | "physicalDesc": "translucent", | ||
"color": "# | "color": "#7E4043FF", | ||
"recipes": [], | "recipes": [ | ||
"BloodToWine" | |||
], | |||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
Line 7,337: | Line 7,674: | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"HydrationFactor": | "HydrationFactor": 2, | ||
"id": "SatiateThirst" | "id": "SatiateThirst" | ||
} | }, | ||
] | { | ||
} | "Reagent": "Ethanol", | ||
"Group": null, | |||
"Amount": 0.05, | |||
"conditions": null, | |||
"probability": 1, | |||
"id": "AdjustReagent" | |||
} | |||
] | |||
} | |||
} | } | ||
}, | }, | ||
" | "Sodium": { | ||
"id": " | "id": "Sodium", | ||
"name": " | "name": "sodium", | ||
"group": " | "group": "Elements", | ||
"desc": "A | "desc": "A silvery-white alkali metal. Highly reactive in its pure form.", | ||
"physicalDesc": " | "physicalDesc": "metallic", | ||
"color": "# | "color": "#C6C8CCFF", | ||
"recipes": [], | |||
"metabolisms": null | |||
}, | |||
"Fat": { | |||
"id": "Fat", | |||
"name": "fat", | |||
"group": "Biological", | |||
"desc": "No matter how it was obtained, its application is important.", | |||
"physicalDesc": "exotic smelling", | |||
"color": "#D8D8B0FF", | |||
"recipes": [], | |||
"metabolisms": null | |||
}, | |||
"OilGhee": { | |||
"id": "OilGhee", | |||
"name": "ghee", | |||
"group": "Foods", | |||
"desc": "Thick and translucent.", | |||
"physicalDesc": "oily", | |||
"color": "#FFD700FF", | |||
"recipes": [ | "recipes": [ | ||
" | "Ghee" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Food": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"Reagent": "Nutriment", | |||
"Group": null, | |||
"Amount": 0.75, | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
" | "id": "AdjustReagent" | ||
} | |||
] | |||
{ | } | ||
"conditions": [ | } | ||
{ | }, | ||
"Type": " | "NitrousOxide": { | ||
"ShouldHave": false, | "id": "NitrousOxide", | ||
"id": "OrganType" | "name": "nitrous oxide", | ||
"group": "Unknown", | |||
"desc": "You know how everything seems funnier when you're tired? Well...", | |||
"physicalDesc": "gaseous", | |||
"color": "#808080FF", | |||
"recipes": [], | |||
"metabolisms": { | |||
"Gas": { | |||
"rate": 0.5, | |||
"effects": [ | |||
{ | |||
"Messages": [ | |||
"effect-sleepy" | |||
], | |||
"Type": 1, | |||
"VisualType": 2, | |||
"conditions": [ | |||
{ | |||
"Min": 0.5, | |||
"Max": 21474836, | |||
"Reagent": "NitrousOxide", | |||
"id": "ReagentThreshold" | |||
}, | |||
{ | |||
"Type": "Slime", | |||
"ShouldHave": false, | |||
"id": "OrganType" | |||
} | } | ||
], | ], | ||
"probability": 1 | "probability": 0.1, | ||
"id": "PopupMessage" | |||
"id": " | |||
}, | }, | ||
{ | { | ||
"Reagent": " | "StatusLifetime": 2, | ||
"conditions": [ | |||
{ | |||
"Min": 1, | |||
"Max": 21474836, | |||
"Reagent": "NitrousOxide", | |||
"id": "ReagentThreshold" | |||
}, | |||
{ | |||
"Type": "Slime", | |||
"ShouldHave": false, | |||
"id": "OrganType" | |||
} | |||
], | |||
"probability": 1, | "probability": 1, | ||
" | "WalkSpeedModifier": 0.65, | ||
"SprintSpeedModifier": 0.65, | |||
"id": "MovespeedModifier" | |||
}, | |||
{ | { | ||
" | "Key": "ForcedSleep", | ||
"Component": "ForcedSleeping", | |||
"Time": 3, | |||
" | "Refresh": true, | ||
" | "Type": 0, | ||
" | "conditions": [ | ||
" | { | ||
"Min": 1.8, | |||
"Max": 21474836, | |||
"Reagent": "NitrousOxide", | |||
"id": "ReagentThreshold" | |||
}, | |||
{ | |||
"Type": "Slime", | |||
"ShouldHave": false, | |||
"id": "OrganType" | |||
} | } | ||
], | |||
"probability": 1, | |||
"id": "GenericStatusEffect" | |||
}, | |||
{ | |||
"damage": { | |||
"types": { | |||
"Poison": 0.25 | |||
}, | |||
"groups": null | |||
}, | }, | ||
"scaleByQuantity": false, | "scaleByQuantity": false, | ||
"ignoreResistances": true, | "ignoreResistances": true, | ||
"conditions": | "conditions": [ | ||
{ | |||
"Min": 3.5, | |||
"Max": 21474836, | |||
"Reagent": "NitrousOxide", | |||
"id": "ReagentThreshold" | |||
}, | |||
{ | |||
"Type": "Slime", | |||
"ShouldHave": false, | |||
"id": "OrganType" | |||
} | |||
], | |||
"probability": 1, | "probability": 1, | ||
"id": "HealthChange" | "id": "HealthChange" | ||
Line 7,409: | Line 7,840: | ||
} | } | ||
}, | }, | ||
" | "OilOlive": { | ||
"id": " | "id": "OilOlive", | ||
"name": " | "name": "olive oil", | ||
"group": " | "group": "Foods", | ||
"desc": " | "desc": "Viscous and fragrant.", | ||
"physicalDesc": " | "physicalDesc": "oily", | ||
"color": "# | "color": "#808000FF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Food": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"Reagent": "Nutriment", | |||
"Group": null, | |||
"Amount": 0.75, | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
" | "id": "AdjustReagent" | ||
} | |||
] | |||
} | |||
} | |||
}, | |||
"LemonLime": { | |||
"id": "LemonLime", | |||
"name": "lemon-lime", | |||
"group": "Drinks", | |||
"desc": "tangy lime and lemon soda", | |||
"physicalDesc": "fizzy", | |||
"color": "#878F00FF", | |||
"recipes": [ | |||
"LemonLime" | |||
], | |||
"metabolisms": { | |||
"Drink": { | |||
"rate": 0.5, | |||
"effects": [ | |||
{ | { | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": " | "HydrationFactor": 2, | ||
"id": "SatiateThirst" | |||
} | } | ||
] | ] | ||
Line 7,439: | Line 7,888: | ||
} | } | ||
}, | }, | ||
" | "Iodine": { | ||
"id": " | "id": "Iodine", | ||
"name": " | "name": "iodine", | ||
"group": "Elements", | |||
"desc": "Commonly added to table salt as a nutrient. On its own it tastes far less pleasing.", | |||
"physicalDesc": "dark brown", | |||
"color": "#BC8A00FF", | |||
"recipes": [], | |||
"metabolisms": null | |||
}, | |||
"AlliesCocktail": { | |||
"id": "AlliesCocktail", | |||
"name": "allies cocktail", | |||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "A drink made from your allies, not as sweet as when made from your enemies.", | ||
"physicalDesc": " | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#00664DFF", | ||
"recipes": [ | "recipes": [ | ||
" | "AlliesCocktail" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
Line 7,471: | Line 7,930: | ||
} | } | ||
}, | }, | ||
" | "Barefoot": { | ||
"id": " | "id": "Barefoot", | ||
"name": " | "name": "barefoot", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "Barefoot and pregnant.", | ||
"physicalDesc": " | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#664300FF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
Line 7,486: | Line 7,945: | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"HydrationFactor": | "HydrationFactor": 2, | ||
"id": "SatiateThirst" | "id": "SatiateThirst" | ||
} | }, | ||
] | { | ||
"Reagent": "Ethanol", | |||
"Group": null, | |||
"Amount": 0.05, | |||
"conditions": null, | |||
"probability": 1, | |||
"id": "AdjustReagent" | |||
} | |||
] | |||
} | } | ||
} | } | ||
}, | }, | ||
" | "Ichor": { | ||
"id": " | "id": "Ichor", | ||
"name": " | "name": "ichor", | ||
"group": " | "group": "Biological", | ||
"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": "enigmatic", | ||
"color": "# | "color": "#F4692EFF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"rate": 0.5, | |||
"effects": [ | |||
{ | |||
"conditions": null, | |||
"probability": 1, | |||
"HydrationFactor": 1.5, | |||
"id": "SatiateThirst" | |||
} | |||
] | |||
}, | |||
"Medicine": { | |||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
Line 7,508: | Line 7,986: | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
" | "Bloodloss": -5 | ||
}, | }, | ||
"groups": | "groups": { | ||
"Burn": -5, | |||
"Brute": -5, | |||
"Toxin": -2 | |||
} | |||
}, | }, | ||
"scaleByQuantity": false, | "scaleByQuantity": false, | ||
Line 7,522: | Line 8,004: | ||
} | } | ||
}, | }, | ||
" | "JuicePineapple": { | ||
"id": " | "id": "JuicePineapple", | ||
"name": " | "name": "pineapple juice", | ||
"group": " | "group": "Drinks", | ||
"desc": " | "desc": "The delicious juice of a pineapple.", | ||
"physicalDesc": " | "physicalDesc": "tropical", | ||
"color": "# | "color": "#FFFF00FF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": " | "HydrationFactor": 3, | ||
"id": "SatiateThirst" | |||
} | } | ||
] | ] | ||
Line 7,563: | Line 8,026: | ||
} | } | ||
}, | }, | ||
" | "Miasma": { | ||
"id": " | "id": "Miasma", | ||
"name": " | "name": "miasma", | ||
"group": "Unknown", | "group": "Unknown", | ||
"desc": " | "desc": "Uh oh, stinky!", | ||
"physicalDesc": " | "physicalDesc": "gaseous", | ||
"color": "# | "color": "#56941EFF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Gas": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"conditions": | "conditions": [ | ||
{ | |||
"Type": "Rat", | |||
"ShouldHave": false, | |||
"id": "OrganType" | |||
}, | |||
{ | |||
"Min": 1, | |||
"Max": 21474836, | |||
"Reagent": "Miasma", | |||
"id": "ReagentThreshold" | |||
} | |||
], | |||
"probability": 1, | "probability": 1, | ||
"id": "ChemMiasmaPoolSource" | |||
"id": " | |||
}, | }, | ||
{ | { | ||
"damage": { | |||
"types": { | |||
"Poison": 0.25 | |||
}, | |||
"damage": { | |||
"types": { | |||
"Poison": | |||
}, | |||
"groups": null | "groups": null | ||
}, | }, | ||
Line 7,639: | Line 8,066: | ||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"Min": | "Type": "Rat", | ||
"ShouldHave": false, | |||
"id": "OrganType" | |||
}, | |||
{ | |||
"Min": 1, | |||
"Max": 21474836, | "Max": 21474836, | ||
"Reagent": | "Reagent": "Miasma", | ||
"id": "ReagentThreshold" | "id": "ReagentThreshold" | ||
} | } | ||
Line 7,649: | Line 8,081: | ||
}, | }, | ||
{ | { | ||
" | "ThirstAmount": -40, | ||
" | "HungerAmount": -40, | ||
" | "conditions": [ | ||
{ | |||
"Type": "Rat", | |||
"ShouldHave": false, | |||
"id": "OrganType" | |||
}, | |||
{ | |||
"Min": 0.8, | |||
"Max": 21474836, | |||
"Reagent": "Miasma", | |||
"id": "ReagentThreshold" | |||
} | |||
], | |||
"probability": 0.12, | |||
"id": "ChemVomit" | |||
"probability": | |||
"id": " | |||
}, | }, | ||
{ | { | ||
"Messages": [ | "Messages": [ | ||
" | "miasma-smell" | ||
], | ], | ||
"Type": 1, | "Type": 1, | ||
"VisualType": 2, | "VisualType": 2, | ||
"conditions": | "conditions": [ | ||
"probability": 0. | { | ||
"Min": 0.25, | |||
"Max": 21474836, | |||
"Reagent": "Miasma", | |||
"id": "ReagentThreshold" | |||
} | |||
], | |||
"probability": 0.1, | |||
"id": "PopupMessage" | "id": "PopupMessage" | ||
}, | |||
{ | { | ||
" | "damage": { | ||
"types": { | |||
"Blunt": -4, | |||
"Slash": -3, | |||
"Piercing": -3 | |||
}, | |||
"groups": null | |||
}, | |||
"scaleByQuantity": true, | |||
"ignoreResistances": true, | |||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"Min": | "Type": "Rat", | ||
"ShouldHave": true, | |||
"id": "OrganType" | |||
}, | |||
{ | |||
"Min": 1, | |||
"Max": 21474836, | "Max": 21474836, | ||
"Reagent": | "Reagent": "Miasma", | ||
"id": "ReagentThreshold" | "id": "ReagentThreshold" | ||
} | } | ||
], | ], | ||
"probability": 1, | "probability": 1, | ||
"id": " | "id": "HealthChange" | ||
} | } | ||
] | ] | ||
Line 7,710: | Line 8,147: | ||
} | } | ||
}, | }, | ||
" | "GargleBlaster": { | ||
"id": " | "id": "GargleBlaster", | ||
"name": " | "name": "Pan-Galactic Gargle Blaster", | ||
"group": " | "group": "Drinks", | ||
"desc": " | "desc": "Whoah, this stuff looks volatile!", | ||
"physicalDesc": " | "physicalDesc": "volatile", | ||
"color": "# | "color": "#9CC8B4FF", | ||
"recipes": [ | "recipes": [ | ||
" | "GargleBlaster" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": " | "HydrationFactor": 2, | ||
"id": "SatiateThirst" | |||
}, | }, | ||
{ | { | ||
" | "Reagent": "Ethanol", | ||
"Group": null, | |||
"Amount": 0.2, | |||
"conditions": null, | |||
" | |||
"conditions | |||
"probability": 1, | "probability": 1, | ||
"id": " | "id": "AdjustReagent" | ||
}, | } | ||
] | |||
} | |||
} | |||
}, | |||
"BloodyMary": { | |||
"id": "BloodyMary", | |||
"name": "bloody mary", | |||
"group": "Drinks", | |||
"desc": "A strange yet pleasurable mixture made of vodka, tomato, and lime juice.", | |||
"physicalDesc": "strong-smelling", | |||
"color": "#660000FF", | |||
"recipes": [ | |||
"BloodyMary" | |||
], | |||
"metabolisms": { | |||
"Drink": { | |||
"rate": 0.5, | |||
"effects": [ | |||
{ | |||
"conditions": null, | |||
"probability": 1, | "probability": 1, | ||
"id": " | "HydrationFactor": 2, | ||
"id": "SatiateThirst" | |||
}, | }, | ||
{ | { | ||
" | "Reagent": "Ethanol", | ||
"Group": null, | |||
"Amount": 0.05, | |||
" | "conditions": null, | ||
"probability": 1, | |||
"id": "AdjustReagent" | |||
" | |||
"conditions | |||
"probability": | |||
"id": " | |||
} | } | ||
] | ] | ||
Line 7,808: | Line 8,211: | ||
} | } | ||
}, | }, | ||
" | "WeedKiller": { | ||
"id": " | "id": "WeedKiller", | ||
"name": " | "name": "weed killer", | ||
"group": " | "group": "Botanical", | ||
"desc": " | "desc": "A mixture that targets weeds.", | ||
"physicalDesc": " | "physicalDesc": "bubbling", | ||
"color": "# | "color": "#968395FF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
Line 7,823: | Line 8,226: | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
"Poison": | "Poison": 4 | ||
}, | }, | ||
"groups": null | "groups": null | ||
Line 7,829: | Line 8,232: | ||
"scaleByQuantity": false, | "scaleByQuantity": false, | ||
"ignoreResistances": true, | "ignoreResistances": true, | ||
"conditions": | "conditions": [ | ||
{ | |||
"Type": "Plant", | |||
"ShouldHave": true, | |||
"id": "OrganType" | |||
} | |||
], | |||
"probability": 1, | "probability": 1, | ||
"id": "HealthChange" | "id": "HealthChange" | ||
} | } | ||
] | ] | ||
Line 7,843: | Line 8,246: | ||
} | } | ||
}, | }, | ||
" | "Blackpepper": { | ||
"id": " | "id": "Blackpepper", | ||
"name": " | "name": "black pepper", | ||
"group": " | "group": "Foods", | ||
"desc": " | "desc": "Often used to flavor food or make people sneeze.", | ||
"physicalDesc": " | "physicalDesc": "grainy", | ||
"color": "# | "color": "#000000FF", | ||
"recipes": [ | "recipes": [], | ||
"metabolisms": null | |||
], | }, | ||
"Oxygen": { | |||
"id": "Oxygen", | |||
"name": "oxygen", | |||
"group": "Unknown", | |||
"desc": "An oxidizing, colorless gas.", | |||
"physicalDesc": "gaseous", | |||
"color": "#808080FF", | |||
"recipes": [], | |||
"metabolisms": { | "metabolisms": { | ||
" | "Gas": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
" | "Factor": 1, | ||
"conditions": [ | |||
" | { | ||
"Type": "Human", | |||
"ShouldHave": true, | |||
"id": "OrganType" | |||
} | |||
], | |||
"probability": 1, | "probability": 1, | ||
"id": " | "id": "Oxygenate" | ||
}, | }, | ||
{ | { | ||
" | "Factor": 1, | ||
" | "conditions": [ | ||
{ | |||
"Type": "Animal", | |||
"ShouldHave": true, | |||
"id": "OrganType" | |||
} | |||
], | ], | ||
"probability": 1, | "probability": 1, | ||
"id": " | "id": "Oxygenate" | ||
}, | }, | ||
{ | { | ||
" | "Factor": 1, | ||
"conditions": [ | "conditions": [ | ||
{ | { | ||
" | "Type": "Rat", | ||
"ShouldHave": true, | |||
" | "id": "OrganType" | ||
"id": " | |||
} | } | ||
], | ], | ||
"probability": 1, | "probability": 1, | ||
"id": " | "id": "Oxygenate" | ||
} | }, | ||
] | { | ||
} | "Factor": 1, | ||
"conditions": [ | |||
{ | |||
"Type": "Plant", | |||
"ShouldHave": true, | |||
"id": "OrganType" | |||
} | |||
], | |||
"probability": 1, | |||
"id": "Oxygenate" | |||
}, | |||
{ | |||
"_ratios": { | |||
"CarbonDioxide": 1, | |||
"Oxygen": -1 | |||
}, | |||
"conditions": [ | |||
{ | |||
"Type": "Vox", | |||
"ShouldHave": false, | |||
"id": "OrganType" | |||
} | |||
], | |||
"probability": 1, | |||
"id": "ModifyLungGas" | |||
} | |||
] | |||
} | |||
} | } | ||
}, | }, | ||
" | "Amatoxin": { | ||
"id": " | "id": "Amatoxin", | ||
"name": " | "name": "amatoxin", | ||
"group": " | "group": "Toxins", | ||
"desc": " | "desc": "A potent toxin found in some mushrooms.", | ||
"physicalDesc": " | "physicalDesc": "nondescript", | ||
"color": "# | "color": "#D6CE7BFF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Poison": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"damage": { | |||
"types": { | |||
"Poison": 6 | |||
}, | |||
"groups": null | |||
}, | |||
"scaleByQuantity": false, | |||
"ignoreResistances": true, | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": "HealthChange" | |||
"id": " | |||
} | } | ||
] | ] | ||
Line 7,958: | Line 8,364: | ||
} | } | ||
}, | }, | ||
" | "Lipozine": { | ||
"id": " | "id": "Lipozine", | ||
"name": " | "name": "lipozine", | ||
"group": "Medicine", | "group": "Medicine", | ||
"desc": " | "desc": "Causes weight loss upon consumption.", | ||
"physicalDesc": " | "physicalDesc": "oily", | ||
"color": "# | "color": "#2690B5FF", | ||
"recipes": [ | "recipes": [ | ||
" | "Lipozine" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
Line 7,973: | Line 8,379: | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"conditions": [ | "conditions": [ | ||
{ | { | ||
" | "Type": "Vampiric", | ||
"ShouldHave": false, | |||
" | "id": "OrganType" | ||
"id": " | |||
} | } | ||
], | ], | ||
"probability": 1, | "probability": 1, | ||
" | "NutritionFactor": -1, | ||
"id": "SatiateHunger" | |||
"id": " | |||
} | } | ||
] | ] | ||
Line 8,000: | Line 8,394: | ||
} | } | ||
}, | }, | ||
" | "TranexamicAcid": { | ||
"id": " | "id": "TranexamicAcid", | ||
"name": " | "name": "tranexamic acid", | ||
"group": " | "group": "Medicine", | ||
"desc": " | "desc": "A blood clotting medicine for preventing heavy bleeding. Very dangerous in large quantities.", | ||
"physicalDesc": " | "physicalDesc": "viscous", | ||
"color": "# | "color": "#BA7D7DFF", | ||
"recipes": [ | "recipes": [ | ||
" | "TranexamicAcid" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Medicine": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"Scaled": false, | |||
"Amount": -1.5, | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": "ModifyBleedAmount" | |||
"id": " | }, | ||
} | { | ||
"damage": { | |||
"types": { | |||
"Bloodloss": 3 | |||
}, | |||
"groups": null | |||
}, | |||
"scaleByQuantity": false, | |||
"ignoreResistances": true, | |||
"conditions": [ | |||
{ | |||
"Min": 15, | |||
"Max": 21474836, | |||
"Reagent": null, | |||
"id": "ReagentThreshold" | |||
} | |||
], | |||
"probability": 1, | "probability": 1, | ||
"id": "HealthChange" | |||
"id": " | |||
} | } | ||
] | ] | ||
Line 8,046: | Line 8,439: | ||
} | } | ||
}, | }, | ||
" | "Lithium": { | ||
"id": " | "id": "Lithium", | ||
"name": " | "name": "lithium", | ||
"group": " | "group": "Elements", | ||
"desc": " | "desc": "A soft, silvery-white alkali metal. It's highly reactive, and ignites if it makes contact with water.", | ||
"physicalDesc": " | "physicalDesc": "shiny", | ||
"color": "# | "color": "#C6C8CCFF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": null | "metabolisms": null | ||
}, | }, | ||
" | "Allicin": { | ||
"id": " | "id": "Allicin", | ||
"name": " | "name": "allicin", | ||
"group": " | "group": "Foods", | ||
"desc": " | "desc": "An organosulfur compound found in alliums like garlic, onions, and related plants.", | ||
"physicalDesc": " | "physicalDesc": "pungent", | ||
"color": "# | "color": "#F2E9D2FF", | ||
"recipes": [ | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Poison": { | ||
"rate": 0.5, | "rate": 0.05, | ||
"effects": [ | |||
{ | |||
"damage": { | |||
"types": { | |||
"Poison": 0.06 | |||
}, | |||
"groups": null | |||
}, | |||
"scaleByQuantity": false, | |||
"ignoreResistances": true, | |||
"conditions": [ | |||
{ | |||
"Min": 1, | |||
"Max": 21474836, | |||
"Reagent": null, | |||
"id": "ReagentThreshold" | |||
}, | |||
{ | |||
"Type": "Animal", | |||
"ShouldHave": true, | |||
"id": "OrganType" | |||
} | |||
], | |||
"probability": 1, | |||
"id": "HealthChange" | |||
} | |||
] | |||
} | |||
} | |||
}, | |||
"Cognac": { | |||
"id": "Cognac", | |||
"name": "cognac", | |||
"group": "Drinks", | |||
"desc": "A sweet and strongly alcoholic drink, twice distilled and left to mature for several years. Classy as fornication.", | |||
"physicalDesc": "strong-smelling", | |||
"color": "#AB3C05FF", | |||
"recipes": [], | |||
"metabolisms": { | |||
"Drink": { | |||
"rate": 0.5, | |||
"effects": [ | "effects": [ | ||
{ | { | ||
Line 8,079: | Line 8,511: | ||
"Reagent": "Ethanol", | "Reagent": "Ethanol", | ||
"Group": null, | "Group": null, | ||
"Amount": 0. | "Amount": 0.2, | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
Line 8,088: | Line 8,520: | ||
} | } | ||
}, | }, | ||
" | "JuiceWatermelon": { | ||
"id": " | "id": "JuiceWatermelon", | ||
"name": " | "name": "water melon juice", | ||
"group": " | "group": "Drinks", | ||
"desc": " | "desc": "The delicious juice of a watermelon.", | ||
"physicalDesc": " | "physicalDesc": "sweet", | ||
"color": "# | "color": "#EF3520FF", | ||
"recipes": [ | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
" | "conditions": null, | ||
"probability": 1, | |||
"HydrationFactor": 3, | |||
"id": "SatiateThirst" | |||
} | |||
] | |||
} | |||
} | |||
}, | |||
"CarpoToxin": { | |||
"id": "CarpoToxin", | |||
"name": "carpotoxin", | |||
"group": "Toxins", | |||
"desc": "Toxic secretions of a space carp. Causes a painful burning sensation.", | |||
"physicalDesc": "exotic smelling", | |||
"color": "#E2A38CFF", | |||
"recipes": [], | |||
"metabolisms": { | |||
"Poison": { | |||
"rate": 0.5, | |||
"effects": [ | |||
{ | { | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
" | "Poison": 4 | ||
}, | }, | ||
"groups": null | "groups": null | ||
Line 8,126: | Line 8,563: | ||
"scaleByQuantity": false, | "scaleByQuantity": false, | ||
"ignoreResistances": true, | "ignoreResistances": true, | ||
"conditions | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": "HealthChange" | "id": "HealthChange" | ||
}, | }, | ||
{ | { | ||
" | "Messages": [ | ||
"generic-reagent-effect-burning-insides" | |||
], | ], | ||
"probability": | "Type": 1, | ||
"id": " | "VisualType": 3, | ||
"conditions": null, | |||
"probability": 0.33, | |||
"id": "PopupMessage" | |||
} | } | ||
] | ] | ||
Line 8,157: | Line 8,581: | ||
} | } | ||
}, | }, | ||
" | "Enzyme": { | ||
"id": " | "id": "Enzyme", | ||
"name": " | "name": "universal enzyme", | ||
"group": "Foods", | |||
"desc": "Used in cooking various dishes.", | |||
"physicalDesc": "chalky", | |||
"color": "#009900FF", | |||
"recipes": [], | |||
"metabolisms": null | |||
}, | |||
"FourteenLoko": { | |||
"id": "FourteenLoko", | |||
"name": "Fourteen Loko", | |||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "A highly processed liquid substance barely-passing intergalatic health standards for a soft drink.", | ||
"physicalDesc": " | "physicalDesc": "fizzy", | ||
"color": "# | "color": "#DEB928FF", | ||
"recipes": [ | "recipes": [ | ||
" | "FourteenLoko" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
Line 8,200: | Line 8,612: | ||
}, | }, | ||
{ | { | ||
"Reagent": " | "Reagent": "Theobromine", | ||
"Group": null, | "Group": null, | ||
"Amount": 0. | "Amount": 0.1, | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
Line 8,229: | Line 8,641: | ||
} | } | ||
}, | }, | ||
" | "JuiceBerryPoison": { | ||
"id": " | "id": "JuiceBerryPoison", | ||
"name": " | "name": "poison berry juice", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": "A | "desc": "A surprisingly tasty juice blended from various kinds of very deadly and toxic berries.", | ||
"physicalDesc": " | "physicalDesc": "sickly", | ||
"color": "# | "color": "#6600CCFF", | ||
"recipes": [ | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
Line 8,246: | Line 8,656: | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"HydrationFactor": | "HydrationFactor": 3, | ||
"id": "SatiateThirst" | "id": "SatiateThirst" | ||
} | } | ||
] | ] | ||
} | }, | ||
"Poison": { | |||
" | |||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"damage": { | |||
"types": { | |||
"Poison": 1 | |||
}, | |||
"groups": null | |||
}, | |||
"scaleByQuantity": false, | |||
"ignoreResistances": true, | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": "HealthChange" | |||
"id": " | |||
} | } | ||
] | ] | ||
Line 8,283: | Line 8,681: | ||
} | } | ||
}, | }, | ||
" | "SulfuricAcid": { | ||
"id": " | "id": "SulfuricAcid", | ||
"name": " | "name": "sulfuric acid", | ||
"group": "Toxins", | "group": "Toxins", | ||
"desc": " | "desc": "A highly corrosive, oily, colorless liquid.", | ||
"physicalDesc": " | "physicalDesc": "oily", | ||
"color": "# | "color": "#BF8C00FF", | ||
"recipes": [], | "recipes": [ | ||
"SulfuricAcid" | |||
], | |||
"metabolisms": { | "metabolisms": { | ||
"Poison": { | "Poison": { | ||
Line 8,298: | Line 8,698: | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
" | "Caustic": 2 | ||
}, | }, | ||
"groups": null | "groups": null | ||
Line 8,309: | Line 8,709: | ||
}, | }, | ||
{ | { | ||
" | "Messages": [ | ||
" | "generic-reagent-effect-burning-insides" | ||
], | ], | ||
" | "Type": 1, | ||
"VisualType": 4, | |||
"conditions": null, | |||
"probability": 0.33, | |||
"id": "PopupMessage" | |||
"probability": | |||
"id": " | |||
} | } | ||
] | ] | ||
Line 8,333: | Line 8,722: | ||
} | } | ||
}, | }, | ||
" | "Sbiten": { | ||
"id": " | "id": "Sbiten", | ||
"name": " | "name": "sbiten", | ||
"group": " | "group": "Drinks", | ||
"desc": " | "desc": "A spicy Vodka! Might be a little hot for the little guys!", | ||
"physicalDesc": " | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#004166FF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"Reagent": " | "conditions": null, | ||
"probability": 1, | |||
"HydrationFactor": 2, | |||
"id": "SatiateThirst" | |||
}, | |||
{ | |||
"Reagent": "Ethanol", | |||
"Group": null, | "Group": null, | ||
"Amount": 0. | "Amount": 0.05, | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
Line 8,357: | Line 8,752: | ||
} | } | ||
}, | }, | ||
" | "Absinthe": { | ||
"id": " | "id": "Absinthe", | ||
"name": " | "name": "absinthe", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "A anise-flavoured spirit derived from botanicals.", | ||
"physicalDesc": "strong-smelling", | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#33EE00FF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
Line 8,378: | Line 8,773: | ||
"Reagent": "Ethanol", | "Reagent": "Ethanol", | ||
"Group": null, | "Group": null, | ||
"Amount": 0. | "Amount": 0.3, | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
Line 8,387: | Line 8,782: | ||
} | } | ||
}, | }, | ||
" | "Gunmetal": { | ||
"id": " | "id": "Gunmetal", | ||
"name": " | "name": "gunmetal", | ||
"group": " | "group": "Drinks", | ||
"desc": " | "desc": "A controversial drink created by the infamous Solus Cream, the first bartender to serve welding fuel without losing their liquor license.", | ||
"physicalDesc": " | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#994422FF", | ||
"recipes": [ | "recipes": [ | ||
" | "Gunmetal" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
"Poison": { | "Drink": { | ||
"rate": 0.5, | |||
"effects": [ | |||
{ | |||
"conditions": null, | |||
"probability": 1, | |||
"HydrationFactor": 2, | |||
"id": "SatiateThirst" | |||
} | |||
] | |||
}, | |||
"Poison": { | |||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
Line 8,404: | Line 8,810: | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
"Poison": | "Poison": 0.5 | ||
}, | }, | ||
"groups": null | "groups": null | ||
Line 8,413: | Line 8,819: | ||
"probability": 1, | "probability": 1, | ||
"id": "HealthChange" | "id": "HealthChange" | ||
} | } | ||
] | ] | ||
Line 8,424: | Line 8,824: | ||
} | } | ||
}, | }, | ||
" | "Napalm": { | ||
"id": " | "id": "Napalm", | ||
"name": " | "name": "napalm", | ||
"group": "Pyrotechnic", | "group": "Pyrotechnic", | ||
"desc": " | "desc": "It's just a little flammable.", | ||
"physicalDesc": " | "physicalDesc": "soapy", | ||
"color": "# | "color": "#FA00AFFF", | ||
"recipes": [ | "recipes": [ | ||
" | "Napalm" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
Line 8,452: | Line 8,852: | ||
}, | }, | ||
{ | { | ||
"Multiplier": 0. | "Multiplier": 0.4, | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": "FlammableReaction" | "id": "FlammableReaction" | ||
} | } | ||
] | ] | ||
Line 8,467: | Line 8,861: | ||
} | } | ||
}, | }, | ||
" | "Pilk": { | ||
"id": " | "id": "Pilk", | ||
"name": " | "name": "pilk", | ||
"group": " | "group": "Drinks", | ||
"desc": " | "desc": "A sickening mixture of milk and cola.", | ||
"physicalDesc": " | "physicalDesc": "creamy", | ||
"color": "# | "color": "#E7C69FFF", | ||
"recipes": [], | "recipes": [ | ||
"Pilk" | |||
], | |||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
" | "HydrationFactor": 1, | ||
"id": "SatiateThirst" | |||
"id": " | |||
} | } | ||
] | ] | ||
Line 8,499: | Line 8,885: | ||
} | } | ||
}, | }, | ||
" | "VentCrud": { | ||
"id": " | "id": "VentCrud", | ||
"name": " | "name": "vent crud", | ||
"group": " | "group": "Toxins", | ||
"desc": "A | "desc": "A jet black substance found in poorly maintained ventilation systems.", | ||
"physicalDesc": " | "physicalDesc": "sticky", | ||
"color": "# | "color": "#000000FF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Poison": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"damage": { | |||
"types": { | |||
"Poison": 2 | |||
}, | |||
"groups": null | |||
}, | |||
"scaleByQuantity": false, | |||
"ignoreResistances": true, | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": "HealthChange" | |||
"id": " | |||
}, | }, | ||
{ | { | ||
" | "CauseChance": 0.6, | ||
" | "Disease": "VentCough", | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": " | "id": "ChemCauseDisease" | ||
} | } | ||
] | ] | ||
Line 8,541: | Line 8,921: | ||
} | } | ||
}, | }, | ||
" | "KiraSpecial": { | ||
"id": " | "id": "KiraSpecial", | ||
"name": " | "name": "kira special", | ||
"group": " | "group": "Drinks", | ||
"desc": " | "desc": "Long live the guy who everyone had mistaken for a girl. Baka!", | ||
"physicalDesc": " | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#CCCC99FF", | ||
"recipes": [ | "recipes": [ | ||
" | "KiraSpecial" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
" | "HydrationFactor": 3, | ||
"id": "SatiateThirst" | |||
"id": " | |||
} | } | ||
] | ] | ||
Line 8,588: | Line 8,945: | ||
} | } | ||
}, | }, | ||
" | "JuicePotato": { | ||
"id": " | "id": "JuicePotato", | ||
"name": " | "name": "potato juice", | ||
"group": " | "group": "Drinks", | ||
"desc": " | "desc": "Juice of the potato. Bleh.", | ||
"physicalDesc": "starchy", | |||
"color": "#302000FF", | |||
"physicalDesc": " | |||
"color": "# | |||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"conditions": null, | |||
"conditions": null | |||
"probability": 1, | "probability": 1, | ||
" | "HydrationFactor": 3, | ||
"id": "SatiateThirst" | |||
"id": " | |||
} | } | ||
] | ] | ||
Line 8,678: | Line 8,967: | ||
} | } | ||
}, | }, | ||
" | "HippiesDelight": { | ||
"id": " | "id": "HippiesDelight", | ||
"name": " | "name": "hippies delight", | ||
"group": " | "group": "Drinks", | ||
"desc": " | "desc": "You just don't get it maaaan.", | ||
"physicalDesc": " | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#6EAA0CFF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"rate": 0. | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"conditions": null, | |||
"conditions | |||
"probability": 1, | "probability": 1, | ||
"id": " | "HydrationFactor": 2, | ||
"id": "SatiateThirst" | |||
}, | }, | ||
{ | { | ||
" | "Reagent": "Ethanol", | ||
"Group": null, | |||
" | "Amount": 0.05, | ||
"conditions": null, | |||
"probability": 1, | |||
"id": "AdjustReagent" | |||
"probability": | |||
"id": " | |||
} | } | ||
] | ] | ||
Line 8,738: | Line 8,997: | ||
} | } | ||
}, | }, | ||
" | "Goldschlager": { | ||
"id": " | "id": "Goldschlager", | ||
"name": " | "name": "Goldschlager", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "100 proof cinnamon schnapps, made for alcoholic teen girls on spring break.", | ||
"physicalDesc": " | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#FFFF91FF", | ||
"recipes": [ | "recipes": [ | ||
" | "Goldschlager" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
Line 8,761: | Line 9,020: | ||
"Reagent": "Ethanol", | "Reagent": "Ethanol", | ||
"Group": null, | "Group": null, | ||
"Amount": 0. | "Amount": 0.2, | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
Line 8,770: | Line 9,029: | ||
} | } | ||
}, | }, | ||
" | "Oats": { | ||
"id": " | "id": "Oats", | ||
"name": " | "name": "oats", | ||
"group": " | "group": "Foods", | ||
"desc": " | "desc": "Used for a variety of tasty purposes.", | ||
"physicalDesc": " | "physicalDesc": "coarse", | ||
"color": "# | "color": "#D2B48CFF", | ||
"recipes": [ | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Food": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"Reagent": "Sugar", | |||
"Group": null, | |||
"Amount": 0.2, | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": "AdjustReagent" | |||
"id": " | |||
}, | }, | ||
{ | { | ||
"Reagent": " | "Reagent": "Nutriment", | ||
"Group": null, | "Group": null, | ||
"Amount": 0. | "Amount": 0.3, | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
Line 8,802: | Line 9,061: | ||
} | } | ||
}, | }, | ||
" | "Bicaridine": { | ||
"id": " | "id": "Bicaridine", | ||
"name": " | "name": "bicaridine", | ||
"group": " | "group": "Medicine", | ||
"desc": " | "desc": "An analgesic which is highly effective at treating brute damage. It's useful for stabilizing people who have been severely beaten, as well as treating less life-threatening injuries.", | ||
"physicalDesc": " | "physicalDesc": "opaque", | ||
"color": "# | "color": "#FFAA00FF", | ||
"recipes": [ | "recipes": [ | ||
" | "Bicaridine" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Medicine": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
" | "damage": { | ||
" | "types": null, | ||
" | "groups": { | ||
"Brute": -2 | |||
} | |||
}, | |||
"scaleByQuantity": false, | |||
"ignoreResistances": true, | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": " | "id": "HealthChange" | ||
} | }, | ||
{ | { | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
"Poison": | "Asphyxiation": 1, | ||
"Poison": 0.5 | |||
}, | }, | ||
"groups": null | "groups": null | ||
Line 8,851: | Line 9,100: | ||
"conditions": [ | "conditions": [ | ||
{ | { | ||
" | "Min": 30, | ||
" | "Max": 21474836, | ||
"id": " | "Reagent": null, | ||
"id": "ReagentThreshold" | |||
} | } | ||
], | ], | ||
"probability": 1, | "probability": 1, | ||
"id": "HealthChange" | "id": "HealthChange" | ||
}, | |||
{ | |||
"Amplitude": 10, | |||
"Frequency": 4, | |||
"Time": 2, | |||
"Refresh": true, | |||
"conditions": [ | |||
{ | |||
"Min": 30, | |||
"Max": 21474836, | |||
"Reagent": null, | |||
"id": "ReagentThreshold" | |||
} | |||
], | |||
"probability": 1, | |||
"id": "Jitter" | |||
} | |||
] | |||
}, | |||
"Alcohol": { | |||
"rate": 0.5, | |||
"effects": [ | |||
{ | |||
"BoozePower": 3, | |||
"SlurSpeech": true, | |||
"conditions": null, | |||
"probability": 1, | |||
"id": "Drunk" | |||
} | } | ||
] | ] | ||
Line 8,863: | Line 9,141: | ||
} | } | ||
}, | }, | ||
" | "MilkGoat": { | ||
"id": " | "id": "MilkGoat", | ||
"name": " | "name": "goats milk", | ||
"group": " | "group": "Drinks", | ||
"desc": " | "desc": "An opaque white liquid produced by a goat. High buttermilk content.", | ||
"physicalDesc": " | "physicalDesc": "opaque", | ||
"color": "# | "color": "#DFDFDFFF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
" | "HydrationFactor": 4, | ||
"id": "SatiateThirst" | |||
"id": " | |||
} | } | ||
] | ] | ||
Line 8,895: | Line 9,163: | ||
} | } | ||
}, | }, | ||
" | "Vitamin": { | ||
"id": " | "id": "Vitamin", | ||
"name": " | "name": "vitamin", | ||
"group": " | "group": "Foods", | ||
"desc": " | "desc": "Found in healthy, complete meals.", | ||
"physicalDesc": " | "physicalDesc": "chalky", | ||
"color": "# | "color": "#D3D3D3FF", | ||
"recipes": [ | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Food": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
" | "damage": { | ||
" | "types": null, | ||
" | "groups": { | ||
"id": " | "Brute": -0.5, | ||
"Burn": -0.5 | |||
} | |||
}, | |||
"scaleByQuantity": false, | |||
"ignoreResistances": true, | |||
"conditions": [ | |||
{ | |||
"Type": "Vampiric", | |||
"ShouldHave": false, | |||
"id": "OrganType" | |||
} | |||
], | |||
"probability": 0.5, | |||
"id": "HealthChange" | |||
}, | |||
{ | |||
"Scaled": false, | |||
"Amount": -0.25, | |||
"conditions": [ | |||
{ | |||
"Type": "Vampiric", | |||
"ShouldHave": false, | |||
"id": "OrganType" | |||
} | |||
], | |||
"probability": 1, | |||
"id": "ModifyBleedAmount" | |||
}, | |||
{ | |||
"conditions": [ | |||
{ | |||
"Type": "Vampiric", | |||
"ShouldHave": false, | |||
"id": "OrganType" | |||
} | |||
], | |||
"probability": 1, | |||
"NutritionFactor": 3, | |||
"id": "SatiateHunger" | |||
} | |||
] | |||
} | |||
} | |||
}, | }, | ||
" | "Beer": { | ||
"id": " | "id": "Beer", | ||
"name": " | "name": "beer", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "An alcoholic beverage made from malted grains, hops, yeast, and water.", | ||
"physicalDesc": " | "physicalDesc": "bubbly", | ||
"color": "# | "color": "#CFA85FFF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
Line 8,959: | Line 9,254: | ||
} | } | ||
}, | }, | ||
" | "Mold": { | ||
"id": " | "id": "Mold", | ||
"name": " | "name": "mold", | ||
"group": " | "group": "Toxins", | ||
"desc": " | "desc": "Often found in dark, humid places or on old bread.", | ||
"physicalDesc": "fuzzy", | |||
"color": "#8A9A5BFF", | |||
"physicalDesc": " | |||
"color": "# | |||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Poison": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"damage": { | |||
"types": { | |||
"Poison": 1 | |||
}, | |||
"groups": null | |||
}, | |||
"scaleByQuantity": false, | |||
"ignoreResistances": true, | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": "HealthChange" | |||
"id": " | |||
}, | }, | ||
{ | { | ||
" | "Diseases": [ | ||
" | "VentCough", | ||
"SpaceCold", | |||
"SpaceFlu", | |||
"BirdFlew", | |||
"Plague", | |||
"TongueTwister", | |||
"MemeticAmirmir" | |||
], | |||
"conditions": [ | |||
{ | |||
"Min": 1, | |||
"Max": 21474836, | |||
"Reagent": "Mold", | |||
"id": "ReagentThreshold" | |||
} | |||
], | |||
"probability": 1, | "probability": 1, | ||
"id": " | "id": "ChemCauseRandomDisease" | ||
} | } | ||
] | ] | ||
Line 9,001: | Line 9,304: | ||
} | } | ||
}, | }, | ||
" | "Vinaigrette": { | ||
"id": " | "id": "Vinaigrette", | ||
"name": " | "name": "vinaigrette", | ||
"group": " | "group": "Foods", | ||
"desc": " | "desc": "A basic salad dressing made with oil, vinegar and seasoning.", | ||
"physicalDesc": "strong-smelling", | "physicalDesc": "sour", | ||
"color": "# | "color": "#EFDAAEFF", | ||
"recipes": [ | |||
"CookingVinaigrette" | |||
], | |||
"metabolisms": null | |||
}, | |||
"ToxinsSpecial": { | |||
"id": "ToxinsSpecial", | |||
"name": "toxins special", | |||
"group": "Drinks", | |||
"desc": "This thing is ON FIRE! CALL THE DAMN SHUTTLE!", | |||
"physicalDesc": "strong-smelling", | |||
"color": "#665C00FF", | |||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
Line 9,031: | Line 9,346: | ||
} | } | ||
}, | }, | ||
" | "Patron": { | ||
"id": " | "id": "Patron", | ||
"name": " | "name": "patron", | ||
"group": " | "group": "Drinks", | ||
"desc": " | "desc": "Tequila with silver in it, a favorite of alcoholic women in the club scene.", | ||
"physicalDesc": " | "physicalDesc": "metallic", | ||
"color": "# | "color": "#585840FF", | ||
"recipes": [ | "recipes": [ | ||
"Patron" | |||
], | |||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": " | "HydrationFactor": 2, | ||
"id": "SatiateThirst" | |||
}, | }, | ||
{ | { | ||
" | "Reagent": "Ethanol", | ||
" | "Group": null, | ||
"Amount": 0.2, | |||
" | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": " | "id": "AdjustReagent" | ||
} | } | ||
] | ] | ||
Line 9,075: | Line 9,378: | ||
} | } | ||
}, | }, | ||
" | "Artifexium": { | ||
"id": " | "id": "Artifexium", | ||
"name": " | "name": "artifexium", | ||
"group": " | "group": "Unknown", | ||
"desc": " | "desc": "A lavender mixture of microscopic artifact fragments and a strong acid. It has the ability to activate artifacts.", | ||
"physicalDesc": " | "physicalDesc": "crystalline", | ||
"color": "# | "color": "#776291FF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Poison": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"damage": { | |||
"types": { | |||
"Caustic": 2 | |||
}, | |||
"groups": null | |||
}, | |||
"scaleByQuantity": false, | |||
"ignoreResistances": true, | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": "HealthChange" | |||
"id": " | |||
} | } | ||
] | ] | ||
Line 9,105: | Line 9,407: | ||
} | } | ||
}, | }, | ||
" | "CapsaicinOil": { | ||
"id": " | "id": "CapsaicinOil", | ||
"name": " | "name": "Capsaicin Oil", | ||
"group": " | "group": "Foods", | ||
"desc": " | "desc": "Capsaicin Oil is the ingredient found in different types of hot peppers.", | ||
"physicalDesc": " | "physicalDesc": "oily", | ||
"color": "# | "color": "#FF0000FF", | ||
"recipes": [ | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Food": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"Reagent": "Nutriment", | |||
"Reagent": " | |||
"Group": null, | "Group": null, | ||
"Amount": 0. | "Amount": 0.75, | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
Line 9,134: | Line 9,428: | ||
} | } | ||
] | ] | ||
} | }, | ||
} | "Poison": { | ||
}, | "rate": 0.5, | ||
" | "effects": [ | ||
"id": " | { | ||
"name": " | "Amount": 250, | ||
"conditions": null, | |||
"probability": 1, | |||
"id": "AdjustTemperature" | |||
}, | |||
{ | |||
"damage": { | |||
"types": { | |||
"Caustic": 1 | |||
}, | |||
"groups": null | |||
}, | |||
"scaleByQuantity": false, | |||
"ignoreResistances": true, | |||
"conditions": [ | |||
{ | |||
"Min": 5, | |||
"Max": 21474836, | |||
"Reagent": null, | |||
"id": "ReagentThreshold" | |||
} | |||
], | |||
"probability": 1, | |||
"id": "HealthChange" | |||
}, | |||
{ | |||
"Messages": [ | |||
"capsaicin-effect-light-burn" | |||
], | |||
"Type": 1, | |||
"VisualType": 0, | |||
"conditions": null, | |||
"probability": 0.2, | |||
"id": "PopupMessage" | |||
} | |||
] | |||
} | |||
} | |||
}, | |||
"BubbleTea": { | |||
"id": "BubbleTea", | |||
"name": "bubble tea", | |||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "Big straw not included.", | ||
"physicalDesc": "bubbly", | "physicalDesc": "bubbly", | ||
"color": "# | "color": "#D2B18CFF", | ||
"recipes": [ | "recipes": [ | ||
" | "BubbleTea" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
Line 9,154: | Line 9,489: | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"HydrationFactor": | "HydrationFactor": 3, | ||
"id": "SatiateThirst" | "id": "SatiateThirst" | ||
}, | }, | ||
{ | { | ||
"Reagent": " | "Reagent": "Sugar", | ||
"Group": null, | |||
"Amount": 0.2, | |||
"conditions": null, | |||
"probability": 1, | |||
"id": "AdjustReagent" | |||
}, | |||
{ | |||
"Reagent": "Nutriment", | |||
"Group": null, | "Group": null, | ||
"Amount": 0. | "Amount": 0.1, | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
Line 9,169: | Line 9,512: | ||
} | } | ||
}, | }, | ||
" | "TableSalt": { | ||
"id": " | "id": "TableSalt", | ||
"name": " | "name": "table salt", | ||
"group": " | "group": "Foods", | ||
"desc": " | "desc": "Commonly known as salt, Sodium Chloride is often used to season food or kill borers instantly.", | ||
"physicalDesc": " | "physicalDesc": "grainy", | ||
"color": "# | "color": "#CFD1D0FF", | ||
"recipes": [], | "recipes": [ | ||
"TableSalt" | |||
], | |||
"metabolisms": { | "metabolisms": { | ||
" | "Food": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"Type": "Vampiric", | |||
"Type": " | |||
"ShouldHave": false, | "ShouldHave": false, | ||
"id": "OrganType" | "id": "OrganType" | ||
} | } | ||
], | ], | ||
"probability": 0. | "probability": 1, | ||
"id": " | "NutritionFactor": 0.5, | ||
"id": "SatiateHunger" | |||
}, | }, | ||
{ | { | ||
"conditions": null, | |||
"conditions": | |||
"probability": 1, | "probability": 1, | ||
"WalkSpeedModifier": 0.65, | "HydrationFactor": -0.5, | ||
"SprintSpeedModifier": 0.65, | "id": "SatiateThirst" | ||
"id": "MovespeedModifier" | } | ||
}, | ] | ||
{ | } | ||
} | |||
}, | |||
"ChloralHydrate": { | |||
"id": "ChloralHydrate", | |||
"name": "chloral hydrate", | |||
"group": "Toxins", | |||
"desc": "In low doses, makes you drowsy. In higher doses, puts you to sleep. Overdoses deal toxin damage.", | |||
"physicalDesc": "nondescript", | |||
"color": "#000067FF", | |||
"recipes": [ | |||
"ChloralHydrate" | |||
], | |||
"metabolisms": { | |||
"Poison": { | |||
"rate": 0.5, | |||
"effects": [ | |||
{ | |||
"StatusLifetime": 2, | |||
"conditions": null, | |||
"probability": 1, | |||
"WalkSpeedModifier": 0.65, | |||
"SprintSpeedModifier": 0.65, | |||
"id": "MovespeedModifier" | |||
}, | |||
{ | |||
"Key": "ForcedSleep", | "Key": "ForcedSleep", | ||
"Component": "ForcedSleeping", | "Component": "ForcedSleeping", | ||
"Time": | "Time": 2, | ||
"Refresh": | "Refresh": false, | ||
"Type": 0, | "Type": 0, | ||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"Min": | "Min": 15, | ||
"Max": 21474836, | "Max": 21474836, | ||
"Reagent": " | "Reagent": "ChloralHydrate", | ||
"id": "ReagentThreshold" | "id": "ReagentThreshold" | ||
} | } | ||
], | ], | ||
Line 9,248: | Line 9,590: | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
"Poison": | "Poison": 1.5 | ||
}, | }, | ||
"groups": null | "groups": null | ||
Line 9,256: | Line 9,598: | ||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"Min": | "Min": 20, | ||
"Max": 21474836, | "Max": 21474836, | ||
"Reagent": " | "Reagent": "ChloralHydrate", | ||
"id": "ReagentThreshold" | "id": "ReagentThreshold" | ||
} | } | ||
], | ], | ||
Line 9,274: | Line 9,611: | ||
} | } | ||
}, | }, | ||
" | "Siderlac": { | ||
"id": " | "id": "Siderlac", | ||
"name": " | "name": "siderlac", | ||
"group": " | "group": "Medicine", | ||
"desc": " | "desc": "A powerful anti-caustic medicine derived from plants.", | ||
"physicalDesc": " | "physicalDesc": "milky", | ||
"color": "# | "color": "#F4DAB8FF", | ||
"recipes": [], | "recipes": [ | ||
"Siderlac" | |||
], | |||
"metabolisms": { | "metabolisms": { | ||
" | "Medicine": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
" | "damage": { | ||
" | "types": { | ||
" | "Caustic": -5 | ||
}, | |||
"groups": null | |||
}, | |||
"scaleByQuantity": false, | |||
"ignoreResistances": true, | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": " | "id": "HealthChange" | ||
} | } | ||
] | ] | ||
Line 9,298: | Line 9,642: | ||
} | } | ||
}, | }, | ||
" | "Butter": { | ||
"id": " | "id": "Butter", | ||
"name": " | "name": "butter", | ||
"group": " | "group": "Foods", | ||
"desc": " | "desc": "Thick and creamy.", | ||
"physicalDesc": "creamy", | "physicalDesc": "creamy", | ||
"color": "# | "color": "#FFFF00FF", | ||
"recipes": [ | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Food": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"Reagent": "Nutriment", | |||
"Group": null, | |||
"Amount": 0.75, | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": "AdjustReagent" | |||
"id": " | |||
} | } | ||
] | ] | ||
Line 9,322: | Line 9,666: | ||
} | } | ||
}, | }, | ||
" | "Rice": { | ||
"id": " | "id": "Rice", | ||
"name": " | "name": "rice", | ||
"group": " | "group": "Foods", | ||
"desc": " | "desc": "Hard, small white grains.", | ||
"physicalDesc": " | "physicalDesc": "chewy", | ||
"color": "# | "color": "#FFFFFFFF", | ||
"recipes": [ | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Food": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"Reagent": "Sugar", | |||
"Group": null, | |||
"Amount": 0.4, | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
" | "id": "AdjustReagent" | ||
"id": " | }, | ||
} | { | ||
] | "Reagent": "Nutriment", | ||
"Group": null, | |||
"Amount": 0.1, | |||
"conditions": null, | |||
"probability": 1, | |||
"id": "AdjustReagent" | |||
} | |||
] | |||
} | } | ||
} | } | ||
}, | }, | ||
" | "EnergyDrink": { | ||
"id": " | "id": "EnergyDrink", | ||
"name": " | "name": "Energy Drink", | ||
"group": " | "group": "Drinks", | ||
"desc": " | "desc": "A dose of energy! Nanotrasen is not responsible if you grow avian appendages.", | ||
"physicalDesc": " | "physicalDesc": "fizzy", | ||
"color": "# | "color": "#FFFFBFFF", | ||
"recipes": [ | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": " | "HydrationFactor": 2, | ||
"id": "SatiateThirst" | |||
}, | |||
{ | |||
"Reagent": "Theobromine", | |||
"Group": null, | |||
"Amount": 0.05, | |||
"conditions": null, | |||
"probability": 1, | |||
"id": "AdjustReagent" | |||
} | } | ||
] | ] | ||
Line 9,374: | Line 9,728: | ||
} | } | ||
}, | }, | ||
" | "Ipecac": { | ||
"id": " | "id": "Ipecac", | ||
"name": " | "name": "ipecac", | ||
"group": " | "group": "Medicine", | ||
"desc": " | "desc": "Induces vomiting. Useful for stopping a poisoning that isn't done metabolizing.", | ||
"physicalDesc": " | "physicalDesc": "inky", | ||
"color": "# | "color": "#422912FF", | ||
"recipes": [], | "recipes": [ | ||
"Ipecac" | |||
], | |||
"metabolisms": { | "metabolisms": { | ||
"Poison": { | "Medicine": { | ||
"rate": 0.5, | |||
"effects": [ | |||
{ | |||
"ThirstAmount": -40, | |||
"HungerAmount": -40, | |||
"conditions": null, | |||
"probability": 0.3, | |||
"id": "ChemVomit" | |||
} | |||
] | |||
} | |||
} | |||
}, | |||
"Licoxide": { | |||
"id": "Licoxide", | |||
"name": "Licoxide", | |||
"group": "Toxins", | |||
"desc": "It looks... electrifying.", | |||
"physicalDesc": "electric", | |||
"color": "#FDD023FF", | |||
"recipes": [], | |||
"metabolisms": { | |||
"Poison": { | |||
"rate": 0.5, | |||
"effects": [ | |||
{ | |||
"ElectrocuteTime": 2, | |||
"ElectrocuteDamageScale": 5, | |||
"Refresh": true, | |||
"conditions": null, | |||
"probability": 0.5, | |||
"id": "Electrocute" | |||
} | |||
] | |||
} | |||
} | |||
}, | |||
"Soysauce": { | |||
"id": "Soysauce", | |||
"name": "soy sauce", | |||
"group": "Foods", | |||
"desc": "A salty soy-based flavoring.", | |||
"physicalDesc": "salty", | |||
"color": "#8B4513FF", | |||
"recipes": [ | |||
"CookingSoysauce" | |||
], | |||
"metabolisms": { | |||
"Food": { | |||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"Type": "Vampiric", | |||
"Type": " | |||
"ShouldHave": false, | "ShouldHave": false, | ||
"id": "OrganType" | "id": "OrganType" | ||
Line 9,409: | Line 9,800: | ||
], | ], | ||
"probability": 1, | "probability": 1, | ||
"id": " | "NutritionFactor": 0.5, | ||
"id": "SatiateHunger" | |||
}, | }, | ||
{ | |||
"conditions": null, | |||
"probability": 1, | |||
"HydrationFactor": -0.5, | |||
"id": "SatiateThirst" | |||
} | |||
] | |||
} | |||
} | |||
}, | |||
"WhiskeySoda": { | |||
"id": "WhiskeySoda", | |||
"name": "whiskey soda", | |||
"group": "Drinks", | |||
"desc": "For the more refined griffon.", | |||
"physicalDesc": "strong-smelling", | |||
"color": "#533600FF", | |||
"recipes": [ | |||
"WhiskeySoda" | |||
], | |||
"metabolisms": { | |||
"Drink": { | |||
"rate": 0.5, | |||
"effects": [ | |||
{ | |||
"conditions": null, | |||
"probability": 1, | |||
"HydrationFactor": 2, | |||
"id": "SatiateThirst" | |||
}, | |||
{ | |||
"Reagent": "Ethanol", | |||
"Group": null, | |||
"Amount": 0.15, | |||
"conditions": null, | |||
"probability": 1, | |||
"id": "AdjustReagent" | |||
} | |||
] | |||
} | |||
} | |||
}, | |||
"Ketchunaise": { | |||
"id": "Ketchunaise", | |||
"name": "ketchunaise", | |||
"group": "Foods", | |||
"desc": "So-called Russian dressing, popular among Space Americans.", | |||
"physicalDesc": "saucey", | |||
"color": "#FBA399FF", | |||
"recipes": [ | |||
"CookingKetchunaise" | |||
], | |||
"metabolisms": null | |||
}, | |||
"CarbonDioxide": { | |||
"id": "CarbonDioxide", | |||
"name": "carbon dioxide", | |||
"group": "Unknown", | |||
"desc": "You have genuinely no idea what this is.", | |||
"physicalDesc": "odorless", | |||
"color": "#66FF33FF", | |||
"recipes": [], | |||
"metabolisms": { | |||
"Gas": { | |||
"rate": 0.5, | |||
"effects": [ | |||
{ | { | ||
"damage": { | "damage": { | ||
Line 9,418: | Line 9,876: | ||
"groups": null | "groups": null | ||
}, | }, | ||
"scaleByQuantity": | "scaleByQuantity": true, | ||
"ignoreResistances": true, | "ignoreResistances": true, | ||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"Min": 5, | "Min": 0.5, | ||
"Max": 21474836, | "Max": 21474836, | ||
"Reagent": null, | "Reagent": null, | ||
"id": "ReagentThreshold" | "id": "ReagentThreshold" | ||
} | } | ||
], | ], | ||
"probability": 1, | "probability": 1, | ||
"id": "HealthChange" | "id": "HealthChange" | ||
} | } | ||
] | ] | ||
Line 9,496: | Line 9,893: | ||
} | } | ||
}, | }, | ||
" | "Posca": { | ||
"id": " | "id": "Posca", | ||
"name": " | "name": "posca", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "Poor warriors' drink from a forgotten era.", | ||
"physicalDesc": " | "physicalDesc": "sour", | ||
"color": "# | "color": "#B3B599FF", | ||
"recipes": [ | "recipes": [ | ||
" | "Posca" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": " | "HydrationFactor": 3, | ||
}, | "id": "SatiateThirst" | ||
} | |||
] | |||
} | |||
} | |||
}, | |||
"Daiquiri": { | |||
"id": "Daiquiri", | |||
"name": "classic daiquiri", | |||
"group": "Drinks", | |||
"desc": "A sweet rum and lime mix, a favourite of writers and politicians.", | |||
"physicalDesc": "tart", | |||
"color": "#DDFFDDFF", | |||
"recipes": [ | |||
"Daiquiri" | |||
], | |||
"metabolisms": { | |||
"Drink": { | |||
"rate": 0.5, | |||
"effects": [ | |||
{ | { | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": " | "HydrationFactor": 2, | ||
"id": "SatiateThirst" | |||
} | } | ||
] | ] | ||
}, | } | ||
" | } | ||
}, | |||
"SpaceGlue": { | |||
"id": "SpaceGlue", | |||
"name": "space glue", | |||
"group": "Unknown", | |||
"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": "sticky", | |||
"color": "#FFFFFFFF", | |||
"recipes": [ | |||
"SpaceGlue" | |||
], | |||
"metabolisms": { | |||
"Narcotic": { | |||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
" | "Key": "SeeingRainbows", | ||
"Component": "SeeingRainbows", | |||
"Time": 5, | |||
"Refresh": false, | |||
"Type": 0, | |||
"conditions": null, | |||
" | |||
" | |||
"conditions | |||
"probability": 1, | "probability": 1, | ||
"id": " | "id": "GenericStatusEffect" | ||
}, | }, | ||
{ | { | ||
" | "Key": "Muted", | ||
" | "Component": "Muted", | ||
" | "Time": 5, | ||
" | "Refresh": false, | ||
"Type": 0, | |||
"conditions": null, | |||
"probability": 1, | |||
"id": "GenericStatusEffect" | |||
"probability": | |||
"id": " | |||
} | } | ||
] | ] | ||
}, | } | ||
" | } | ||
}, | |||
"ThreeMileIsland": { | |||
"id": "ThreeMileIsland", | |||
"name": "three mile island iced tea", | |||
"group": "Drinks", | |||
"desc": "\"Made for a woman, strong enough for a man.\"", | |||
"physicalDesc": "strong-smelling", | |||
"color": "#666340FF", | |||
"recipes": [ | |||
"ThreeMileIsland" | |||
], | |||
"metabolisms": { | |||
"Drink": { | |||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"conditions": null, | |||
"conditions": null, | |||
"probability": 1, | "probability": 1, | ||
"HydrationFactor": 2, | "HydrationFactor": 2, | ||
Line 9,653: | Line 10,008: | ||
}, | }, | ||
{ | { | ||
"Reagent": " | "Reagent": "Uranium", | ||
"Group": null, | "Group": null, | ||
"Amount": 0.05, | "Amount": 0.05, | ||
Line 9,664: | Line 10,019: | ||
} | } | ||
}, | }, | ||
" | "OilCorn": { | ||
"id": " | "id": "OilCorn", | ||
"name": " | "name": "corn oil", | ||
"group": " | "group": "Foods", | ||
"desc": "A | "desc": "Corn oil, A delicious oil used in cooking. Made from corn.", | ||
"physicalDesc": " | "physicalDesc": "oily", | ||
"color": "# | "color": "#FFFF00FF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Food": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"Reagent": "Nutriment", | |||
"Reagent": " | |||
"Group": null, | "Group": null, | ||
"Amount": 0. | "Amount": 0.75, | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
Line 9,694: | Line 10,043: | ||
} | } | ||
}, | }, | ||
" | "SoyLatte": { | ||
"id": " | "id": "SoyLatte", | ||
"name": " | "name": "soy latte", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "A coffee drink made with espresso and steamed soy milk.", | ||
"physicalDesc": " | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#664300FF", | ||
"recipes": [ | "recipes": [ | ||
" | "SoyLatte" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
Line 9,711: | Line 10,060: | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"HydrationFactor": | "HydrationFactor": 3, | ||
"id": "SatiateThirst" | "id": "SatiateThirst" | ||
}, | } | ||
] | |||
} | |||
} | |||
}, | |||
"Bilk": { | |||
"id": "Bilk", | |||
"name": "bilk", | |||
"group": "Drinks", | |||
"desc": "This appears to be beer mixed with milk. Disgusting.", | |||
"physicalDesc": "bilky", | |||
"color": "#895C4CFF", | |||
"recipes": [ | |||
"Bilk" | |||
], | |||
"metabolisms": { | |||
"Drink": { | |||
"rate": 0.5, | |||
"effects": [ | |||
{ | { | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": " | "HydrationFactor": 3, | ||
"id": "SatiateThirst" | |||
} | } | ||
] | ] | ||
Line 9,726: | Line 10,091: | ||
} | } | ||
}, | }, | ||
" | "Moonshine": { | ||
"id": " | "id": "Moonshine", | ||
"name": " | "name": "moonshine", | ||
"group": " | "group": "Drinks", | ||
"desc": " | "desc": "Artisanal homemade liquor. What could go wrong?", | ||
"physicalDesc": " | "physicalDesc": "strong-smelling", | ||
"color": "#D1D7D155", | |||
"color": "# | |||
"recipes": [ | "recipes": [ | ||
" | "Moonshine" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"conditions": | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
" | "HydrationFactor": 2, | ||
"id": " | "id": "SatiateThirst" | ||
}, | }, | ||
{ | { | ||
" | "Reagent": "Ethanol", | ||
"Group": null, | |||
"Amount": 0.25, | |||
"conditions": null, | |||
" | |||
"conditions": | |||
"probability": 1, | "probability": 1, | ||
"id": " | "id": "AdjustReagent" | ||
} | } | ||
] | ] | ||
Line 9,785: | Line 10,123: | ||
} | } | ||
}, | }, | ||
" | "Potassium": { | ||
"id": " | "id": "Potassium", | ||
"name": " | "name": "potassium", | ||
"group": " | "group": "Elements", | ||
"desc": " | "desc": "A soft, shiny grey metal. Even more reactive than lithium.", | ||
"physicalDesc": " | "physicalDesc": "shiny", | ||
"color": "# | "color": "#C6C8CCFF", | ||
"recipes": [], | |||
"metabolisms": null | |||
}, | |||
"Milk": { | |||
"id": "Milk", | |||
"name": "milk", | |||
"group": "Drinks", | |||
"desc": "An opaque white liquid produced by the mammary glands of mammals.", | |||
"physicalDesc": "opaque", | |||
"color": "#DFDFDFFF", | |||
"recipes": [], | |||
"metabolisms": { | |||
"Drink": { | |||
"rate": 0.5, | |||
"effects": [ | |||
{ | |||
"conditions": null, | |||
"probability": 1, | |||
"HydrationFactor": 4, | |||
"id": "SatiateThirst" | |||
} | |||
] | |||
} | |||
} | |||
}, | |||
"HotRamen": { | |||
"id": "HotRamen", | |||
"name": "hot ramen", | |||
"group": "Drinks", | |||
"desc": "Hot noodles.", | |||
"physicalDesc": "wormy", | |||
"color": "#664300FF", | |||
"recipes": [ | "recipes": [ | ||
" | "HotRamen" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
Line 9,808: | Line 10,178: | ||
], | ], | ||
"probability": 1, | "probability": 1, | ||
"NutritionFactor": | "NutritionFactor": 4, | ||
"id": "SatiateHunger" | "id": "SatiateHunger" | ||
} | } | ||
] | ] | ||
Line 9,821: | Line 10,185: | ||
} | } | ||
}, | }, | ||
"Nocturine": { | |||
"id": "Nocturine", | |||
"name": "nocturine", | |||
"group": "Narcotics", | |||
"desc": "Makes you feel very tired and unable to stand up. Basically, it's bone hurting juice.", | |||
"physicalDesc": "powdery", | |||
"color": "#128E80FF", | |||
"recipes": [], | |||
"Nocturine": { | |||
"id": "Nocturine", | |||
"name": "nocturine", | |||
"group": "Narcotics", | |||
"desc": "Makes you feel very tired and unable to stand up. Basically, it's bone hurting juice.", | |||
"physicalDesc": "powdery", | |||
"color": "#128E80FF", | |||
"recipes": [], | |||
"metabolisms": { | "metabolisms": { | ||
"Narcotic": { | "Narcotic": { | ||
Line 9,916: | Line 10,238: | ||
} | } | ||
}, | }, | ||
" | "Ultravasculine": { | ||
"id": " | "id": "Ultravasculine", | ||
"name": " | "name": "ultravasculine", | ||
"group": " | "group": "Medicine", | ||
"desc": " | "desc": "Rapidly flushes toxins from the body, but places some stress on the veins. Do not overdose.", | ||
"physicalDesc": " | "physicalDesc": "thick and grainy", | ||
"color": "# | "color": "#520E30FF", | ||
"recipes": [], | "recipes": [ | ||
"Ultravasculine" | |||
], | |||
"metabolisms": { | "metabolisms": { | ||
" | "Medicine": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"damage": { | "damage": { | ||
"types": { | "types": null, | ||
" | "groups": { | ||
"Toxin": -3, | |||
"groups": | "Brute": 0.5 | ||
} | |||
}, | |||
"scaleByQuantity": false, | |||
"ignoreResistances": true, | |||
"conditions": [ | |||
{ | |||
"Min": 0, | |||
"Max": 30, | |||
"Reagent": null, | |||
"id": "ReagentThreshold" | |||
} | |||
], | |||
"probability": 1, | |||
"id": "HealthChange" | |||
}, | |||
{ | |||
"damage": { | |||
"types": null, | |||
"groups": { | |||
"Toxin": -1, | |||
"Brute": 3 | |||
} | |||
}, | }, | ||
"scaleByQuantity": false, | "scaleByQuantity": false, | ||
"ignoreResistances": true, | "ignoreResistances": true, | ||
"conditions": null, | "conditions": [ | ||
{ | |||
"Min": 30, | |||
"Max": 21474836, | |||
"Reagent": null, | |||
"id": "ReagentThreshold" | |||
} | |||
], | |||
"probability": 1, | "probability": 1, | ||
"id": "HealthChange" | "id": "HealthChange" | ||
}, | }, | ||
{ | { | ||
" | "Reagent": "Histamine", | ||
" | "Group": null, | ||
"conditions": | "Amount": -1, | ||
"conditions": [ | |||
{ | |||
"Min": 1, | |||
"Max": 21474836, | |||
"Reagent": "Histamine", | |||
"id": "ReagentThreshold" | |||
} | |||
], | |||
"probability": 1, | "probability": 1, | ||
"id": " | "id": "AdjustReagent" | ||
} | }, | ||
{ | { | ||
" | "Reagent": "Ultravasculine", | ||
"Amount": | "Group": null, | ||
"conditions": | "Amount": 0.5, | ||
"conditions": [ | |||
{ | |||
"Min": 1, | |||
"Max": 21474836, | |||
"Reagent": "Histamine", | |||
"id": "ReagentThreshold" | |||
} | |||
], | |||
"probability": 1, | "probability": 1, | ||
"id": " | "id": "AdjustReagent" | ||
} | } | ||
] | ] | ||
Line 9,987: | Line 10,328: | ||
} | } | ||
}, | }, | ||
" | "Synaptizine": { | ||
"id": " | "id": "Synaptizine", | ||
"name": " | "name": "synaptizine", | ||
"group": " | "group": "Medicine", | ||
"desc": " | "desc": "Toxic, but treats hallucinations, drowsiness \u0026 halves the duration of paralysis, stuns and knockdowns. One unit is enough to treat hallucinations; two units is deadly.", | ||
"physicalDesc": " | "physicalDesc": "pungent", | ||
"color": "# | "color": "#D49A2FFF", | ||
"recipes": [], | "recipes": [ | ||
"Synaptizine" | |||
], | |||
"metabolisms": { | "metabolisms": { | ||
" | "Poison": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"damage": { | |||
"types": { | |||
"Poison": 3 | |||
}, | |||
"groups": null | |||
}, | |||
"scaleByQuantity": false, | |||
"ignoreResistances": true, | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": "HealthChange" | |||
"id": " | |||
}, | }, | ||
{ | { | ||
" | "Key": "Stun", | ||
" | "Component": "", | ||
" | "Time": 3, | ||
"Refresh": true, | |||
"Type": 1, | |||
"conditions": null, | |||
"probability": 1, | |||
"id": "GenericStatusEffect" | |||
}, | |||
{ | |||
"Key": "KnockedDown", | |||
"Component": "", | |||
"Time": 3, | |||
"Refresh": true, | |||
"Type": 1, | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": " | "id": "GenericStatusEffect" | ||
} | }, | ||
{ | { | ||
"Key": "SeeingRainbows", | |||
"Component": "", | |||
"Time": 15, | |||
"Refresh": true, | |||
"Type": 1, | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": "GenericStatusEffect" | |||
"id": " | |||
} | } | ||
] | ] | ||
Line 10,041: | Line 10,389: | ||
} | } | ||
}, | }, | ||
" | "JuiceBanana": { | ||
"id": " | "id": "JuiceBanana", | ||
"name": " | "name": "banana juice", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": "The | "desc": "The raw essence of a banana. HONK.", | ||
"physicalDesc": " | "physicalDesc": "crisp", | ||
"color": "# | "color": "#FFE777FF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
Line 10,056: | Line 10,404: | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"HydrationFactor": | "HydrationFactor": 3, | ||
"id": "SatiateThirst" | "id": "SatiateThirst" | ||
} | } | ||
Line 10,063: | Line 10,411: | ||
} | } | ||
}, | }, | ||
" | "Epinephrine": { | ||
"id": " | "id": "Epinephrine", | ||
"name": " | "name": "epinephrine", | ||
"group": " | "group": "Medicine", | ||
"desc": " | "desc": "Effective at bringing people back from a critical state. Reduces some stun times. Easy to overdose on.", | ||
"physicalDesc": " | "physicalDesc": "odorless", | ||
"color": "# | "color": "#D2FFFAFF", | ||
"recipes": [ | "recipes": [ | ||
" | "Epinephrine" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Medicine": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
Line 10,080: | Line 10,428: | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
" | "Asphyxiation": -3, | ||
"Poison": -0.5 | |||
}, | }, | ||
"groups": | "groups": { | ||
"Brute": -0.5, | |||
"Burn": -0.5 | |||
} | |||
}, | }, | ||
"scaleByQuantity": false, | "scaleByQuantity": false, | ||
"ignoreResistances": true, | "ignoreResistances": true, | ||
"conditions": null, | "conditions": [ | ||
{ | |||
"mobstate": 2, | |||
"id": "MobStateCondition" | |||
}, | |||
{ | |||
"Min": 0, | |||
"Max": 20, | |||
"Reagent": null, | |||
"id": "ReagentThreshold" | |||
} | |||
], | |||
"probability": 1, | "probability": 1, | ||
"id": "HealthChange" | "id": "HealthChange" | ||
}, | }, | ||
{ | { | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
" | "Asphyxiation": 1, | ||
"Poison": 1 | |||
}, | }, | ||
"groups": null | "groups": null | ||
Line 10,127: | Line 10,463: | ||
"scaleByQuantity": false, | "scaleByQuantity": false, | ||
"ignoreResistances": true, | "ignoreResistances": true, | ||
"conditions": null, | "conditions": [ | ||
{ | |||
"Min": 20, | |||
"Max": 21474836, | |||
"Reagent": null, | |||
"id": "ReagentThreshold" | |||
} | |||
], | |||
"probability": 1, | "probability": 1, | ||
"id": "HealthChange" | "id": "HealthChange" | ||
}, | }, | ||
{ | { | ||
" | "Reagent": "Lexorin", | ||
" | "Group": null, | ||
"Amount": -2, | |||
"conditions": null, | |||
"probability": 1, | |||
"id": "AdjustReagent" | |||
}, | |||
{ | |||
"Reagent": "Epinephrine", | |||
"Group": null, | |||
"Amount": -1, | |||
"conditions": [ | |||
{ | |||
"Min": 1, | |||
"Max": 21474836, | |||
"Reagent": "Lexorin", | |||
"id": "ReagentThreshold" | |||
} | |||
], | |||
"probability": 1, | |||
"id": "AdjustReagent" | |||
}, | |||
{ | |||
"Reagent": "Histamine", | |||
"Group": null, | |||
"Amount": 4, | |||
"conditions": [ | |||
{ | |||
"Min": 1, | |||
"Max": 21474836, | |||
"Reagent": "Lexorin", | |||
"id": "ReagentThreshold" | |||
} | |||
], | ], | ||
"probability": 0.1, | |||
"id": "AdjustReagent" | |||
}, | |||
{ | |||
"Key": "Stun", | |||
"Component": "", | |||
"Time": 0.75, | |||
"Refresh": true, | |||
"Type": 1, | |||
"conditions": null, | |||
"probability": 1, | |||
"id": "GenericStatusEffect" | |||
}, | |||
{ | |||
"Key": "KnockedDown", | |||
"Component": "", | |||
"Time": 0.75, | |||
"Refresh": true, | |||
"Type": 1, | "Type": 1, | ||
"conditions": null, | "conditions": null, | ||
"probability": | "probability": 1, | ||
"id": " | "id": "GenericStatusEffect" | ||
} | } | ||
] | ] | ||
Line 10,145: | Line 10,536: | ||
} | } | ||
}, | }, | ||
" | "DemonsBlood": { | ||
"id": " | "id": "DemonsBlood", | ||
"name": " | "name": "demons blood", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "AHHHH!!!!", | ||
"physicalDesc": " | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#A70000FF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
Line 10,160: | Line 10,551: | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"HydrationFactor": | "HydrationFactor": 2, | ||
"id": "SatiateThirst" | "id": "SatiateThirst" | ||
}, | |||
{ | |||
"Reagent": "Ethanol", | |||
"Group": null, | |||
"Amount": 0.05, | |||
"conditions": null, | |||
"probability": 1, | |||
"id": "AdjustReagent" | |||
} | } | ||
] | ] | ||
Line 10,167: | Line 10,566: | ||
} | } | ||
}, | }, | ||
" | "CubaLibre": { | ||
"id": " | "id": "CubaLibre", | ||
"name": " | "name": "cuba libre", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "Rum, mixed with cola. Viva la revolucion.", | ||
"physicalDesc": " | "physicalDesc": "bubbly", | ||
"color": "# | "color": "#3E1B00FF", | ||
"recipes": [], | "recipes": [ | ||
"CubaLibre" | |||
], | |||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
Line 10,192: | Line 10,583: | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"HydrationFactor": | "HydrationFactor": 2, | ||
"id": "SatiateThirst" | "id": "SatiateThirst" | ||
}, | |||
{ | |||
"Reagent": "Ethanol", | |||
"Group": null, | |||
"Amount": 0.15, | |||
"conditions": null, | |||
"probability": 1, | |||
"id": "AdjustReagent" | |||
} | } | ||
] | ] | ||
Line 10,199: | Line 10,598: | ||
} | } | ||
}, | }, | ||
" | "Inaprovaline": { | ||
"id": " | "id": "Inaprovaline", | ||
"name": " | "name": "inaprovaline", | ||
"group": " | "group": "Medicine", | ||
"desc": " | "desc": "Inaprovaline is a synaptic stimulant and cardiostimulant. Commonly used to stabilize patients- it stops oxygen loss when the patient is in critical health. It'll also slow down bleeding by a good amount. Acts as a decent painkiller.", | ||
"physicalDesc": " | "physicalDesc": "opaque", | ||
"color": "# | "color": "#731024FF", | ||
"recipes": [ | "recipes": [ | ||
" | "Inaprovaline" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Medicine": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"damage": { | "damage": { | ||
"types | "types": { | ||
"Asphyxiation": -5 | |||
" | }, | ||
} | "groups": null | ||
}, | }, | ||
"scaleByQuantity": false, | "scaleByQuantity": false, | ||
"ignoreResistances": true, | "ignoreResistances": true, | ||
"conditions": [ | |||
{ | |||
"mobstate": 2, | |||
"id": "MobStateCondition" | |||
} | |||
], | |||
"probability": 1, | |||
"id": "HealthChange" | |||
}, | |||
{ | |||
"Scaled": false, | |||
"Amount": -0.25, | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": " | "id": "ModifyBleedAmount" | ||
} | } | ||
] | ] | ||
Line 10,230: | Line 10,641: | ||
} | } | ||
}, | }, | ||
" | "DevilsKiss": { | ||
"id": " | "id": "DevilsKiss", | ||
"name": " | "name": "devils kiss", | ||
"group": " | "group": "Drinks", | ||
"desc": " | "desc": "Creepy time!", | ||
"physicalDesc": " | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#A68310FF", | ||
"recipes": [ | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
" | "HydrationFactor": 2, | ||
"id": "SatiateThirst" | |||
}, | |||
{ | { | ||
" | "Reagent": "Ethanol", | ||
"Group": null, | |||
"Amount": 0.05, | |||
" | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": " | "id": "AdjustReagent" | ||
} | } | ||
] | ] | ||
Line 10,293: | Line 10,671: | ||
} | } | ||
}, | }, | ||
" | "DoctorsDelight": { | ||
"id": " | "id": "DoctorsDelight", | ||
"name": " | "name": "the doctor's delight", | ||
"group": " | "group": "Drinks", | ||
"desc": "A | "desc": "A gulp a day keeps the MediBot away. That's probably for the best.", | ||
"physicalDesc": " | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#FF8CFFFF", | ||
"recipes": [ | "recipes": [ | ||
" | "DoctorsDelight" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": " | "HydrationFactor": 2, | ||
} | "id": "SatiateThirst" | ||
}, | |||
{ | |||
"conditions": [ | |||
{ | |||
"Type": "Vampiric", | |||
"ShouldHave": false, | |||
"id": "OrganType" | |||
} | |||
], | |||
"probability": 1, | |||
"NutritionFactor": -2, | |||
"id": "SatiateHunger" | |||
}, | |||
{ | |||
"Reagent": "Ethanol", | |||
" | "Group": null, | ||
"Amount": 0.05, | |||
"conditions": null, | |||
"probability": 1, | |||
"id": "AdjustReagent" | |||
} | |||
] | |||
}, | |||
"Medicine": { | |||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
Line 10,342: | Line 10,720: | ||
"types": null, | "types": null, | ||
"groups": { | "groups": { | ||
"Toxin": | "Burn": -1, | ||
"Brute": -1, | |||
"Airloss": -1, | |||
"Toxin": -1 | |||
} | } | ||
}, | }, | ||
Line 10,348: | Line 10,729: | ||
"ignoreResistances": true, | "ignoreResistances": true, | ||
"conditions": null, | "conditions": null, | ||
"probability": | "probability": 1, | ||
"id": "HealthChange" | "id": "HealthChange" | ||
} | } | ||
] | ] | ||
Line 10,367: | Line 10,736: | ||
} | } | ||
}, | }, | ||
" | "Phalanximine": { | ||
"id": " | "id": "Phalanximine", | ||
"name": " | "name": "phalanximine", | ||
"group": " | "group": "Medicine", | ||
"desc": " | "desc": "Used in the treatment of cancer. Causes moderate radiation poisoning.", | ||
"physicalDesc": " | "physicalDesc": "acrid", | ||
"color": "# | "color": "#C8FF75FF", | ||
"recipes": [ | "recipes": [ | ||
" | "Phalanximine" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Medicine": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"damage": { | |||
"types": { | |||
"Cellular": -1, | |||
"Radiation": 1 | |||
}, | |||
"groups": null | |||
}, | |||
"scaleByQuantity": false, | |||
"ignoreResistances": true, | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": "HealthChange" | |||
"id": " | |||
}, | }, | ||
{ | { | ||
" | "ThirstAmount": -40, | ||
"HungerAmount": -40, | |||
" | |||
"conditions": null, | "conditions": null, | ||
"probability": | "probability": 0.05, | ||
"id": " | "id": "ChemVomit" | ||
} | } | ||
] | ] | ||
Line 10,399: | Line 10,775: | ||
} | } | ||
}, | }, | ||
" | "PinkDrink": { | ||
"id": " | "id": "PinkDrink", | ||
"name": " | "name": "pink drink", | ||
"group": " | "group": "Drinks", | ||
"desc": " | "desc": "Entire civilizations have crumbled trying to decide if this drink really tastes like pink...", | ||
"physicalDesc": "glowing", | |||
"color": "#D04949FF", | |||
"recipes": [ | |||
"PinkDrink" | |||
], | |||
"physicalDesc": " | |||
"color": "# | |||
"recipes": [ | |||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"conditions": null, | |||
"conditions": null, | |||
"probability": 1, | "probability": 1, | ||
"id": " | "HydrationFactor": 3, | ||
}, | "id": "SatiateThirst" | ||
} | |||
] | |||
} | |||
} | |||
}, | |||
"BahamaMama": { | |||
"id": "BahamaMama", | |||
"name": "bahama mama", | |||
"group": "Drinks", | |||
"desc": "Tropical cocktail.", | |||
"physicalDesc": "strong-smelling", | |||
"color": "#FF7F3BFF", | |||
"recipes": [ | |||
"BahamaMama" | |||
], | |||
"metabolisms": { | |||
"Drink": { | |||
"rate": 0.5, | |||
"effects": [ | |||
{ | { | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": " | "HydrationFactor": 2, | ||
"id": "SatiateThirst" | |||
}, | }, | ||
{ | { | ||
"Reagent": " | "Reagent": "Ethanol", | ||
"Group": null, | "Group": null, | ||
"Amount": 0. | "Amount": 0.06, | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
Line 10,459: | Line 10,831: | ||
} | } | ||
}, | }, | ||
" | "Soju": { | ||
"id": " | "id": "Soju", | ||
"name": " | "name": "soju", | ||
"group": " | "group": "Drinks", | ||
"desc": " | "desc": "Alcoholic beverage made by distilling rice that has been polished.", | ||
"physicalDesc": " | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#DDDDDDFF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": " | "HydrationFactor": 2, | ||
}, | "id": "SatiateThirst" | ||
}, | |||
{ | |||
"Reagent": "Ethanol", | |||
"Group": null, | |||
"Amount": 0.15, | |||
"conditions": null, | |||
"probability": 1, | |||
"id": "AdjustReagent" | |||
} | |||
] | |||
} | |||
} | |||
}, | |||
"Corpium": { | |||
"id": "Corpium", | |||
"name": "corpium", | |||
"group": "Toxins", | |||
"desc": "A Syndicate cocktail, carefully harvested from various sources. You wouldn't want this inside of you.", | |||
"physicalDesc": "necrotic", | |||
"color": "#7668A1FF", | |||
"recipes": [], | |||
"metabolisms": { | |||
"Poison": { | |||
"rate": 0.5, | |||
"effects": [ | |||
{ | { | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
" | "Cellular": 1 | ||
}, | }, | ||
"groups": null | "groups": null | ||
Line 10,499: | Line 10,882: | ||
"scaleByQuantity": false, | "scaleByQuantity": false, | ||
"ignoreResistances": true, | "ignoreResistances": true, | ||
"conditions | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": "HealthChange" | "id": "HealthChange" | ||
}, | |||
{ | |||
"CauseChance": 1, | |||
"Disease": "ActiveZombieVirus", | |||
"conditions": null, | |||
"probability": 1, | |||
"id": "ChemCauseDisease" | |||
} | } | ||
] | ] | ||
Line 10,514: | Line 10,897: | ||
} | } | ||
}, | }, | ||
" | "Mercury": { | ||
"id": " | "id": "Mercury", | ||
"name": " | "name": "mercury", | ||
"group": " | "group": "Elements", | ||
"desc": "A | "desc": "A silver metal which is liquid at room temperature. It's highly toxic to humans.", | ||
"physicalDesc": " | "physicalDesc": "shiny", | ||
"color": "# | "color": "#929296FF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Poison": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
" | "damage": { | ||
" | "types": { | ||
" | "Poison": 2 | ||
}, | |||
"groups": null | |||
}, | |||
"scaleByQuantity": false, | |||
"ignoreResistances": true, | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": " | "id": "HealthChange" | ||
}, | } | ||
] | |||
} | |||
} | |||
}, | |||
"Tea": { | |||
"id": "Tea", | |||
"name": "tea", | |||
"group": "Drinks", | |||
"desc": "A drink made by boiling leaves of the tea tree, Camellia sinensis.", | |||
"physicalDesc": "aromatic", | |||
"color": "#8A5A3AFF", | |||
"recipes": [], | |||
"metabolisms": { | |||
"Drink": { | |||
"rate": 0.5, | |||
"effects": [ | |||
{ | { | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": " | "HydrationFactor": 2, | ||
"id": "SatiateThirst" | |||
}, | }, | ||
{ | { | ||
"Reagent": " | "Reagent": "Theobromine", | ||
"Group": null, | "Group": null, | ||
"Amount": 0. | "Amount": 0.05, | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
Line 10,554: | Line 10,956: | ||
} | } | ||
}, | }, | ||
" | "SyntheticBlood": { | ||
"id": " | "id": "SyntheticBlood", | ||
"name": " | "name": "synthetic blood", | ||
"group": " | "group": "Biological", | ||
"desc": " | "desc": "Synthetic blood, a cruelty free alternative for Arachne. Originally Developed by Lia Rogers.", | ||
"physicalDesc": " | "physicalDesc": "ferrous", | ||
"color": "# | "color": "#800000FF", | ||
"recipes": [ | "recipes": [ | ||
" | "SyntheticBlood" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": " | "HydrationFactor": 1.5, | ||
} | "id": "SatiateThirst" | ||
}, | |||
{ | |||
"conditions": [ | |||
{ | |||
"Type": "Vampiric", | |||
"ShouldHave": true, | |||
"id": "OrganType" | |||
} | |||
], | |||
"probability": 1, | |||
"NutritionFactor": 0.5, | |||
"id": "SatiateHunger" | |||
}, | |||
{ | |||
"Reagent": "Water", | |||
"Group": null, | |||
"Amount": 0.15, | |||
"conditions": [ | |||
{ | |||
"Type": "Vampiric", | |||
"ShouldHave": true, | |||
"id": "OrganType" | |||
} | |||
], | |||
"probability": 1, | |||
"id": "AdjustReagent" | |||
}, | |||
{ | |||
"Reagent": "Protein", | |||
"Group": null, | |||
"Amount": 0.15, | |||
"conditions": [ | |||
{ | |||
"Type": "Vampiric", | |||
"ShouldHave": true, | |||
"id": "OrganType" | |||
} | |||
], | |||
"probability": 1, | |||
"id": "AdjustReagent" | |||
}, | |||
{ | |||
"Reagent": "Omnizine", | |||
"Group": null, | |||
"Amount": 0.1, | |||
"conditions": [ | |||
{ | |||
"Type": "Vampiric", | |||
"ShouldHave": true, | |||
"id": "OrganType" | |||
} | |||
], | |||
"probability": 1, | |||
"id": "AdjustReagent" | |||
} | |||
] | ] | ||
} | } | ||
} | } | ||
}, | }, | ||
" | "PwrGame": { | ||
"id": " | "id": "PwrGame", | ||
"name": " | "name": "Pwr Game", | ||
"group": " | "group": "Drinks", | ||
"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", | ||
"color": "# | "color": "#9385BFFF", | ||
"recipes": [ | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": " | "HydrationFactor": 2, | ||
"id": "SatiateThirst" | |||
} | } | ||
] | ] | ||
Line 10,618: | Line 11,056: | ||
} | } | ||
}, | }, | ||
" | "VodkaTonic": { | ||
"id": " | "id": "VodkaTonic", | ||
"name": " | "name": "vodka tonic", | ||
"group": " | "group": "Drinks", | ||
"desc": " | "desc": "For when a gin and tonic isn't russian enough.", | ||
"physicalDesc": " | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#0064C8FF", | ||
"recipes": [], | "recipes": [ | ||
"VodkaTonic" | |||
], | |||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": " | "HydrationFactor": 2, | ||
"id": "SatiateThirst" | |||
}, | |||
{ | |||
"Reagent": "Ethanol", | |||
"Group": null, | |||
"Amount": 0.2, | |||
"conditions": null, | |||
"probability": 1, | |||
"id": "AdjustReagent" | |||
} | } | ||
] | ] | ||
Line 10,647: | Line 11,088: | ||
} | } | ||
}, | }, | ||
" | "PsionicRegenerationEssence": { | ||
"id": " | "id": "PsionicRegenerationEssence", | ||
"name": " | "name": "prometheum", | ||
"group": " | "group": "Biological", | ||
"desc": " | "desc": "A complex superdrug our bodies could produce if we could only unlock our potential.", | ||
"physicalDesc": " | "physicalDesc": "viscous", | ||
"color": "# | "color": "#700055FF", | ||
"recipes": [ | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Medicine": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": " | "HydrationFactor": -3, | ||
"id": "SatiateThirst" | |||
}, | |||
{ | |||
"conditions": null, | |||
"probability": 1, | |||
"NutritionFactor": -3, | |||
"id": "SatiateHunger" | |||
}, | |||
{ | |||
"Scaled": false, | |||
"Amount": -1, | |||
"conditions": null, | |||
"probability": 1, | |||
"id": "ModifyBleedAmount" | |||
}, | |||
{ | |||
"Scaled": false, | |||
"Amount": 2, | |||
"conditions": null, | |||
"probability": 1, | |||
"id": "ModifyBloodLevel" | |||
}, | }, | ||
{ | { | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
"Poison": | "Caustic": -3, | ||
" | "Poison": -3, | ||
"Bloodloss": -3 | |||
}, | }, | ||
"groups": | "groups": { | ||
"Burn": -5, | |||
"Brute": -4 | |||
} | |||
}, | }, | ||
"scaleByQuantity": false, | "scaleByQuantity": false, | ||
"ignoreResistances": true, | "ignoreResistances": true, | ||
"conditions | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": "HealthChange" | "id": "HealthChange" | ||
} | } | ||
] | ] | ||
} | |||
} | |||
} | |||
} | |||
}, | }, | ||
" | "IcedTea": { | ||
"id": " | "id": "IcedTea", | ||
"name": " | "name": "iced tea", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "No relation to a certain rap artist/actor.", | ||
"physicalDesc": " | "physicalDesc": "aromatic", | ||
"color": "# | "color": "#104038FF", | ||
"recipes": [ | "recipes": [ | ||
" | "IcedTea" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
Line 10,878: | Line 11,175: | ||
"probability": 1, | "probability": 1, | ||
"id": "AdjustReagent" | "id": "AdjustReagent" | ||
} | } | ||
] | ] |
Latest revision as of 14:00, 24 September 2023
Nicotine |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Phlogiston |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Fluorosurfactant |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Vinegar |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Tequila |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ChangelingSting |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Dermaline |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Charcoal |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Silencer |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Thermite |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
SodaWater |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Ethanol |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Toxin |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Flour |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Protein |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
MilkSpoiled |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
LongIslandIcedTea |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Martini |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Hooch |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
BraveBull |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Ash |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Iron |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
WeldingFuel |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bechamel |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Starkist |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Sugar |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
IcedCoffee |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Stimulants |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
CafeLatte |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
EZNutrient |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Cola |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Phenol |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Blood |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Kvass |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Lean |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Mayo |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Rewriter |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Egg |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Lexorin |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Cryptobiolin |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ShamblersJuice |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Rum |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Codeine |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Ketchup |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Spaceacillin |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
UncookedAnimalProteins |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
RootBeer |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Pax |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Frostoil |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
BeepskySmash |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
AcidSpit |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
IrishCarBomb |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
GrapeSoda |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
LotophagoiOil |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
HorseradishSauce |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ManhattanProject |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
VodkaMartini |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Ale |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Oculine |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
AtomicPunch |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Antifreeze |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Gold |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Water |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Aluminium |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Grenadine |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
HolyWater |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
SpaceUp |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Pesto |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Radium |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
SyndicateBomb |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Sake |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
JuiceApple |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Theobromine |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
BlueCuracao |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Acetone |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Diethylamine |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
MilkOat |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
FoamingAgent |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
MelonLiquor |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ErikaSurprise |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
TomatoSauce |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
GinFizz |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ScrewdriverCocktail |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Cognizine |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Copper |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
NorepinephricAcid |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Sigynate |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
OrangeCreamice |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
JuiceGrape |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Cream |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Margarita |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
DriestMartini |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
JuiceBerry |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Cryoxadone |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
TequilaSunrise |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Fluorine |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Plasma |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
IcedBeer |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Booger |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Phosphorus |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Tritium |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
GreenTea |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
RootBeerFloat |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ClownBlood |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Dulleavene |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
IrishCoffee |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
TheMartinez |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Nutriment |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PoisonWine |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
SpaceLube |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
BlackRussian |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
SpaceDrugs |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
IrishCream |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Saxoite |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
BananaHonk |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Ectoplasm |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PlantBGone |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
InactiveBlood |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Nitrogen |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bleach |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
CoffeeLiqueur |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
THC |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PolytrinicAcid |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
UnstableMutagen |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ChlorineTrifluoride |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Omnizine |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
SuiDream |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
MilkSoy |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Chlorine |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
JuiceCarrot |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Dexalin |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Whiskey |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Barozine |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Silverjack |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
DryRamen |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
BuzzochloricBees |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
RobustHarvest |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
B52 |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Singulo |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Brainbomb |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
NuclearCola |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Amasec |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
CircusJuice |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Carpetium |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ArsonistsBrew |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
HeartbreakerToxin |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
WhiskeyCola |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
IceCream |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
DeadRum |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
BbqSauce |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Diphenhydramine |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Carbon |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Ammonia |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Ethylredoxrazine |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Hydrogen |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PestKiller |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
JuiceOrange |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Uranium |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Hotsauce |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
SnowWhite |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Impedrezene |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
FluorosulfuricAcid |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Left4Zed |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PulpedBananaPeel |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Andalusia |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Sulfur |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
GinTonic |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
GroundBee |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
SapoPicante |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Arithrazine |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Aloe |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
SpaceCleaner |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
TonicWater |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Kelotane |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Diphenylmethylamine |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Neurotoxin |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
SoulbreakerToxin |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
IcedGreenTea |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Graveyard |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
JuiceLime |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Frezon |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
JuiceTomato |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Manhattan |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
JuiceLemon |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Astrotame |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Mead |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Ice |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
RedMead |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
MotorOil |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Desoxyephedrine |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Stellibinin |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Leporazine |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Ephedrine |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Romerol |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
SodiumCarbonate |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Vermouth |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Coffee |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
SpaceMountainWind |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Histamine |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Slime |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Silicon |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
MindbreakerToxin |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
NTCahors |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
WhiteRussian |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Nothing |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Grog |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
LemonDrop |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
DrGibb |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
GreenGrass |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Hyronalin |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
DexalinPlus |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Dylovene |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
MuteToxin |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Gin |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Ethyloxyephedrine |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Mojito |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Tricordrazine |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Lemonade |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Silver |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Nausium |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Vodka |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ManlyDorf |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Fiber |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
AtomicBomb |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Wine |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Sodium |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Fat |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
OilGhee |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
NitrousOxide |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
OilOlive |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
LemonLime |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Iodine |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
AlliesCocktail |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Barefoot |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Ichor |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
JuicePineapple |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Miasma |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
GargleBlaster |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
BloodyMary |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
WeedKiller |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Blackpepper |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Oxygen |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Amatoxin |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Lipozine |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
TranexamicAcid |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Lithium |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Allicin |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Cognac |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
JuiceWatermelon |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
CarpoToxin |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Enzyme |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
FourteenLoko |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
JuiceBerryPoison |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
SulfuricAcid |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Sbiten |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Absinthe |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Gunmetal |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Napalm |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Pilk |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
VentCrud |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
KiraSpecial |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
JuicePotato |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
HippiesDelight |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Goldschlager |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Oats |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bicaridine |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
MilkGoat |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Vitamin |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Beer |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Mold |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Vinaigrette |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ToxinsSpecial |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Patron |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Artifexium |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
CapsaicinOil |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
BubbleTea |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
TableSalt |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ChloralHydrate |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Siderlac |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Butter |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Rice |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
EnergyDrink |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Ipecac |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Licoxide |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Soysauce |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
WhiskeySoda |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Ketchunaise |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
CarbonDioxide |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Posca |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Daiquiri |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
SpaceGlue |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ThreeMileIsland |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
OilCorn |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
SoyLatte |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bilk |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Moonshine |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Potassium |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Milk |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
HotRamen |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Nocturine |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Ultravasculine |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Synaptizine |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
JuiceBanana |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Epinephrine |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
DemonsBlood |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
CubaLibre |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Inaprovaline |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
DevilsKiss |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
DoctorsDelight |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Phalanximine |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PinkDrink |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
BahamaMama |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Soju |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Corpium |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Mercury |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Tea |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
SyntheticBlood |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PwrGame |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
VodkaTonic |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PsionicRegenerationEssence |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
IcedTea |
|