diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-22 10:08:47 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-22 10:08:47 -0300 |
commit | ac26ecb1395e5c0c7d3f1a016a6777949cfcb26a (patch) | |
tree | 63c97ae59ae9300fa1a6c37404f3495238bcba69 /db/re/mob_db.conf | |
parent | e00cc023edcc84f4ab43e6446333b7506cd1fb45 (diff) | |
download | serverdata-ac26ecb1395e5c0c7d3f1a016a6777949cfcb26a.tar.gz serverdata-ac26ecb1395e5c0c7d3f1a016a6777949cfcb26a.tar.bz2 serverdata-ac26ecb1395e5c0c7d3f1a016a6777949cfcb26a.tar.xz serverdata-ac26ecb1395e5c0c7d3f1a016a6777949cfcb26a.zip |
Readjust chests experience, so they're more scalable (x10 is bad)
Diffstat (limited to 'db/re/mob_db.conf')
-rw-r--r-- | db/re/mob_db.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index cb3c2e809..5036ad614 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -5457,7 +5457,7 @@ mob_db: ( Lv: 2 Hp: 1 Sp: 0 - Exp: 1000 + Exp: 500 AttackRange: 1 Attack: [10, 10] Def: 20 @@ -5491,7 +5491,7 @@ mob_db: ( Lv: 5 Hp: 1 Sp: 0 - Exp: 10000 + Exp: 1000 AttackRange: 1 Attack: [10, 10] Def: 40 @@ -5525,7 +5525,7 @@ mob_db: ( Lv: 10 Hp: 1 Sp: 0 - Exp: 100000 + Exp: 10000 AttackRange: 1 Attack: [10, 10] Def: 25 @@ -5559,7 +5559,7 @@ mob_db: ( Lv: 25 Hp: 1 Sp: 0 - Exp: 200000 + Exp: 50000 AttackRange: 1 Attack: [10, 10] Def: 30 |