summaryrefslogtreecommitdiff
path: root/json/items/comestible/dairy.json
blob: e27637e12debb243d0d5e5adc9413041706ca2c6 (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": "cheese_hard",
    "copy-from": "cheese_hard",
    "name": { "str_sp": "hard cheese" },
    "spoils_in": "182 days",
    "//": "Restore original spoils_in."
  }
]