summaryrefslogtreecommitdiff
path: root/db/areas/candy-town.json
blob: 8cfab40fe2d31407badb63c3f3b1f92d090796f9 (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
{
  "locations": {
    "scoop_store": {
      "type": "shop",
      "items": [
        {
          "item_name": "super_potion",
          "price": 40
        }
      ],
      "modules/tuxemon.economy": "spyder_candy_scoop"
    }
  },

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

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

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