Участник:IanComradeBot/chem prototypes.json: различия между версиями
Update chem_prototypes.json via GitHub Actions |
Update chem_prototypes.json via GitHub Actions |
||
| Строка 5868: | Строка 5868: | ||
"color": "#AE94A6FF", | "color": "#AE94A6FF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | |||
"Drink": { | |||
"rate": 0.5, | |||
"effects": [ | |||
{ | |||
"conditions": null, | |||
"probability": 1, | |||
"HydrationFactor": 2, | |||
"id": "SatiateThirst" | |||
} | |||
] | |||
} | |||
} | |||
}, | |||
"IceCream": { | |||
"id": "IceCream", | |||
"name": "ice cream", | |||
"group": "Drinks", | |||
"desc": "It was either this or the microwave, and nobody wants ice cream soup!", | |||
"physicalDesc": "creamy", | |||
"color": "#FFFBD6FF", | |||
"recipes": [ | |||
"IceCream" | |||
], | |||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
| Строка 5914: | Строка 5938: | ||
"color": "#9385BFFF", | "color": "#9385BFFF", | ||
"recipes": [], | "recipes": [], | ||
"metabolisms": { | |||
"Drink": { | |||
"rate": 0.5, | |||
"effects": [ | |||
{ | |||
"conditions": null, | |||
"probability": 1, | |||
"HydrationFactor": 2, | |||
"id": "SatiateThirst" | |||
} | |||
] | |||
} | |||
} | |||
}, | |||
"RootBeer": { | |||
"id": "RootBeer", | |||
"name": "root beer", | |||
"group": "Drinks", | |||
"desc": "A very sweet, carbonated drink reminiscent of sarsparilla. Goes well with ice cream.", | |||
"physicalDesc": "fizzy", | |||
"color": "#381C07FF", | |||
"recipes": [], | |||
"metabolisms": { | |||
"Drink": { | |||
"rate": 0.5, | |||
"effects": [ | |||
{ | |||
"conditions": null, | |||
"probability": 1, | |||
"HydrationFactor": 2, | |||
"id": "SatiateThirst" | |||
} | |||
] | |||
} | |||
} | |||
}, | |||
"RootBeerFloat": { | |||
"id": "RootBeerFloat", | |||
"name": "root beer float", | |||
"group": "Drinks", | |||
"desc": "Root beer, but now with ice cream on top. It truly is the magnum opus of Canadian summertime drinks.", | |||
"physicalDesc": "fizzy and creamy", | |||
"color": "#4F361FFF", | |||
"recipes": [ | |||
"RootBeerFloat" | |||
], | |||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||