Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Offal holiday cooking by evelyn turncoat #37171

Merged
Merged
Show file tree
Hide file tree
Changes from 10 commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions data/json/itemgroups/books.json
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@
[ "cookbook_foodfashions", 10 ],
[ "survnote", 1 ],
[ "scots_cookbook", 8 ],
[ "offalcooking", 2 ],
[ "dnd_handbook", 2 ]
]
},
Expand Down Expand Up @@ -342,6 +343,7 @@
[ "howto_computer", 10 ],
[ "cookbook", 35 ],
[ "cookbook_italian", 25 ],
[ "offalcooking", 10 ],
[ "manual_electronics", 20 ],
[ "manual_tailor", 15 ],
[ "howto_traps", 10 ],
Expand Down Expand Up @@ -371,6 +373,7 @@
[ "recipe_augs", 5 ],
[ "howto_computer", 10 ],
[ "cookbook", 35 ],
[ "offalcooking", 8 ],
[ "cookbook_italian", 25 ],
[ "manual_electronics", 20 ],
[ "manual_tailor", 15 ],
Expand Down Expand Up @@ -552,6 +555,7 @@
[ "novel_war2", 24 ],
[ "novel_adventure", 14 ],
[ "novel_road", 5 ],
[ "offalcooking", 22 ],
[ "novel_buddy", 6 ],
[ "novel_scifi", 20 ],
[ "novel_drama", 40 ],
Expand Down
18 changes: 18 additions & 0 deletions data/json/items/book/cooking.json
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,24 @@
"time": "35 m",
"fun": -1
},
{
"id": "offalcooking",
"type": "BOOK",
"name": { "str": "Offal Holiday Cooking", "str_pl": "copies of Offal Holiday Cooking" },
"description": "Offal Holiday Cooking by Evelyn Turncoat is a book of holiday recipes that utilize organ meats from various animals. For the true nose to tail cook.",
Maleclypse marked this conversation as resolved.
Show resolved Hide resolved
"weight": "454 g",
"volume": "1 L",
"price": 1900,
"price_postapoc": 43500,
"material": [ "paper" ],
"symbol": "?",
"color": "green",
"skill": "cooking",
"required_level": 2,
"max_level": 5,
"intelligence": 4,
"time": "14 m"
},
{
"id": "cookbook_liverforkids",
"type": "BOOK",
Expand Down
57 changes: 57 additions & 0 deletions data/json/items/comestibles/offal_dishes.json
Original file line number Diff line number Diff line change
Expand Up @@ -201,5 +201,62 @@
"name": "canned liver",
"description": "Livers preserved in a can. Chock full of B vitamins!",
"container": "can_food"
},
{
"id": "lung_provence",
"type": "COMESTIBLE",
"comestible_type": "FOOD",
"name": "lung provence",
"symbol": "%",
"looks_like": "offal_cooked",
"quench": 3,
"fun": 8,
"description": "A delicious way to prepare lungs.",
"material": [ "flesh", "wheat", "veggy" ],
"primary_material": "flesh",
"color": "yellow",
"spoils_in": "1 days",
"volume": "250 ml",
"weight": "180 g",
"charges": 3,
"flags": [ "EATEN_HOT" ]
},
{
"id": "tÖttchen",
"type": "COMESTIBLE",
"comestible_type": "FOOD",
"name": "tÖttchen",
"symbol": "%",
"looks_like": "offal_cooked",
"quench": 2,
"fun": 7,
"description": "A German lung dish.",
"material": [ "flesh", "wheat", "veggy" ],
"primary_material": "flesh",
"color": "yellow",
"spoils_in": "2 days",
"volume": "250 ml",
"weight": "180 g",
"charges": 6,
"flags": [ "EATEN_HOT" ]
},
{
"id": "scrambledeggsandbrain",
"type": "COMESTIBLE",
"comestible_type": "FOOD",
"name": "scrambled eggs and brain",
"symbol": "%",
"looks_like": "offal_cooked",
"quench": 2,
"fun": 3,
"description": "Brains and eggs, why didn't you ever think to put these together?",
"material": [ "flesh", "wheat", "veggy" ],
"primary_material": "flesh",
"color": "yellow",
"spoils_in": "2 days",
"volume": "250 ml",
"weight": "180 g",
"charges": 6,
"flags": [ "EATEN_HOT" ]
}
]
80 changes: 80 additions & 0 deletions data/json/recipes/food/offal_dishes.json
Original file line number Diff line number Diff line change
Expand Up @@ -290,5 +290,85 @@
],
"charges": 8,
"autolearn": true
},
{
"type": "recipe",
"result": "lung_provence",
"category": "CC_FOOD",
"subcategory": "CSC_FOOD_MEAT",
"skill_used": "cooking",
"difficulty": 4,
"time": "55 m",
"batch_time_factors": [ 83, 5 ],
"charges": 4,
"book_learn": [ [ "offalcooking", 2 ] ],
"qualities": [ { "id": "COOK", "level": 3 }, { "id": "CUT", "level": 1 } ],
"tools": [ [ [ "surface_heat", 50, "LIST" ] ] ],
"components": [
[ [ "lung", 4 ] ],
[ [ "flour", 4 ] ],
[ [ "onion", 1 ], [ "irradiated_onion", 1 ] ],
[ [ "cooking_oil", 1 ], [ "cooking_oil2", 1 ] ],
[ [ "salt", 6 ] ],
[ [ "pepper", 6 ] ],
[ [ "worthy_wine", 3 ] ],
[ [ "garlic_clove", 1 ] ],
[ [ "sauce_pesto", 1 ], [ "sauce_red", 1 ], [ "tomato", 1 ] ]
]
},
{
"type": "recipe",
"result": "tÖttchen",
"category": "CC_FOOD",
"subcategory": "CSC_FOOD_MEAT",
"skill_used": "cooking",
"difficulty": 4,
"time": "35 m",
"batch_time_factors": [ 83, 5 ],
"charges": 8,
"book_learn": [ [ "offalcooking", 2 ] ],
"qualities": [ { "id": "COOK", "level": 3 }, { "id": "CUT", "level": 1 } ],
"tools": [ [ [ "surface_heat", 50, "LIST" ] ] ],
"components": [
[ [ "lung", 4 ] ],
[ [ "kidney", 4 ] ],
[ [ "brain", 4 ] ],
[ [ "flour", 12 ] ],
[ [ "onion", 3 ], [ "irradiated_onion", 3 ] ],
[
[ "any_butter", 4 ] ],
Maleclypse marked this conversation as resolved.
Show resolved Hide resolved
[ [ "salt", 6 ] ],
[ [ "mustard", 3 ] ],
[ [ "sugar_standard", 3 ] ],
[ [ "worthy_wine", 3 ] ],
[ [ "batter", 4 ] ],
[ [ "sauce_pesto", 1 ], [ "sauce_red", 1 ], [ "tomato", 1 ] ]
]
]
},
{
"type": "recipe",
"result": "scrambledeggsandbrain",
"category": "CC_FOOD",
"subcategory": "CSC_FOOD_MEAT",
"skill_used": "cooking",
"difficulty": 4,
"time": "35 m",
"batch_time_factors": [ 83, 5 ],
"charges": 3,
"book_learn": [ [ "offalcooking", 2 ] ],
"qualities": [ { "id": "COOK", "level": 3 }, { "id": "CUT", "level": 1 } ],
"tools": [ [ [ "surface_heat", 50, "LIST" ] ] ],
"components": [
[ [ "eggs_bird", 3 ] ],
[ [ "garlic_clove", 2 ] ],
[ [ "brain", 4 ] ],
[ [ "flour", 12 ] ],
[ [ "onion", 1 ], [ "irradiated_onion", 1 ] ],
[ [ "any_butter", 4 ] ],
[ [ "salt", 6 ] ],
[ [ "pepper", 3 ] ],
[ [ "milk_standard", 1 ] ]
]
}
]