diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-07 19:27:45 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-07 19:27:45 -0300 |
commit | e1b06e23d29a4f2b10f6e8da21503998f92e9759 (patch) | |
tree | 9984a1f89856fe3be6935501212b4acc91471e44 /npc/001-7/celestia_bossfight.txt | |
parent | f3ba1d14d5c04063070a8b47f94dd25e7ecbdee4 (diff) | |
download | serverdata-e1b06e23d29a4f2b10f6e8da21503998f92e9759.tar.gz serverdata-e1b06e23d29a4f2b10f6e8da21503998f92e9759.tar.bz2 serverdata-e1b06e23d29a4f2b10f6e8da21503998f92e9759.tar.xz serverdata-e1b06e23d29a4f2b10f6e8da21503998f92e9759.zip |
[skip ci] Raise a little exp/gp possible rewards on Celestia's Main Quest
Diffstat (limited to 'npc/001-7/celestia_bossfight.txt')
-rw-r--r-- | npc/001-7/celestia_bossfight.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/001-7/celestia_bossfight.txt b/npc/001-7/celestia_bossfight.txt index 89f57f3a3..1f2f1a06e 100644 --- a/npc/001-7/celestia_bossfight.txt +++ b/npc/001-7/celestia_bossfight.txt @@ -66,10 +66,10 @@ L_Survivor: getitem rand(CopperOre, TitaniumOre), 1; break; case 2: - getexp .@r*20, .@r; // max 2000 xp and 100 jp + getexp .@r*80, .@r*2; // max 8000 xp and 200 jp break; case 3: - Zeny=Zeny+.@r*25; // max 2500 gp + Zeny=Zeny+.@r*75; // max 7500 gp break; case 4: getitem Coal, (.@r/20); // max 5 coal |