summaryrefslogtreecommitdiff
path: root/db/areas/leather-town.json
blob: 8177ad66aff408fc3e60ba87e4a93259d6ff71bc (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
{
  "locations": {
    "healing_center": {
      "type": "healingCenter",
      "price": 20
    },
    "leather_scoop": {
      "type": "shop",
      "modules/tuxemon.economy": "leather_scoop",
      "items": []
    }
  },

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

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

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