summaryrefslogtreecommitdiff
path: root/json/items/comestible/fruit_dishes.json
blob: c7a0a323871914e8ce788f072a74efa0e3a9cfc7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[
  {
    "type": "COMESTIBLE",
    "id": "fruit_leather",
    "copy-from": "fruit_leather",
    "name": { "str": "fruit leather" },
    "spoils_in": "364 days",
    "//": "Restore original spoils_in."
  },
  {
    "type": "COMESTIBLE",
    "id": "dry_fruit",
    "copy-from": "dry_fruit",
    "name": { "str_sp": "dehydrated fruit" },
    "spoils_in": "364 days",
    "//": "Restore original spoils_in."
  }
]