1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[
{
"type": "recipe",
"result": "bootleg_12mm",
"category": "CC_AMMO",
"subcategory": "CSC_AMMO_OTHER",
"skill_used": "fabrication",
"difficulty": 6,
"time": "240 m",
"autolearn": true,
"reversible": false,
"using": [ [ "blacksmithing_standard", 40 ], [ "steel_standard", 10 ] ],
"qualities": [ { "id": "CHISEL", "level": 3 } ],
"tools": [ [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ] ]
}
]
|