summaryrefslogtreecommitdiff
path: root/json/items/comestible/nuts.json
blob: bcf89c83f1e097463c9d32b55878396ed09ee702 (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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
[
  {
    "type": "COMESTIBLE",
    "id": "pine_nuts",
    "copy-from": "pine_nuts",
    "name": { "str_sp": "pine nuts" },
    "spoils_in": "1092 days"
  },
  {
    "type": "COMESTIBLE",
    "id": "pistachio",
    "copy-from": "pistachio",
    "name": { "str_sp": "pistachios" },
    "spoils_in": "91 days"
  },
  {
    "type": "COMESTIBLE",
    "id": "almond",
    "copy-from": "almond",
    "name": { "str_sp": "almonds" },
    "spoils_in": "303 days"
  },
  {
    "type": "COMESTIBLE",
    "id": "almond_pulp",
    "copy-from": "almond_pulp",
    "name": { "str_sp": "almond pulp" },
    "spoils_in": "303 days"
  },
  {
    "type": "COMESTIBLE",
    "id": "cashews",
    "copy-from": "cashews",
    "name": { "str_sp": "cashews" },
    "spoils_in": "242 days"
  },
  {
    "type": "COMESTIBLE",
    "id": "pecan",
    "copy-from": "pecan",
    "name": { "str_sp": "pecans" },
    "spoils_in": "182 days"
  },
  {
    "type": "COMESTIBLE",
    "id": "peanut",
    "copy-from": "peanut",
    "name": { "str_sp": "peanuts" },
    "spoils_in": "242 days"
  },
  {
    "type": "COMESTIBLE",
    "id": "beech_nuts",
    "copy-from": "beech_nuts",
    "name": { "str_sp": "beech nuts" },
    "spoils_in": "91 days"
  },
  {
    "type": "COMESTIBLE",
    "id": "walnut",
    "copy-from": "walnut",
    "name": { "str_sp": "walnuts" },
    "spoils_in": "182 days"
  },
  {
    "type": "COMESTIBLE",
    "id": "chestnut",
    "copy-from": "chestnut",
    "name": { "str_sp": "chestnuts" },
    "spoils_in": "182 days"
  },
  {
    "type": "COMESTIBLE",
    "id": "hazelnut",
    "copy-from": "hazelnut",
    "name": { "str_sp": "hazelnuts" },
    "spoils_in": "150 days"
  },
  {
    "type": "COMESTIBLE",
    "id": "edamame_roasted",
    "copy-from": "edamame_roasted",
    "name": { "str_sp": "roasted edamame" },
    "spoils_in": "242 days"
  },
  {
    "type": "COMESTIBLE",
    "id": "soy_nuts",
    "copy-from": "soy_nuts",
    "name": { "str_sp": "roasted soy nuts" },
    "spoils_in": "242 days"
  },
  {
    "type": "COMESTIBLE",
    "id": "hickory_nut",
    "copy-from": "hickory_nut",
    "name": { "str_sp": "hickory nuts" },
    "spoils_in": "182 days"
  },
  {
    "type": "COMESTIBLE",
    "id": "acorns",
    "copy-from": "acorns",
    "name": { "str_sp": "acorns" },
    "spoils_in": "242 days"
  }
]