summaryrefslogtreecommitdiff
path: root/db/areas/paper-town.json
blob: 9b487e364373714b8f765d43fced7c618312abb1 (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
{
  "locations": {
    "home": {
      "type": "healingCenter",
      "price": 0
    },

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

  "connections": {
    "route1": {
      "conditions": [
        "encounters",
        "trainers"
      ]
    },

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

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