summaryrefslogtreecommitdiff
path: root/db/areas/hospital-floor-1.json
blob: 089ba7ab5156cdb0b939974702dbc5a07404ad26 (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
{
  "events": {
    "onEnter": [
      {
        "type": "story",
        "story": "hospital-floor-1"
      }
    ]
  },

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

    "hospital-floor-2": {
      "conditions": [
        "story.hospital-floor-1"
      ]
    }
  },

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