summaryrefslogtreecommitdiff
path: root/db/areas/hospital-floor-1.json
blob: f89e5a378c6e9a718312ef2ef9afca36da4d2e73 (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
{
  "trainers": [
    {
      "name": "Spyder Boss Aurora",
      "sprite": "spyder_boss.png",
      "monsters": [
        {
          "slug": "exclawvate",
          "level": 40
        }
      ]
    }
  ],

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

    "hospital-floor-2": {
      "conditions": [
        "trainers"
      ]
    }
  },

  "modules/tuxemon.slug": "hospital1",
  "modules/tuxemon.environment": "interior"
}