Skip to content

Commit

Permalink
Refactor meat requirements part 1
Browse files Browse the repository at this point in the history
Groundwork to reorganize meat- and fat-related component lists for
reduced redundancy.
  • Loading branch information
Davi-DeGanne committed Nov 28, 2019
1 parent 9a6517b commit aca21e3
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions data/json/requirements/cooking_components.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,12 @@
"//": "Anything you might consider offal or intestines.",
"components": [ [ [ "lung", 4 ], [ "liver", 4 ], [ "kidney", 4 ], [ "sweetbread", 4 ], [ "offal", 1 ] ] ]
},
{
"id": "meat_red_raw",
"type": "requirement",
"//": "Anything you might consider raw, unpreserved 'red' meat. About 250mL of meat.",
"components": [ [ [ "meat", 1 ], [ "mutant_meat", 1 ], [ "meat_scrap", 10 ], [ "mutant_meat_scrap", 10 ] ] ]
},
{
"id": "meat_red",
"type": "requirement",
Expand All @@ -113,12 +119,6 @@
]
]
},
{
"id": "meat_red_raw",
"type": "requirement",
"//": "Anything you might consider raw, unpreserved 'red' meat. About 250mL of meat.",
"components": [ [ [ "meat", 1 ], [ "mutant_meat", 1 ], [ "meat_scrap", 10 ], [ "mutant_meat_scrap", 10 ] ] ]
},
{
"id": "meat_nofish",
"type": "requirement",
Expand Down Expand Up @@ -365,17 +365,23 @@
"components": [ [ [ "fat", 1 ], [ "mutant_fat", 1 ] ] ]
},
{
"id": "edible_tallow_lard",
"id": "any_fat",
"type": "requirement",
"//": "Any type of edible rendered fat.",
"components": [ [ [ "tallow", 1 ], [ "lard", 1 ], [ "mutant_tallow", 1 ], [ "mutant_lard", 1 ] ] ]
"//": "Any type of raw fat.",
"components": [ [ [ "fat", 1 ], [ "mutant_fat", 1 ], [ "fat_tainted", 1 ] ] ]
},
{
"id": "any_tallow",
"type": "requirement",
"//": "Any type of tallow.",
"components": [ [ [ "tallow", 1 ], [ "mutant_tallow", 1 ], [ "tallow_tainted", 1 ] ] ]
},
{
"id": "edible_tallow_lard",
"type": "requirement",
"//": "Any type of edible rendered fat.",
"components": [ [ [ "tallow", 1 ], [ "lard", 1 ], [ "mutant_tallow", 1 ], [ "mutant_lard", 1 ] ] ]
},
{
"id": "seasoning_mild",
"type": "requirement",
Expand Down

0 comments on commit aca21e3

Please sign in to comment.