Участник:MoMMI/chem prototypes.json: различия между версиями
Материал из Space Station 14 Вики
Morty (обсуждение | вклад) м 1 версия импортирована |
Morty (обсуждение | вклад) Обновление до офф |
||
| Строка 1: | Строка 1: | ||
{ | { | ||
" | "Alkycosine": { | ||
"id": " | "id": "Alkycosine", | ||
"name": " | "name": "alkycosine", | ||
"group": " | "group": "Medicine", | ||
"desc": "A | "desc": "Lessens the damage to neurological tissue. More effective at treating brain damage than alkysine and also a fairly effective painkiller as well. Caution is needed in its creation to avoid mixing bleach and the chlorine needed to make alkysine.", | ||
"physicalDesc": " | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#9E232BFF", | ||
"recipes": [], | "recipes": [ | ||
"Alkycosine" | |||
], | |||
"metabolisms": null | |||
}, | |||
"Alkysine": { | |||
"id": "Alkysine", | |||
"name": "alkysine", | |||
"group": "Medicine", | |||
"desc": "Lessens the damage to neurological tissue, effective even after catastrophic injury. Used for treating brain damage and also a fairly effective painkiller.", | |||
"physicalDesc": "oily", | |||
"color": "#FF8C00FF", | |||
"recipes": [ | |||
"Alkysine" | |||
], | |||
"metabolisms": null | |||
}, | |||
"Dylovene": { | |||
"id": "Dylovene", | |||
"name": "dylovene", | |||
"group": "Medicine", | |||
"desc": "A broad-spectrum anti-toxin, which treats toxin damage in the blood stream. Overdosing will cause vomiting, dizzyness and pain.", | |||
"physicalDesc": "translucent", | |||
"color": "#3A1D8AFF", | |||
"recipes": [ | |||
"Dylovene" | |||
], | |||
"metabolisms": { | "metabolisms": { | ||
" | "Medicine": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"conditions": null, | "damage": { | ||
"types": { | |||
"Poison": -1 | |||
}, | |||
"groups": null | |||
}, | |||
"scaleByQuantity": false, | |||
"ignoreResistances": true, | |||
"conditions": null, | |||
"probability": 1, | "probability": 1, | ||
"id": "HealthChange" | |||
"id": " | |||
} | } | ||
] | ] | ||
| Строка 22: | Строка 55: | ||
} | } | ||
}, | }, | ||
" | "Diphenhydramine": { | ||
"id": " | "id": "Diphenhydramine", | ||
"name": " | "name": "diphenhydramine", | ||
"group": " | "group": "Medicine", | ||
"desc": " | "desc": "Rapidly purges the body of histamine and reduces jitteriness.", | ||
"physicalDesc": " | "physicalDesc": "chalky", | ||
"color": "# | "color": "#64FFE6FF", | ||
"recipes": [], | "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": 1, | |||
"Refresh": true, | |||
"Type": 1, | |||
"conditions": null, | |||
"probability": 1, | |||
"id": "GenericStatusEffect" | |||
} | } | ||
] | ] | ||
| Строка 44: | Строка 89: | ||
} | } | ||
}, | }, | ||
" | "Arithrazine": { | ||
"id": " | "id": "Arithrazine", | ||
"name": " | "name": "arithrazine", | ||
"group": " | "group": "Medicine", | ||
"desc": "A | "desc": "A slightly unstable medication used for the most extreme any serious case of radiation poisoning. Lowers radiation level at over twice the rate Hyronalin does and will heal toxin damage at the same time. Deals very minor brute damage to the patient over time, but the patient's body will typically out-regenerate it easily.", | ||
"physicalDesc": " | "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": "HealthChange" | |||
"id": " | |||
} | } | ||
] | ] | ||
| Строка 68: | Строка 122: | ||
} | } | ||
}, | }, | ||
" | "Bicaridine": { | ||
"id": " | "id": "Bicaridine", | ||
"name": " | "name": "bicaridine", | ||
"group": " | "group": "Medicine", | ||
"desc": " | "desc": "An analgesic which is highly effective at treating brute damage. It is useful for stabilizing people who have been severely beaten, as well as treating less life-threatening injuries. In the case of bleeding (internal or external), bicaridine will slow down the bleeding heavily. If the dosage exceeds the overdose limit, it'll stop it outright.", | ||
"physicalDesc": " | "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": "HealthChange" | |||
"id": " | |||
} | } | ||
] | ] | ||
| Строка 90: | Строка 153: | ||
} | } | ||
}, | }, | ||
" | "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": " | "physicalDesc": "fizzy", | ||
"color": "# | "color": "#0091FFFF", | ||
"recipes": [], | "recipes": [ | ||
"Cryoxadone" | |||
], | |||
"metabolisms": { | "metabolisms": { | ||
" | "Medicine": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
" | "damage": { | ||
" | "types": null, | ||
" | "groups": { | ||
"id": " | "Airloss": -6, | ||
} | "Brute": -4, | ||
] | "Burn": -4, | ||
"Toxin": -4 | |||
} | |||
}, | |||
"scaleByQuantity": false, | |||
"ignoreResistances": true, | |||
"conditions": [ | |||
{ | |||
"Min": 0, | |||
"Max": 150, | |||
"id": "Temperature" | |||
} | |||
], | |||
"probability": 1, | |||
"id": "HealthChange" | |||
} | |||
] | |||
} | } | ||
} | } | ||
}, | }, | ||
" | "Clonexadone": { | ||
"id": " | "id": "Clonexadone", | ||
"name": " | "name": "clonexadone", | ||
"group": " | "group": "Medicine", | ||
"desc": " | "desc": "Heals standard damage in the same as Cryoxadone, with the same temperature requirement. Significantly more effective than the former at treating cellular damage, although both can be used simultaneously. Best used in cryo cells.", | ||
"physicalDesc": " | "physicalDesc": "bubbly", | ||
"color": "# | "color": "#0666FFFF", | ||
"recipes": [ | "recipes": [ | ||
" | "Clonexadone" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Medicine": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
" | "damage": { | ||
" | "types": null, | ||
" | "groups": { | ||
"id": " | "Airloss": -6, | ||
} | "Brute": -4, | ||
] | "Burn": -4, | ||
"Toxin": -4 | |||
} | |||
}, | |||
"scaleByQuantity": false, | |||
"ignoreResistances": true, | |||
"conditions": [ | |||
{ | |||
"Min": 0, | |||
"Max": 150, | |||
"id": "Temperature" | |||
} | |||
], | |||
"probability": 1, | |||
"id": "HealthChange" | |||
} | |||
] | |||
} | } | ||
} | } | ||
}, | }, | ||
" | "Citalopram": { | ||
"id": " | "id": "Citalopram", | ||
"name": " | "name": "citalopram", | ||
"group": " | "group": "Medicine", | ||
"desc": " | "desc": "Prevents hallucination slightly.", | ||
"physicalDesc": " | "physicalDesc": "cloudy", | ||
"color": "# | "color": "#21693CFF", | ||
"recipes": [ | |||
"Citalopram" | |||
], | |||
"metabolisms": null | |||
}, | |||
"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": { | ||
" | "Medicine": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"damage": { | |||
"types": null, | |||
"groups": { | |||
"Burn": -3 | |||
} | |||
}, | |||
"scaleByQuantity": false, | |||
"ignoreResistances": true, | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": "HealthChange" | |||
"id": " | |||
} | } | ||
] | ] | ||
| Строка 160: | Строка 276: | ||
} | } | ||
}, | }, | ||
" | "Dexalin": { | ||
"id": " | "id": "Dexalin", | ||
"name": " | "name": "dexalin", | ||
"group": " | "group": "Medicine", | ||
"desc": " | "desc": "Used for treating oxygen deprivation. In most cases where it is likely to be needed, the strength of Dexalin Plus will probably be more useful (Results in 1 unit instead of 2).", | ||
"physicalDesc": " | "physicalDesc": "opaque", | ||
"color": "# | "color": "#0041A8FF", | ||
"recipes": [ | "recipes": [ | ||
" | "Dexalin" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Medicine": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"damage": { | |||
"types": { | |||
"Asphyxiation": -1 | |||
}, | |||
"groups": null | |||
}, | |||
"scaleByQuantity": false, | |||
"ignoreResistances": true, | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": "HealthChange" | |||
"id": " | |||
} | } | ||
] | ] | ||
| Строка 184: | Строка 307: | ||
} | } | ||
}, | }, | ||
" | "DexalinPlus": { | ||
"id": " | "id": "DexalinPlus", | ||
"name": " | "name": "dexalin plus", | ||
"group": " | "group": "Medicine", | ||
"desc": " | "desc": "Used in treatment of extreme cases of oxygen deprivation. Even a single unit immediately counters all oxygen loss, which is hugely useful in many circumstances. Any dose beyond this will continue to counter oxygen loss until it is metabolized, essentially removing the need to breathe.", | ||
"physicalDesc": " | "physicalDesc": "cloudy", | ||
"color": "# | "color": "#4DA0BDFF", | ||
"recipes": [ | "recipes": [ | ||
" | "DexalinPlus" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Medicine": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"damage": { | |||
"types": { | |||
"Asphyxiation": -3 | |||
}, | |||
"groups": null | |||
}, | |||
"scaleByQuantity": false, | |||
"ignoreResistances": true, | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": "HealthChange" | |||
"id": " | |||
} | } | ||
] | ] | ||
| Строка 208: | Строка 338: | ||
} | } | ||
}, | }, | ||
" | "Ethylredoxrazine": { | ||
"id": " | "id": "Ethylredoxrazine", | ||
"name": " | "name": "ethylredoxrazine", | ||
"group": " | "group": "Medicine", | ||
"desc": " | "desc": "Neutralises the effects of alcohol in the blood stream. Though it is commonly needed, it is rarely requested.", | ||
"physicalDesc": "opaque", | "physicalDesc": "opaque", | ||
"color": "# | "color": "#2D5708FF", | ||
"recipes": [ | "recipes": [ | ||
"Ethylredoxrazine" | |||
" | ], | ||
"metabolisms": null | |||
}, | |||
"Epinephrine": { | |||
"id": "Epinephrine", | |||
"name": "epinephrine", | |||
"group": "Medicine", | |||
"desc": "Effective at bringing people back from a critical state. Reduces some stun times. Easy to overdose on.", | |||
"physicalDesc": "odorless", | |||
"color": "#D2FFFAFF", | |||
"recipes": [ | |||
"Epinephrine" | |||
}, | ], | ||
" | |||
"id": " | |||
"name": " | |||
"group": " | |||
"desc": " | |||
"physicalDesc": " | |||
"color": "# | |||
"recipes": [], | |||
"metabolisms": { | "metabolisms": { | ||
" | "Medicine": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
" | "damage": { | ||
"types": { | |||
"Asphyxiation": -3, | |||
"Poison": -0.5 | |||
}, | |||
"groups": { | |||
"Brute": -0.5, | |||
"Burn": -0.5 | |||
} | |||
}, | |||
"scaleByQuantity": false, | |||
"ignoreResistances": true, | |||
"conditions": [ | |||
{ | |||
"Max": 21474836, | |||
"Min": 100, | |||
"id": "TotalDamage" | |||
}, | |||
{ | |||
"Min": 0, | |||
"Max": 20, | |||
"Reagent": null, | |||
"id": "ReagentThreshold" | |||
} | |||
], | |||
"probability": 1, | |||
"id": "HealthChange" | |||
}, | |||
{ | { | ||
" | "damage": { | ||
"types": { | |||
"Asphyxiation": 1, | |||
"Poison": 1 | |||
}, | |||
"groups": null | |||
}, | |||
"scaleByQuantity": false, | |||
"ignoreResistances": true, | |||
"conditions": [ | |||
{ | |||
"Min": 20, | |||
"Max": 21474836, | |||
"Reagent": null, | |||
"id": "ReagentThreshold" | |||
} | |||
], | |||
"probability": 1, | |||
"id": "HealthChange" | |||
}, | |||
{ | { | ||
"Reagent": "Lexorin", | |||
"Group": null, | |||
"Amount": -2, | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "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.25, | |||
"Refresh": true, | |||
"Type": 1, | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
" | "id": "GenericStatusEffect" | ||
"id": " | }, | ||
} | { | ||
"Key": "KnockedDown", | |||
"Component": "", | |||
"Time": 0.25, | |||
"Refresh": true, | |||
"Type": 1, | |||
"conditions": null, | |||
"probability": 1, | |||
"id": "GenericStatusEffect" | |||
} | |||
] | ] | ||
} | } | ||
} | } | ||
}, | }, | ||
" | "Hyperzine": { | ||
"id": " | "id": "Hyperzine", | ||
"name": " | "name": "hyperzine", | ||
"group": " | "group": "Medicine", | ||
"desc": " | "desc": "A highly effective, long lasting muscle stimulant. It allows greater freedom of movement in bulky clothing although it has the side effect of causing some twitching. Dangerous in higher doses.", | ||
"physicalDesc": " | "physicalDesc": "translucent", | ||
"color": "# | "color": "#17BD61FF", | ||
"recipes": [ | |||
"Hyperzine" | |||
], | |||
"metabolisms": null | |||
}, | |||
"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": [ | "recipes": [ | ||
" | "Hyronalin" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Medicine": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"damage": { | |||
"types": { | |||
"Radiation": -1 | |||
}, | |||
"groups": null | |||
}, | |||
"scaleByQuantity": false, | |||
"ignoreResistances": true, | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": "HealthChange" | |||
"id": " | |||
} | } | ||
] | ] | ||
}, | } | ||
" | } | ||
}, | |||
"Imidazoline": { | |||
"id": "Imidazoline", | |||
"name": "imidazoline", | |||
"group": "Medicine", | |||
"desc": "Effective in treating eye trauma. It heals damage caused by physical or chemical trauma, though it is ineffective in treating genetic defects in the eyes.", | |||
"physicalDesc": "pungent", | |||
"color": "#F7EF00FF", | |||
"recipes": [ | |||
"Imidazoline" | |||
], | |||
"metabolisms": null | |||
}, | |||
"Inacusiate": { | |||
"id": "Inacusiate", | |||
"name": "inacusiate", | |||
"group": "Medicine", | |||
"desc": "You only need 1u for Inacusiate to be effective. Cures deafness instantly. Useful after an explosion.", | |||
"physicalDesc": "pungent", | |||
"color": "#C4C04BFF", | |||
"recipes": [ | |||
"Inacusiate" | |||
], | |||
"metabolisms": null | |||
}, | |||
"Inaprovaline": { | |||
"id": "Inaprovaline", | |||
"name": "inaprovaline", | |||
"group": "Medicine", | |||
"desc": "Inaprovaline is a synaptic stimulant and cardiostimulant. Commonly used to stabilize patients- it stops oxygen loss when the patient is in critical health. It'll also slow down bleeding (internal or external) by half while in the body. Acts as a decent painkiller.", | |||
"physicalDesc": "opaque", | |||
"color": "#731024FF", | |||
"recipes": [ | |||
"Inaprovaline" | |||
], | |||
"metabolisms": { | |||
"Medicine": { | |||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
| Строка 346: | Строка 560: | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
" | "Asphyxiation": -5 | ||
}, | }, | ||
"groups": null | "groups": null | ||
| Строка 352: | Строка 566: | ||
"scaleByQuantity": false, | "scaleByQuantity": false, | ||
"ignoreResistances": true, | "ignoreResistances": true, | ||
"conditions": | "conditions": [ | ||
{ | |||
"Max": 21474836, | |||
"Min": 100, | |||
"id": "TotalDamage" | |||
} | |||
], | |||
"probability": 1, | "probability": 1, | ||
"id": "HealthChange" | "id": "HealthChange" | ||
| Строка 360: | Строка 580: | ||
} | } | ||
}, | }, | ||
" | "Kelotane": { | ||
"id": " | "id": "Kelotane", | ||
"name": " | "name": "kelotane", | ||
"group": " | "group": "Medicine", | ||
"desc": " | "desc": "Treats burn damage and prevents infection.", | ||
"physicalDesc": " | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#BF3D19FF", | ||
"recipes": [], | "recipes": [ | ||
"Kelotane" | |||
], | |||
"metabolisms": { | "metabolisms": { | ||
" | "Medicine": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"damage": { | |||
"types": null, | |||
"groups": { | |||
"Burn": -1 | |||
} | |||
}, | |||
"scaleByQuantity": false, | |||
"ignoreResistances": true, | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": "HealthChange" | |||
"id": " | |||
} | } | ||
] | ] | ||
| Строка 382: | Строка 611: | ||
} | } | ||
}, | }, | ||
" | "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": [ | ||
{ | { | ||
"Amount": 1000, | |||
"conditions": [ | |||
{ | |||
"Min": 0, | |||
"Max": 293.15, | |||
"id": "Temperature" | |||
} | |||
], | |||
"probability": 1, | |||
"id": "AdjustTemperature" | |||
}, | |||
{ | |||
"Amount": -1000, | |||
"conditions": [ | |||
{ | |||
"Min": 293.15, | |||
"Max": 3.4028235e+38, | |||
"id": "Temperature" | |||
} | |||
], | |||
"probability": 1, | |||
"id": "AdjustTemperature" | |||
}, | |||
{ | |||
"Messages": [ | |||
"leporazine-effect-temperature-adjusting" | |||
], | |||
"Type": 1, | |||
"conditions": null, | "conditions": null, | ||
"probability": | "probability": 0.2, | ||
"id": "PopupMessage" | |||
"id": " | |||
} | } | ||
] | ] | ||
| Строка 406: | Строка 662: | ||
} | } | ||
}, | }, | ||
" | "Methylin": { | ||
"id": " | "id": "Methylin", | ||
"name": " | "name": "methylin", | ||
"group": " | "group": "Medicine", | ||
"desc": "A | "desc": "An intelligence enhancer, also used in the treatment of attention deficit hyperactivity disorder. Also known as Ritalin. Allows monkeys (not diona nymphs) to understand human speech and improves their dexterity as long as they have some in their system. Causes toxin and brain damage in higher doses.", | ||
"physicalDesc": " | "physicalDesc": "acrid", | ||
"color": "# | "color": "#A700C4FF", | ||
"recipes": [], | "recipes": [ | ||
"Methylin" | |||
], | |||
"metabolisms": null | |||
}, | |||
"Oxycodone": { | |||
"id": "Oxycodone", | |||
"name": "oxycodone", | |||
"group": "Medicine", | |||
"desc": "A very effective painkiller, about 250% as strong as Tramadol.", | |||
"physicalDesc": "acrid", | |||
"color": "#C4A300FF", | |||
"recipes": [ | |||
"Oxycodone" | |||
], | |||
"metabolisms": null | |||
}, | |||
"Phalanximine": { | |||
"id": "Phalanximine", | |||
"name": "phalanximine", | |||
"group": "Medicine", | |||
"desc": "Used in the treatment of cancer, is as effective as Anti-Toxin. Causes moderate radiation and hair loss.", | |||
"physicalDesc": "acrid", | |||
"color": "#C8FF75FF", | |||
"recipes": [ | |||
"Phalanximine" | |||
], | |||
"metabolisms": { | "metabolisms": { | ||
" | "Medicine": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"damage": { | |||
"types": { | |||
"Poison": -1, | |||
"Radiation": 1 | |||
}, | |||
"groups": null | |||
}, | |||
"scaleByQuantity": false, | |||
"ignoreResistances": true, | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": "HealthChange" | |||
"id": " | |||
} | } | ||
] | ] | ||
| Строка 450: | Строка 718: | ||
} | } | ||
}, | }, | ||
" | "Paroxetine": { | ||
"id": " | "id": "Paroxetine", | ||
"name": " | "name": "paroxetine", | ||
"group": " | "group": "Medicine", | ||
"desc": "A | "desc": "Prevents hallucination, but has a 10% chance of causing intense hallucinations.", | ||
"physicalDesc": " | "physicalDesc": "acrid", | ||
"color": "# | "color": "#FFFBADFF", | ||
"recipes": [], | "recipes": [ | ||
"Paroxetine" | |||
], | |||
"metabolisms": null | |||
}, | |||
"Ryetalyn": { | |||
"id": "Ryetalyn", | |||
"name": "ryetalyn", | |||
"group": "Medicine", | |||
"desc": "You only need 1u for Ryetalin to work. Deactivates genetic defects and powers, restoring a patient to an ideal state. May be useful if genetics is unable to function properly. Deactivated effects return if the patient's genes are modified again.", | |||
"physicalDesc": "cloudy", | |||
"color": "#532FD4FF", | |||
"recipes": [ | |||
"Ryetalyn" | |||
], | |||
"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": null | |||
}, | |||
"Synaptizine": { | |||
"id": "Synaptizine", | |||
"name": "synaptizine", | |||
"group": "Medicine", | |||
"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": "pungent", | |||
"color": "#D49A2FFF", | |||
"recipes": [ | |||
"Synaptizine" | |||
], | |||
"metabolisms": { | "metabolisms": { | ||
" | "Poison": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"conditions": null, | "damage": { | ||
"probability": 1, | "types": { | ||
" | "Poison": 3 | ||
"id": " | }, | ||
"groups": null | |||
}, | |||
"scaleByQuantity": false, | |||
"ignoreResistances": true, | |||
"conditions": null, | |||
"probability": 1, | |||
"id": "HealthChange" | |||
}, | |||
{ | |||
"Key": "Stun", | |||
"Component": "", | |||
"Time": 1, | |||
"Refresh": true, | |||
"Type": 1, | |||
"conditions": null, | |||
"probability": 1, | |||
"id": "GenericStatusEffect" | |||
}, | |||
{ | |||
"Key": "KnockedDown", | |||
"Component": "", | |||
"Time": 1, | |||
"Refresh": true, | |||
"Type": 1, | |||
"conditions": null, | |||
"probability": 1, | |||
"id": "GenericStatusEffect" | |||
} | } | ||
] | ] | ||
| Строка 472: | Строка 805: | ||
} | } | ||
}, | }, | ||
" | "Tramadol": { | ||
"id": " | "id": "Tramadol", | ||
"name": " | "name": "tramadol", | ||
"group": " | "group": "Medicine", | ||
"desc": " | "desc": "A simple, yet effective painkiller. Very effective for patients in shock.", | ||
"physicalDesc": " | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#2F6ED4FF", | ||
"recipes": [], | "recipes": [ | ||
"Tramadol" | |||
], | |||
"metabolisms": null | "metabolisms": null | ||
}, | }, | ||
" | "Tricordrazine": { | ||
"id": " | "id": "Tricordrazine", | ||
"name": " | "name": "tricordrazine", | ||
"group": " | "group": "Medicine", | ||
"desc": "A | "desc": "A wide-spectrum stimulant, originally derived from Cordrazine. Is capable of healing all four main damage types simultaneously, however it only heals at half the rate of conventional healing chemicals. Because of its low potency, it's best used as a supplement to other medicines.", | ||
"physicalDesc": " | "physicalDesc": "opaque", | ||
"color": "# | "color": "#00E5FFFF", | ||
"recipes": [], | "recipes": [ | ||
"Tricordrazine" | |||
], | |||
"metabolisms": { | "metabolisms": { | ||
" | "Medicine": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"damage": { | |||
"types": null, | |||
"groups": { | |||
"Burn": -1, | |||
"Toxin": -1, | |||
"Airloss": -1, | |||
"Brute": -1 | |||
} | |||
}, | |||
"scaleByQuantity": false, | |||
"ignoreResistances": true, | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": "HealthChange" | |||
"id": " | |||
} | } | ||
] | ] | ||
| Строка 504: | Строка 851: | ||
} | } | ||
}, | }, | ||
" | "ChloralHydrate": { | ||
"id": " | "id": "ChloralHydrate", | ||
"name": " | "name": "chloral hydrate", | ||
"group": " | "group": "Medicine", | ||
"desc": " | "desc": "A powerful sedative which causes death in doses upwards of 16.2 units. Sends the patient to sleep almost instantly.", | ||
"physicalDesc": "acrid", | |||
"color": "#18C9B1FF", | |||
"recipes": [ | |||
"ChloralHydrate" | |||
], | |||
"metabolisms": null | |||
}, | |||
"Cryptobiolin": { | |||
"id": "Cryptobiolin", | |||
"name": "cryptobiolin", | |||
"group": "Medicine", | |||
"desc": "Causes confusion and dizziness. This is essential to make Spaceacillin.", | |||
"physicalDesc": "fizzy", | "physicalDesc": "fizzy", | ||
"color": "# | "color": "#081A80FF", | ||
"recipes": [], | "recipes": [ | ||
"Cryptobiolin" | |||
], | |||
"metabolisms": null | |||
}, | |||
"Lipozine": { | |||
"id": "Lipozine", | |||
"name": "lipozine", | |||
"group": "Medicine", | |||
"desc": "Causes weight loss upon consumption.", | |||
"physicalDesc": "oily", | |||
"color": "#2690B5FF", | |||
"recipes": [ | |||
"Lipozine" | |||
], | |||
"metabolisms": { | "metabolisms": { | ||
" | "Medicine": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
| Строка 519: | Строка 892: | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
" | "NutritionFactor": -1, | ||
"id": " | "id": "SatiateHunger" | ||
} | } | ||
] | ] | ||
| Строка 526: | Строка 899: | ||
} | } | ||
}, | }, | ||
" | "Sterilizine": { | ||
"id": " | "id": "Sterilizine", | ||
"name": " | "name": "sterilizine", | ||
"group": " | "group": "Medicine", | ||
"desc": "A | "desc": "Helps the patient when used during surgery, may also decontaminate objects and surfaces that bear pathogens. Is currently useless due to infections not being a thing.", | ||
"physicalDesc": " | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#7CAD37FF", | ||
"recipes": [ | |||
"Sterilizine" | |||
], | |||
"metabolisms": null | |||
}, | |||
"Omnizine": { | |||
"id": "Omnizine", | |||
"name": "Omnizine", | |||
"group": "Medicine", | |||
"desc": "A soothing milky liquid with an iridescent gleam. A well known conspiracy theory says that it's origins remain a mystery because knowing the secrets of its production would render most commercial pharmaceuticals obsolete.", | |||
"physicalDesc": "soothing", | |||
"color": "#FCF7F9FF", | |||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Medicine": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"damage": { | |||
"types": null, | |||
"groups": { | |||
"Burn": -2, | |||
"Toxin": -2, | |||
"Airloss": -2, | |||
"Brute": -2 | |||
} | |||
}, | |||
"scaleByQuantity": false, | |||
"ignoreResistances": true, | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": "HealthChange" | |||
"id": " | |||
} | } | ||
] | ] | ||
| Строка 548: | Строка 943: | ||
} | } | ||
}, | }, | ||
" | "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": [ | ||
{ | { | ||
"conditions": null, | "damage": { | ||
"types": null, | |||
"groups": { | |||
"Toxin": -3, | |||
"Brute": 0.5 | |||
} | |||
}, | |||
"scaleByQuantity": false, | |||
"ignoreResistances": true, | |||
"conditions": [ | |||
{ | |||
"Min": 0, | |||
"Max": 30, | |||
"Reagent": null, | |||
"id": "ReagentThreshold" | |||
} | |||
], | |||
"probability": 1, | "probability": 1, | ||
"id": "HealthChange" | |||
"id": " | }, | ||
{ | { | ||
"conditions": null, | "damage": { | ||
"probability": 1, | "types": null, | ||
" | "groups": { | ||
"id": " | "Toxin": -1, | ||
} | "Brute": 3 | ||
} | |||
}, | |||
"scaleByQuantity": false, | |||
"ignoreResistances": true, | |||
"conditions": [ | |||
{ | |||
"Min": 30, | |||
"Max": 21474836, | |||
"Reagent": null, | |||
"id": "ReagentThreshold" | |||
} | |||
], | |||
"probability": 1, | |||
"id": "HealthChange" | |||
}, | |||
{ | |||
"Reagent": "Histamine", | |||
"Group": null, | |||
"Amount": -1, | |||
"conditions": [ | |||
{ | |||
"Min": 1, | |||
"Max": 21474836, | |||
"Reagent": "Histamine", | |||
"id": "ReagentThreshold" | |||
} | |||
], | |||
"probability": 1, | |||
"id": "AdjustReagent" | |||
}, | |||
{ | |||
"Reagent": "Ultravasculine", | |||
"Group": null, | |||
"Amount": 0.5, | |||
"conditions": [ | |||
{ | |||
"Min": 1, | |||
"Max": 21474836, | |||
"Reagent": "Histamine", | |||
"id": "ReagentThreshold" | |||
} | |||
], | |||
"probability": 1, | |||
"id": "AdjustReagent" | |||
} | |||
] | ] | ||
} | } | ||
} | } | ||
}, | }, | ||
" | "Cola": { | ||
"id": " | "id": "Cola", | ||
"name": " | "name": "cola", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "A sweet, carbonated soft drink. Caffeine free.", | ||
"physicalDesc": "fizzy", | "physicalDesc": "fizzy", | ||
"color": "# | "color": "#422912FF", | ||
"recipes": [ | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
| Строка 616: | Строка 1055: | ||
} | } | ||
}, | }, | ||
" | "ChangelingSting": { | ||
"id": " | "id": "ChangelingSting", | ||
"name": " | "name": "changeling sting", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "You take a tiny sip and feel a burning sensation...", | ||
"physicalDesc": "fizzy", | "physicalDesc": "fizzy", | ||
"color": "# | "color": "#2E6671FF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
| Строка 638: | Строка 1077: | ||
} | } | ||
}, | }, | ||
" | "DrGibb": { | ||
"id": " | "id": "DrGibb", | ||
"name": " | "name": "Dr. Gibb", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "A delicious blend of 42 different flavours.", | ||
"physicalDesc": "fizzy", | "physicalDesc": "fizzy", | ||
"color": "#102000FF", | "color": "#102000FF", | ||
| Строка 660: | Строка 1099: | ||
} | } | ||
}, | }, | ||
" | "EnergyDrink": { | ||
"id": " | "id": "EnergyDrink", | ||
"name": " | "name": "Energy Drink", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "A dose of energy! Nanotrasen is not responsible if you grow avian appendages.", | ||
"physicalDesc": "fizzy", | "physicalDesc": "fizzy", | ||
"color": "# | "color": "#FFFFBFFF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
| Строка 682: | Строка 1121: | ||
} | } | ||
}, | }, | ||
" | "GrapeSoda": { | ||
"id": " | "id": "GrapeSoda", | ||
"name": " | "name": "grape soda", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "It's Graaaaaape!", | ||
"physicalDesc": "fizzy", | "physicalDesc": "fizzy", | ||
"color": "# | "color": "#AE94A6FF", | ||
"recipes": [ | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
| Строка 706: | Строка 1143: | ||
} | } | ||
}, | }, | ||
" | "LemonLime": { | ||
"id": " | "id": "LemonLime", | ||
"name": " | "name": "lemon-lime", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "tangy lime and lemon soda", | ||
"physicalDesc": "fizzy", | "physicalDesc": "fizzy", | ||
"color": "# | "color": "#878F00FF", | ||
"recipes": [ | "recipes": [ | ||
" | "LemonLime" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
| Строка 725: | Строка 1162: | ||
"HydrationFactor": 2, | "HydrationFactor": 2, | ||
"id": "SatiateThirst" | "id": "SatiateThirst" | ||
} | } | ||
] | ] | ||
| Строка 748: | Строка 1167: | ||
} | } | ||
}, | }, | ||
" | "PwrGame": { | ||
"id": " | "id": "PwrGame", | ||
"name": " | "name": "Pwr Game", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "The only drink with the PWR that true gamers crave.", | ||
"physicalDesc": " | "physicalDesc": "fizzy", | ||
"color": "# | "color": "#9385BFFF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
| Строка 763: | Строка 1182: | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"HydrationFactor": | "HydrationFactor": 2, | ||
"id": "SatiateThirst" | "id": "SatiateThirst" | ||
} | } | ||
| Строка 770: | Строка 1189: | ||
} | } | ||
}, | }, | ||
" | "SpaceMountainWind": { | ||
"id": " | "id": "SpaceMountainWind", | ||
"name": " | "name": "Space Mountain Wind", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "Blows right through you like a space wind.", | ||
"physicalDesc": " | "physicalDesc": "fizzy", | ||
"color": "# | "color": "#102000FF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
| Строка 785: | Строка 1204: | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"HydrationFactor": | "HydrationFactor": 2, | ||
"id": "SatiateThirst" | "id": "SatiateThirst" | ||
} | } | ||
| Строка 792: | Строка 1211: | ||
} | } | ||
}, | }, | ||
" | "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": { | ||
| Строка 807: | Строка 1226: | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"HydrationFactor": | "HydrationFactor": 2, | ||
"id": "SatiateThirst" | "id": "SatiateThirst" | ||
} | } | ||
| Строка 814: | Строка 1233: | ||
} | } | ||
}, | }, | ||
" | "Starkist": { | ||
"id": " | "id": "Starkist", | ||
"name": " | "name": "starkist", | ||
"group": " | "group": "Drinks", | ||
"desc": "A | "desc": "A sweet, orange flavored soft drink.", | ||
"physicalDesc": " | "physicalDesc": "fizzy", | ||
"color": "# | "color": "#9F3400FF", | ||
"recipes": [], | "recipes": [ | ||
"Starkist" | |||
], | |||
"metabolisms": { | |||
"Drink": { | |||
"rate": 0.5, | |||
"effects": [ | |||
{ | |||
"conditions": null, | |||
"probability": 1, | |||
"HydrationFactor": 2, | |||
"id": "SatiateThirst" | |||
} | |||
] | |||
} | |||
} | |||
}, | |||
"FourteenLoko": { | |||
"id": "FourteenLoko", | |||
"name": "Fourteen Loko", | |||
"group": "Drinks", | |||
"desc": "A highly processed liquid substance barely-passing intergalatic health standards for a soft drink.", | |||
"physicalDesc": "fizzy", | |||
"color": "#DEB928FF", | |||
"recipes": [ | |||
"FourteenLoko" | |||
], | |||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
| Строка 829: | Строка 1274: | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"HydrationFactor": | "HydrationFactor": 2, | ||
"id": "SatiateThirst" | "id": "SatiateThirst" | ||
} | } | ||
| Строка 854: | Строка 1299: | ||
} | } | ||
}, | }, | ||
" | "JuiceApple": { | ||
"id": " | "id": "JuiceApple", | ||
"name": " | "name": "apple juice", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": "It's | "desc": "It's a little piece of Eden.", | ||
"physicalDesc": "crisp", | "physicalDesc": "crisp", | ||
"color": "# | "color": "#FDAD01FF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
| Строка 876: | Строка 1321: | ||
} | } | ||
}, | }, | ||
" | "JuiceBanana": { | ||
"id": " | "id": "JuiceBanana", | ||
"name": " | "name": "banana juice", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "The raw essence of a banana. HONK.", | ||
"physicalDesc": "crisp", | "physicalDesc": "crisp", | ||
"color": "# | "color": "#FFE777FF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
| Строка 898: | Строка 1343: | ||
} | } | ||
}, | }, | ||
" | "JuiceBerry": { | ||
"id": " | "id": "JuiceBerry", | ||
"name": " | "name": "berry juice", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "A delicious blend of several different kinds of berries.", | ||
"physicalDesc": " | "physicalDesc": "sweet", | ||
"color": "# | "color": "#660099FF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
| Строка 920: | Строка 1365: | ||
} | } | ||
}, | }, | ||
" | "JuiceBerryPoison": { | ||
"id": " | "id": "JuiceBerryPoison", | ||
"name": " | "name": "poison berry juice", | ||
"group": " | "group": "Unknown", | ||
"desc": " | "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": { | ||
| Строка 939: | Строка 1384: | ||
} | } | ||
] | ] | ||
} | }, | ||
"Poison": { | |||
" | |||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"conditions": null, | "damage": { | ||
"types": { | |||
"Poison": 1 | |||
}, | |||
"groups": null | |||
}, | |||
"scaleByQuantity": false, | |||
"ignoreResistances": true, | |||
"conditions": null, | |||
"probability": 1, | "probability": 1, | ||
"id": "HealthChange" | |||
"id": " | |||
} | } | ||
] | ] | ||
| Строка 964: | Строка 1405: | ||
} | } | ||
}, | }, | ||
" | "JuiceCarrot": { | ||
"id": " | "id": "JuiceCarrot", | ||
"name": " | "name": "carrot juice", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "It's like a carrot, but less crunchy.", | ||
"physicalDesc": " | "physicalDesc": "crisp", | ||
"color": "# | "color": "#FF8820FF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
| Строка 986: | Строка 1427: | ||
} | } | ||
}, | }, | ||
" | "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": { | "metabolisms": { | ||
| Строка 1008: | Строка 1449: | ||
} | } | ||
}, | }, | ||
" | "JuiceLemon": { | ||
"id": " | "id": "JuiceLemon", | ||
"name": " | "name": "lemon juice", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "This juice is VERY sour.", | ||
"physicalDesc": " | "physicalDesc": "citric", | ||
"color": "# | "color": "#FFF690FF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
| Строка 1030: | Строка 1471: | ||
} | } | ||
}, | }, | ||
" | "JuiceLime": { | ||
"id": " | "id": "JuiceLime", | ||
"name": " | "name": "lime juice", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": "The | "desc": "The sweet-sour juice of limes.", | ||
"physicalDesc": " | "physicalDesc": "citric", | ||
"color": "# | "color": "#99BB43FF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
| Строка 1052: | Строка 1493: | ||
} | } | ||
}, | }, | ||
" | "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": { | ||
| Строка 1067: | Строка 1508: | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"HydrationFactor": | "HydrationFactor": 3, | ||
"id": "SatiateThirst" | "id": "SatiateThirst" | ||
} | } | ||
| Строка 1074: | Строка 1515: | ||
} | } | ||
}, | }, | ||
" | "JuicePineapple": { | ||
"id": " | "id": "JuicePineapple", | ||
"name": " | "name": "pineapple juice", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "The delicious juice of a pineapple.", | ||
"physicalDesc": " | "physicalDesc": "tropical", | ||
"color": "# | "color": "#FFFF00FF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
| Строка 1089: | Строка 1530: | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"HydrationFactor": | "HydrationFactor": 3, | ||
"id": "SatiateThirst" | "id": "SatiateThirst" | ||
} | } | ||
| Строка 1096: | Строка 1537: | ||
} | } | ||
}, | }, | ||
" | "JuicePotato": { | ||
"id": " | "id": "JuicePotato", | ||
"name": " | "name": "potato juice", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "Juice of the potato. Bleh.", | ||
"physicalDesc": " | "physicalDesc": "starchy", | ||
"color": "# | "color": "#302000FF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
| Строка 1111: | Строка 1552: | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"HydrationFactor": | "HydrationFactor": 3, | ||
"id": "SatiateThirst" | "id": "SatiateThirst" | ||
} | } | ||
| Строка 1118: | Строка 1559: | ||
} | } | ||
}, | }, | ||
" | "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": " | "physicalDesc": "saucey", | ||
"color": "# | "color": "#731008FF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
| Строка 1133: | Строка 1574: | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"HydrationFactor": | "HydrationFactor": 3, | ||
"id": "SatiateThirst" | "id": "SatiateThirst" | ||
} | } | ||
| Строка 1140: | Строка 1581: | ||
} | } | ||
}, | }, | ||
" | "JuiceWatermelon": { | ||
"id": " | "id": "JuiceWatermelon", | ||
"name": " | "name": "water melon juice", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "The delicious juice of a watermelon.", | ||
"physicalDesc": " | "physicalDesc": "sweet", | ||
"color": "# | "color": "#EF3520FF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
| Строка 1155: | Строка 1596: | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"HydrationFactor": | "HydrationFactor": 3, | ||
"id": "SatiateThirst" | "id": "SatiateThirst" | ||
} | } | ||
| Строка 1162: | Строка 1603: | ||
} | } | ||
}, | }, | ||
" | "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": { | ||
| Строка 1184: | Строка 1625: | ||
} | } | ||
}, | }, | ||
" | "Ale": { | ||
"id": " | "id": "Ale", | ||
"name": " | "name": "ale", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": "A | "desc": "A dark alchoholic beverage made by malted barley and yeast.", | ||
"physicalDesc": " | "physicalDesc": "bubbly", | ||
"color": "# | "color": "#663100FF", | ||
"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" | |||
} | } | ||
] | ] | ||
| Строка 1213: | Строка 1647: | ||
} | } | ||
}, | }, | ||
" | "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": { | ||
| Строка 1235: | Строка 1669: | ||
} | } | ||
}, | }, | ||
" | "BlueCuracao": { | ||
"id": " | "id": "BlueCuracao", | ||
"name": " | "name": "blue curacao", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "Exotically blue, fruity drink, distilled from oranges.", | ||
"physicalDesc": " | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#0000CDFF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
| Строка 1257: | Строка 1691: | ||
} | } | ||
}, | }, | ||
" | "Cognac": { | ||
"id": " | "id": "Cognac", | ||
"name": " | "name": "cognac", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": "A | "desc": "A sweet and strongly alcoholic drink, twice distilled and left to mature for several years. Classy as fornication.", | ||
"physicalDesc": "strong-smelling", | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#AB3C05FF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
| Строка 1279: | Строка 1713: | ||
} | } | ||
}, | }, | ||
" | "DeadRum": { | ||
"id": " | "id": "DeadRum", | ||
"name": " | "name": "deadrum", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "Distilled alcoholic drink made from saltwater.", | ||
"physicalDesc": "strong-smelling", | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#664300FF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
| Строка 1301: | Строка 1735: | ||
} | } | ||
}, | }, | ||
" | "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": null, | |||
"groups": { | |||
"Caustic": 1 | |||
} | |||
}, | |||
"scaleByQuantity": false, | |||
"ignoreResistances": true, | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": "HealthChange" | |||
"id": " | |||
} | } | ||
] | ] | ||
}, | } | ||
" | } | ||
}, | |||
"Gin": { | |||
"id": "Gin", | |||
"name": "gin", | |||
"group": "Drinks", | |||
"desc": "A distilled alcoholic drink that derives its predominant flavour from juniper berries.", | |||
"physicalDesc": "strong-smelling", | |||
"color": "#664300FF", | |||
"recipes": [], | |||
"metabolisms": { | |||
"Drink": { | |||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": " | "HydrationFactor": 2, | ||
"id": "SatiateThirst" | |||
} | } | ||
] | ] | ||
| Строка 1341: | Строка 1786: | ||
} | } | ||
}, | }, | ||
" | "Kahlua": { | ||
"id": " | "id": "Kahlua", | ||
"name": " | "name": "kahlua", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "A widely known, Mexican coffee-flavoured liqueur.", | ||
"physicalDesc": " | "physicalDesc": "cloudy", | ||
"color": "#664300FF", | "color": "#664300FF", | ||
"recipes": [], | "recipes": [], | ||
| Строка 1363: | Строка 1808: | ||
} | } | ||
}, | }, | ||
" | "MelonLiquor": { | ||
"id": " | "id": "MelonLiquor", | ||
"name": " | "name": "melon liquor", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "A relatively sweet and fruity 46 proof liquor.", | ||
"physicalDesc": "strong-smelling", | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#138808FF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
| Строка 1385: | Строка 1830: | ||
} | } | ||
}, | }, | ||
" | "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": "strong-smelling", | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#7E4043FF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
| Строка 1407: | Строка 1852: | ||
} | } | ||
}, | }, | ||
" | "PoisonWine": { | ||
"id": " | "id": "PoisonWine", | ||
"name": " | "name": "poison wine", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "Is this even wine? Toxic! Hallucinogenic! Probably consumed in boatloads by your superiors!", | ||
"physicalDesc": "strong-smelling", | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#000000FF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
| Строка 1426: | Строка 1871: | ||
} | } | ||
] | ] | ||
} | }, | ||
"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": " | |||
} | } | ||
] | ] | ||
| Строка 1451: | Строка 1892: | ||
} | } | ||
}, | }, | ||
" | "Rum": { | ||
"id": " | "id": "Rum", | ||
"name": " | "name": "rum", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "Distilled alcoholic drink made from sugarcane byproducts.", | ||
"physicalDesc": "strong-smelling", | "physicalDesc": "strong-smelling", | ||
"color": "#664300FF", | "color": "#664300FF", | ||
| Строка 1473: | Строка 1914: | ||
} | } | ||
}, | }, | ||
" | "Sake": { | ||
"id": " | "id": "Sake", | ||
"name": " | "name": "sake", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "Alcoholic beverage made by fermenting rice that has been polished.", | ||
"physicalDesc": " | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#DDDDDDFF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
| Строка 1495: | Строка 1936: | ||
} | } | ||
}, | }, | ||
" | "Tequila": { | ||
"id": " | "id": "Tequila", | ||
"name": " | "name": "tequila", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": "A | "desc": "A strong and mildly flavoured, mexican produced spirit.", | ||
"physicalDesc": "strong-smelling", | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#D7D1D155", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
| Строка 1517: | Строка 1958: | ||
} | } | ||
}, | }, | ||
" | "Vermouth": { | ||
"id": " | "id": "Vermouth", | ||
"name": " | "name": "vermouth", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "Aromatized, fortified white wine flavored with various botanicals.", | ||
"physicalDesc": "strong-smelling", | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#91FF91FF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
| Строка 1539: | Строка 1980: | ||
} | } | ||
}, | }, | ||
" | "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": { | ||
| Строка 1561: | Строка 2002: | ||
} | } | ||
}, | }, | ||
" | "Whiskey": { | ||
"id": " | "id": "Whiskey", | ||
"name": " | "name": "whiskey", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "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": { | ||
| Строка 1583: | Строка 2024: | ||
} | } | ||
}, | }, | ||
" | "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": [], | ||
"metabolisms": { | "metabolisms": { | ||
| Строка 1605: | Строка 2046: | ||
} | } | ||
}, | }, | ||
" | "AcidSpit": { | ||
"id": " | "id": "AcidSpit", | ||
"name": " | "name": "acidspit", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "A drink for the daring, can be deadly if incorrectly prepared!", | ||
"physicalDesc": " | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#365000FF", | ||
"recipes": [ | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
| Строка 1629: | Строка 2068: | ||
} | } | ||
}, | }, | ||
" | "AlliesCocktail": { | ||
"id": " | "id": "AlliesCocktail", | ||
"name": " | "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": [], | ||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
| Строка 1653: | Строка 2090: | ||
} | } | ||
}, | }, | ||
" | "Aloe": { | ||
"id": " | "id": "Aloe", | ||
"name": " | "name": "aloe", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "So very, very, very good.", | ||
"physicalDesc": " | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#192C00FF", | ||
"recipes": [ | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
| Строка 1677: | Строка 2112: | ||
} | } | ||
}, | }, | ||
" | "Amasec": { | ||
"id": " | "id": "Amasec", | ||
"name": " | "name": "amasec", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "Official drink of the Gun Club!", | ||
"physicalDesc": "strong-smelling", | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#124DA7FF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
| Строка 1699: | Строка 2134: | ||
} | } | ||
}, | }, | ||
" | "Andalusia": { | ||
"id": " | "id": "Andalusia", | ||
"name": " | "name": "andalusia", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": "A drink | "desc": "A nice, strangely named drink.", | ||
"physicalDesc": "strong-smelling", | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#665700FF", | ||
"recipes": [ | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
| Строка 1723: | Строка 2156: | ||
} | } | ||
}, | }, | ||
" | "Antifreeze": { | ||
"id": " | "id": "Antifreeze", | ||
"name": " | "name": "antifreeze", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "Ultimate refreshment.", | ||
"physicalDesc": " | "physicalDesc": "translucent", | ||
"color": "# | "color": "#FF7D63FF", | ||
"recipes": [], | "recipes": [ | ||
"Antifreeze" | |||
], | |||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
| Строка 1745: | Строка 2180: | ||
} | } | ||
}, | }, | ||
" | "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": { | ||
| Строка 1769: | Строка 2204: | ||
} | } | ||
}, | }, | ||
" | "B52": { | ||
"id": " | "id": "B52", | ||
"name": " | "name": "b-52", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "Coffee, irish cream, and cognac. You will get bombed.", | ||
"physicalDesc": " | "physicalDesc": "bubbly", | ||
"color": "# | "color": "#664300FF", | ||
"recipes": [ | "recipes": [ | ||
" | "B52" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
| Строка 1793: | Строка 2228: | ||
} | } | ||
}, | }, | ||
" | "BahamaMama": { | ||
"id": " | "id": "BahamaMama", | ||
"name": " | "name": "bahama mama", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "Tropical cocktail.", | ||
"physicalDesc": "strong-smelling", | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#FF7F3BFF", | ||
"recipes": [ | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
| Строка 1817: | Строка 2250: | ||
} | } | ||
}, | }, | ||
" | "BananaHonk": { | ||
"id": " | "id": "BananaHonk", | ||
"name": " | "name": "banana mama", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": "A | "desc": "A drink from Clown Heaven.", | ||
"physicalDesc": "strong-smelling", | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#FFFF91FF", | ||
"recipes": [ | "recipes": [ | ||
" | "BananaHonk" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
| Строка 1841: | Строка 2274: | ||
} | } | ||
}, | }, | ||
" | "Barefoot": { | ||
"id": " | "id": "Barefoot", | ||
"name": " | "name": "barefoot", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "Barefoot and pregnant.", | ||
"physicalDesc": "strong-smelling", | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#664300FF", | ||
"recipes": [ | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
| Строка 1865: | Строка 2296: | ||
} | } | ||
}, | }, | ||
" | "BeepskySmash": { | ||
"id": " | "id": "BeepskySmash", | ||
"name": " | "name": "beepsky smash", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "Deny drinking this and prepare for THE LAW.", | ||
"physicalDesc": "strong-smelling", | "physicalDesc": "strong-smelling", | ||
"color": "#664300FF", | "color": "#664300FF", | ||
"recipes": [ | "recipes": [ | ||
" | "BeepskySmash" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
| Строка 1889: | Строка 2320: | ||
} | } | ||
}, | }, | ||
" | "Bilk": { | ||
"id": " | "id": "Bilk", | ||
"name": " | "name": "bilk", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "This appears to be beer mixed with milk. Disgusting.", | ||
"physicalDesc": " | "physicalDesc": "bilky...", | ||
"color": "# | "color": "#895C4CFF", | ||
"recipes": [ | "recipes": [ | ||
" | "Bilk" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
| Строка 1913: | Строка 2344: | ||
} | } | ||
}, | }, | ||
" | "BlackRussian": { | ||
"id": " | "id": "BlackRussian", | ||
"name": " | "name": "black russian", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "For the lactose-intolerant. Still as classy as a White Russian.", | ||
"physicalDesc": "strong-smelling", | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#360000FF", | ||
"recipes": [], | "recipes": [ | ||
"BlackRussian" | |||
], | |||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
| Строка 1935: | Строка 2368: | ||
} | } | ||
}, | }, | ||
" | "BloodyMary": { | ||
"id": " | "id": "BloodyMary", | ||
"name": " | "name": "bloody mary", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "A strange yet pleasurable mixture made of vodka, tomato, and lime juice.", | ||
"physicalDesc": "strong-smelling", | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#660000FF", | ||
"recipes": [], | "recipes": [ | ||
"BloodyMary" | |||
], | |||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
| Строка 1957: | Строка 2392: | ||
} | } | ||
}, | }, | ||
" | "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": { | ||
| Строка 1981: | Строка 2416: | ||
} | } | ||
}, | }, | ||
" | "BraveBull": { | ||
"id": " | "id": "BraveBull", | ||
"name": " | "name": "brave bull", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "It's just as effective as Dutch-Courage!", | ||
"physicalDesc": "strong-smelling", | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#664300FF", | ||
"recipes": [ | "recipes": [ | ||
" | "BraveBull" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
| Строка 2005: | Строка 2440: | ||
} | } | ||
}, | }, | ||
" | "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": { | ||
| Строка 2029: | Строка 2464: | ||
} | } | ||
}, | }, | ||
" | "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": { | ||
"Drink": { | "Drink": { | ||
| Строка 2053: | Строка 2486: | ||
} | } | ||
}, | }, | ||
" | "DevilsKiss": { | ||
"id": " | "id": "DevilsKiss", | ||
"name": " | "name": "devils kiss", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "Creepy time!", | ||
"physicalDesc": "strong-smelling", | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#A68310FF", | ||
"recipes": [ | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
| Строка 2077: | Строка 2508: | ||
} | } | ||
}, | }, | ||
" | "DoctorsDelight": { | ||
"id": " | "id": "DoctorsDelight", | ||
"name": " | "name": "the doctor's delight", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "A gulp a day keeps the MediBot away. That's probably for the best.", | ||
"physicalDesc": "strong-smelling", | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#FF8CFFFF", | ||
"recipes": [ | "recipes": [ | ||
" | "DoctorsDelight" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
| Строка 2101: | Строка 2532: | ||
} | } | ||
}, | }, | ||
" | "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": { | ||
| Строка 2125: | Строка 2556: | ||
} | } | ||
}, | }, | ||
" | "ErikaSuprise": { | ||
"id": " | "id": "ErikaSuprise", | ||
"name": " | "name": "erika suprise", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "The surprise is, it's green!", | ||
"physicalDesc": "strong-smelling", | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#2E6671FF", | ||
"recipes": [ | "recipes": [ | ||
" | "ErikaSuprise" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
| Строка 2149: | Строка 2580: | ||
} | } | ||
}, | }, | ||
" | "GargleBlaster": { | ||
"id": " | "id": "GargleBlaster", | ||
"name": " | "name": "Pan-Galactic Gargle Blaster", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "Whoah, this stuff looks volatile!", | ||
"physicalDesc": " | "physicalDesc": "volatile", | ||
"color": "# | "color": "#9CC8B4FF", | ||
"recipes": [], | "recipes": [ | ||
"GargleBlaster" | |||
], | |||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
| Строка 2171: | Строка 2604: | ||
} | } | ||
}, | }, | ||
" | "GinFizz": { | ||
"id": " | "id": "GinFizz", | ||
"name": " | "name": "gin fizz", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "Refreshingly lemony, deliciously dry.", | ||
"physicalDesc": "strong-smelling", | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#664300FF", | ||
"recipes": [], | "recipes": [ | ||
"GinFizz" | |||
], | |||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
| Строка 2193: | Строка 2628: | ||
} | } | ||
}, | }, | ||
" | "GinTonic": { | ||
"id": " | "id": "GinTonic", | ||
"name": " | "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": { | ||
"Drink": { | "Drink": { | ||
| Строка 2215: | Строка 2652: | ||
} | } | ||
}, | }, | ||
" | "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": { | ||
| Строка 2239: | Строка 2676: | ||
} | } | ||
}, | }, | ||
" | "Grog": { | ||
"id": " | "id": "Grog", | ||
"name": " | "name": "grog", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "Watered-down rum, pirate approved!", | ||
"physicalDesc": " | "physicalDesc": "strong-smelling", | ||
"color": "#664300FF", | "color": "#664300FF", | ||
"recipes": [ | "recipes": [ | ||
" | "Grog" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
| Строка 2263: | Строка 2700: | ||
} | } | ||
}, | }, | ||
" | "HippiesDelight": { | ||
"id": " | "id": "HippiesDelight", | ||
"name": " | "name": "hippies delight", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "You just don't get it maaaan.", | ||
"physicalDesc": " | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#6EAA0CFF", | ||
"recipes": [ | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
| Строка 2287: | Строка 2722: | ||
} | } | ||
}, | }, | ||
" | "Hooch": { | ||
"id": " | "id": "Hooch", | ||
"name": " | "name": "hooch", | ||
"group": "Drinks", | "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": "strong-smelling", | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#664E00FF", | ||
"recipes": [ | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
| Строка 2311: | Строка 2744: | ||
} | } | ||
}, | }, | ||
" | "IcedBeer": { | ||
"id": " | "id": "IcedBeer", | ||
"name": " | "name": "iced beer", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "A beer which is so cold the air around it freezes.", | ||
"physicalDesc": "bubbly", | "physicalDesc": "bubbly", | ||
"color": "# | "color": "#664300FF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
| Строка 2333: | Строка 2766: | ||
} | } | ||
}, | }, | ||
" | "IrishCarBomb": { | ||
"id": " | "id": "IrishCarBomb", | ||
"name": " | "name": "irish car bomb", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "A troubling mixture of irish cream and ale.", | ||
"physicalDesc": "bubbly", | "physicalDesc": "bubbly", | ||
"color": "# | "color": "#2E6671FF", | ||
"recipes": [ | "recipes": [ | ||
" | "IrishCarBomb" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
| Строка 2357: | Строка 2790: | ||
} | } | ||
}, | }, | ||
" | "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": "#664300FF", | "color": "#664300FF", | ||
"recipes": [ | "recipes": [ | ||
" | "IrishCream" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
| Строка 2381: | Строка 2814: | ||
} | } | ||
}, | }, | ||
" | "IrishCoffee": { | ||
"id": " | "id": "IrishCoffee", | ||
"name": " | "name": "irish coffee", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "Coffee served with irish cream. Regular cream just isn't the same!", | ||
"physicalDesc": " | "physicalDesc": "cloudy", | ||
"color": "#664300FF", | "color": "#664300FF", | ||
"recipes": [], | "recipes": [ | ||
"IrishCoffee" | |||
], | |||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
| Строка 2403: | Строка 2838: | ||
} | } | ||
}, | }, | ||
" | "KiraSpecial": { | ||
"id": " | "id": "KiraSpecial", | ||
"name": " | "name": "kira special", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "Long live the guy who everyone had mistaken for a girl. Baka!", | ||
"physicalDesc": "strong-smelling", | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#CCCC99FF", | ||
"recipes": [], | "recipes": [ | ||
"KiraSpecial" | |||
], | |||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
| Строка 2425: | Строка 2862: | ||
} | } | ||
}, | }, | ||
" | "Lean": { | ||
"id": " | "id": "Lean", | ||
"name": " | "name": "lean", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "Turn up for days.", | ||
"physicalDesc": "bubbly", | "physicalDesc": "bubbly", | ||
"color": "# | "color": "#9400D3FF", | ||
"recipes": [ | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
| Строка 2449: | Строка 2884: | ||
} | } | ||
}, | }, | ||
" | "LeanShine": { | ||
"id": " | "id": "LeanShine", | ||
"name": " | "name": "leanshine", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "Lean mixed with moonshine. Turn up for months.", | ||
"physicalDesc": " | "physicalDesc": "bubbly", | ||
"color": "# | "color": "#9D5FB8FF", | ||
"recipes": [], | "recipes": [ | ||
"LeanShine" | |||
], | |||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
| Строка 2471: | Строка 2908: | ||
} | } | ||
}, | }, | ||
" | "LongIslandIcedTea": { | ||
"id": " | "id": "LongIslandIcedTea", | ||
"name": " | "name": "long island iced tea", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "The liquor cabinet, brought together in a delicious mix. Intended for middle-aged alcoholic women only.", | ||
"physicalDesc": "strong-smelling", | "physicalDesc": "strong-smelling", | ||
"color": "#664300FF", | "color": "#664300FF", | ||
"recipes": [ | "recipes": [ | ||
" | "LongIslandIcedTea" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
| Строка 2495: | Строка 2932: | ||
} | } | ||
}, | }, | ||
" | "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": "#664300FF", | "color": "#664300FF", | ||
| Строка 2517: | Строка 2954: | ||
} | } | ||
}, | }, | ||
" | "ManhattanProject": { | ||
"id": " | "id": "ManhattanProject", | ||
"name": " | "name": "manhattan project", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "A scientist's drink of choice, for pondering ways to blow up the ship.", | ||
"physicalDesc": "strong-smelling", | "physicalDesc": "strong-smelling", | ||
"color": "#664300FF", | "color": "#664300FF", | ||
"recipes": [ | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
| Строка 2541: | Строка 2976: | ||
} | } | ||
}, | }, | ||
" | "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": "bubbly", | ||
"color": "# | "color": "#664300FF", | ||
"recipes": [ | "recipes": [ | ||
" | "ManlyDorf" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
| Строка 2565: | Строка 3000: | ||
} | } | ||
}, | }, | ||
" | "Margarita": { | ||
"id": " | "id": "Margarita", | ||
"name": " | "name": "margarita", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "On the rocks with salt on the rim. Arriba~!", | ||
"physicalDesc": "strong-smelling", | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#8CFF8CFF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
| Строка 2580: | Строка 3015: | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"HydrationFactor": | "HydrationFactor": 2, | ||
"id": "SatiateThirst" | "id": "SatiateThirst" | ||
} | } | ||
] | ] | ||
} | |||
} | |||
}, | |||
"Martini": { | |||
"id": "Martini", | |||
"name": "classic martini", | |||
} | |||
} | |||
}, | |||
" | |||
"id": " | |||
"name": " | |||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "Vermouth with Gin. Not quite how 007 enjoyed it, but still delicious.", | ||
"physicalDesc": " | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#664300FF", | ||
"recipes": [ | "recipes": [ | ||
" | "Martini" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
| Строка 2629: | Строка 3046: | ||
} | } | ||
}, | }, | ||
" | "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": "# | "color": "#664300FF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
| Строка 2651: | Строка 3068: | ||
} | } | ||
}, | }, | ||
" | "Mojito": { | ||
"id": " | "id": "Mojito", | ||
"name": " | "name": "mojito", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "If it's good enough for Spesscuba, it's good enough for you.", | ||
"physicalDesc": "strong-smelling", | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#664300FF", | ||
"recipes": [ | "recipes": [ | ||
" | "Mojito" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
| Строка 2675: | Строка 3092: | ||
} | } | ||
}, | }, | ||
" | "Moonshine": { | ||
"id": " | "id": "Moonshine", | ||
"name": " | "name": "moonshine", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "Artisanal homemade liquor. What could go wrong?", | ||
"physicalDesc": "strong-smelling", | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#D1D7D155", | ||
"recipes": [], | "recipes": [ | ||
"Moonshine" | |||
], | |||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
| Строка 2697: | Строка 3116: | ||
} | } | ||
}, | }, | ||
" | "Neurotoxin": { | ||
"id": " | "id": "Neurotoxin", | ||
"name": " | "name": "neurotoxin", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "A strong neurotoxin that puts the subject into a death-like state.", | ||
"physicalDesc": "strong-smelling", | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#2E2E61FF", | ||
"recipes": [ | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
| Строка 2714: | Строка 3131: | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"HydrationFactor": | "HydrationFactor": 3, | ||
"id": "SatiateThirst" | "id": "SatiateThirst" | ||
} | } | ||
] | ] | ||
} | }, | ||
} | "Poison": { | ||
}, | "rate": 0.5, | ||
" | "effects": [ | ||
"id": " | { | ||
"name": " | "damage": { | ||
"types": { | |||
"Poison": 1 | |||
}, | |||
"groups": null | |||
}, | |||
"scaleByQuantity": false, | |||
"ignoreResistances": true, | |||
"conditions": null, | |||
"probability": 1, | |||
"id": "HealthChange" | |||
} | |||
] | |||
} | |||
} | |||
}, | |||
"Patron": { | |||
"id": "Patron", | |||
"name": "patron", | |||
"group": "Drinks", | "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": { | "Drink": { | ||
| Строка 2743: | Строка 3180: | ||
} | } | ||
}, | }, | ||
" | "RedMead": { | ||
"id": " | "id": "RedMead", | ||
"name": " | "name": "red mead", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "The true Viking's drink! Even though it has a strange red color.", | ||
"physicalDesc": "strong-smelling", | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#C73C00FF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
| Строка 2765: | Строка 3202: | ||
} | } | ||
}, | }, | ||
" | "Rewriter": { | ||
"id": " | "id": "Rewriter", | ||
"name": " | "name": "rewriter", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "The secret of the sanctuary of the Librarian...", | ||
"physicalDesc": " | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#485000FF", | ||
"recipes": [], | "recipes": [ | ||
"Rewriter" | |||
], | |||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
| Строка 2787: | Строка 3226: | ||
} | } | ||
}, | }, | ||
" | "Sbiten": { | ||
"id": " | "id": "Sbiten", | ||
"name": " | "name": "sbiten", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "A spicy Vodka! Might be a little hot for the little guys!", | ||
"physicalDesc": "strong-smelling", | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#004166FF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
| Строка 2809: | Строка 3248: | ||
} | } | ||
}, | }, | ||
" | "ScrewdriverCocktail": { | ||
"id": " | "id": "ScrewdriverCocktail", | ||
"name": " | "name": "screwdriver", | ||
"group": "Drinks", | "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": { | ||
| Строка 2833: | Строка 3272: | ||
} | } | ||
}, | }, | ||
" | "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": { | ||
| Строка 2857: | Строка 3294: | ||
} | } | ||
}, | }, | ||
" | "Singulo": { | ||
"id": " | "id": "Singulo", | ||
"name": " | "name": "singulo", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "A blue-space beverage!", | ||
"physicalDesc": "strong-smelling", | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#3B0C0CFF", | ||
"recipes": [ | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
| Строка 2881: | Строка 3316: | ||
} | } | ||
}, | }, | ||
" | "SnowWhite": { | ||
"id": " | "id": "SnowWhite", | ||
"name": " | "name": "snow white", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "A cold refreshment.", | ||
"physicalDesc": " | "physicalDesc": "bubbly", | ||
"color": "# | "color": "#FFFFFFFF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
| Строка 2903: | Строка 3338: | ||
} | } | ||
}, | }, | ||
" | "SuiDream": { | ||
"id": " | "id": "SuiDream", | ||
"name": " | "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": [], | ||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
| Строка 2927: | Строка 3360: | ||
} | } | ||
}, | }, | ||
" | "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": { | ||
"Drink": { | "Drink": { | ||
| Строка 2949: | Строка 3384: | ||
} | } | ||
}, | }, | ||
" | "TequilaSunrise": { | ||
"id": " | "id": "TequilaSunrise", | ||
"name": " | "name": "tequila sunrise", | ||
"group": "Drinks", | "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": { | ||
| Строка 2973: | Строка 3408: | ||
} | } | ||
}, | }, | ||
" | "ThreeMileIsland": { | ||
"id": " | "id": "ThreeMileIsland", | ||
"name": " | "name": "three mile island iced tea", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "Made for a woman, strong enough for a man.", | ||
"physicalDesc": "strong-smelling", | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#666340FF", | ||
"recipes": [], | "recipes": [ | ||
"ThreeMileIsland" | |||
], | |||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
| Строка 2995: | Строка 3432: | ||
} | } | ||
}, | }, | ||
" | "ToxinsSpecial": { | ||
"id": " | "id": "ToxinsSpecial", | ||
"name": " | "name": "toxins special", | ||
"group": "Drinks", | "group": "Drinks", | ||
"desc": " | "desc": "This thing is ON FIRE! CALL THE DAMN SHUTTLE!", | ||
"physicalDesc": "strong-smelling", | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#665C00FF", | ||
"recipes": [], | |||
"metabolisms": { | |||
"Drink": { | |||
"rate": 0.5, | |||
"effects": [ | |||
{ | |||
"conditions": null, | |||
"probability": 1, | |||
"HydrationFactor": 2, | |||
"id": "SatiateThirst" | |||
} | |||
] | |||
} | |||
} | |||
}, | |||
"VodkaMartini": { | |||
"id": "VodkaMartini", | |||
"name": "vodka martini", | |||
"group": "Drinks", | |||
"desc": "Vodka with Gin. Not quite how 007 enjoyed it, but still delicious.", | |||
"physicalDesc": "strong-smelling", | |||
"color": "#004666FF", | |||
"recipes": [ | "recipes": [ | ||
" | "VodkaMartini" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
| Строка 3019: | Строка 3478: | ||
} | } | ||
}, | }, | ||
" | "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": [], | ||
"metabolisms": | "metabolisms": { | ||
"Drink": { | |||
"rate": 0.5, | |||
"effects": [ | |||
{ | |||
"conditions": null, | |||
"probability": 1, | |||
"HydrationFactor": 2, | |||
"id": "SatiateThirst" | |||
} | |||
] | |||
} | |||
} | |||
}, | }, | ||
" | "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": [ | ||
"metabolisms": | "WhiskeyCola" | ||
], | |||
"metabolisms": { | |||
"Drink": { | |||
"rate": 0.5, | |||
"effects": [ | |||
{ | |||
"conditions": null, | |||
"probability": 1, | |||
"HydrationFactor": 2, | |||
"id": "SatiateThirst" | |||
} | |||
] | |||
} | |||
} | |||
}, | }, | ||
" | "WhiskeySoda": { | ||
"id": " | "id": "WhiskeySoda", | ||
"name": " | "name": "whiskey soda", | ||
"group": " | "group": "Drinks", | ||
"desc": " | "desc": "For the more refined griffon.", | ||
"physicalDesc": " | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#533600FF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": null | "metabolisms": { | ||
"Drink": { | |||
"rate": 0.5, | |||
"effects": [ | |||
{ | |||
"conditions": null, | |||
"probability": 1, | |||
"HydrationFactor": 2, | |||
"id": "SatiateThirst" | |||
} | |||
] | |||
} | |||
} | |||
}, | }, | ||
" | "WhiteRussian": { | ||
"id": " | "id": "WhiteRussian", | ||
"name": " | "name": "white russian", | ||
"group": " | "group": "Drinks", | ||
"desc": " | "desc": "That's just, like, your opinion, man...", | ||
"physicalDesc": "strong-smelling", | |||
"color": "#A68340FF", | |||
"physicalDesc": " | |||
"color": "# | |||
"recipes": [ | "recipes": [ | ||
" | "WhiteRussian" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
| Строка 3116: | Строка 3563: | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
" | "HydrationFactor": 2, | ||
"id": " | "id": "SatiateThirst" | ||
}, | } | ||
] | |||
} | |||
} | |||
}, | |||
"Coffee": { | |||
"id": "Coffee", | |||
"name": "coffee", | |||
"group": "Drinks", | |||
"desc": "A drink made from brewed coffee beans. Contains a moderate amount of caffeine.", | |||
"physicalDesc": "aromatic", | |||
"color": "#664300FF", | |||
"recipes": [], | |||
"metabolisms": { | |||
"Drink": { | |||
"rate": 0.5, | |||
"effects": [ | |||
{ | { | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"HydrationFactor": | "HydrationFactor": 3, | ||
"id": "SatiateThirst" | "id": "SatiateThirst" | ||
} | } | ||
| Строка 3129: | Строка 3592: | ||
} | } | ||
}, | }, | ||
" | "Cream": { | ||
"id": " | "id": "Cream", | ||
"name": " | "name": "cream", | ||
"group": " | "group": "Drinks", | ||
"desc": " | "desc": "The fatty, still liquid part of milk. Why don't you mix this with sum scotch, eh?", | ||
"physicalDesc": " | "physicalDesc": "creamy", | ||
"color": "# | "color": "#DFD7AFFF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
| Строка 3144: | Строка 3607: | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
" | "HydrationFactor": 1, | ||
"id": " | "id": "SatiateThirst" | ||
} | } | ||
] | ] | ||
| Строка 3151: | Строка 3614: | ||
} | } | ||
}, | }, | ||
" | "CafeLatte": { | ||
"id": " | "id": "CafeLatte", | ||
"name": " | "name": "cafe latte", | ||
"group": " | "group": "Drinks", | ||
"desc": "A | "desc": "A nice, strong and tasty beverage while you are reading.", | ||
"physicalDesc": " | "physicalDesc": "creamy", | ||
"color": "# | "color": "#664300FF", | ||
"recipes": [ | "recipes": [ | ||
"CafeLatte" | |||
], | |||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
| Строка 3176: | Строка 3631: | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
" | "HydrationFactor": 3, | ||
"id": " | "id": "SatiateThirst" | ||
} | } | ||
] | ] | ||
| Строка 3183: | Строка 3638: | ||
} | } | ||
}, | }, | ||
" | "GreenTea": { | ||
"id": " | "id": "GreenTea", | ||
"name": " | "name": "green tea", | ||
"group": " | "group": "Drinks", | ||
"desc": " | "desc": "Tasty green tea.", | ||
"physicalDesc": " | "physicalDesc": "aromatic", | ||
"color": "# | "color": "#C33F00FF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
| Строка 3198: | Строка 3653: | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
" | "HydrationFactor": 3, | ||
"id": " | "id": "SatiateThirst" | ||
} | } | ||
] | ] | ||
| Строка 3205: | Строка 3660: | ||
} | } | ||
}, | }, | ||
" | "Grenadine": { | ||
"id": " | "id": "Grenadine", | ||
"name": " | "name": "grenadine", | ||
"group": " | "group": "Drinks", | ||
"desc": " | "desc": "Not cherry flavored!", | ||
"physicalDesc": "", | "physicalDesc": "dark-red", | ||
"color": "# | "color": "#EA1D26FF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
| Строка 3220: | Строка 3675: | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
" | "HydrationFactor": 3, | ||
"id": " | "id": "SatiateThirst" | ||
} | } | ||
] | ] | ||
| Строка 3227: | Строка 3682: | ||
} | } | ||
}, | }, | ||
" | "IcedCoffee": { | ||
"id": " | "id": "IcedCoffee", | ||
"name": " | "name": "iced coffee", | ||
"group": " | "group": "Drinks", | ||
"desc": " | "desc": "Coffee and ice, refreshing and cool.", | ||
"physicalDesc": " | "physicalDesc": "aromatic", | ||
"color": "# | "color": "#102838FF", | ||
"recipes": [], | "recipes": [ | ||
"IcedCoffee" | |||
], | |||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
| Строка 3242: | Строка 3699: | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
" | "HydrationFactor": 3, | ||
"id": " | "id": "SatiateThirst" | ||
} | } | ||
] | ] | ||
| Строка 3249: | Строка 3706: | ||
} | } | ||
}, | }, | ||
" | "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": [ | ||
| Строка 3264: | Строка 3723: | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
" | "HydrationFactor": 3, | ||
"id": " | "id": "SatiateThirst" | ||
} | } | ||
] | ] | ||
| Строка 3271: | Строка 3730: | ||
} | } | ||
}, | }, | ||
" | "IcedTea": { | ||
"id": " | "id": "IcedTea", | ||
"name": " | "name": "iced tea", | ||
"group": " | "group": "Drinks", | ||
"desc": " | "desc": "No relation to a certain rap artist/actor.", | ||
"physicalDesc": " | "physicalDesc": "aromatic", | ||
"color": "# | "color": "#104038FF", | ||
"recipes": [], | "recipes": [ | ||
"IcedTea" | |||
], | |||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
| Строка 3286: | Строка 3747: | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
" | "HydrationFactor": 3, | ||
"id": " | "id": "SatiateThirst" | ||
} | } | ||
] | ] | ||
| Строка 3293: | Строка 3754: | ||
} | } | ||
}, | }, | ||
" | "Lemonade": { | ||
"id": " | "id": "Lemonade", | ||
"name": " | "name": "lemonade", | ||
"group": " | "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": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
| Строка 3308: | Строка 3771: | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
" | "HydrationFactor": 2, | ||
"id": " | "id": "SatiateThirst" | ||
} | } | ||
] | ] | ||
| Строка 3315: | Строка 3778: | ||
} | } | ||
}, | }, | ||
" | "Milk": { | ||
"id": " | "id": "Milk", | ||
"name": " | "name": "milk", | ||
"group": " | "group": "Drinks", | ||
"desc": " | "desc": "An opaque white liquid produced by the mammary glands of mammals.", | ||
"physicalDesc": "", | "physicalDesc": "opaque", | ||
"color": "# | "color": "#DFDFDFFF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
| Строка 3330: | Строка 3793: | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
" | "HydrationFactor": 4, | ||
"id": " | "id": "SatiateThirst" | ||
} | } | ||
] | ] | ||
| Строка 3337: | Строка 3800: | ||
} | } | ||
}, | }, | ||
" | "MilkOat": { | ||
"id": " | "id": "MilkOat", | ||
"name": " | "name": "oat milk", | ||
"group": " | "group": "Drinks", | ||
"desc": " | "desc": "Surprisingly tasty.", | ||
"physicalDesc": "", | "physicalDesc": "refreshing", | ||
"color": "# | "color": "#302000FF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
| Строка 3352: | Строка 3815: | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
" | "HydrationFactor": 4, | ||
"id": " | "id": "SatiateThirst" | ||
} | } | ||
] | ] | ||
| Строка 3359: | Строка 3822: | ||
} | } | ||
}, | }, | ||
" | "MilkSoy": { | ||
"id": " | "id": "MilkSoy", | ||
"name": " | "name": "soy milk", | ||
"group": " | "group": "Drinks", | ||
"desc": " | "desc": "Surprisingly tasty.", | ||
"physicalDesc": " | "physicalDesc": "refreshing", | ||
"color": "# | "color": "#302000FF", | ||
"recipes": [ | "recipes": [], | ||
"metabolisms": { | |||
"Drink": { | |||
"metabolisms": | "rate": 0.5, | ||
"effects": [ | |||
{ | |||
"conditions": null, | |||
"probability": 1, | |||
"HydrationFactor": 5, | |||
"id": "SatiateThirst" | |||
} | |||
] | |||
} | |||
} | |||
}, | }, | ||
" | "MilkSpoiled": { | ||
"id": " | "id": "MilkSpoiled", | ||
"name": " | "name": "spoiled milk", | ||
"group": " | "group": "Drinks", | ||
"desc": " | "desc": "This milk has gone rancid.", | ||
"physicalDesc": "putrid", | |||
"color": "#FAFFBAFF", | |||
"physicalDesc": " | |||
"color": "# | |||
"recipes": [], | "recipes": [], | ||
"metabolisms": null | "metabolisms": { | ||
"Drink": { | |||
"rate": 0.5, | |||
"effects": [ | |||
{ | |||
"conditions": null, | |||
"probability": 1, | |||
"HydrationFactor": -2, | |||
"id": "SatiateThirst" | |||
} | |||
] | |||
} | |||
} | |||
}, | }, | ||
" | "Nothing": { | ||
"id": " | "id": "Nothing", | ||
"name": " | "name": "nothing", | ||
"group": " | "group": "Drinks", | ||
"desc": " | "desc": "Absolutely nothing.", | ||
"physicalDesc": " | "physicalDesc": "nothing", | ||
"color": "# | "color": "#FFFFFFFF", | ||
"recipes": [ | "recipes": [], | ||
" | "metabolisms": { | ||
"Drink": { | |||
"rate": 0.5, | |||
"effects": [ | |||
{ | |||
"conditions": null, | |||
"probability": 1, | |||
"HydrationFactor": 2, | |||
"id": "SatiateThirst" | |||
} | |||
] | |||
} | |||
} | |||
}, | }, | ||
" | "NukaCola": { | ||
"id": " | "id": "NukaCola", | ||
"name": " | "name": "nuka cola", | ||
"group": " | "group": "Drinks", | ||
"desc": " | "desc": "Cola, cola never changes.", | ||
"physicalDesc": " | "physicalDesc": "fizzy", | ||
"color": "# | "color": "#100800FF", | ||
"recipes": [ | "recipes": [ | ||
" | "NukaCola" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
" | "conditions": null, | ||
"probability": 1, | |||
" | "HydrationFactor": 6, | ||
" | "id": "SatiateThirst" | ||
} | } | ||
] | |||
}, | |||
"Poison": { | |||
"rate": 0.5, | |||
"effects": [ | |||
{ | |||
"damage": { | |||
"types": { | |||
"Poison": 1 | |||
}, | |||
"groups": null | |||
}, | }, | ||
"scaleByQuantity": false, | "scaleByQuantity": false, | ||
| Строка 3470: | Строка 3930: | ||
} | } | ||
}, | }, | ||
" | "SodaWater": { | ||
"id": " | "id": "SodaWater", | ||
"name": " | "name": "soda water", | ||
"group": " | "group": "Drinks", | ||
"desc": "A | "desc": "A container of club soda. Why not make a scotch and soda?", | ||
"physicalDesc": " | "physicalDesc": "fizzy", | ||
"color": "# | "color": "#619494FF", | ||
"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" | |||
} | } | ||
] | ] | ||
| Строка 3501: | Строка 3952: | ||
} | } | ||
}, | }, | ||
" | "SoyLatte": { | ||
"id": " | "id": "SoyLatte", | ||
"name": " | "name": "soy latte", | ||
"group": " | "group": "Drinks", | ||
"desc": "A | "desc": "A coffee drink made with espresso and steamed soy milk.", | ||
"physicalDesc": "strong-smelling", | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#664300FF", | ||
"recipes": [ | "recipes": [ | ||
" | "SoyLatte" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"rate": 0.5, | |||
"effects": [ | |||
{ | |||
"conditions": null, | |||
"probability": 1, | |||
"HydrationFactor": 3, | |||
"id": "SatiateThirst" | |||
} | |||
] | |||
} | |||
} | |||
}, | |||
"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, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
" | "HydrationFactor": 3, | ||
"id": "SatiateThirst" | |||
"id": " | |||
} | } | ||
] | ] | ||
| Строка 3565: | Строка 3998: | ||
} | } | ||
}, | }, | ||
" | "TonicWater": { | ||
"id": " | "id": "TonicWater", | ||
"name": " | "name": "tonic water", | ||
"group": " | "group": "Drinks", | ||
"desc": "It tastes strange but at least the quinine keeps the Space Malaria at bay.", | |||
"physicalDesc": "fizzy", | |||
"color": "#0064C8FF", | |||
"desc": "Space | |||
"physicalDesc": " | |||
"color": "# | |||
"recipes": [], | "recipes": [], | ||
"metabolisms": null | "metabolisms": { | ||
"Drink": { | |||
"rate": 0.5, | |||
"effects": [ | |||
{ | |||
"conditions": null, | |||
"probability": 1, | |||
"HydrationFactor": 3, | |||
"id": "SatiateThirst" | |||
} | |||
] | |||
} | |||
} | |||
}, | }, | ||
" | "Water": { | ||
"id": " | "id": "Water", | ||
"name": " | "name": "water", | ||
"group": " | "group": "Drinks", | ||
"desc": "A | "desc": "A colorless liquid that humans need in order to survive.", | ||
"physicalDesc": " | "physicalDesc": "translucent", | ||
"color": "# | "color": "#C0E0FF20", | ||
"recipes": [], | |||
"metabolisms": { | |||
"Drink": { | |||
"rate": 0.5, | |||
"effects": [ | |||
{ | |||
"conditions": null, | |||
"probability": 1, | |||
"HydrationFactor": 4, | |||
"id": "SatiateThirst" | |||
} | |||
] | |||
} | |||
} | |||
}, | |||
"Ice": { | |||
"id": "Ice", | |||
"name": "ice", | |||
"group": "Unknown", | |||
"desc": "Frozen water.", | |||
"physicalDesc": "frosty", | |||
"color": "#BED8E6FF", | |||
"recipes": [], | "recipes": [], | ||
"metabolisms": null | "metabolisms": null | ||
}, | }, | ||
" | "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": "", | ||
"color": "# | "color": "#7FFFD4FF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": null | "metabolisms": null | ||
}, | }, | ||
" | "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": [], | ||
"metabolisms": null | "metabolisms": null | ||
}, | }, | ||
" | "Cornoil": { | ||
"id": " | "id": "Cornoil", | ||
"name": " | "name": "corn oil", | ||
"group": " | "group": "Foods", | ||
"desc": "A | "desc": "Corn oil, A delicious oil used in cooking. Made from corn.", | ||
"physicalDesc": " | "physicalDesc": "", | ||
"color": "# | "color": "#FFFF00FF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": null | "metabolisms": null | ||
}, | }, | ||
" | "Frostoil": { | ||
"id": " | "id": "Frostoil", | ||
"name": " | "name": "frostoil", | ||
"group": " | "group": "Foods", | ||
"desc": " | "desc": "Leaves the tongue numb in its passage.", | ||
"physicalDesc": " | "physicalDesc": "", | ||
"color": "# | "color": "#87CEEBFF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": null | "metabolisms": null | ||
}, | }, | ||
" | "HorseradishSauce": { | ||
"id": " | "id": "HorseradishSauce", | ||
"name": " | "name": "horseradish sauce", | ||
"group": " | "group": "Foods", | ||
"desc": " | "desc": "Smelly horseradish sauce.", | ||
"physicalDesc": " | "physicalDesc": "Overpowering.", | ||
"color": "#808080FF", | "color": "#808080FF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": null | "metabolisms": null | ||
}, | }, | ||
" | "Hotsauce": { | ||
"id": " | "id": "Hotsauce", | ||
"name": " | "name": "hotsauce", | ||
"group": " | "group": "Foods", | ||
"desc": " | "desc": "Burns so good.", | ||
"physicalDesc": " | "physicalDesc": "", | ||
"color": "# | "color": "#FF0000FF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": null | "metabolisms": null | ||
}, | }, | ||
" | "Ketchup": { | ||
"id": " | "id": "Ketchup", | ||
"name": " | "name": "ketchup", | ||
"group": " | "group": "Foods", | ||
"desc": " | "desc": "Made from pureed tomatoes and flavored with spices.", | ||
"physicalDesc": " | "physicalDesc": "", | ||
"color": "# | "color": "#FF0000FF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": null | "metabolisms": null | ||
}, | }, | ||
" | "Soysauce": { | ||
"id": " | "id": "Soysauce", | ||
"name": " | "name": "soy sauce", | ||
"group": " | "group": "Foods", | ||
"desc": "A | "desc": "A salty soy-based flavoring.", | ||
"physicalDesc": " | "physicalDesc": "", | ||
"color": "# | "color": "#8B4513FF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": null | "metabolisms": null | ||
}, | }, | ||
" | "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": "#A1000BFF", | ||
"recipes": [], | "recipes": [ | ||
"TableSalt" | |||
], | |||
"metabolisms": { | "metabolisms": { | ||
" | "Food": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": " | "NutritionFactor": 0.5, | ||
"id": "SatiateHunger" | |||
}, | |||
{ | |||
"conditions": null, | |||
"probability": 1, | |||
"HydrationFactor": -0.5, | |||
"id": "SatiateThirst" | |||
} | } | ||
] | ] | ||
| Строка 3718: | Строка 4162: | ||
} | } | ||
}, | }, | ||
" | "Nutriment": { | ||
"id": " | "id": "Nutriment", | ||
"name": " | "name": "nutriment", | ||
"group": " | "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": null | "metabolisms": { | ||
"Food": { | |||
"rate": 0.5, | |||
"effects": [ | |||
{ | |||
"conditions": null, | |||
"probability": 1, | |||
"NutritionFactor": 3, | |||
"id": "SatiateHunger" | |||
} | |||
] | |||
} | |||
} | |||
}, | }, | ||
" | "Glucose": { | ||
"id": " | "id": "Glucose", | ||
"name": " | "name": "glucose", | ||
"group": " | "group": "Unknown", | ||
"desc": " | "desc": "A simple sugar found in many foods.", | ||
"physicalDesc": " | "physicalDesc": "syrupy", | ||
"color": "# | "color": "#FFFFFFFF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": null | "metabolisms": null | ||
}, | }, | ||
" | "Flour": { | ||
"id": " | "id": "Flour", | ||
"name": " | "name": "flour", | ||
"group": " | "group": "Foods", | ||
"desc": " | "desc": "Used for baking.", | ||
"physicalDesc": "powdery", | "physicalDesc": "powdery", | ||
"color": "# | "color": "#FFFFFFFF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Food": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": " | "NutritionFactor": 1, | ||
"id": "SatiateHunger" | |||
} | } | ||
] | ] | ||
| Строка 3787: | Строка 4216: | ||
} | } | ||
}, | }, | ||
" | "Oats": { | ||
"id": " | "id": "Oats", | ||
"name": " | "name": "oats", | ||
"group": " | "group": "Foods", | ||
"desc": " | "desc": "Used for a variety of tasty purposes.", | ||
"physicalDesc": "coarse", | |||
"color": "#D2B48CFF", | |||
"physicalDesc": " | |||
"color": "# | |||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Food": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": " | "NutritionFactor": 1, | ||
"id": "SatiateHunger" | |||
} | } | ||
] | ] | ||
| Строка 3856: | Строка 4238: | ||
} | } | ||
}, | }, | ||
" | "Enzyme": { | ||
"id": " | "id": "Enzyme", | ||
"name": " | "name": "universal enzyme", | ||
"group": " | "group": "Foods", | ||
"desc": " | "desc": "Used in cooking various dishes.", | ||
"physicalDesc": " | "physicalDesc": "", | ||
"color": "# | "color": "#009900FF", | ||
"recipes": [ | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Food": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"conditions": null, | "conditions": null, | ||
"probability": | "probability": 1, | ||
"id": " | "NutritionFactor": 3, | ||
"id": "SatiateHunger" | |||
} | } | ||
] | ] | ||
| Строка 3884: | Строка 4260: | ||
} | } | ||
}, | }, | ||
" | "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": null | "metabolisms": { | ||
"Food": { | |||
"rate": 0.5, | |||
"effects": [ | |||
{ | |||
"conditions": null, | |||
"probability": 1, | |||
"NutritionFactor": 1, | |||
"id": "SatiateHunger" | |||
} | |||
] | |||
} | |||
} | |||
}, | }, | ||
" | "Sugar": { | ||
"id": " | "id": "Sugar", | ||
"name": " | "name": "sugar", | ||
"group": " | "group": "Foods", | ||
"desc": " | "desc": "Tasty spacey sugar!", | ||
"physicalDesc": " | "physicalDesc": "", | ||
"color": "# | "color": "#FFFFFFFF", | ||
"recipes": [ | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Food": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
" | "conditions": null, | ||
"probability": 1, | |||
"NutritionFactor": 1, | |||
"id": "SatiateHunger" | |||
} | |||
] | |||
} | |||
} | |||
}, | |||
"Blackpepper": { | |||
"id": "Blackpepper", | |||
"name": "black pepper", | |||
"group": "Foods", | |||
"desc": "Often used to flavor food or make people sneeze.", | |||
"physicalDesc": "Grainy.", | |||
"color": "#000000FF", | |||
"recipes": [], | |||
"metabolisms": { | |||
"Food": { | |||
"rate": 0.5, | |||
"effects": [ | |||
{ | { | ||
" | "conditions": null, | ||
"probability": 1, | |||
"NutritionFactor": 1, | |||
"id": "SatiateHunger" | |||
} | |||
] | |||
} | |||
} | |||
}, | |||
"Vinegar": { | |||
"id": "Vinegar", | |||
"name": "vinegar", | |||
"group": "Foods", | |||
"desc": "Often used to flavor food.", | |||
"physicalDesc": "", | |||
"color": "#D2B48CFF", | |||
"recipes": [], | |||
"metabolisms": { | |||
"Food": { | |||
"rate": 0.5, | |||
"effects": [ | |||
{ | { | ||
" | "conditions": null, | ||
"probability": 1, | |||
"NutritionFactor": 1, | |||
"id": "SatiateHunger" | |||
} | |||
] | |||
} | |||
} | |||
}, | |||
"Rice": { | |||
"id": "Rice", | |||
"name": "rice", | |||
"group": "Foods", | |||
"desc": "Hard, small white grains.", | |||
"physicalDesc": "", | |||
"color": "#FFFFFFFF", | |||
"recipes": [], | |||
"metabolisms": { | |||
"Food": { | |||
"rate": 0.5, | |||
"effects": [ | |||
{ | { | ||
"conditions": null, | |||
"probability": 1, | |||
"NutritionFactor": 3, | |||
"id": "SatiateHunger" | |||
"conditions": | |||
"probability": | |||
" | |||
"id": " | |||
} | } | ||
] | ] | ||
| Строка 4028: | Строка 4370: | ||
} | } | ||
}, | }, | ||
" | "OilOlive": { | ||
"id": " | "id": "OilOlive", | ||
"name": " | "name": "olive oil", | ||
"group": " | "group": "Foods", | ||
"desc": " | "desc": "Viscous and fragrant.", | ||
"physicalDesc": "", | |||
"color": "#808000FF", | |||
"physicalDesc": " | |||
"color": "# | |||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Food": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"conditions": null, | "conditions": null, | ||
"probability": | "probability": 1, | ||
"id": " | "NutritionFactor": 1, | ||
"id": "SatiateHunger" | |||
} | } | ||
] | ] | ||
| Строка 4072: | Строка 4392: | ||
} | } | ||
}, | }, | ||
" | "Oil": { | ||
"id": " | "id": "Oil", | ||
"name": " | "name": "oil", | ||
"group": " | "group": "Foods", | ||
"desc": " | "desc": "Used by chefs to cook.", | ||
"physicalDesc": " | "physicalDesc": "oily", | ||
"color": "# | "color": "#B67823FF", | ||
"recipes": [ | "recipes": [ | ||
" | "Oil" | ||
], | ], | ||
"metabolisms": null | "metabolisms": null | ||
}, | }, | ||
" | "Acetone": { | ||
"id": " | "id": "Acetone", | ||
"name": " | "name": "acetone", | ||
"group": " | "group": "Unknown", | ||
"desc": " | "desc": "A slick, slightly carcinogenic liquid. Has a multitude of mundane uses in everyday life.", | ||
"physicalDesc": " | "physicalDesc": "acidic", | ||
"color": "# | "color": "#AF14B7FF", | ||
"recipes": [ | "recipes": [ | ||
" | "Acetone" | ||
], | ], | ||
"metabolisms": null | "metabolisms": null | ||
}, | }, | ||
" | "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": [ | "recipes": [ | ||
" | "Phenol" | ||
], | ], | ||
"metabolisms": { | "metabolisms": null | ||
" | }, | ||
"rate": 0.5, | "Bleach": { | ||
"effects": [ | "id": "Bleach", | ||
"name": "bleach", | |||
"group": "Unknown", | |||
"desc": "Heavy duty cleaner that can clean tiles the same as Space Cleaner and also decontaminate clothes. Extremely toxic when ingested.", | |||
"physicalDesc": "strong-smelling", | |||
"color": "#A1000BFF", | |||
"recipes": [ | |||
"Bleach" | |||
], | |||
"metabolisms": { | |||
"Poison": { | |||
"rate": 0.5, | |||
"effects": [ | |||
{ | { | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
"Poison": | "Poison": 3 | ||
}, | }, | ||
"groups": null | "groups": null | ||
| Строка 4122: | Строка 4454: | ||
"probability": 1, | "probability": 1, | ||
"id": "HealthChange" | "id": "HealthChange" | ||
}, | |||
{ | |||
"Messages": [ | |||
"generic-reagent-effect-burning-insides" | |||
], | |||
"Type": 1, | |||
"conditions": null, | |||
"probability": 0.33, | |||
"id": "PopupMessage" | |||
} | } | ||
] | ] | ||
| Строка 4127: | Строка 4468: | ||
} | } | ||
}, | }, | ||
" | "SpaceCleaner": { | ||
"id": " | "id": "SpaceCleaner", | ||
"name": " | "name": "space cleaner", | ||
"group": " | "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": [ | "recipes": [ | ||
"SpaceCleaner" | |||
" | ], | ||
"metabolisms": null | |||
}, | |||
"SpaceLube": { | |||
"id": "SpaceLube", | |||
"name": "space lube", | |||
"group": "Unknown", | |||
"desc": "Space Lube is a high performance lubricant intended for maintenance of extremely complex mechanical equipment (and certainly not used to make people slip).", | |||
"physicalDesc": "shiny", | |||
"color": "#77B58EFF", | |||
}, | |||
" | |||
"id": " | |||
"name": " | |||
"group": " | |||
"desc": " | |||
"physicalDesc": " | |||
"color": "# | |||
"recipes": [ | "recipes": [ | ||
" | "SpaceLube" | ||
], | ], | ||
"metabolisms": | "metabolisms": null | ||
}, | |||
"EZNutrient": { | |||
"id": "EZNutrient", | |||
"name": "EZ nutrient", | |||
"group": "Botanical", | |||
"desc": "Give your plants some of those EZ nutrients!", | |||
"physicalDesc": "thick", | |||
"color": "#664330FF", | |||
"recipes": [ | |||
"EZNutrient" | |||
], | |||
"metabolisms": null | |||
}, | }, | ||
" | "Left4Zed": { | ||
"id": " | "id": "Left4Zed", | ||
"name": " | "name": "left-4-zed", | ||
"group": " | "group": "Botanical", | ||
"desc": " | "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": null | ||
}, | |||
"PestKiller": { | |||
"id": "PestKiller", | |||
"name": "pest killer", | |||
"group": "Botanical", | |||
"desc": "A mixture that targets pests.", | |||
"physicalDesc": "bubbling", | |||
"color": "#9E9886FF", | |||
"recipes": [], | |||
"metabolisms": null | |||
}, | }, | ||
" | "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": null | ||
" | }, | ||
"RobustHarvest": { | |||
"id": "RobustHarvest", | |||
"name": "robust harvest", | |||
"group": "Botanical", | |||
"desc": "Plant-enhancing hormones, good for increasing potency.", | |||
"physicalDesc": "robust", | |||
"color": "#3E901CFF", | |||
"recipes": [ | |||
"RobustHarvest" | |||
], | |||
"metabolisms": null | |||
}, | |||
"WeedKiller": { | |||
"id": "WeedKiller", | |||
"name": "weed killer", | |||
"group": "Botanical", | |||
"desc": "A mixture that targets weeds.", | |||
"physicalDesc": "bubbling", | |||
"color": "#968395FF", | |||
"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": [ | |||
"Ammonia" | |||
], | |||
"metabolisms": { | |||
"Poison": { | |||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
| Строка 4243: | Строка 4578: | ||
"types": null, | "types": null, | ||
"groups": { | "groups": { | ||
" | "Caustic": 1 | ||
} | } | ||
}, | }, | ||
"scaleByQuantity": false, | "scaleByQuantity": false, | ||
"ignoreResistances": true, | "ignoreResistances": true, | ||
"conditions": | "conditions": null, | ||
"probability": 1, | |||
"id": "HealthChange" | |||
"probability": 1, | |||
"id": "HealthChange" | |||
} | } | ||
] | ] | ||
| Строка 4265: | Строка 4591: | ||
} | } | ||
}, | }, | ||
" | "Diethylamine": { | ||
"id": " | "id": "Diethylamine", | ||
"name": " | "name": "diethylamine", | ||
"group": " | "group": "Botanical", | ||
"desc": " | "desc": "A very potent fertilizer.", | ||
"physicalDesc": " | "physicalDesc": "strong-smelling", | ||
"color": "# | "color": "#A1000BFF", | ||
"recipes": [ | "recipes": [ | ||
" | "Diethylamine" | ||
], | ], | ||
"metabolisms": { | "metabolisms": { | ||
" | "Poison": { | ||
"rate": 0.5, | "rate": 0.5, | ||
"effects": [ | "effects": [ | ||
| Строка 4283: | Строка 4609: | ||
"types": null, | "types": null, | ||
"groups": { | "groups": { | ||
" | "Caustic": 1 | ||
} | } | ||
}, | }, | ||
"scaleByQuantity": false, | "scaleByQuantity": false, | ||
"ignoreResistances": true, | "ignoreResistances": true, | ||
"conditions": | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": "HealthChange" | "id": "HealthChange" | ||
| Строка 4305: | Строка 4622: | ||
} | } | ||
}, | }, | ||
" | "Aluminium": { | ||
"id": " | "id": "Aluminium", | ||
"name": " | "name": "aluminium", | ||
"group": " | "group": "Elements", | ||
"desc": " | "desc": "A silver, soft, non-magnetic, and ductile metal.", | ||
"physicalDesc": " | "physicalDesc": "metallic", | ||
"color": "# | "color": "#848789FF", | ||
"recipes": [ | "recipes": [], | ||
"metabolisms": null | |||
], | }, | ||
"Carbon": { | |||
"id": "Carbon", | |||
"name": "carbon", | |||
"group": "Elements", | |||
"desc": "A black, crystalline solid.", | |||
"physicalDesc": "crystalline", | |||
"color": "#22282BFF", | |||
"recipes": [], | |||
"metabolisms": null | "metabolisms": null | ||
}, | }, | ||
" | "Chlorine": { | ||
"id": " | "id": "Chlorine", | ||
"name": " | "name": "chlorine", | ||
"group": " | "group": "Elements", | ||
"desc": " | "desc": "A yellow-green gas which is toxic to humans.", | ||
"physicalDesc": " | "physicalDesc": "gaseous", | ||
"color": "# | "color": "#A2FF00FF", | ||
"recipes": [ | "recipes": [], | ||
"metabolisms": null | |||
}, | |||
"metabolisms": | "Copper": { | ||
"id": "Copper", | |||
"name": "copper", | |||
"group": "Elements", | |||
"desc": "A soft, malleable, and ductile metal with very high thermal and electrical conductivity.", | |||
"physicalDesc": "metallic", | |||
"color": "#B05B3CFF", | |||
"recipes": [], | |||
"metabolisms": null | |||
}, | }, | ||
" | "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": | "Gold": { | ||
"id": "Gold", | |||
"name": "gold", | |||
"group": "Elements", | |||
"desc": "Gold is a dense, soft, shiny metal and the most malleable and ductile metal known.", | |||
"physicalDesc": "metallic", | |||
"color": "#F7C430FF", | |||
"recipes": [], | |||
"metabolisms": null | |||
}, | }, | ||
" | "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 | |||
"metabolisms | |||
}, | }, | ||
" | "Iodine": { | ||
"id": " | "id": "Iodine", | ||
"name": " | "name": "iodine", | ||
"group": " | "group": "Elements", | ||
"desc": " | "desc": "Commonly added to table salt as a nutrient. On its own it tastes far less pleasing.", | ||
"physicalDesc": " | "physicalDesc": "Dark Brown", | ||
"color": "# | "color": "#BC8A00FF", | ||
"recipes": [ | "recipes": [], | ||
"metabolisms": null | "metabolisms": null | ||
}, | }, | ||
" | "Iron": { | ||
"id": " | "id": "Iron", | ||
"name": " | "name": "iron", | ||
"group": " | "group": "Elements", | ||
"desc": " | "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": " | "physicalDesc": "metallic", | ||
"color": "# | "color": "#434B4DFF", | ||
"recipes": [ | "recipes": [], | ||
"metabolisms": null | |||
], | }, | ||
"Lithium": { | |||
"id": "Lithium", | |||
"name": "lithium", | |||
"group": "Elements", | |||
"desc": "A soft, silvery-white alkali metal. It is highly reactive, and ignites if it makes contact with water.", | |||
"physicalDesc": "shiny", | |||
"color": "#C6C8CCFF", | |||
"recipes": [], | |||
"metabolisms": null | |||
}, | |||
"Mercury": { | |||
"id": "Mercury", | |||
"name": "mercury", | |||
"group": "Elements", | |||
"desc": "A silver metal which is liquid at room temperature. It is highly toxic to humans.", | |||
"physicalDesc": "shiny", | |||
"color": "#929296FF", | |||
"recipes": [], | |||
"metabolisms": { | "metabolisms": { | ||
"Medicine": { | "Medicine": { | ||
| Строка 4439: | Строка 4737: | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
"Poison": 2 | |||
"Poison": | |||
}, | }, | ||
"groups": | "groups": null | ||
}, | }, | ||
"scaleByQuantity": false, | "scaleByQuantity": false, | ||
"ignoreResistances": true, | "ignoreResistances": true, | ||
"conditions": | "conditions": null, | ||
"probability": 1, | |||
"id": "HealthChange" | |||
} | |||
] | |||
} | |||
} | |||
}, | |||
"Nitrogen": { | |||
"id": "Nitrogen", | |||
"name": "nitrogen", | |||
"group": "Elements", | |||
"desc": "A colorless, odorless unreactive gas. Highly stable.", | |||
"physicalDesc": "gaseous", | |||
"color": "#808080FF", | |||
"recipes": [], | |||
"metabolisms": null | |||
}, | |||
"Oxygen": { | |||
"id": "Oxygen", | |||
"name": "oxygen", | |||
"group": "Elements", | |||
"desc": "An oxidizing, colorless gas.", | |||
"physicalDesc": "gaseous", | |||
"color": "#808080FF", | |||
"recipes": [], | |||
"metabolisms": null | |||
}, | |||
"Potassium": { | |||
"id": "Potassium", | |||
"name": "potassium", | |||
"group": "Elements", | |||
"desc": "A soft, shiny grey metal. Even more reactive than lithium.", | |||
"physicalDesc": "shiny", | |||
"color": "#C6C8CCFF", | |||
"recipes": [], | |||
"metabolisms": null | |||
}, | |||
"Phosphorus": { | |||
"id": "Phosphorus", | |||
"name": "phosphorus", | |||
"group": "Elements", | |||
"desc": "A reactive metal used in pyrotechnics and weapons.", | |||
"physicalDesc": "powdery", | |||
"color": "#EDE4E4FF", | |||
"recipes": [], | |||
"metabolisms": null | |||
}, | |||
"Radium": { | |||
"id": "Radium", | |||
"name": "radium", | |||
"group": "Elements", | |||
"desc": "A radioactive metal, silvery-white in its pure form. It glows due to its radioactivity and is highly toxic.", | |||
"physicalDesc": "glowing", | |||
"color": "#00FF04FF", | |||
"recipes": [], | |||
"metabolisms": { | |||
"Medicine": { | |||
"rate": 0.5, | |||
"effects": [ | |||
{ | { | ||
" | "damage": { | ||
" | "types": { | ||
" | "Radiation": 2 | ||
}, | |||
"groups": null | |||
}, | |||
"scaleByQuantity": false, | |||
"ignoreResistances": true, | |||
"conditions": null, | "conditions": null, | ||
"probability": 1, | "probability": 1, | ||
"id": " | "id": "HealthChange" | ||
} | } | ||
] | |||
} | |||
} | |||
}, | |||
"Silicon": { | |||
"id": "Silicon", | |||
"name": "silicon", | |||
"group": "Elements", | |||
"desc": "A hard and brittle crystalline solid with a blue-grey color.", | |||
"physicalDesc": "crystalline", | |||
"color": "#364266FF", | |||
"recipes": [], | |||
"metabolisms": null | |||
}, | |||
"Silver": { | |||
"id": "Silver", | |||
"name": "silver", | |||
"group": "Elements", | |||
"desc": "A soft, white, lustrous transition metal, it has the highest electrical conductivity of any element and the highest thermal conductivity of any metal.", | |||
"physicalDesc": "reasonably metallic", | |||
"color": "#D0D0D0FF", | |||
"recipes": [], | |||
"metabolisms": null | |||
}, | }, | ||
" | "Sulfur": { | ||
"id": " | "id": "Sulfur", | ||
"name": " | "name": "sulfur", | ||
"group": " | "group": "Elements", | ||
"desc": "A | "desc": "A yellow, crystalline solid.", | ||
"physicalDesc": " | "physicalDesc": "powdery", | ||
"color": "# | "color": "#FFF385FF", | ||
"recipes": [ | "recipes": [], | ||
"metabolisms": null | |||
], | }, | ||
"Sodium": { | |||
"id": "Sodium", | |||
"name": "sodium", | |||
"group": "Elements", | |||
"desc": "A silvery-white alkali metal. Highly reactive in its pure form.", | |||
"physicalDesc": "metallic", | |||
"color": "#C6C8CCFF", | |||
"recipes": [], | |||
"metabolisms": null | "metabolisms": null | ||
}, | }, | ||
" | "Uranium": { | ||
"id": " | "id": "Uranium", | ||
"name": " | "name": "uranium", | ||
"group": " | "group": "Elements", | ||
"desc": "A | "desc": "A grey metallic chemical element in the actinide series, weakly radioactive.", | ||
"physicalDesc": " | "physicalDesc": "metallic", | ||
"color": "# | "color": "#8FA191FF", | ||
"recipes": [ | "recipes": [], | ||
"metabolisms": { | "metabolisms": { | ||
"Medicine": { | "Medicine": { | ||
| Строка 4577: | Строка 4875: | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
"Radiation": | "Radiation": 2 | ||
}, | }, | ||
"groups": null | "groups": null | ||
| Строка 4591: | Строка 4889: | ||
} | } | ||
}, | }, | ||
" | "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, | ||
"conditions": null, | |||
" | "probability": 0.1, | ||
"id": "PopupMessage" | |||
"conditions": | |||
"probability": 1, | |||
"id": " | |||
} | } | ||
] | ] | ||
| Строка 4652: | Строка 4917: | ||
} | } | ||
}, | }, | ||
" | "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": [], | |||
"metabolisms": null | |||
}, | |||
"BuzzochloricBees": { | |||
"id": "BuzzochloricBees", | |||
"name": "Buzzochloric Bees", | |||
"group": "Toxins", | |||
"desc": "Liquid bees. Oh god it's LIQUID BEES NO-", | |||
"physicalDesc": "buzzy", | |||
"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, | |||
" | |||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"Min": 0, | "Min": 0, | ||
"Max": | "Max": 0, | ||
"id": " | "Reagent": "Histamine", | ||
} | "id": "ReagentThreshold" | ||
}, | |||
{ | |||
"Tag": "Bee", | |||
"Invert": true, | |||
"id": "HasTag" | |||
} | |||
], | ], | ||
"probability": 1, | "probability": 0.1, | ||
"id": " | "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, | |||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"Min": | "Min": 0.01, | ||
"Max": | "Max": 21474836, | ||
"id": " | "Reagent": "Histamine", | ||
"id": "ReagentThreshold" | |||
}, | |||
{ | |||
"Tag": "Bee", | |||
"Invert": true, | |||
"id": "HasTag" | |||
} | } | ||
], | ], | ||
"probability": | "probability": 0.05, | ||
"id": " | "id": "PopupMessage" | ||
}, | }, | ||
{ | { | ||
"Messages": [ | "Messages": [ | ||
" | "buzzochloricbees-effect-licoxide-electrifying", | ||
"buzzochloricbees-effect-licoxide-shocked-by-bee-facts", | |||
"buzzochloricbees-effect-licoxide-buzzed", | |||
"buzzochloricbees-effect-licoxide-buzzes" | |||
], | ], | ||
"Type": 1, | "Type": 1, | ||
"conditions": | "conditions": [ | ||
{ | |||
"Tag": "Bee", | |||
"Invert": true, | |||
"id": "HasTag" | |||
}, | |||
{ | |||
"Min": 0.01, | |||
"Max": 21474836, | |||
"Reagent": "Licoxide", | |||
"id": "ReagentThreshold" | |||
} | |||
], | |||
"probability": 0.05, | |||
"id": "PopupMessage" | |||
}, | |||
{ | |||
"Messages": [ | |||
"buzzochloricbees-effect-fiber-hairy", | |||
"buzzochloricbees-effect-fiber-soft" | |||
], | |||
"Type": 1, | |||
"conditions": [ | |||
{ | |||
"Tag": "Bee", | |||
"Invert": true, | |||
"id": "HasTag" | |||
}, | |||
{ | |||
"Min": 0.01, | |||
"Max": 21474836, | |||
"Reagent": "Fiber", | |||
"id": "ReagentThreshold" | |||
} | |||
], | |||
"probability": 0.05, | |||
"id": "PopupMessage" | |||
}, | |||
{ | { | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
"Poison": | "Poison": 2, | ||
" | "Piercing": 2 | ||
}, | }, | ||
"groups": null | "groups": null | ||
| Строка 4782: | Строка 5047: | ||
"scaleByQuantity": false, | "scaleByQuantity": false, | ||
"ignoreResistances": true, | "ignoreResistances": true, | ||
"conditions": | "conditions": [ | ||
{ | |||
"Tag": "Bee", | |||
"Invert": true, | |||
"id": "HasTag" | |||
} | |||
], | |||
"probability": 1, | "probability": 1, | ||
"id": "HealthChange" | "id": "HealthChange" | ||
| Строка 4790: | Строка 5061: | ||
} | } | ||
}, | }, | ||
" | "GroundBee": { | ||
"id": " | "id": "GroundBee", | ||
"name": " | "name": "Ground Bee", | ||
"group": " | "group": "Unknown", | ||
"desc": " | "desc": "Bee grounds. Gross.", | ||
"physicalDesc": " | "physicalDesc": "bee guts", | ||
"color": "# | "color": "#86530EFF", | ||
"recipes": [ | "recipes": [], | ||
"metabolisms": null | "metabolisms": null | ||
}, | }, | ||
" | "Saxoite": { | ||
"id": " | "id": "Saxoite", | ||
"name": " | "name": "Saxoite", | ||
"group": " | "group": "Unknown", | ||
"desc": " | "desc": "Smells like jazz.", | ||
"physicalDesc": " | "physicalDesc": "ground brass", | ||
"color": "# | "color": "#B8A603FF", | ||
"recipes": [ | "recipes": [], | ||
"metabolisms": null | "metabolisms": null | ||
}, | }, | ||
" | "Licoxide": { | ||
"id": " | "id": "Licoxide", | ||
"name": " | "name": "Licoxide", | ||
"group": " | "group": "Toxins", | ||
"desc": " | "desc": "It looks... electrifying.", | ||
"physicalDesc": "electric", | |||
"color": "#FDD023FF", | |||
"recipes": [], | |||
"physicalDesc": " | |||
"color": "# | |||
"recipes": [ | |||
"metabolisms": { | "metabolisms": { | ||
"Poison": { | "Poison": { | ||
| Строка 4841: | Строка 5094: | ||
"effects": [ | "effects": [ | ||
{ | { | ||
" | "ElectrocuteTime": 2, | ||
"ElectrocuteDamageScale": 5, | |||
" | |||
"Refresh": true, | "Refresh": true, | ||
"conditions": null, | "conditions": null, | ||
"probability | "probability": 0.5, | ||
"id": "Electrocute" | |||
"id": " | |||
} | } | ||
] | ] | ||
Версия от 17:17, 28 декабря 2021
| Alkycosine |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Alkysine |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Dylovene |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Diphenhydramine |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Arithrazine |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Bicaridine |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Cryoxadone |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Clonexadone |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Citalopram |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Dermaline |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Dexalin |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| DexalinPlus |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Ethylredoxrazine |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Epinephrine |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Hyperzine |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Hyronalin |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Imidazoline |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Inacusiate |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Inaprovaline |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Kelotane |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Leporazine |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Methylin |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Oxycodone |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Phalanximine |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Paroxetine |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Ryetalyn |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Spaceacillin |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Synaptizine |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Tramadol |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Tricordrazine |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ChloralHydrate |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Cryptobiolin |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Lipozine |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Sterilizine |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Omnizine |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Ultravasculine |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Cola |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ChangelingSting |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| DrGibb |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| EnergyDrink |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| GrapeSoda |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| LemonLime |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| PwrGame |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| SpaceMountainWind |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| SpaceUp |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Starkist |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| FourteenLoko |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| JuiceApple |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| JuiceBanana |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| JuiceBerry |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| JuiceBerryPoison |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| JuiceCarrot |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| JuiceGrape |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| JuiceLemon |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| JuiceLime |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| JuiceOrange |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| JuicePineapple |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| JuicePotato |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| JuiceTomato |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| JuiceWatermelon |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Absinthe |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Ale |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Beer |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| BlueCuracao |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Cognac |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| DeadRum |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Ethanol |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Gin |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Kahlua |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| MelonLiquor |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| NTCahors |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| PoisonWine |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Rum |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Sake |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Tequila |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Vermouth |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Vodka |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Whiskey |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Wine |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| AcidSpit |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| AlliesCocktail |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Aloe |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Amasec |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Andalusia |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Antifreeze |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| AtomicBomb |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| B52 |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| BahamaMama |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| BananaHonk |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Barefoot |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| BeepskySmash |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Bilk |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| BlackRussian |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| BloodyMary |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Booger |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| BraveBull |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| CubaLibre |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| DemonsBlood |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| DevilsKiss |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| DoctorsDelight |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| DriestMartini |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ErikaSuprise |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| GargleBlaster |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| GinFizz |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| GinTonic |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Goldschlager |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Grog |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| HippiesDelight |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Hooch |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| IcedBeer |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| IrishCarBomb |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| IrishCream |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| IrishCoffee |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| KiraSpecial |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Lean |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| LeanShine |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| LongIslandIcedTea |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Manhattan |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ManhattanProject |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ManlyDorf |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Margarita |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Martini |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Mead |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Mojito |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Moonshine |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Neurotoxin |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Patron |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| RedMead |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Rewriter |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Sbiten |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ScrewdriverCocktail |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Silencer |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Singulo |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| SnowWhite |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| SuiDream |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| SyndicateBomb |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| TequilaSunrise |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ThreeMileIsland |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ToxinsSpecial |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| VodkaMartini |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| VodkaTonic |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| WhiskeyCola |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| WhiskeySoda |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| WhiteRussian |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Coffee |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Cream |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| CafeLatte |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| GreenTea |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Grenadine |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| IcedCoffee |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| IcedGreenTea |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| IcedTea |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Lemonade |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Milk |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| MilkOat |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| MilkSoy |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| MilkSpoiled |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Nothing |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| NukaCola |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| SodaWater |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| SoyLatte |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Tea |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| TonicWater |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Water |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Ice |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Astrotame |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| BbqSauce |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Cornoil |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Frostoil |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| HorseradishSauce |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Hotsauce |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Ketchup |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Soysauce |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| TableSalt |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Nutriment |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Glucose |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Flour |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Oats |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Enzyme |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Egg |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Sugar |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Blackpepper |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Vinegar |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Rice |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| OilOlive |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Oil |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Acetone |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Phenol |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Bleach |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| SpaceCleaner |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| SpaceLube |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| EZNutrient |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Left4Zed |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| PestKiller |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| PlantBGone |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| RobustHarvest |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| WeedKiller |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Ammonia |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Diethylamine |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Aluminium |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Carbon |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Chlorine |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Copper |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Fluorine |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Gold |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Hydrogen |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Iodine |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Iron |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Lithium |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Mercury |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Nitrogen |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Oxygen |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Potassium |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Phosphorus |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Radium |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Silicon |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Silver |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Sulfur |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Sodium |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Uranium |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Carpetium |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Fiber |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| BuzzochloricBees |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| GroundBee |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Saxoite |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Licoxide |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Desoxyephedrine |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Ephedrine |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| THC |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| THCOil |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Nicotine |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Impedrezene |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| SpaceDrugs |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Thermite |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Napalm |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Phlogiston |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ChlorineTrifluoride |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| FoamingAgent |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| WeldingFuel |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Fluorosurfactant |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Toxin |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| PolytrinicAcid |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| FluorosulfuricAcid |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| SulfuricAcid |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Plasma |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| UnstableMutagen |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| HeartbreakerToxin |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Lexorin |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| MindbreakerToxin |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Soporific |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Histamine |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Theobromine |
|