From d40d9786022815e9d4c3fc4b56e9b1cbaed2e3c4 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 18 Sep 2019 21:31:44 -0300 Subject: REALLY smooth out Ryan quest after 50th stage (27000 delights) --- npc/009-2/ryan.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'npc') diff --git a/npc/009-2/ryan.txt b/npc/009-2/ryan.txt index bd8a65667..240154d63 100644 --- a/npc/009-2/ryan.txt +++ b/npc/009-2/ryan.txt @@ -11,8 +11,10 @@ .@q=getq2(HalinarzoQuest_LifeDelight); if (.@q < 25) .@a=(.@q**2)+18; - else + else if (.@q < 50) .@a=625+18*(.@q-24); + else + .@a=1092+(.@q*(.@q < 75 ? 2 : 3)); if (.@q > 100) goto L_Complete; mesn; -- cgit v1.2.3-70-g09d2