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/cotton-tunnel.json | |
parent | 2030caa0c85102b1cf6131dd9eefef4a347cda42 (diff) |
item drops!
Diffstat (limited to 'db/areas/cotton-tunnel.json')
-rw-r--r-- | db/areas/cotton-tunnel.json | 10 |
1 files changed, 5 insertions, 5 deletions
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 } ], |