summaryrefslogtreecommitdiff
path: root/db/story/battle-rival-four.json
diff options
context:
space:
mode:
authorDaniel Weipert <code@drogueronin.de>2023-09-02 22:55:55 +0200
committerDaniel Weipert <code@drogueronin.de>2023-09-02 22:55:55 +0200
commit32b19aa9504ce24fe0e98a5c9e2fa2be9612fa88 (patch)
treee0e9be8a056ba498f2998fcc85495e6641d34af6 /db/story/battle-rival-four.json
parent2030caa0c85102b1cf6131dd9eefef4a347cda42 (diff)
item drops!
Diffstat (limited to 'db/story/battle-rival-four.json')
-rw-r--r--db/story/battle-rival-four.json29
1 files changed, 29 insertions, 0 deletions
diff --git a/db/story/battle-rival-four.json b/db/story/battle-rival-four.json
new file mode 100644
index 0000000..7e338c0
--- /dev/null
+++ b/db/story/battle-rival-four.json
@@ -0,0 +1,29 @@
+{
+ "characters": {
+ "rival": {
+ "slug": "spyder_billie",
+ "text": [
+ "spyder_routea_billie1",
+ "spyder_routea_billie2"
+ ],
+ "monsters": [
+ {
+ "slug": "cardiwing",
+ "level": 17
+ },
+ {
+ "slug": "eyesore",
+ "level": 17
+ },
+ {
+ "slug": "viviphyta",
+ "level": 17
+ },
+ {
+ "slug": "RIVAL",
+ "level": 20
+ }
+ ]
+ }
+ }
+}