diff options
Diffstat (limited to 'db/story/battle-rival-two.json')
-rw-r--r-- | db/story/battle-rival-two.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/db/story/battle-rival-two.json b/db/story/battle-rival-two.json new file mode 100644 index 0000000..46195ad --- /dev/null +++ b/db/story/battle-rival-two.json @@ -0,0 +1,25 @@ +{ + "characters": { + "rival": { + "slug": "spyder_billie", + "text": [ + "spyder_route2_billie1", + "spyder_route2_billie2" + ], + "monsters": [ + { + "slug": "cardiling", + "level": 3 + }, + { + "slug": "eyenemy", + "level": 6 + }, + { + "slug": "RIVAL", + "level": 6 + } + ] + } + } +} |