summaryrefslogtreecommitdiff
path: root/npc/009-2/ryan.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/009-2/ryan.txt')
-rw-r--r--npc/009-2/ryan.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/npc/009-2/ryan.txt b/npc/009-2/ryan.txt
index db5c196cc..3828f89e7 100644
--- a/npc/009-2/ryan.txt
+++ b/npc/009-2/ryan.txt
@@ -9,14 +9,14 @@
if (BaseLevel < 17) goto L_Weak;
if (!getq(HalinarzoQuest_LifeDelight)) goto L_Prologue;
.@q=getq2(HalinarzoQuest_LifeDelight);
- if (.@q < 25)
+ if (.@q < 20)
.@a=(.@q**2)+18;
else if (.@q < 40)
- .@a=625+18*(.@q-24);
+ .@a=400+18*(.@q-24);
else if (.@q < 50)
- .@a=895+10*(.@q-39);
+ .@a=670+10*(.@q-39);
else
- .@a=1000+(.@q*(.@q < 75 ? 1 : 2));
+ .@a=780+(.@q*(.@q < 75 ? 1 : 2));
if (.@q > 100) goto L_Complete;
mesn;
@@ -77,7 +77,7 @@
if (.@q == 40)
getitem LoFWarpCrystal, 1;
- // Elixir Of Life last stage: ~995 Delights - 26,385 in total
+ // Elixir Of Life last stage: ~780 Delights - 20,890 in total
if (.@r < 3 && .@q >= 51) {
setq1 HalinarzoQuest_LifeDelight, 3;
getitem ElixirOfLife, 1;
@@ -113,7 +113,7 @@
Zeny+=rand2(.@a, .@a+.@q)*.p;
getexp rand2(.@q,.@a)*.@l, rand2(1, .@q);
}
- // Platinum + Iridium last stage: ~1290 Delights - 86,885 in total
+ // Platinum + Iridium last stage: ~980 Delights - 64,960 in total
if (.@r < 4 && .@q == 100) {
setq1 HalinarzoQuest_LifeDelight, 4;
getitem SunnyCrystal, 1;