From afbea06d3e23384eeb4b7a7fe6a5b691be2dd24e Mon Sep 17 00:00:00 2001 From: Inglonias <2125926+Inglonias@users.noreply.github.com> Date: Thu, 2 May 2019 12:01:49 -0400 Subject: [PATCH] Swimmers have a 10% chance to drop cash. --- data/json/monster_drops.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/monster_drops.json b/data/json/monster_drops.json index dfafb1f7553db..add0145b60163 100644 --- a/data/json/monster_drops.json +++ b/data/json/monster_drops.json @@ -191,7 +191,7 @@ } ] }, - { "item": "cash_card", "charges-min": 0, "charges-max": 50000 } + { "item": "cash_card", "charges-min": 0, "charges-max": 50000, "prob": 10 } ] }, {