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/mansion-top-floor.json | |
parent | 2030caa0c85102b1cf6131dd9eefef4a347cda42 (diff) |
item drops!
Diffstat (limited to 'db/areas/mansion-top-floor.json')
-rw-r--r-- | db/areas/mansion-top-floor.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/db/areas/mansion-top-floor.json b/db/areas/mansion-top-floor.json index 4f92836..e0f79ad 100644 --- a/db/areas/mansion-top-floor.json +++ b/db/areas/mansion-top-floor.json @@ -61,6 +61,25 @@ } ], + "items": [ + { + "slug": "tuxeball_fire", + "dropRatio": 2 + }, + { + "slug": "tuxeball_metal", + "dropRatio": 2 + }, + { + "slug": "fire_booster", + "dropRatio": 1 + }, + { + "slug": "metal_booster", + "dropRatio": 1 + } + ], + "environment": "mansion-top-floor", "connections": { |