Участник:IanComradeBot/react prototypes.json: различия между версиями

Update react_prototypes.json via GitHub Actions
Update react_prototypes.json via GitHub Actions
Строка 69: Строка 69:
             {
             {
                 "Entity": "FoodCakeBatter",
                 "Entity": "FoodCakeBatter",
                "Number": 1,
                "conditions": null,
                "probability": 1,
                "id": "CreateEntityReactionEffect"
            }
        ]
    },
    "CreateButter": {
        "id": "CreateButter",
        "name": "",
        "reactants": {
            "Milk": {
                "amount": 30,
                "catalyst": false
            },
            "TableSalt": {
                "amount": 5,
                "catalyst": true
            }
        },
        "products": {},
        "effects": [
            {
                "Entity": "FoodButter",
                "Number": 1,
                "conditions": null,
                "probability": 1,
                "id": "CreateEntityReactionEffect"
            }
        ]
    },
    "CreatePieDough": {
        "id": "CreatePieDough",
        "name": "",
        "reactants": {
            "Flour": {
                "amount": 15,
                "catalyst": false
            },
            "Egg": {
                "amount": 12,
                "catalyst": false
            },
            "TableSalt": {
                "amount": 5,
                "catalyst": false
            }
        },
        "products": {},
        "effects": [
            {
                "Entity": "FoodDoughPie",
                 "Number": 1,
                 "Number": 1,
                 "conditions": null,
                 "conditions": null,
Строка 165: Строка 217:
         },
         },
         "effects": []
         "effects": []
    },
    "CreateMeatball": {
        "id": "CreateMeatball",
        "name": "",
        "reactants": {
            "UncookedAnimalProteins": {
                "amount": 5,
                "catalyst": false
            },
            "Flour": {
                "amount": 5,
                "catalyst": false
            },
            "Egg": {
                "amount": 6,
                "catalyst": false
            }
        },
        "products": {},
        "effects": [
            {
                "Entity": "FoodMeatMeatball",
                "Number": 1,
                "conditions": null,
                "probability": 1,
                "id": "CreateEntityReactionEffect"
            }
        ]
     },
     },
     "Ammonia": {
     "Ammonia": {
Строка 677: Строка 757:
         "products": {
         "products": {
             "Pax": 3
             "Pax": 3
        },
        "effects": []
    },
    "Charcoal": {
        "id": "Charcoal",
        "name": "",
        "reactants": {
            "Carbon": {
                "amount": 1,
                "catalyst": false
            },
            "Ash": {
                "amount": 1,
                "catalyst": false
            }
        },
        "products": {
            "Charcoal": 1
         },
         },
         "effects": []
         "effects": []