diff options
author | Daniel Weipert <code@drogueronin.de> | 2023-08-27 14:35:50 +0200 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2023-08-27 14:35:50 +0200 |
commit | 5582c3c07069f7766aabd81f3a4a3f97def134e9 (patch) | |
tree | a1c450f079187430ac39c194f5be53058f10f910 /db/areas/lion-mountain.json | |
parent | b025d1655483aa13a29ab5594255460b48143a5a (diff) |
more areas!
Diffstat (limited to 'db/areas/lion-mountain.json')
-rw-r--r-- | db/areas/lion-mountain.json | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/db/areas/lion-mountain.json b/db/areas/lion-mountain.json index e1b5081..c187d2f 100644 --- a/db/areas/lion-mountain.json +++ b/db/areas/lion-mountain.json @@ -15,6 +15,34 @@ "level": 60 } ] + }, + { + "name": "Bruder Mikki", + "sprite": "adventurer.png", + "monsters": [ + { + "slug": "miaownolith", + "level": 75 + }, + { + "slug": "pyraminx", + "level": 76 + }, + { + "slug": "mauai", + "level": 77 + }, + { + "slug": "jelillow", + "level": 80 + } + ], + "inventory": [ + { + "slug": "super_potion", + "quantity": 4 + } + ] } ], |