From 32b19aa9504ce24fe0e98a5c9e2fa2be9612fa88 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Sat, 2 Sep 2023 22:55:55 +0200 Subject: item drops! --- db/areas/mansion-top-floor.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'db/areas/mansion-top-floor.json') 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": { -- cgit v1.2.3