diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-11-04 16:41:41 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-11-04 16:41:41 -0200 |
commit | a72d9413175a5da81c03baa43933f81e8ae6eac9 (patch) | |
tree | db66d9c71663db19d7b95d30e21a6ddf11a463ac | |
parent | bc8695c961183e4ae51db547a5a9b3ba0f6ec435 (diff) | |
download | serverdata-a72d9413175a5da81c03baa43933f81e8ae6eac9.tar.gz serverdata-a72d9413175a5da81c03baa43933f81e8ae6eac9.tar.bz2 serverdata-a72d9413175a5da81c03baa43933f81e8ae6eac9.tar.xz serverdata-a72d9413175a5da81c03baa43933f81e8ae6eac9.zip |
Candied Slimes are bonus monsters, and Magic Goblins shouldn't miss that much
-rw-r--r-- | db/re/mob_db.conf | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 382eddb47..6f03c3ff2 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -1687,7 +1687,7 @@ mob_db: ( Agi: 1 Vit: 1 Int: 1 - Dex: 35 + Dex: 40 Luk: 16 } ViewRange: 8 @@ -3122,20 +3122,20 @@ mob_db: ( SpriteName: "CandiedSlime" Name: "Candied Slime" Lv: 35 - Hp: 4000 + Hp: 3600 Sp: 0 Exp: 110 JExp: 2 AttackRange: 3 - Attack: [400, 500] + Attack: [200, 400] Def: 20 Mdef: 30 Stats: { Str: 20 - Agi: 30 + Agi: 20 Vit: 10 Int: 10 - Dex: 30 + Dex: 15 Luk: 30 } ViewRange: 6 @@ -3152,7 +3152,7 @@ mob_db: ( CanAttack: true } MoveSpeed: 1200 - AttackDelay: 672 + AttackDelay: 1472 AttackMotion: 672 DamageMotion: 480 Drops: { |