Участник:IanComradeBot/react prototypes.json: различия между версиями
Update react_prototypes.json via GitHub Actions |
Update react_prototypes.json via GitHub Actions |
||
| Строка 1779: | Строка 1779: | ||
"products": { | "products": { | ||
"Grog": 2 | "Grog": 2 | ||
}, | |||
"effects": [] | |||
}, | |||
"IceCream": { | |||
"id": "IceCream", | |||
"name": "", | |||
"reactants": { | |||
"Cream": { | |||
"amount": 1, | |||
"catalyst": false | |||
}, | |||
"Ice": { | |||
"amount": 1, | |||
"catalyst": false | |||
}, | |||
"Sugar": { | |||
"amount": 1, | |||
"catalyst": false | |||
} | |||
}, | |||
"products": { | |||
"IceCream": 3 | |||
}, | }, | ||
"effects": [] | "effects": [] | ||
| Строка 2135: | Строка 2157: | ||
"products": { | "products": { | ||
"Rewriter": 2 | "Rewriter": 2 | ||
}, | |||
"effects": [] | |||
}, | |||
"RootBeerFloat": { | |||
"id": "RootBeerFloat", | |||
"name": "", | |||
"reactants": { | |||
"RootBeer": { | |||
"amount": 2, | |||
"catalyst": false | |||
}, | |||
"IceCream": { | |||
"amount": 1, | |||
"catalyst": false | |||
} | |||
}, | |||
"products": { | |||
"RootBeerFloat": 3 | |||
}, | }, | ||
"effects": [] | "effects": [] | ||