summaryrefslogtreecommitdiff
path: root/json/items/comestible/wheat.json
blob: 11c507b99efd89c42b75f9f6e35094c9246fa2a6 (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
[
  {
    "type": "COMESTIBLE",
    "id": "cereal2",
    "copy-from": "cereal2",
    "name": { "str": "wheat cereal" },
    "spoils_in": "91 days"
  },
  {
    "type": "COMESTIBLE",
    "id": "spaghetti_raw",
    "copy-from": "spaghetti_raw",
    "name": { "str_sp": "raw spaghetti pasta" },
    "spoils_in": "364 days"
  },
  {
    "type": "COMESTIBLE",
    "id": "lasagne_raw",
    "copy-from": "lasagne_raw",
    "name": { "str_sp": "raw lasagne pasta" },
    "spoils_in": "364 days"
  },
  {
    "type": "COMESTIBLE",
    "id": "macaroni_raw",
    "copy-from": "macaroni_raw",
    "name": { "str_sp": "raw macaroni" },
    "spoils_in": "364 days"
  },
  {
    "type": "COMESTIBLE",
    "id": "flour",
    "copy-from": "flour",
    "name": { "str_sp": "flour" },
    "spoils_in": "364 days"
  },
  {
    "type": "COMESTIBLE",
    "id": "oatmeal",
    "copy-from": "oatmeal",
    "name": { "str_sp": "oatmeal" },
    "spoils_in": "364 days"
  },
  {
    "type": "COMESTIBLE",
    "id": "cracker",
    "copy-from": "cracker",
    "name": { "str": "cracker" },
    "spoils_in": "91 days"
  },
  {
    "type": "COMESTIBLE",
    "id": "granola",
    "copy-from": "granola",
    "name": { "str_sp": "granola" },
    "spoils_in": "182 days"
  },
  {
    "type": "COMESTIBLE",
    "id": "noodles_fast",
    "copy-from": "noodles_fast",
    "name": { "str_sp": "fast noodles" },
    "spoils_in": "364 days"
  }
]