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/dragons-cave.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'db/areas/dragons-cave.json') diff --git a/db/areas/dragons-cave.json b/db/areas/dragons-cave.json index fade04c..0bcd1b0 100644 --- a/db/areas/dragons-cave.json +++ b/db/areas/dragons-cave.json @@ -17,15 +17,15 @@ "items": [ { "slug": "boost_armour", - "chance": 10 + "chance": 1 }, { "slug": "boost_melee", - "chance": 10 + "chance": 1 }, { "slug": "super_potion", - "chance": 10 + "chance": 2 } ], -- cgit v1.2.3