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 Mar 15, 2020
1 parent 7654ba6 commit 8aac0c5
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 @@ -264,6 +264,7 @@
[ "cookbook_liverforkids", 15 ],
[ "cookbook_eatyrway", 15 ],
[ "cookbook_foodfashions", 10 ],
[ "cookbook_indian", 10 ],
[ "survnote", 1 ],
[ "scots_cookbook", 8 ],
[ "offalcooking", 2 ],
Expand Down Expand Up @@ -314,6 +315,7 @@
[ "cookbook", 35 ],
[ "offalcooking", 8 ],
[ "cookbook_italian", 25 ],
[ "cookbook_indian", 10 ],
[ "manual_electronics", 20 ],
[ "manual_tailor", 15 ],
[ "manual_carpentry", 10 ],
Expand Down Expand Up @@ -359,6 +361,7 @@
[ "tailor_portfolio", 3 ],
[ "textbook_chemistry", 11 ],
[ "brewing_cookbook", 3 ],
[ "cookbook_indian", 5 ],
[ "textbook_carpentry", 6 ],
[ "SICP", 3 ],
[ "survival_book", 8 ],
Expand Down Expand Up @@ -458,6 +461,7 @@
[ "cookbook_human", 10 ],
[ "collector_book", 10 ],
[ "brewing_cookbook", 24 ],
[ "cookbook_indian", 10 ],
[ "textbook_robots", 15 ],
[ "manual_dodge", 15 ],
[ "novel_experimental", 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 @@ -489,6 +489,7 @@
[ "funnel", 50 ],
[ "vac_sealer", 10 ],
[ "cookbook_italian", 10 ],
[ "cookbook_indian", 10 ],
[ "cookbook_liverforkids", 10 ],
[ "cookbook_foodfashions", 7 ],
[ "cookbook_daintydishes", 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 8aac0c5

Please sign in to comment.