Skip to content

Commit

Permalink
Homemade toastems, buttercream frosting and recipes (#47696)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maleclypse authored and ZhilkinSerg committed Mar 3, 2021
1 parent 139771e commit ef5057c
Show file tree
Hide file tree
Showing 2 changed files with 98 additions and 0 deletions.
45 changes: 45 additions & 0 deletions data/json/items/comestibles/junkfood.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@
"description": "Dry toaster pastries, usually coated with solid frosting. Sadly, these are not.",
"fun": 10
},
{
"type": "COMESTIBLE",
"id": "toastem4",
"name": { "str": "homemade toast-em" },
"copy-from": "toastem",
"description": "Homemade toaster pastries, lacking icing but at least fruit filled.",
"fun": 10
},
{
"type": "COMESTIBLE",
"id": "toasterpastryfrozen",
Expand Down Expand Up @@ -68,6 +76,43 @@
"description": "A delicious fruit-filled pastry that you've cooked. It even comes with frosting!",
"fun": 20
},
{
"type": "COMESTIBLE",
"id": "homemade_toasterpastry",
"name": { "str": "toaster pastry", "str_pl": "toaster pastries" },
"copy-from": "toasterpastryfrozen",
"quench": 4,
"description": "A delicious homemade fruit-filled pastry that you've cooked.",
"fun": 20
},
{
"type": "COMESTIBLE",
"id": "homemade_toasterpastry2",
"name": { "str": "toaster pastry with buttercream", "str_pl": "toaster pastries with buttercream" },
"copy-from": "toasterpastryfrozen",
"quench": 4,
"description": "A delicious homemade fruit-filled pastry that you've cooked. It even comes with buttercream!",
"fun": 30
},
{
"type": "COMESTIBLE",
"id": "buttercream",
"name": { "str": "buttercream icing", "str_pl": "cups of buttercream icing" },
"weight": "32 g",
"color": "brown",
"container": "bag_plastic",
"comestible_type": "FOOD",
"symbol": "%",
"calories": 288,
"description": "Smooth sugary buttercream icing. Almost good enough to forget the end of everything.",
"price": 100,
"price_postapoc": 400,
"material": [ "junk" ],
"volume": "1 L",
"charges": 8,
"flags": [ "EDIBLE_FROZEN" ],
"fun": 6
},
{
"type": "COMESTIBLE",
"id": "chips2",
Expand Down
53 changes: 53 additions & 0 deletions data/json/recipes/recipe_food.json
Original file line number Diff line number Diff line change
Expand Up @@ -5382,6 +5382,20 @@
"book_learn": [ [ "mag_glam", 1 ] ],
"components": [ [ [ "bread_sandwich", 1, "LIST" ] ], [ [ "any_butter", 1, "LIST" ] ], [ [ "sprinkles", 3 ] ] ]
},
{
"type": "recipe",
"activity_level": "LIGHT_EXERCISE",
"result": "toastem4",
"category": "CC_FOOD",
"subcategory": "CSC_FOOD_SNACK",
"skill_used": "cooking",
"time": "40 m",
"charges": 6,
"book_learn": [ [ "baking_book", 1 ] ],
"qualities": [ { "id": "CUT", "level": 1 }, { "id": "COOK", "level": 2 } ],
"tools": [ [ [ "surface_heat", 20, "LIST" ] ] ],
"components": [ [ [ "flour", 12 ] ], [ [ "eggs_bird", 1, "LIST" ] ], [ [ "jam_fruit", 9 ] ], [ [ "cornmeal", 1 ] ] ]
},
{
"type": "recipe",
"activity_level": "LIGHT_EXERCISE",
Expand All @@ -5395,6 +5409,45 @@
"tools": [ [ [ "surface_heat", 10, "LIST" ] ] ],
"components": [ [ [ "toasterpastryfrozen", 1 ] ] ]
},
{
"type": "recipe",
"activity_level": "LIGHT_EXERCISE",
"result": "homemade_toasterpastry",
"category": "CC_FOOD",
"subcategory": "CSC_FOOD_SNACK",
"skill_used": "cooking",
"time": "2 m 30 s",
"charges": 1,
"autolearn": true,
"tools": [ [ [ "surface_heat", 10, "LIST" ] ] ],
"components": [ [ [ "toastem4", 1 ] ] ]
},
{
"type": "recipe",
"activity_level": "LIGHT_EXERCISE",
"result": "homemade_toasterpastry2",
"category": "CC_FOOD",
"subcategory": "CSC_FOOD_SNACK",
"skill_used": "cooking",
"time": "2 m 30 s",
"charges": 1,
"autolearn": true,
"tools": [ [ [ "surface_heat", 10, "LIST" ] ] ],
"components": [ [ [ "toastem4", 1 ] ], [ [ "buttercream", 1 ] ] ]
},
{
"type": "recipe",
"activity_level": "LIGHT_EXERCISE",
"result": "buttercream",
"category": "CC_FOOD",
"subcategory": "CSC_FOOD_SNACK",
"skill_used": "cooking",
"difficulty": 1,
"time": "6 m 30 s",
"autolearn": true,
"qualities": [ { "id": "COOK", "level": 1 } ],
"components": [ [ [ "milk_cream", 1 ] ], [ [ "butter", 16 ] ], [ [ "sugar_standard", 1, "LIST" ] ] ]
},
{
"type": "recipe",
"activity_level": "LIGHT_EXERCISE",
Expand Down

0 comments on commit ef5057c

Please sign in to comment.