From ed32891d4ab469d29a2c192f7628862da7c99aa9 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 7 Mar 2019 16:48:26 -0300 Subject: Bottle Breaking Rate Divine and Sewer Water - 0% Sea Water - 12.5% Tonori and Woodland Water - 14.3% --- db/re/item_db.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'db') diff --git a/db/re/item_db.conf b/db/re/item_db.conf index fa9e1b79b..382abd640 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -1023,7 +1023,7 @@ item_db: ( @delay = 3; @type = 1; doevent "rand_sc_heal::OnUse"; - if (rand(1,5) != 4) + if (rand(1,8) != 4) getitem EmptyBottle, 1; "> }, @@ -1882,7 +1882,7 @@ item_db: ( @delay = 3; @type = 1; doevent "rand_sc_heal::OnUse"; - if (rand(1,5) != 4) + if (rand(1,7) != 4) getitem EmptyBottle, 1; "> }, @@ -2321,7 +2321,7 @@ item_db: ( @delay = 3; @type = 1; doevent "rand_sc_heal::OnUse"; - if (rand(1,5) != 4) + if (rand(1,7) != 4) getitem EmptyBottle, 1; "> }, -- cgit v1.2.3-60-g2f50