summaryrefslogtreecommitdiff
path: root/json/items/comestible/raw_veggy.json
blob: 4b07ad92ad7bc66aaee6da187e27a7e605a4a38e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[
  {
    "type": "COMESTIBLE",
    "id": "garlic",
    "copy-from": "garlic",
    "name": { "str": "garlic bulb" },
    "spoils_in": "364 days"
  },
  {
    "type": "COMESTIBLE",
    "id": "sugar_beet",
    "copy-from": "sugar_beet",
    "name": { "str": "sugar beet" },
    "spoils_in": "91 days"
  }
]