summaryrefslogtreecommitdiff
path: root/db/areas/timber-town.json
blob: 093633e3810490f42ffc3f2794c987651ae9a799 (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
{
  "locations": {
    "healing_center": {
      "type": "healingCenter",
      "price": 20
    },

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

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

    "tunnel-b": {
      "conditions": []
    }
  },

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