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.json | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'db/areas/mansion.json') diff --git a/db/areas/mansion.json b/db/areas/mansion.json index aed6ead..bbbaf2c 100644 --- a/db/areas/mansion.json +++ b/db/areas/mansion.json @@ -18,6 +18,17 @@ } ], + "items": [ + { + "slug": "tuxeball_fire", + "dropRatio": 1 + }, + { + "slug": "tuxeball_metal", + "dropRatio": 1 + } + ], + "environment": "mansion-main", "connections": { -- cgit v1.2.3