Skip to content

Commit

Permalink
Add scrapple as a comestible (#74143)
Browse files Browse the repository at this point in the history
* Update meat_dishes.json

* Update meat_dishes.json

* Update meat_dishes.json

* Update meat_dishes.json

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

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

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

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Update data/json/items/comestibles/meat_dishes.json

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Maleclypse <[email protected]>
  • Loading branch information
3 people authored May 28, 2024
1 parent ec621a8 commit 9890a02
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 0 deletions.
21 changes: 21 additions & 0 deletions data/json/items/comestibles/meat_dishes.json
Original file line number Diff line number Diff line change
Expand Up @@ -2001,5 +2001,26 @@
"flags": [ "EATEN_HOT" ],
"fun": 18,
"vitamins": [ [ "calcium", "423 mg" ], [ "iron", "8 mg" ] ]
},
{
"id": "scrapple",
"type": "COMESTIBLE",
"comestible_type": "FOOD",
"name": { "str_sp": "scrapple" },
"symbol": "%",
"looks_like": "offal_cooked",
"description": "A dry mush of meat scraps and grain, sliced and pan-fried; better than it sounds and looks. A staple food of the Mid-Atlantic United States.",
"price_postapoc": "40 cent",
"material": [ "flesh", "wheat" ],
"primary_material": "flesh",
"color": "brown",
"weight": "58 g",
"volume": "56 ml",
"spoils_in": "5 days",
"calories": 127,
"fun": 1,
"quench": -8,
"flags": [ "EATEN_HOT" ],
"vitamins": [ [ "vitC", 0 ], [ "calcium", 3 ], [ "iron", 8 ] ]
}
]
30 changes: 30 additions & 0 deletions data/json/recipes/food/meat_dishes.json
Original file line number Diff line number Diff line change
Expand Up @@ -324,5 +324,35 @@
[ [ "cheese_hard", 2 ] ],
[ [ "water_clean", 4 ] ]
]
},
{
"type": "recipe",
"activity_level": "LIGHT_EXERCISE",
"result": "scrapple",
"category": "CC_FOOD",
"subcategory": "CSC_FOOD_MEAT",
"skill_used": "cooking",
"difficulty": 3,
"time": "60 m",
"book_learn": [ [ "cookbook", 2 ], [ "family_cookbook", 2 ] ],
"batch_time_factors": [ 83, 4 ],
"qualities": [ { "id": "CUT", "level": 2 }, { "id": "COOK", "level": 3 } ],
"tools": [ [ [ "surface_heat", 32, "LIST" ] ] ],
"//": "grain = 12u, meat = 20u",
"charges": 8,
"proficiencies": [ { "proficiency": "prof_food_prep" }, { "proficiency": "prof_knife_skills" }, { "proficiency": "prof_frying" } ],
"components": [
[ [ "meat_offal", 2, "LIST" ], [ "meat_nofish", 1, "LIST" ] ],
[
[ "salt", 2 ],
[ "syrup", 1 ],
[ "seasoning_italian", 2 ],
[ "wild_herbs", 2 ],
[ "seasoning_salt", 2 ],
[ "pepper", 2 ],
[ "hot_sauce", 1 ]
],
[ [ "corn", 1 ], [ "barley", 1 ], [ "buckwheat", 1 ], [ "oats", 1 ], [ "wheat", 1 ] ]
]
}
]

0 comments on commit 9890a02

Please sign in to comment.