summaryrefslogtreecommitdiff
path: root/json/items/comestible/fruit_dishes.json
blob: 9e8535f055e330aaad5cd317729ccb1cd213b760 (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."
  },
]