-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrecipe.json
97 lines (97 loc) · 2.44 KB
/
recipe.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
[
{
"result": "bat_hat",
"type": "recipe",
"category": "CC_ARMOR",
"subcategory": "CSC_ARMOR_HEAD",
"skill_used": "tailor",
"difficulty": 4,
"skills_required": [ "mechanics", 2 ],
"time": 5000,
"autolearn": true,
"components": [ [ [ "kevlar_plate", 6 ] ], [ [ "plastic_chunk", 4 ] ] ]
},
{
"result": "bat_chest",
"type": "recipe",
"category": "CC_ARMOR",
"subcategory": "CSC_ARMOR_TORSO",
"skill_used": "tailor",
"difficulty": 4,
"skills_required": [ "mechanics", 2 ],
"time": 5000,
"autolearn": true,
"components": [ [ [ "kevlar_plate", 24 ] ], [ [ "plastic_chunk", 10 ] ], [ [ "steel_plate", 2 ] ] ]
},
{
"result": "bat_arms",
"type": "recipe",
"category": "CC_ARMOR",
"subcategory": "CSC_ARMOR_ARMS",
"skill_used": "tailor",
"difficulty": 4,
"skills_required": [ "mechanics", 2 ],
"time": 5000,
"autolearn": true,
"components": [ [ [ "kevlar_plate", 10 ] ], [ [ "plastic_chunk", 5 ] ] ]
},
{
"result": "bat_gloves",
"type": "recipe",
"category": "CC_ARMOR",
"subcategory": "CSC_ARMOR_HANDS",
"skill_used": "tailor",
"difficulty": 4,
"skills_required": [ "mechanics", 2 ],
"time": 5000,
"autolearn": true,
"components": [ [ [ "kevlar_plate", 4 ] ], [ [ "plastic_chunk", 2 ] ] ]
},
{
"result": "bat_belt",
"type": "recipe",
"category": "CC_ARMOR",
"subcategory": "CSC_ARMOR_TORSO",
"skill_used": "tailor",
"difficulty": 4,
"skills_required": [ "mechanics", 2 ],
"time": 5000,
"autolearn": true,
"components": [ [ [ "kevlar_plate", 6 ] ], [ [ "plastic_chunk", 2 ] ] ]
},
{
"result": "bat_boomerang",
"type": "recipe",
"category": "CC_WEAPON",
"sub_category": "CSC_WEAPON_RANGED",
"skill_used": "fabrication",
"difficulty": 4,
"time": 300,
"autolearn": true,
"components": [ [ [ "steel_lump", 1 ], [ "steel_chunk", 1 ] ] ]
},
{
"result": "bat_pants",
"type": "recipe",
"category": "CC_ARMOR",
"subcategory": "CSC_ARMOR_LEGS",
"skill_used": "tailor",
"difficulty": 4,
"skills_required": [ "mechanics", 2 ],
"time": 5000,
"autolearn": true,
"components": [ [ [ "kevlar_plate", 18 ] ], [ [ "plastic_chunk", 8 ] ], [ [ "steel_plate", 1 ] ] ]
},
{
"result": "bat_boots",
"type": "recipe",
"category": "CC_ARMOR",
"subcategory": "CSC_ARMOR_FEET",
"skill_used": "tailor",
"difficulty": 4,
"skills_required": [ "mechanics", 2 ],
"time": 5000,
"autolearn": true,
"components": [ [ [ "kevlar_plate", 6 ] ], [ [ "plastic_chunk", 2 ] ] ]
}
]