diff options
author | Daniel Weipert <code@drogueronin.de> | 2023-09-01 21:40:11 +0200 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2023-09-01 21:40:11 +0200 |
commit | 6b3a8aef783368d0ed9a2c104eea3ff5cf9984da (patch) | |
tree | 7da1f4a6ad2bc0d549579678900eaf9c9a3f572f /db/story/battle-rival-one.json | |
parent | 94cf76f8968cf81a06d70fe329b5edf4ec07f94f (diff) |
story as json in db
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 + } + ] + } + } +} |