summaryrefslogtreecommitdiff
path: root/db/areas/leather-town.json
blob: 5cb24d7772ef4c555988bac04509ab08d43b02bc (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
32
33
34
35
{
  "name": "Leather Town",

  "encounter_slug": "",

  "encounters": [],

  "requiredEncounters": 0,

  "trainers": [],

  "environment_slug": "interior",

  "locations": {
    "healing_center": {
      "type": "healingCenter",
      "price": 20
    },
    "leather_scoop": {
      "type": "shop",
      "economy": "leather_scoop",
      "items": []
    }
  },

  "connections": {
    "city-park": {
      "conditions": []
    },

    "route3": {
      "conditions": []
    }
  }
}