diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-04-13 19:57:11 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-04-13 19:57:11 -0300 |
commit | ca0d8947a791c44d24a2565a78ed5b1e8ae29e24 (patch) | |
tree | 237d05dbe249533c72b039202c7c33621d63edef /db/pre-re | |
parent | b445d9c749faffc5e58aace67aaa840afa6061b3 (diff) | |
download | serverdata-ca0d8947a791c44d24a2565a78ed5b1e8ae29e24.tar.gz serverdata-ca0d8947a791c44d24a2565a78ed5b1e8ae29e24.tar.bz2 serverdata-ca0d8947a791c44d24a2565a78ed5b1e8ae29e24.tar.xz serverdata-ca0d8947a791c44d24a2565a78ed5b1e8ae29e24.zip |
Fix mob exp for 60~79 range
Diffstat (limited to 'db/pre-re')
-rw-r--r-- | db/pre-re/mob_db.conf | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/db/pre-re/mob_db.conf b/db/pre-re/mob_db.conf index 56592ae3..7fae9f78 100644 --- a/db/pre-re/mob_db.conf +++ b/db/pre-re/mob_db.conf @@ -4129,7 +4129,7 @@ mob_db: ( Lv: 90 Hp: 550 Sp: 0 - Exp: 107 + Exp: 168 JExp: 16 AttackRange: 1 Attack: [50, 55] @@ -4174,7 +4174,7 @@ mob_db: ( Lv: 80 Hp: 500 Sp: 0 - Exp: 91 + Exp: 136 JExp: 14 AttackRange: 2 Attack: [45, 75] @@ -4219,7 +4219,7 @@ mob_db: ( Lv: 85 Hp: 1200 Sp: 0 - Exp: 326 + Exp: 497 JExp: 16 AttackRange: 2 Attack: [30, 75] @@ -4262,7 +4262,7 @@ mob_db: ( Lv: 90 Hp: 6800 Sp: 0 - Exp: 2102 + Exp: 3940 JExp: 1467 AttackRange: 1 Attack: [51, 284] @@ -4309,7 +4309,7 @@ mob_db: ( Lv: 90 Hp: 5500 Sp: 0 - Exp: 2135 + Exp: 4120 JExp: 957 AttackRange: 2 Attack: [73, 146] @@ -4356,7 +4356,7 @@ mob_db: ( Lv: 90 Hp: 9000 Sp: 0 - Exp: 2605 + Exp: 4230 JExp: 1306 AttackRange: 3 Attack: [110, 150] @@ -4398,7 +4398,7 @@ mob_db: ( Lv: 90 Hp: 2000 Sp: 0 - Exp: 395 + Exp: 685 JExp: 102 AttackRange: 2 Attack: [60, 80] @@ -4438,7 +4438,7 @@ mob_db: ( Lv: 80 Hp: 800 Sp: 0 - Exp: 164 + Exp: 245 JExp: 9 AttackRange: 1 Attack: [55, 150] @@ -4483,7 +4483,7 @@ mob_db: ( Lv: 80 Hp: 3000 Sp: 0 - Exp: 2496 + Exp: 7042 JExp: 617 AttackRange: 1 Attack: [200, 350] @@ -4520,7 +4520,7 @@ mob_db: ( Lv: 80 Hp: 300 Sp: 0 - Exp: 77 + Exp: 201 JExp: 1 AttackRange: 1 Attack: [5, 10] @@ -4649,7 +4649,7 @@ mob_db: ( Lv: 90 Hp: 7200 Sp: 0 - Exp: 2912 + Exp: 4825 JExp: 530 AttackRange: 1 Attack: [55, 284] @@ -4695,7 +4695,7 @@ mob_db: ( Lv: 90 Hp: 7000 Sp: 0 - Exp: 2987 + Exp: 4950 JExp: 493 AttackRange: 1 Attack: [60, 284] @@ -4741,7 +4741,7 @@ mob_db: ( Lv: 90 Hp: 6000 Sp: 0 - Exp: 2660 + Exp: 4565 JExp: 389 AttackRange: 2 Attack: [75, 146] @@ -4787,7 +4787,7 @@ mob_db: ( Lv: 90 Hp: 6800 Sp: 0 - Exp: 2232 + Exp: 4150 JExp: 1746 AttackRange: 1 Attack: [129, 354] @@ -4830,7 +4830,7 @@ mob_db: ( Lv: 84 Hp: 9742 Sp: 0 - Exp: 4313 + Exp: 9525 JExp: 1060 AttackRange: 2 Attack: [200, 220] @@ -4872,7 +4872,7 @@ mob_db: ( Lv: 85 Hp: 800 Sp: 0 - Exp: 176 + Exp: 290 JExp: 32 AttackRange: 2 Attack: [40, 70] @@ -4916,7 +4916,7 @@ mob_db: ( Lv: 80 Hp: 1200 Sp: 0 - Exp: 268 + Exp: 505 JExp: 42 AttackRange: 1 Attack: [40, 70] @@ -4964,7 +4964,7 @@ mob_db: ( Lv: 90 Hp: 8000 Sp: 0 - Exp: 1784 + Exp: 3131 JExp: 900 AttackRange: 5 Attack: [100, 150] @@ -5014,7 +5014,7 @@ mob_db: ( Lv: 80 Hp: 4200 Sp: 0 - Exp: 1012 + Exp: 1875 JExp: 722 AttackRange: 3 Attack: [50, 110] @@ -5060,7 +5060,7 @@ mob_db: ( Lv: 90 Hp: 8000 Sp: 0 - Exp: 1942 + Exp: 3550 JExp: 900 AttackRange: 5 Attack: [100, 150] |