summaryrefslogtreecommitdiff
path: root/json/items/comestible/drink.json
blob: 3c3dec5e0915043cff4c03197bbc11bb9aa9f62a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[
  {
    "type": "COMESTIBLE",
    "id": "bee_balm_tea",
    "copy-from": "bee_balm_tea",
    "name": { "str_sp": "bee balm tea" },
    "spoils_in": "10 days",
    "//": "Restore original spoils_in."
  },
  {
    "type": "COMESTIBLE",
    "id": "chamomile_tea",
    "copy-from": "chamomile_tea",
    "name": { "str_sp": "chamomile tea" },
    "spoils_in": "10 days",
    "//": "Restore original spoils_in."
  },
  {
    "type": "COMESTIBLE",
    "id": "lotus_tea",
    "copy-from": "lotus_tea",
    "name": { "str_sp": "lotus tea" },
    "spoils_in": "10 days",
    "//": "Restore original spoils_in."
  },
  {
    "type": "COMESTIBLE",
    "id": "spurge_tea",
    "copy-from": "spurge_tea",
    "name": { "str_sp": "spurge tea" },
    "spoils_in": "10 days",
    "//": "Restore original spoils_in."
  }
]