summaryrefslogtreecommitdiff
path: root/db/areas/flower-city.json
blob: 215ac8499492f55b6791da32d0083acdb6d4910b (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
{
  "locations": {
    "healing_center": {
      "type": "healingCenter",
      "price": 30
    },

    "scoop_store": {
      "type": "shop",
      "modules/tuxemon.economy": "spyder_flower_scoop",
      "items": []
    }
  },

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

    "route5": {
      "conditions": []
    },

    "side-route-a": {
      "conditions": []
    }
  },

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