diff options
author | Daniel Weipert <code@drogueronin.de> | 2023-09-02 14:59:09 +0200 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2023-09-02 14:59:09 +0200 |
commit | 2030caa0c85102b1cf6131dd9eefef4a347cda42 (patch) | |
tree | 9188abac0d7b7730ded1e8e154c3f7c589f785cf /db/areas/route2.json | |
parent | 1d29ee6d87d3794a9319bca5bf36afdfe176072c (diff) |
translations and story
Diffstat (limited to 'db/areas/route2.json')
-rw-r--r-- | db/areas/route2.json | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/db/areas/route2.json b/db/areas/route2.json index f753a70..12ec927 100644 --- a/db/areas/route2.json +++ b/db/areas/route2.json @@ -3,25 +3,26 @@ "trainers": [ { - "name": "Rival Billie", - "sprite": "fashionista.png", + "name": "Tennis Player Roddick", + "sprite": "tennisplayer.png", "monsters": [ { - "slug": "cardiling", - "level": 3 - }, - { - "slug": "eyenemy", - "level": 6 - }, - { - "slug": "STARTER", - "level": 6 + "slug": "spighter", + "level": 8 } ] } ], + "events": { + "onEnter": [ + { + "type": "story", + "story": "battle-rival-two" + } + ] + }, + "connections": { "cotton-town": { "conditions": [] |