diff options
author | Daniel Weipert <code@drogueronin.de> | 2023-09-02 22:55:55 +0200 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2023-09-02 22:55:55 +0200 |
commit | 32b19aa9504ce24fe0e98a5c9e2fa2be9612fa88 (patch) | |
tree | e0e9be8a056ba498f2998fcc85495e6641d34af6 /db/areas/lion-mountain.json | |
parent | 2030caa0c85102b1cf6131dd9eefef4a347cda42 (diff) |
item drops!
Diffstat (limited to 'db/areas/lion-mountain.json')
-rw-r--r-- | db/areas/lion-mountain.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/db/areas/lion-mountain.json b/db/areas/lion-mountain.json index c187d2f..ca38c5e 100644 --- a/db/areas/lion-mountain.json +++ b/db/areas/lion-mountain.json @@ -46,6 +46,29 @@ } ], + "items": [ + { + "slug": "imperial_potion", + "dropRatio": 3 + }, + { + "slug": "tuxeball_wood", + "dropRatio": 2 + }, + { + "slug": "tuxeball_water", + "dropRatio": 2 + }, + { + "slug": "wood_booster", + "dropRatio": 1 + }, + { + "slug": "water_booster", + "dropRatio": 1 + } + ], + "connections": { "sphalian-town": { "conditions": [] |