From da05411e42b95392a62e8f432db89d29aa15de5a Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 28 Oct 2019 01:05:47 -0300 Subject: Fruits are meant to be the UTMOST RARE --- npc/functions/event.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'npc/functions/event.txt') diff --git a/npc/functions/event.txt b/npc/functions/event.txt index 9f2134cde..b02d59fc5 100644 --- a/npc/functions/event.txt +++ b/npc/functions/event.txt @@ -97,6 +97,9 @@ function script sThanksgiving { // A fruit before 10 days: rig to Arcmage or to blueprint if (.@luck == 10 && #THANKS_STREAK < 10) .@luck+=any(-1,1); + // A fruit before 20 days: Lower chances from 4% to 2% + if (.@luck == 10 && #THANKS_STREAK < 20) + .@luck=rand2(0,11); // Extra spins .@extra=rand2(1,3); .@spins=.@extra*11+.@luck; -- cgit v1.2.3-70-g09d2