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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
|
[
{
"result": "flashbang",
"type": "recipe",
"category": "CC_WEAPON",
"subcategory": "CSC_WEAPON_EXPLOSIVE",
"skill_used": "fabrication",
"skills_required": [ "cooking", 6 ],
"difficulty": 6,
"time": "40 m",
"book_learn": [ [ "recipe_labchem", 7 ], [ "textbook_anarch", 7 ] ],
"using": [ [ "soldering_standard", 6 ] ],
"qualities": [ { "id": "SCREW", "level": 1 } ],
"components": [
[ [ "delay_fuze", 1 ] ],
[ [ "oxy_powder", 75 ] ],
[ [ "incendiary", 50 ] ],
[ [ "canister_empty", 1 ] ]
]
},
{
"result": "gasbomb",
"type": "recipe",
"category": "CC_WEAPON",
"subcategory": "CSC_WEAPON_EXPLOSIVE",
"skill_used": "cooking",
"skills_required": [ "mechanics", 6 ],
"difficulty": 6,
"time": "30 m",
"book_learn": [ [ "textbook_anarch", 7 ] ],
"using": [ [ "soldering_standard", 6 ] ],
"qualities" : [ { "id": "CHEM", "level": 2 }, { "id": "SCREW", "level": 1 } ],
"components": [
[ [ "delay_fuze", 1 ] ],
[ [ "bleach", 2 ] ],
[ [ "ammonia", 2 ] ],
[ [ "canister_empty", 1 ] ]
]
},
{
"result": "fungicidalbomb",
"type": "recipe",
"category": "CC_WEAPON",
"subcategory": "CSC_WEAPON_EXPLOSIVE",
"skill_used": "cooking",
"skills_required": [ "mechanics", 6 ],
"difficulty": 6,
"time": "30 m",
"book_learn": [ [ "textbook_anarch", 3 ] ],
"using": [ [ "soldering_standard", 6 ] ],
"qualities": [ { "id": "CHEM", "level": 2 }, { "id": "SCREW", "level": 1 } ],
"components": [
[ [ "delay_fuze", 1 ] ],
[ [ "bleach", 2 ] ],
[ [ "fungicide", 50 ] ],
[ [ "chem_sulphur", 150 ] ],
[ [ "canister_empty", 1 ] ]
]
},
{
"result": "insecticidalbomb",
"type": "recipe",
"category": "CC_WEAPON",
"subcategory": "CSC_WEAPON_EXPLOSIVE",
"skill_used": "cooking",
"skills_required": [ "mechanics", 6 ],
"difficulty": 6,
"time": "30 m",
"book_learn": [ [ "textbook_anarch", 3 ] ],
"using": [ [ "soldering_standard", 6 ] ],
"qualities": [ { "id": "CHEM", "level": 2 } , { "id": "SCREW", "level": 1 }],
"components": [
[ [ "delay_fuze", 1 ] ],
[ [ "bleach", 2 ] ],
[ [ "insecticide", 50 ] ],
[ [ "water", 2 ], [ "water_clean", 2 ] ],
[ [ "canister_empty", 1 ] ]
]
},
{
"result": "grenade_inc",
"type": "recipe",
"category": "CC_WEAPON",
"subcategory": "CSC_WEAPON_EXPLOSIVE",
"skill_used": "cooking",
"skills_required": [ "mechanics", 6 ],
"difficulty": 6,
"time": "30 m",
"book_learn": [ [ "textbook_anarch", 7 ] ],
"using": [ [ "soldering_standard", 6 ] ],
"qualities" : [ { "id": "SCREW", "level": 1 } ],
"components": [
[ [ "delay_fuze", 1 ] ],
[ [ "incendiary", 150 ] ],
[ [ "canister_empty", 1 ] ]
]
},
{
"result": "grenade_emp",
"type": "recipe",
"category": "CC_WEAPON",
"subcategory": "CSC_WEAPON_EXPLOSIVE",
"skill_used": "electronics",
"difficulty": 6,
"time": "30 m",
"book_learn": [ [ "textbook_anarch", 7 ] ],
"using": [ [ "soldering_standard", 6 ] ],
"qualities" : [ { "id": "SCREW", "level": 1 } ],
"components": [
[ [ "delay_fuze", 1 ] ],
[ [ "power_supply", 1 ] ],
[ [ "amplifier", 1 ] ],
[ [ "cable", 5 ] ],
[ [ "antenna", 1 ] ],
[ [ "canister_empty", 1 ] ]
]
},
{
"result": "grenade",
"type": "recipe",
"category": "CC_WEAPON",
"subcategory": "CSC_WEAPON_EXPLOSIVE",
"skill_used": "fabrication",
"skills_required": [ "mechanics", 6 ],
"difficulty": 6,
"time": "30 m",
"book_learn": [ [ "textbook_anarch", 7 ] ],
"using": [ [ "soldering_standard", 6 ] ],
"qualities" : [ { "id": "SCREW", "level": 1 } ],
"components": [
[ [ "delay_fuze", 1 ] ],
[ [ "sheet_metal_small", 3 ] ],
[ [ "chem_compositionb", 12 ] ],
[ [ "canister_empty", 1 ] ]
]
},
{
"result": "scrambler",
"type": "recipe",
"category": "CC_WEAPON",
"subcategory": "CSC_WEAPON_EXPLOSIVE",
"skill_used": "electronics",
"skills_required": [ "computer", 4 ],
"difficulty": 8,
"time": "30 m",
"book_learn": [ [ "textbook_anarch", 8 ] ],
"using": [ [ "soldering_standard", 6 ] ],
"qualities" : [ { "id": "SCREW", "level": 1 } ],
"components": [
[ [ "delay_fuze", 1 ] ],
[ [ "grenade_emp", 1 ] ],
[ [ "antenna", 1 ] ],
[ [ "transponder", 1 ] ],
[ [ "e_scrap", 2 ] ]
]
},
{
"result": "smokebomb",
"type": "recipe",
"category": "CC_WEAPON",
"subcategory": "CSC_WEAPON_EXPLOSIVE",
"skill_used": "cooking",
"skills_required": [ "mechanics", 1 ],
"difficulty": 3,
"time": "30 m",
"book_learn": [ [ "textbook_anarch", 3 ] ],
"autolearn": false,
"using": [ [ "soldering_standard", 6 ] ],
"qualities": [ { "id": "SCREW", "level": 1 } ],
"components": [
[ [ "delay_fuze", 1 ] ],
[ [ "chem_muriatic_acid", 1 ] ],
[ [ "scrap", 1 ] ],
[ [ "chem_aluminium_powder", 25 ] ],
[ [ "chem_zinc_powder", 25 ] ],
[ [ "canister_empty", 1 ] ],
[ [ "superglue", 1 ] ]
]
},
{
"result": "c4",
"type": "recipe",
"category": "CC_WEAPON",
"subcategory": "CSC_WEAPON_EXPLOSIVE",
"skill_used": "cooking",
"skills_required": [ "mechanics", 6 ],
"difficulty": 8,
"time": "30 m",
"book_learn": [ [ "manual_traps_mil", 8 ] ],
"qualities" : [ { "id": "BOIL", "level": 2 }, { "id": "CHEM", "level": 3 } ],
"tools": [ [ [ "mold_plastic", -1 ] ], [ [ "hotplate", 50 ], [ "toolset", 50 ] ] ],
"components": [
[ [ "delay_fuze", 1 ] ],
[ [ "chem_compositionb", 150 ] ],
[ [ "plastic_chunk", 1 ] ],
[ [ "lamp_oil", 100 ], [ "motor_oil", 100 ] ]
]
},
{
"type": "recipe",
"note": "Roughly a double-size freagmentation grenade with an impact timer.",
"result": "landmine",
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_TRAPS",
"skill_used": "traps",
"skills_required": [ "mechanics", 6 ],
"difficulty": 5,
"time": "30 m",
"reversible": false,
"book_learn": [ [ "manual_traps_mil", 6 ] ],
"using": [ [ "soldering_standard", 6 ] ],
"qualities": [ { "id": "SCREW", "level": 1 } ],
"components": [
[ [ "impact_fuze", 1 ] ],
[ [ "sheet_metal_small", 2 ] ],
[ [ "chem_compositionb", 75 ] ],
[ [ "canister_empty", 1 ] ]
]
}
]
|