diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-09-24 10:22:53 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-09-24 10:22:53 -0300 |
commit | 88313b595f0e19c6d94741c00ba713240da1ae27 (patch) | |
tree | a7d15a8edb3697e96fb1e356c253bd120eae8f3e /npc | |
parent | 2b6e92f44eed122bbcd35d520aadf7488343192f (diff) | |
download | serverdata-88313b595f0e19c6d94741c00ba713240da1ae27.tar.gz serverdata-88313b595f0e19c6d94741c00ba713240da1ae27.tar.bz2 serverdata-88313b595f0e19c6d94741c00ba713240da1ae27.tar.xz serverdata-88313b595f0e19c6d94741c00ba713240da1ae27.zip |
Nerf drastically World Expo table of linear rewards
Diffstat (limited to 'npc')
-rw-r--r-- | npc/functions/aurora.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/functions/aurora.txt b/npc/functions/aurora.txt index 959aefc56..0aa3fce32 100644 --- a/npc/functions/aurora.txt +++ b/npc/functions/aurora.txt @@ -330,10 +330,10 @@ function script FYEConf_Expo { $WORLDEXPO_ENEMY$=any("Xakabael the Dark", "Isbamuth", "Saulc", "SUSAN", "Terogan"); setarray $FYREWARD_PT, 100, 220, 440, 880, 1320, 1760, 2640, 3520, 5280, 7040, - 10560, 14080, 21120, 28160, 35200, - 42240, 56320, 70400, 84480, 112640, - 140800, 168960, 197120, 225280, 281160, - 337920, 394240, 450560, 550000, 675000; + 10560, 14080, 21120, 28160, 32000, + 36000, 40000, 45000, 50000, 55000, + 60000, 70000, 80000, 90000, 100000, + 112640, 140800, 168960, 200000, 225280; // PS. Max Est. 225280 pts (#24 - Before Ancient Blueprint) FYE_Autoset(); |