summaryrefslogtreecommitdiff
path: root/db/areas/candy-town.json
blob: 59ddca0d8f78de9947f3e3063e6618d611d70d02 (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
{
  "name": "Candy Town",

  "locations": {
    "hospital": {
      "type": "healingCenter",
      "price": 30
    },

    "scoop_store": {
      "type": "shop",
      "economy": "spyder_candy_scoop",
      "items": []
    }
  },

  "connections": {
    "route6": {
      "conditions": []
    },

    "sea-route-c": {
      "conditions": []
    }
  }
}