1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
[
{
"result": "bootleg_473x33mm",
"type": "recipe",
"category": "CC_AMMO",
"subcategory": "CSC_AMMO_RIFLE",
"skill_used": "fabrication",
"difficulty": 6,
"skills_required": [ "gun", 5 ],
"time": "2 m",
"batch_time_factors": [ 60, 5 ],
"book_learn": [ [ "recipe_caseless", 4 ] ],
"charges": 1,
"reversible": false,
"using": [ [ "bullet_forming", 10 ], [ "ammo_bullet", 8 ] ],
"tools": [ [ [ "mold_plastic", -1 ] ] ],
"components": [
[ [ "473mm_mold", 1 ] ],
[ [ "smrifle_primer", 1 ] ],
[ [ "gunpowder", 6 ] ],
[ [ "copper", 1 ] ]
]
},
{
"type": "recipe",
"result": "473mm_mold",
"category": "CC_AMMO",
"subcategory": "CSC_AMMO_COMPONENTS",
"skill_used": "fabrication",
"difficulty": 2,
"charges": 25,
"skills_required": [ "gun", 4 ],
"time": "10 m",
"book_learn": [ [ "recipe_caseless", 5 ] ],
"reversible": false,
"using": [ [ "surface_heat", 10 ] ],
"tools": [ [ [ "mold_plastic", -1 ] ] ],
"components": [ [ [ "plastic_chunk", 1 ] ] ]
}
]
|