Skip to content

Commit e84bc02

Browse files
authored
Merge pull request #83318 from BalthazarArgall/BashTent
Tents can be repaired
2 parents e984bba + e88f0f0 commit e84bc02

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

data/json/recipes/recipe_others.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,17 @@
199199
"using": [ [ "adhesive", 1 ] ],
200200
"components": [ [ [ "tarp", 2 ] ], [ [ "tent_pole", 2 ] ], [ [ "plastic_sheet", 1 ] ], [ [ "plastic_sheet_small", 1 ] ] ]
201201
},
202+
{
203+
"result": "tent_kit",
204+
"type": "recipe",
205+
"copy-from": "tent_kit",
206+
"id_suffix": "from_broken",
207+
"activity_level": "LIGHT_EXERCISE",
208+
"difficulty": 1,
209+
"time": "14 m",
210+
"qualities": [ { "id": "CUT", "level": 2 } ],
211+
"components": [ [ [ "broketent", 1 ] ], [ [ "plastic_sheet", 1 ] ], [ [ "plastic_sheet_small", 1 ] ] ]
212+
},
202213
{
203214
"type": "recipe",
204215
"activity_level": "LIGHT_EXERCISE",
@@ -216,6 +227,17 @@
216227
"using": [ [ "adhesive", 3 ] ],
217228
"components": [ [ [ "tarp", 6 ] ], [ [ "tent_pole", 6 ] ], [ [ "plastic_sheet", 3 ] ], [ [ "plastic_sheet_small", 3 ] ] ]
218229
},
230+
{
231+
"result": "large_tent_kit",
232+
"type": "recipe",
233+
"copy-from": "large_tent_kit",
234+
"id_suffix": "from_broken",
235+
"activity_level": "LIGHT_EXERCISE",
236+
"difficulty": 1,
237+
"time": "16 m",
238+
"qualities": [ { "id": "CUT", "level": 2 } ],
239+
"components": [ [ [ "largebroketent", 1 ] ], [ [ "tarp", 2 ] ], [ [ "plastic_sheet", 1 ] ], [ [ "plastic_sheet_small", 2 ] ] ]
240+
},
219241
{
220242
"type": "recipe",
221243
"activity_level": "ACTIVE_EXERCISE",

0 commit comments

Comments
 (0)