diff options
Diffstat (limited to 'db/story/battle-rival-one.json')
-rw-r--r-- | db/story/battle-rival-one.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/db/story/battle-rival-one.json b/db/story/battle-rival-one.json new file mode 100644 index 0000000..499b01d --- /dev/null +++ b/db/story/battle-rival-one.json @@ -0,0 +1,19 @@ +{ + "characters": { + "rival": { + "slug": "spyder_billie", + "text": [ + "spyder_papertown_firstfight", + "spyder_papertown_firstfight_win", + "spyder_papertown_firstfight_lose", + "spyder_papertown_firstfight_after" + ], + "monsters": [ + { + "slug": "RIVAL", + "level": 5 + } + ] + } + } +} |