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/cotton-tunnel.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'db/areas/cotton-tunnel.json') diff --git a/db/areas/cotton-tunnel.json b/db/areas/cotton-tunnel.json index 58ee1af..bff05ba 100644 --- a/db/areas/cotton-tunnel.json +++ b/db/areas/cotton-tunnel.json @@ -21,23 +21,23 @@ "items": [ { "slug": "candy_tuxeball", - "chance": 10 + "chance": 3 }, { "slug": "imperial_potion", - "chance": 10 + "chance": 2 }, { "slug": "imperial_tea", - "chance": 10 + "chance": 2 }, { "slug": "cureall", - "chance": 10 + "chance": 2 }, { "slug": "raise_melee", - "chance": 10 + "chance": 1 } ], -- cgit v1.2.3