summaryrefslogtreecommitdiff
path: root/json/items/comestible/dairy.json
blob: 330563a99ca7bbacd214768af2cf8b8013213af4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[
  {
    "type": "COMESTIBLE",
    "id": "ghee",
    "copy-from": "ghee",
    "name": { "str_sp": "ghee" },
    "spoils_in": "91 days",
    "//": "Restore original spoils_in."
  },
  {
    "type": "COMESTIBLE",
    "id": "ghee",
    "copy-from": "ghee",
    "name": { "str_sp": "hard cheese" },
    "spoils_in": "182 days",
    "//": "Restore original spoils_in."
  }
]