diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-04-30 10:52:10 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-04-30 10:52:10 -0300 |
commit | b3a752ce56d41f46db367fdd9c91e7b26dd543e7 (patch) | |
tree | 9801a2e4ece4e0bf8fb3f9da6c0810380c1ce1b9 /db/re/mob_db.conf | |
parent | 9cb0ed3ff400a6fde020770cd2e3cab4ee0936e2 (diff) | |
download | serverdata-b3a752ce56d41f46db367fdd9c91e7b26dd543e7.tar.gz serverdata-b3a752ce56d41f46db367fdd9c91e7b26dd543e7.tar.bz2 serverdata-b3a752ce56d41f46db367fdd9c91e7b26dd543e7.tar.xz serverdata-b3a752ce56d41f46db367fdd9c91e7b26dd543e7.zip |
Some polishing at Kamelot's Debug
Nerf and Improve the tower. Thanks to serverplugin addition,
it can have weak damage. Its bash is dealing about 150 damage to me :3
Diffstat (limited to 'db/re/mob_db.conf')
-rw-r--r-- | db/re/mob_db.conf | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index fa6e908c2..96d2e2eba 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -9284,11 +9284,9 @@ mob_db: ( Exp: 1 JExp: 1 AttackRange: 11 - Attack: [180, 300] + Attack: [80, 80] Def: 767 Mdef: 767 - // FIXME: For some reason, it can't crit - // Even with 65535 luck o.o Stats: { Str: 1 Agi: 1 @@ -9310,9 +9308,9 @@ mob_db: ( ChangeTargetMelee: true CastSensorChase: true } - AttackDelay: 570 + AttackDelay: 500 AttackMotion: 472 - DamageMotion: 180 + DamageMotion: 80 WeaponAttacks: { All: 5000 } |