summaryrefslogtreecommitdiff
path: root/db/areas/hospital.json
blob: 0617d7853281fb91540b1561243da3d891d01a11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "locations": {
    "hospital": {
      "type": "healingCenter",
      "price": 30
    }
  },

  "connections": {
    "candy-town": {
      "conditions": []
    },

    "hospital-floor-1": {
      "conditions": []
    }
  },

  "modules/tuxemon.slug": "hospital"
}