-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrecipes.json
183 lines (183 loc) · 5.61 KB
/
recipes.json
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
[
{
"type": "uncraft",
"result": "broken_tankbot",
"skill_used": "electronics",
"difficulty": 8,
"time": 600000,
"qualities": [ { "id": "SCREW", "level": 1 }, { "id": "WRENCH", "level": 1 }, { "id": "SAW_M", "level": 1 } ],
"tools": [
[ [ "soldering_iron", 30 ], [ "toolset", 30 ] ],
[ [ "oxy_torch", 40 ], [ "welder", 200 ], [ "toolset", 300 ], [ "welder_crude", 300 ] ]
],
"components": [
[ [ "flamethrower", 1 ] ],
[ [ "tazer", 1 ] ],
[ [ "m4a1", 1 ] ],
[ [ "motor_large", 1 ] ],
[ [ "power_supply", 20 ] ],
[ [ "plut_cell", 4 ] ],
[ [ "RAM", 2 ] ],
[ [ "steel_chunk", 15 ] ],
[ [ "mil_plate", 2 ] ],
[ [ "robot_controls", 1 ] ],
[ [ "tank_gun_auto", 1 ] ]
]
},
{
"result": "30mm_slug",
"type": "recipe",
"category": "CC_AMMO",
"subcategory": "CSC_AMMO_OTHER",
"skill_used": "fabrication",
"difficulty": 5,
"skills_required": [ [ "launcher", 3 ], [ "electronics", 1 ] ],
"time": 16000,
"batch_time_factors": [ 50, 10 ],
"book_learn": [ [ "textbook_launcher", 5 ] ],
"charges": 1,
"using": [ [ "bullet_forming", 5 ], [ "ammo_bullet", 50 ] ],
"qualities": [ { "id": "WRENCH", "level": 1 } ],
"components": [ [ [ "30mm_casing", 1 ] ], [ [ "electric_primer", 1 ] ], [ [ "gunpowder", 95 ] ] ]
},
{
"type": "recipe",
"result": "120mm_usable_shot",
"category": "CC_AMMO",
"subcategory": "CSC_AMMO_OTHER",
"skill_used": "fabrication",
"skills_required": [ [ "launcher", 4 ], [ "electronics", 1 ] ],
"difficulty": 6,
"time": 25000,
"book_learn": [ [ "textbook_launcher", 6 ] ],
"qualities": [ { "id": "WRENCH", "level": 1 } ],
"tools": [ [ [ "fire", -1 ], [ "toolset", 10 ] ] ],
"components": [
[ [ "120mm_casing", 1 ] ],
[ [ "electric_primer_large", 1 ] ],
[ [ "gunpowder", 1900 ] ],
[
[ "lead", 1000 ],
[ "gold_small", 1000 ],
[ "silver_small", 1000 ],
[ "tin", 1000 ],
[ "bismuth", 1000 ],
[ "solder_wire", 1000 ]
]
]
},
{
"type": "recipe",
"result": "120mm_usable_slug",
"category": "CC_AMMO",
"subcategory": "CSC_AMMO_OTHER",
"skill_used": "fabrication",
"skills_required": [ [ "launcher", 4 ], [ "electronics", 1 ] ],
"difficulty": 7,
"time": 27500,
"book_learn": [ [ "textbook_launcher", 7 ] ],
"qualities": [ { "id": "WRENCH", "level": 1 } ],
"tools": [ [ [ "fire", -1 ], [ "toolset", 10 ] ], [ [ "tongs", -1 ] ], [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ] ],
"components": [
[ [ "120mm_casing", 1 ] ],
[ [ "electric_primer_large", 1 ] ],
[ [ "gunpowder", 1900 ] ],
[
[ "lead", 1000 ],
[ "gold_small", 1000 ],
[ "silver_small", 1000 ],
[ "tin", 1000 ],
[ "bismuth", 1000 ],
[ "solder_wire", 1000 ]
]
]
},
{
"type": "recipe",
"result": "155mm_shot",
"category": "CC_AMMO",
"subcategory": "CSC_AMMO_OTHER",
"skill_used": "fabrication",
"skills_required": [ [ "launcher", 5 ], [ "electronics", 1 ] ],
"difficulty": 7,
"time": 30000,
"book_learn": [ [ "textbook_launcher", 7 ] ],
"qualities": [ { "id": "WRENCH", "level": 1 } ],
"tools": [ [ [ "fire", -1 ], [ "toolset", 20 ] ] ],
"components": [
[ [ "155mm_casing", 1 ] ],
[ [ "electric_primer_large", 1 ] ],
[ [ "gunpowder", 2200 ] ],
[
[ "lead", 1400 ],
[ "gold_small", 1400 ],
[ "silver_small", 1400 ],
[ "tin", 1400 ],
[ "bismuth", 1400 ],
[ "solder_wire", 1400 ]
]
]
},
{
"type": "recipe",
"result": "155mm_slug",
"category": "CC_AMMO",
"subcategory": "CSC_AMMO_OTHER",
"skill_used": "fabrication",
"skills_required": [ [ "launcher", 5 ], [ "electronics", 1 ] ],
"difficulty": 8,
"time": 33000,
"book_learn": [ [ "textbook_launcher", 8 ] ],
"qualities": [ { "id": "WRENCH", "level": 1 } ],
"tools": [ [ [ "fire", -1 ], [ "toolset", 20 ] ], [ [ "tongs", -1 ] ], [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ] ],
"components": [
[ [ "155mm_casing", 1 ] ],
[ [ "electric_primer_large", 1 ] ],
[ [ "gunpowder", 2200 ] ],
[
[ "lead", 1400 ],
[ "gold_small", 1400 ],
[ "silver_small", 1400 ],
[ "tin", 1400 ],
[ "bismuth", 1400 ],
[ "solder_wire", 1400 ]
]
]
},
{
"result": "electric_primer",
"type": "recipe",
"category": "CC_AMMO",
"subcategory": "CSC_AMMO_COMPONENTS",
"skill_used": "fabrication",
"difficulty": 5,
"skills_required": [ [ "electronics", 5 ], [ "launcher", 3 ] ],
"time": 45000,
"book_learn": [ [ "textbook_launcher", 5 ] ],
"qualities": [ { "id": "HAMMER", "level": 3 } ],
"tools": [ [ [ "swage", -1 ] ], [ [ "press", -1 ] ] ],
"components": [
[ [ "can_drink_unsealed", 2 ], [ "can_food_unsealed", 2 ], [ "scrap", 4 ] ],
[ [ "cable", 5 ] ],
[ [ "chem_hmtd", 5 ] ]
]
},
{
"result": "electric_primer_large",
"type": "recipe",
"category": "CC_AMMO",
"subcategory": "CSC_AMMO_COMPONENTS",
"skill_used": "fabrication",
"difficulty": 6,
"skills_required": [ [ "electronics", 6 ], [ "launcher", 3 ] ],
"time": 45000,
"book_learn": [ [ "textbook_launcher", 6 ] ],
"qualities": [ { "id": "HAMMER", "level": 3 } ],
"tools": [ [ [ "swage", -1 ] ], [ [ "press", -1 ] ] ],
"components": [
[ [ "can_drink_unsealed", 3 ], [ "can_food_unsealed", 3 ], [ "scrap", 6 ] ],
[ [ "cable", 10 ] ],
[ [ "chem_hmtd", 10 ] ]
]
}
]