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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
|
[
{
"result": "pelletblood",
"type": "recipe",
"category": "CC_AMMO",
"subcategory": "CSC_AMMO_COMPONENTS",
"skill_used": "cooking",
"skills_required": [ "fabrication", 0 ],
"difficulty": 0,
"time": "45 s",
"book_learn": [ [ "vamp_gunner1", 10 ] ],
"components": [
[ [ "bloodpowder", 1 ] ]
]
},
{
"result": "bloodyshaky",
"type": "recipe",
"category": "CC_AMMO",
"subcategory": "CSC_AMMO_OTHER",
"skill_used": "cooking",
"skills_required": [ "fabrication", 0 ],
"difficulty": 0,
"time": "45 s",
"components": [
[ [ "blood", 1 ] ]
]
},
{
"result": "bloodypressure",
"type": "recipe",
"category": "CC_AMMO",
"subcategory": "CSC_AMMO_OTHER",
"skill_used": "cooking",
"skills_required": [ "fabrication", 0 ],
"difficulty": 0,
"time": "45 s",
"book_learn": [ [ "vamp_gunner1", 10 ] ],
"qualities": [ { "id": "CHEM", "level": 3 } ],
"components": [
[ [ "bloodpowder", 10 ] ],
[ [ "water", 2 ] ]
]
},
{
"result": "bloodyinfect",
"type": "recipe",
"category": "CC_AMMO",
"subcategory": "CSC_AMMO_OTHER",
"skill_used": "cooking",
"skills_required": [ "fabrication", 0 ],
"difficulty": 0,
"time": "45 s",
"book_learn": [ [ "vamp_gunner1", 10 ] ],
"qualities": [ { "id": "CHEM", "level": 3 } ],
"components": [
[ [ "bloodpowder", 6 ] ],
[ [ "meat_tainted", 1 ], [ "dry_meat_tainted", 1 ] ],
[ [ "water", 2 ] ]
]
},
{
"result": "reloaded_bloodshot_00",
"type": "recipe",
"category": "CC_AMMO",
"subcategory": "CSC_AMMO_SHOT",
"skill_used": "gun",
"difficulty": 2,
"time": "2 m",
"batch_time_factors": [ 60, 5 ],
"book_learn": [ [ "vamp_gunner1", 10 ] ],
"charges": 1,
"using": [ [ "shot_forming", 1 ], [ "ammo_bullet", 10 ], [ "ammo_shot", 1 ] ],
"tools": [ [ [ "press", -1 ] ] ],
"components": [
[ [ "gunpowder", 6 ] ],
[ [ "pelletblood", 10 ] ]
]
}
]
|