-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrecipes.json
58 lines (58 loc) · 1.46 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
[
{
"result": "respawn_infostone",
"type": "recipe",
"activity_level": "NO_EXERCISE",
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_TOOLS",
"skill_used": "survival",
"difficulty": 0,
"time": "30 s",
"autolearn": true,
"reversible": false,
"tools": [ [ [ "ssc_altar", -1 ] ] ],
"components": [ [ [ "rock", 1 ] ] ],
"flags": [ "BLIND_EASY" ]
},
{
"id": "ssc_altar",
"type": "TOOL",
"name": { "str": "nearby SSC Altar" },
"description": "Psuedo item.",
"weight": "1 g",
"volume": "1 ml",
"material": [ "stone" ],
"symbol": "-",
"color": "white"
},
{
"result": "respawn_gain_max_extra_life",
"type": "recipe",
"activity_level": "NO_EXERCISE",
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_TOOLS",
"skill_used": "survival",
"difficulty": 0,
"time": "30 m",
"autolearn": true,
"reversible": false,
"tools": [ [ [ "ssc_altar", -1 ] ] ],
"components": [ [ [ "netherum_substrate", 15 ] ] ],
"flags": [ "BLIND_EASY" ]
},
{
"result": "respawn_gain_extra_life",
"type": "recipe",
"activity_level": "NO_EXERCISE",
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_TOOLS",
"skill_used": "survival",
"difficulty": 0,
"time": "30 m",
"autolearn": true,
"reversible": false,
"tools": [ [ [ "ssc_altar", -1 ] ] ],
"components": [ [ [ "netherum_substrate", 7 ] ] ],
"flags": [ "BLIND_EASY" ]
}
]