From 7a2bb7935b8e8f60aedbbe3245c2330e99e8bdf4 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 26 Apr 2019 22:46:46 -0300 Subject: Luck effect over random treasure is now 0.02% instead of 0.01% --- npc/functions/treasure.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/functions') diff --git a/npc/functions/treasure.txt b/npc/functions/treasure.txt index 234286794..4ddbee4ed 100644 --- a/npc/functions/treasure.txt +++ b/npc/functions/treasure.txt @@ -27,7 +27,7 @@ function script TreasureBox { if (!.@empty) { TREASURE_OPEN=TREASURE_OPEN+1; .@t=TREASURE_OPEN; - .@r=rand(0,10000)-readparam(bLuk); + .@r=rand(0,10000)-(readparam(bLuk)*2); // Select treasure list // You're warranted an ultra rare (0.1%) every 149 open chests -- cgit v1.2.3-70-g09d2