summaryrefslogtreecommitdiff
path: root/json/items/comestible/veggy_dishes.json
blob: 42c3e274f63d514e36ef1bebd42783009d051ac2 (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
[
  {
    "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"
  },
  {
    "type": "COMESTIBLE",
    "id": "veggy_pickled",
    "copy-from": "veggy_pickled",
    "name": { "str": "pickled veggy", "str_pl": "pickled veggies" },
    "volume": "500 ml",
    "charges": 2,
    "//": "Fix sealed containers from spawning half filled by increasing the charges and volume."
  }
]