summaryrefslogtreecommitdiff
path: root/db/areas/paper-town.json
blob: f3d325532f35a7df6ca4337123da63fbbd28bb9c (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
{
  "name": "Paper Town",

  "locations": {
    "home": {
      "type": "healingCenter",
      "price": 0
    },

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

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

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