summaryrefslogtreecommitdiff
path: root/json/items/comestible/veggy_dishes.json
blob: ab4db8894830af0acdee05100158987cc003da0d (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
[
  {
    "type": "COMESTIBLE",
    "id": "garlic_roasted",
    "copy-from": "garlic_roasted",
    "name": { "str_sp": "roasted garlic" },
    "spoils_in": "182 days"
  },
  {
    "type": "COMESTIBLE",
    "id": "cornmeal",
    "copy-from": "cornmeal",
    "name": { "str_sp": "cornmeal" },
    "spoils_in": "364 days"
  },
  {
    "type": "COMESTIBLE",
    "id": "dry_rice",
    "copy-from": "dry_rice",
    "name": { "str_sp": "dried rice" },
    "spoils_in": "364 days"
  },
  {
    "type": "COMESTIBLE",
    "id": "dry_veggy",
    "copy-from": "dry_veggy",
    "name": { "str": "dehydrated vegetable" },
    "spoils_in": "364 days"
  },
  {
    "type": "COMESTIBLE",
    "id": "dried_salad",
    "copy-from": "dried_salad",
    "name": { "str": "dried salad" },
    "spoils_in": "364 days"
  },
  {
    "type": "COMESTIBLE",
    "id": "sauerkraut",
    "copy-from": "sauerkraut",
    "name": { "str_sp": "sauerkraut" },
    "spoils_in": "30 days"
  }
]