|
199 | 199 | "using": [ [ "adhesive", 1 ] ], |
200 | 200 | "components": [ [ [ "tarp", 2 ] ], [ [ "tent_pole", 2 ] ], [ [ "plastic_sheet", 1 ] ], [ [ "plastic_sheet_small", 1 ] ] ] |
201 | 201 | }, |
| 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 | + }, |
202 | 213 | { |
203 | 214 | "type": "recipe", |
204 | 215 | "activity_level": "LIGHT_EXERCISE", |
|
216 | 227 | "using": [ [ "adhesive", 3 ] ], |
217 | 228 | "components": [ [ [ "tarp", 6 ] ], [ [ "tent_pole", 6 ] ], [ [ "plastic_sheet", 3 ] ], [ [ "plastic_sheet_small", 3 ] ] ] |
218 | 229 | }, |
| 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 | + }, |
219 | 241 | { |
220 | 242 | "type": "recipe", |
221 | 243 | "activity_level": "ACTIVE_EXERCISE", |
|
0 commit comments