diff options
Diffstat (limited to 'db/re/mob_db.conf')
-rw-r--r-- | db/re/mob_db.conf | 33 |
1 files changed, 17 insertions, 16 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index cc5550e9c..fa6e908c2 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -9278,45 +9278,46 @@ mob_db: ( Id: 1235 SpriteName: "SiegeTower" Name: "Siege Tower" - Lv: 1 + Lv: 150 Hp: 30000 - Sp: 0 + Sp: 800 Exp: 1 JExp: 1 - AttackRange: 8 - Attack: [25, 30] + AttackRange: 11 + Attack: [180, 300] Def: 767 Mdef: 767 + // FIXME: For some reason, it can't crit + // Even with 65535 luck o.o Stats: { - Str: 15 - Agi: 8 - Vit: 2 + Str: 1 + Agi: 1 + Vit: 1 Int: 1 Dex: 32767 - Luk: 32767 + Luk: 65535 } - ViewRange: 18 + ViewRange: 12 ChaseRange: 18 Race: 2 Element: (0, 1) Mode: { CanMove: false Aggressive: true + Angry: true ChangeChase: true CanAttack: true + ChangeTargetMelee: true + CastSensorChase: true } - MoveSpeed: 1400 - AttackDelay: 500 - AttackMotion: 272 + AttackDelay: 570 + AttackMotion: 472 DamageMotion: 180 - Drops: { - Coal: 200 - } WeaponAttacks: { All: 5000 } SkillAttacks: { - MG_FIREBALL: 50000 + MG_FIREBALL: 30000 SO_FIREWALK: 15000 } }, |