Skip to content

Commit

Permalink
Split sausage_wasteland recipe into two recipes. (#37316)
Browse files Browse the repository at this point in the history
  • Loading branch information
arijust authored and ZhilkinSerg committed Jan 27, 2020
1 parent 42a0692 commit 4040b58
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions data/json/recipes/recipe_food.json
Original file line number Diff line number Diff line change
Expand Up @@ -5894,6 +5894,22 @@
]
]
},
{
"type": "recipe",
"result": "sausage_wasteland",
"id_suffix": "smoke",
"category": "CC_FOOD",
"subcategory": "CSC_FOOD_MEAT",
"skill_used": "cooking",
"difficulty": 4,
"charges": 2,
"time": "1 h 10 m",
"autolearn": true,
"batch_time_factors": [ 83, 3 ],
"qualities": [ { "id": "CUT", "level": 1 }, { "id": "COOK", "level": 1 } ],
"tools": [ [ [ "char_smoker", 1 ] ] ],
"components": [ [ "sausage_wasteland_raw", 1 ] ]
},
{
"type": "recipe",
"result": "sausage_wasteland_raw",
Expand Down

0 comments on commit 4040b58

Please sign in to comment.