diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-04-25 22:18:27 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-04-25 22:18:27 -0300 |
commit | 7c973b8c943ddd39720bb03c3ccb28216b5dd1f0 (patch) | |
tree | 7afd50ae8fa5d2db4a60254d3353b3ca664c7dea /db | |
parent | e011c015fc7ad4d9d4b3a035fa5abd199fc1554c (diff) | |
download | serverdata-7c973b8c943ddd39720bb03c3ccb28216b5dd1f0.tar.gz serverdata-7c973b8c943ddd39720bb03c3ccb28216b5dd1f0.tar.bz2 serverdata-7c973b8c943ddd39720bb03c3ccb28216b5dd1f0.tar.xz serverdata-7c973b8c943ddd39720bb03c3ccb28216b5dd1f0.zip |
Slow down a tiny tiny bit the butteflies and fix a bit Cyan Buttefly damage.
Diffstat (limited to 'db')
-rw-r--r-- | db/re/mob_db.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index a94f6422b..456681e90 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -894,7 +894,7 @@ mob_db: ( ChangeChase: true } MoveSpeed: 320 - AttackDelay: 310 + AttackDelay: 390 AttackMotion: 300 DamageMotion: 800 Drops: { @@ -6312,7 +6312,7 @@ mob_db: ( Exp: 12 JExp: 1 AttackRange: 1 - Attack: [200, 300] + Attack: [140, 300] Def: 30 Mdef: 350 WalkMask: "WALK_AIR" @@ -6336,7 +6336,7 @@ mob_db: ( ChangeTargetMelee: true } MoveSpeed: 320 - AttackDelay: 310 + AttackDelay: 390 AttackMotion: 300 DamageMotion: 800 Drops: { |