summaryrefslogtreecommitdiff
path: root/json/recipes/nuts.json
blob: 4cc1c21a997205537b22b0b47f2f615395f9c15a (plain)
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
[
  {
    "result": "almond_unshelled",
    "type": "recipe",
    "category": "CC_FOOD",
    "subcategory": "CSC_FOOD_OTHER",
    "skill_used": "survival",
    "difficulty": 0,
    "time": "6 m",
    "autolearn": true,
    "components": [ [ [ "almond", 1 ] ] ]
  },
  {
    "result": "chestnut_unshelled",
    "type": "recipe",
    "category": "CC_FOOD",
    "subcategory": "CSC_FOOD_OTHER",
    "skill_used": "survival",
    "difficulty": 0,
    "time": "6 m",
    "autolearn": true,
    "components": [ [ [ "chestnut", 1 ] ] ]
  },
  {
    "result": "hazelnut_unshelled",
    "type": "recipe",
    "category": "CC_FOOD",
    "subcategory": "CSC_FOOD_OTHER",
    "skill_used": "survival",
    "difficulty": 0,
    "time": "6 m",
    "autolearn": true,
    "components": [ [ [ "hazelnut", 1 ] ] ]
  },
  {
    "result": "hickory_nut_unshelled",
    "type": "recipe",
    "category": "CC_FOOD",
    "subcategory": "CSC_FOOD_OTHER",
    "skill_used": "survival",
    "difficulty": 0,
    "time": "6 m",
    "autolearn": true,
    "components": [ [ [ "hickory_nut", 1 ] ] ]
  },
  {
    "result": "peanut_unshelled",
    "type": "recipe",
    "category": "CC_FOOD",
    "subcategory": "CSC_FOOD_OTHER",
    "skill_used": "survival",
    "difficulty": 0,
    "time": "6 m",
    "autolearn": true,
    "components": [ [ [ "peanut", 1 ] ] ]
  },
  {
    "result": "pecan_unshelled",
    "type": "recipe",
    "category": "CC_FOOD",
    "subcategory": "CSC_FOOD_OTHER",
    "skill_used": "survival",
    "difficulty": 0,
    "time": "6 m",
    "autolearn": true,
    "components": [ [ [ "pecan", 1 ] ] ]
  },
  {
    "result": "pistachio_unshelled",
    "type": "recipe",
    "category": "CC_FOOD",
    "subcategory": "CSC_FOOD_OTHER",
    "skill_used": "survival",
    "difficulty": 0,
    "time": "6 m",
    "autolearn": true,
    "components": [ [ [ "pistachio", 1 ] ] ]
  },
  {
    "result": "walnut_unshelled",
    "type": "recipe",
    "category": "CC_FOOD",
    "subcategory": "CSC_FOOD_OTHER",
    "skill_used": "survival",
    "difficulty": 0,
    "time": "6 m",
    "autolearn": true,
    "components": [ [ [ "walnut", 1 ] ] ]
  }
]