|
1398 | 1398 | "tools": [ [ [ "boltcutters", -1 ], [ "pliers", -1 ], [ "toolset", -1 ], [ "multitool", -1 ] ] ],
|
1399 | 1399 | "components": [ [ [ "wire_barbed", 1 ] ] ]
|
1400 | 1400 | },
|
| 1401 | + { |
| 1402 | + "result": "small_aluminum_bar_round", |
| 1403 | + "type": "recipe", |
| 1404 | + "activity_level": "NO_EXERCISE", |
| 1405 | + "category": "CC_*", |
| 1406 | + "subcategory": "CSC_*_NESTED", |
| 1407 | + "skill_used": "fabrication", |
| 1408 | + "difficulty": 3, |
| 1409 | + "autolearn": true, |
| 1410 | + "time": "30 m", |
| 1411 | + "tools": [ [ [ "fake_lathe", 30 ] ] ], |
| 1412 | + "components": [ [ [ "aluminum_bar_round", 1 ] ] ], |
| 1413 | + "byproducts": [ [ "scrap_aluminum", 3 ] ], |
| 1414 | + "proficiencies": [ { "proficiency": "prof_machining_basic" } ] |
| 1415 | + }, |
| 1416 | + { |
| 1417 | + "result": "small_lc_steel_bar_round", |
| 1418 | + "type": "recipe", |
| 1419 | + "activity_level": "NO_EXERCISE", |
| 1420 | + "category": "CC_*", |
| 1421 | + "subcategory": "CSC_*_NESTED", |
| 1422 | + "skill_used": "fabrication", |
| 1423 | + "difficulty": 3, |
| 1424 | + "autolearn": true, |
| 1425 | + "time": "45 m", |
| 1426 | + "tools": [ [ [ "fake_lathe", 45 ] ] ], |
| 1427 | + "components": [ [ [ "lc_steel_bar_round", 1 ] ] ], |
| 1428 | + "byproducts": [ [ "scrap", 9 ] ], |
| 1429 | + "proficiencies": [ { "proficiency": "prof_machining_basic" } ] |
| 1430 | + }, |
| 1431 | + { |
| 1432 | + "result": "small_mc_steel_bar_round", |
| 1433 | + "type": "recipe", |
| 1434 | + "activity_level": "NO_EXERCISE", |
| 1435 | + "category": "CC_*", |
| 1436 | + "subcategory": "CSC_*_NESTED", |
| 1437 | + "skill_used": "fabrication", |
| 1438 | + "difficulty": 3, |
| 1439 | + "autolearn": true, |
| 1440 | + "time": "50 m", |
| 1441 | + "tools": [ [ [ "fake_lathe", 50 ] ] ], |
| 1442 | + "components": [ [ [ "mc_steel_bar_round", 1 ] ] ], |
| 1443 | + "byproducts": [ [ "scrap", 9 ] ], |
| 1444 | + "proficiencies": [ { "proficiency": "prof_machining_basic" } ] |
| 1445 | + }, |
| 1446 | + { |
| 1447 | + "result": "small_hc_steel_bar_round", |
| 1448 | + "type": "recipe", |
| 1449 | + "activity_level": "NO_EXERCISE", |
| 1450 | + "category": "CC_*", |
| 1451 | + "subcategory": "CSC_*_NESTED", |
| 1452 | + "skill_used": "fabrication", |
| 1453 | + "difficulty": 4, |
| 1454 | + "autolearn": true, |
| 1455 | + "time": "60 m", |
| 1456 | + "tools": [ [ [ "fake_lathe", 60 ] ] ], |
| 1457 | + "components": [ [ [ "hc_steel_bar_round", 1 ] ] ], |
| 1458 | + "byproducts": [ [ "scrap", 9 ] ], |
| 1459 | + "proficiencies": [ { "proficiency": "prof_machining_basic" } ] |
| 1460 | + }, |
1401 | 1461 | {
|
1402 | 1462 | "type": "recipe",
|
1403 | 1463 | "activity_level": "LIGHT_EXERCISE",
|
|
0 commit comments