summaryrefslogtreecommitdiff
path: root/db/areas/hospital-floor-2.json
diff options
context:
space:
mode:
Diffstat (limited to 'db/areas/hospital-floor-2.json')
-rw-r--r--db/areas/hospital-floor-2.json40
1 files changed, 9 insertions, 31 deletions
diff --git a/db/areas/hospital-floor-2.json b/db/areas/hospital-floor-2.json
index 2e6fc42..adbfbed 100644
--- a/db/areas/hospital-floor-2.json
+++ b/db/areas/hospital-floor-2.json
@@ -1,34 +1,12 @@
{
- "trainers": [
- {
- "name": "Spyder Boss Luzia",
- "sprite": "spyder_boss.png",
- "monsters": [
- {
- "slug": "galnec",
- "level": 36
- },
- {
- "slug": "exclawvate",
- "level": 36
- }
- ]
- },
- {
- "name": "Profressor Rhizome",
- "sprite": "professor.png",
- "monsters": [
- {
- "slug": "flacono",
- "level": 33
- },
- {
- "slug": "fancair",
- "level": 33
- }
- ]
- }
- ],
+ "events": {
+ "onEnter": [
+ {
+ "type": "story",
+ "story": "hospital-floor-2"
+ }
+ ]
+ },
"connections": {
"hospital-floor-1": {
@@ -37,7 +15,7 @@
"hospital-floor-3": {
"conditions": [
- "trainers"
+ "story.hospital-floor-2"
]
}
},