Skip to content

Commit

Permalink
Add four new cookbooks (CleverRaven#36793)
Browse files Browse the repository at this point in the history
* adds 4 new cookbooks to cooking.json

```SUMMARY: Content "Add four new cookbooks"```

* Update cooking.json

* Update recipe_food.json

* Update recipe_food.json

* Update recipe_food.json

* Update offal_dishes.json

* Update offal_dishes.json

* Update offal_dishes.json

* Update mansion.json

* Update data/json/items/book/cooking.json

Co-Authored-By: matskuman5 <[email protected]>

* Update data/json/recipes/food/offal_dishes.json

Co-Authored-By: I-am-Erk <[email protected]>

* Update data/json/recipes/food/offal_dishes.json

Co-Authored-By: I-am-Erk <[email protected]>

* Update data/json/recipes/recipe_food.json

Co-Authored-By: I-am-Erk <[email protected]>

* Update data/json/recipes/recipe_food.json

Co-Authored-By: I-am-Erk <[email protected]>

* Update data/json/recipes/recipe_food.json

Co-Authored-By: I-am-Erk <[email protected]>

* Update recipe_food.json

* Update offal_dishes.json

* Update data/json/recipes/recipe_food.json

Co-Authored-By: I-am-Erk <[email protected]>

* Update data/json/items/book/cooking.json

Co-Authored-By: I-am-Erk <[email protected]>

* Update recipe_food.json

Co-authored-by: matskuman5 <[email protected]>
Co-authored-by: I-am-Erk <[email protected]>
  • Loading branch information
3 people committed Jan 10, 2020
1 parent 13893cb commit 0d7ed15
Show file tree
Hide file tree
Showing 9 changed files with 94 additions and 16 deletions.
4 changes: 4 additions & 0 deletions data/json/itemgroups/SUS/library.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,10 @@
"entries": [
{ "item": "mag_cooking", "count": [ 1, 10 ], "prob": 80 },
{ "item": "cookbook", "count": [ 1, 4 ], "prob": 80 },
{ "item": "cookbook_daintydishes", "count": [ 1, 2 ], "prob": 70 },
{ "item": "cookbook_foodfashions", "count": [ 1, 2 ], "prob": 70 },
{ "item": "cookbook_eatyrway", "prob": 66 },
{ "item": "cookbook_liverforkids", "prob": 60 },
{ "item": "cookbook_sushi", "count": [ 1, 2 ], "prob": 60 },
{ "item": "cookbook_italian", "count": [ 1, 2 ], "prob": 60 },
{ "item": "family_cookbook", "prob": 20 },
Expand Down
4 changes: 4 additions & 0 deletions data/json/itemgroups/books.json
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,10 @@
[ "mag_fabrication", 30 ],
[ "mag_tailor", 25 ],
[ "cookbook_sushi", 15 ],
[ "cookbook_daintydishes", 15 ],
[ "cookbook_liverforkids", 15 ],
[ "cookbook_eatyrway", 15 ],
[ "cookbook_foodfashions", 10 ],
[ "survnote", 1 ],
[ "scots_cookbook", 8 ],
[ "dnd_handbook", 2 ]
Expand Down
3 changes: 2 additions & 1 deletion data/json/itemgroups/collections_domestic.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"items": [
{ "group": "dishes_dining", "prob": 100 },
{ "group": "dishes_utility", "prob": 50 },
{ "group": "kitchen_appliances", "prob": 25 }
{ "group": "kitchen_appliances", "prob": 25 },
{ "group": "SUS_cooking_bookcase", "prob": 15 }
]
},
{
Expand Down
6 changes: 5 additions & 1 deletion data/json/itemgroups/item_groups.json
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,11 @@
[ "vac_sealer", 10 ],
[ "seasoning_italian", 25 ],
[ "seasoning_salt", 25 ],
[ "cookbook_italian", 25 ],
[ "cookbook_italian", 10 ],
[ "cookbook_liverforkids", 10 ],
[ "cookbook_foodfashions", 7 ],
[ "cookbook_daintydishes", 10 ],
[ "cookbook_eatyrway", 8 ],
[ "family_cookbook", 6 ],
[ "brewing_cookbook", 4 ],
[ "pizza_veggy", 8 ],
Expand Down
4 changes: 3 additions & 1 deletion data/json/itemgroups/mansion.json
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,9 @@
[ "jar_glass", 50 ],
[ "jar_3l_glass", 40 ],
[ "tongs", 25 ],
[ "coffeemaker", 10 ]
[ "coffeemaker", 10 ],
[ "cookbook_daintydishes", 40 ],
[ "cookbook_foodfashions", 18 ]
]
},
{
Expand Down
57 changes: 57 additions & 0 deletions data/json/items/book/cooking.json
Original file line number Diff line number Diff line change
Expand Up @@ -441,5 +441,62 @@
"intelligence": 12,
"time": "35 m",
"fun": -1
},
{
"id": "cookbook_liverforkids",
"type": "BOOK",
"name": { "str": "Liver-Licious Recipes Your Kids Will Love", "str_pl": "copies of Liver-Licious Recipes" },
"description": "This cookbook is written by liver enthusiast Tamsyn Beckerleg. Inside you'll find a great deal of anecdotes about the near-certain ruination of children who refuse to eat their liver.",
"weight": "600 g",
"volume": "800 ml",
"price": 1999,
"price_postapoc": 3000,
"bashing": 2,
"material": [ "paper" ],
"symbol": "?",
"color": "blue",
"skill": "cooking",
"required_level": 1,
"max_level": 2,
"intelligence": 5,
"time": "45 m"
},
{
"id": "cookbook_daintydishes",
"type": "BOOK",
"name": { "str": "Dainty Dishes Fit for a King", "str_pl": "copies of Dainty Dishes" },
"description": "This cookbook contains many fanciful recipes. Some of them are even worth the trouble to actually prepare. Lovely pen and ink illustrations of overweight knights and gluttonous monks line the pages.",
"volume": "900 ml",
"price": 3000,
"price_postapoc": 4700,
"max_level": 3,
"time": "60 m",
"fun": 1,
"copy-from": "cookbook_liverforkids"
},
{
"id": "cookbook_eatyrway",
"type": "BOOK",
"name": { "str": "Eat Your Way to a Fit Physique", "str_pl": "copies of Eat Your Way" },
"description": "This self-help book is as dubious as its title. Worse, it is boring. It does, however, contain a few basic cooking instructions.",
"weight": "800 g",
"volume": "1100 ml",
"required_level": 0,
"max_level": 1,
"time": "70 m",
"fun": -1,
"copy-from": "cookbook_liverforkids"
},
{
"id": "cookbook_foodfashions",
"type": "BOOK",
"name": { "str": "Food Fashions for Young Moderns", "str_pl": "copies of Food Fashions" },
"description": "A cookbook professing itself to be for those seeking \"daring and sophisticated flavors.\" The book exhorts the reader to defy convention and break the rules, and then presents a number of useful rules and conventions for preparing food.",
"price": 3999,
"price_postapoc": 5000,
"required_level": 2,
"max_level": 4,
"intelligence": 7,
"copy-from": "cookbook_liverforkids"
}
]
4 changes: 2 additions & 2 deletions data/json/recipes/food/offal_dishes.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"difficulty": 6,
"charges": 1,
"time": "30 m",
"book_learn": [ [ "mag_cooking", 4 ], [ "mag_glam", 5 ] ],
"book_learn": [ [ "mag_glam", 5 ], [ "cookbook_liverforkids", 5, "Buttery Duck Bites" ] ],
"qualities": [ { "id": "CUT", "level": 1 }, { "id": "COOK", "level": 3 } ],
"tools": [ [ [ "surface_heat", 50, "LIST" ] ] ],
"components": [
Expand All @@ -75,7 +75,7 @@
"difficulty": 2,
"time": "30 m",
"batch_time_factors": [ 83, 5 ],
"book_learn": [ [ "scots_cookbook", 2 ], [ "family_cookbook", 0 ], [ "cookbook", 0 ] ],
"book_learn": [ [ "scots_cookbook", 2 ], [ "cookbook", 0 ], [ "cookbook_liverforkids", 1, "Candied Onions and Giblets" ] ],
"qualities": [ { "id": "CUT", "level": 1 }, { "id": "COOK", "level": 2 } ],
"tools": [ [ [ "surface_heat", 50, "LIST" ] ] ],
"components": [ [ [ "liver", 8 ] ], [ [ "onion", 1 ], [ "irradiated_onion", 1 ] ] ]
Expand Down
2 changes: 1 addition & 1 deletion data/json/recipes/food/pasta.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"difficulty": 4,
"charges": 1,
"time": "20 m",
"book_learn": [ [ "cookbook_italian", 3 ] ],
"book_learn": [ [ "cookbook_italian", 3 ], [ "cookbook_foodfashions", 4, "Spaghetti Luchetto" ] ],
"qualities": [ { "id": "CUT", "level": 1 }, { "id": "COOK", "level": 3 } ],
"tools": [ [ [ "surface_heat", 4, "LIST" ] ] ],
"components": [
Expand Down
26 changes: 16 additions & 10 deletions data/json/recipes/recipe_food.json
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@
"subcategory": "CSC_FOOD_VEGGI",
"skill_used": "cooking",
"difficulty": 2,
"book_learn": [ [ "cookbook_sushi", 2 ] ],
"book_learn": [ [ "cookbook_sushi", 2 ], [ "cookbook_daintydishes", 3, "Sticky Rice Hedgerows" ] ],
"time": "5 m",
"charges": 3,
"qualities": [ { "id": "CUT", "level": 1 }, { "id": "CONTAIN", "level": 1 } ],
Expand Down Expand Up @@ -544,7 +544,7 @@
"subcategory": "CSC_FOOD_VEGGI",
"skill_used": "cooking",
"difficulty": 3,
"book_learn": [ [ "cookbook_sushi", 3 ] ],
"book_learn": [ [ "cookbook_sushi", 3 ], [ "cookbook_eatyrway", 4 ] ],
"time": "45 m",
"qualities": [ { "id": "CONTAIN", "level": 1 } ],
"tools": [ [ [ "rag", -1 ] ], [ [ "surface_heat", 10, "LIST" ] ] ],
Expand All @@ -558,7 +558,7 @@
"subcategory": "CSC_FOOD_VEGGI",
"skill_used": "cooking",
"difficulty": 1,
"book_learn": [ [ "cookbook_sushi", 2 ] ],
"book_learn": [ [ "cookbook_sushi", 2 ], [ "cookbook_eatyrway", 3 ] ],
"time": "5 m",
"qualities": [ { "id": "CONTAIN", "level": 1 } ],
"tools": [ [ [ "surface_heat", 10, "LIST" ] ] ],
Expand Down Expand Up @@ -650,7 +650,7 @@
"subcategory": "CSC_FOOD_MEAT",
"skill_used": "cooking",
"difficulty": 4,
"book_learn": [ [ "cookbook_sushi", 4 ] ],
"book_learn": [ [ "cookbook_sushi", 4 ], [ "cookbook_foodfashions", 4, "Low-Carb Sashimi Donburi" ] ],
"time": "9 m",
"charges": 2,
"qualities": [ { "id": "CUT", "level": 1 }, { "id": "CONTAIN", "level": 1 } ],
Expand Down Expand Up @@ -1270,7 +1270,8 @@
[ "textbook_survival", 1 ],
[ "manual_survival", 1 ],
[ "mag_survival", 1 ],
[ "family_cookbook", 1 ]
[ "family_cookbook", 1 ],
[ "cookbook_daintydishes", 2, "Royal Penny Tea" ]
],
"qualities": [ { "id": "BOIL", "level": 1 }, { "id": "CUT", "level": 1 } ],
"tools": [ [ [ "water_boiling_heat", 2, "LIST" ] ] ],
Expand Down Expand Up @@ -2178,7 +2179,7 @@
"skill_used": "cooking",
"difficulty": 5,
"time": "45 m",
"book_learn": [ [ "family_cookbook", 5 ] ],
"book_learn": [ [ "family_cookbook", 5 ], [ "cookbook_daintydishes", 5, "Sir Tenderloin the Toothsome" ] ],
"qualities": [ { "id": "BUTCHER", "level": 20 }, { "id": "COOK", "level": 3 }, { "id": "CUT", "level": 1 } ],
"tools": [ [ [ "surface_heat", 4, "LIST" ] ] ],
"components": [
Expand Down Expand Up @@ -2853,7 +2854,12 @@
"difficulty": 5,
"time": "48 m",
"charges": 10,
"book_learn": [ [ "family_cookbook", 5 ], [ "survival_book", 3 ], [ "textbook_survival", 3 ] ],
"book_learn": [
[ "family_cookbook", 5 ],
[ "survival_book", 3 ],
[ "textbook_survival", 3 ],
[ "cookbook_foodfashions", 6, "Shagbark Nut Ambrosia" ]
],
"qualities": [ { "id": "COOK", "level": 3 }, { "id": "BOIL", "level": 2 } ],
"tools": [ [ [ "surface_heat", 5, "LIST" ] ] ],
"components": [
Expand Down Expand Up @@ -3503,7 +3509,7 @@
"skill_used": "cooking",
"difficulty": 3,
"time": "20 m",
"book_learn": [ [ "cookbook_italian", 2 ] ],
"book_learn": [ [ "cookbook_italian", 2 ], [ "cookbook_eatyrway", 3 ] ],
"qualities": [ { "id": "COOK", "level": 2 } ],
"tools": [ [ [ "surface_heat", 8, "LIST" ] ] ],
"components": [
Expand Down Expand Up @@ -3760,7 +3766,7 @@
"skill_used": "cooking",
"difficulty": 5,
"time": "1 h 30 m",
"book_learn": [ [ "adv_chemistry", 6 ], [ "textbook_chemistry", 6 ], [ "recipe_labchem", 5 ] ],
"book_learn": [ [ "adv_chemistry", 6 ], [ "textbook_chemistry", 6 ], [ "cookbook_foodfashions", 5, "Natural Beet Sugar" ] ],
"qualities": [ { "id": "CONTAIN", "level": 1 }, { "id": "BOIL", "level": 2 }, { "id": "CHEM", "level": 1 } ],
"tools": [ [ [ "surface_heat", 40, "LIST" ] ] ],
"components": [ [ [ "sugar_beet", 2 ] ], [ [ "water_clean", 1 ], [ "water", 1 ] ], [ [ "lye_powder", 20 ] ] ]
Expand Down Expand Up @@ -5436,7 +5442,7 @@
"difficulty": 3,
"skills_required": [ "tailor", 1 ],
"time": "30 m",
"book_learn": [ [ "survival_book", 6 ], [ "scots_cookbook", 3 ] ],
"book_learn": [ [ "scots_cookbook", 3 ], [ "cookbook_liverforkids", 4, "Leprechaun Sausage" ] ],
"batch_time_factors": [ 50, 4 ],
"using": [ [ "sewing_standard", 2 ] ],
"qualities": [ { "id": "BOIL", "level": 1 }, { "id": "COOK", "level": 3 }, { "id": "CUT", "level": 1 } ],
Expand Down

0 comments on commit 0d7ed15

Please sign in to comment.