diff options
Diffstat (limited to 'db/areas/route4.json')
-rw-r--r-- | db/areas/route4.json | 38 |
1 files changed, 18 insertions, 20 deletions
diff --git a/db/areas/route4.json b/db/areas/route4.json index 225a884..fedb367 100644 --- a/db/areas/route4.json +++ b/db/areas/route4.json @@ -15,31 +15,29 @@ "level": 16 } ] + } + ], + + "items": [ + { + "slug": "potion", + "dropRatio": 1 }, { - "name": "Rival Billie", - "sprite": "fashionista.png", - "monsters": [ - { - "slug": "cardiwing", - "level": 16 - }, - { - "slug": "eyesore", - "level": 16 - }, - { - "slug": "viviphyta", - "level": 16 - }, - { - "slug": "STARTER", - "level": 18 - } - ] + "slug": "tuxeball", + "dropRatio": 1 } ], + "events": { + "onLeave": [ + { + "type": "story", + "story": "battle-rival-three" + } + ] + }, + "connections": { "route3": { "conditions": [] |