forked from foulman/Psioniclysm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
recipes.json
38 lines (38 loc) · 972 Bytes
/
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
[
{
"type": "recipe",
"result": "psi_upgrade_1",
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_MATERIALS",
"skills_required": [ "psicraft", 1 ],
"components": [ [ [ "rock", 1 ] ] ],
"difficulty": 0,
"time": "24 h",
"flags": [ "BLIND_EASY" ],
"autolearn": [ [ "psicraft", 1 ] ]
},
{
"type": "recipe",
"result": "psi_upgrade_2",
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_MATERIALS",
"skills_required": [ "psicraft", 2 ],
"components": [ [ [ "rock", 1 ] ] ],
"difficulty": 0,
"time": "72 h",
"flags": [ "BLIND_EASY" ],
"autolearn": [ [ "psicraft", 2 ] ]
},
{
"type": "recipe",
"result": "psi_upgrade_3",
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_MATERIALS",
"skills_required": [ "psicraft", 3 ],
"components": [ [ [ "rock", 1 ] ] ],
"difficulty": 0,
"time": "96 h",
"flags": [ "BLIND_EASY" ],
"autolearn": [ [ "psicraft", 3 ] ]
}
]