Skip to content

Commit

Permalink
Indian cookbook (#37930)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashGlaw authored and ZhilkinSerg committed Apr 2, 2020
1 parent 7cfbb53 commit 15be4bf
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 3 deletions.
1 change: 1 addition & 0 deletions data/json/itemgroups/Locations_MapExtras/mansion.json
Original file line number Diff line number Diff line change
Expand Up @@ -808,6 +808,7 @@
[ "tongs", 25 ],
[ "coffeemaker", 10 ],
[ "cookbook_daintydishes", 40 ],
[ "cookbook_indian", 10 ],
[ "cookbook_foodfashions", 18 ]
]
},
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 @@ -277,6 +277,7 @@
{ "item": "cookbook_liverforkids", "prob": 15 },
{ "item": "cookbook_eatyrway", "prob": 15 },
{ "item": "cookbook_foodfashions", "prob": 10 },
{ "item": "cookbook_indian", "prob": 10 },
{ "item": "survnote", "prob": 1 },
{ "item": "scots_cookbook", "prob": 8 },
{ "item": "offalcooking", "prob": 2 },
Expand Down Expand Up @@ -330,6 +331,7 @@
{ "item": "cookbook", "prob": 35 },
{ "item": "offalcooking", "prob": 8 },
{ "item": "cookbook_italian", "prob": 25 },
{ "item": "cookbook_indian", "prob": 10 },
{ "item": "manual_electronics", "prob": 20 },
{ "item": "manual_tailor", "prob": 15 },
{ "item": "manual_carpentry", "prob": 10 },
Expand Down Expand Up @@ -377,6 +379,7 @@
{ "item": "tailor_portfolio", "prob": 3 },
{ "item": "textbook_chemistry", "prob": 11 },
{ "item": "brewing_cookbook", "prob": 3 },
{ "item": "cookbook_indian", "prob": 5 },
{ "item": "textbook_carpentry", "prob": 6 },
{ "item": "SICP", "prob": 3 },
{ "item": "survival_book", "prob": 8 },
Expand Down Expand Up @@ -479,6 +482,7 @@
{ "item": "cookbook_human", "prob": 10 },
{ "item": "collector_book", "prob": 10 },
{ "item": "brewing_cookbook", "prob": 24 },
{ "item": "cookbook_indian", "prob": 10 },
{ "item": "textbook_robots", "prob": 15 },
{ "item": "manual_dodge", "prob": 15 },
{ "item": "novel_experimental", "prob": 24 },
Expand Down
1 change: 1 addition & 0 deletions data/json/itemgroups/collections_domestic.json
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,7 @@
{ "item": "funnel", "prob": 50 },
{ "item": "vac_sealer", "prob": 10 },
{ "item": "cookbook_italian", "prob": 10 },
{ "item": "cookbook_indian", "prob": 10 },
{ "item": "cookbook_liverforkids", "prob": 10 },
{ "item": "cookbook_foodfashions", "prob": 7 },
{ "item": "cookbook_daintydishes", "prob": 10 },
Expand Down
21 changes: 21 additions & 0 deletions data/json/items/book/cooking.json
Original file line number Diff line number Diff line change
Expand Up @@ -524,5 +524,26 @@
"max_level": 4,
"intelligence": 7,
"copy-from": "cookbook_liverforkids"
},
{
"id": "cookbook_indian",
"type": "BOOK",
"name": { "str": "Tasting India", "str_pl": "copies of Tasting India" },
"//": "Statistics derived from a real book.",
"description": "A thick hardcover book as much about Indian culture as it is a cookbook, clearly written with adoration.",
"weight": "2950 g",
"volume": "3215 ml",
"price": 6000,
"price_postapoc": 10000,
"bashing": 7,
"material": [ "paper" ],
"symbol": "?",
"color": "yellow",
"skill": "cooking",
"required_level": 1,
"max_level": 3,
"intelligence": 7,
"time": "20 m",
"fun": 1
}
]
2 changes: 1 addition & 1 deletion data/json/recipes/food/dairy_products.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"skill_used": "cooking",
"difficulty": 2,
"charges": 1,
"book_learn": [ [ "cookbook", 1 ] ],
"book_learn": [ [ "cookbook_indian", 1 ] ],
"time": "30 m",
"batch_time_factors": [ 80, 4 ],
"qualities": [ { "id": "BOIL", "level": 1 }, { "id": "COOK", "level": 2 } ],
Expand Down
5 changes: 3 additions & 2 deletions data/json/recipes/recipe_food.json
Original file line number Diff line number Diff line change
Expand Up @@ -2119,6 +2119,7 @@
"charges": 2,
"batch_time_factors": [ 50, 4 ],
"autolearn": true,
"book_learn": [ [ "cookbook_indian", 1 ], [ "cookbook", 1 ] ],
"qualities": [ { "id": "COOK", "level": 2 } ],
"tools": [ [ [ "surface_heat", 8, "LIST" ] ] ],
"components": [ [ [ "flour", 11 ] ], [ [ "water", 2 ], [ "water_clean", 2 ] ] ]
Expand Down Expand Up @@ -3411,7 +3412,7 @@
"skill_used": "cooking",
"difficulty": 2,
"time": "20 m",
"autolearn": true,
"book_learn": [ [ "cookbook_indian", 1 ] ],
"qualities": [ { "id": "COOK", "level": 2 } ],
"tools": [ [ [ "surface_heat", 8, "LIST" ] ] ],
"components": [
Expand Down Expand Up @@ -3446,7 +3447,7 @@
"skill_used": "cooking",
"difficulty": 2,
"time": "20 m",
"autolearn": true,
"book_learn": [ [ "cookbook_indian", 1 ] ],
"qualities": [ { "id": "COOK", "level": 2 } ],
"tools": [ [ [ "surface_heat", 8, "LIST" ] ] ],
"components": [
Expand Down

0 comments on commit 15be4bf

Please sign in to comment.