diff options
-rw-r--r-- | db/re/mob_db.conf | 42 | ||||
-rw-r--r-- | db/re/mob_skill_db.conf | 13 |
2 files changed, 55 insertions, 0 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 21884e175..e5bd53aae 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -9274,6 +9274,48 @@ mob_db: ( Bows: 4000 } }, +{ + Id: 1235 + SpriteName: "SiegeTower" + Name: "Siege Tower" + Lv: 12 + Hp: 300000 + Sp: 0 + Exp: 14 + JExp: 1 + AttackRange: 8 + Attack: [25, 30] + Def: 2767 + Mdef: 2767 + Stats: { + Str: 15 + Agi: 8 + Vit: 2 + Int: 1 + Dex: 32767 + Luk: 32767 + } + ViewRange: 18 + ChaseRange: 18 + Race: 2 + Element: (0, 1) + Mode: { + CanMove: false + Aggressive: true + ChangeChase: true + CanAttack: true + } + MoveSpeed: 1400 + AttackDelay: 500 + AttackMotion: 272 + DamageMotion: 180 + Drops: { + Coal: 200 + } + WeaponAttacks: { + All: 2500 + } +}, // WARNING: ID 1250~1400 PERMANENTLY RESERVED - USE PROHIBTED // Reserved diff --git a/db/re/mob_skill_db.conf b/db/re/mob_skill_db.conf index f5a382dd3..f5736347c 100644 --- a/db/re/mob_skill_db.conf +++ b/db/re/mob_skill_db.conf @@ -1625,6 +1625,19 @@ SKILL_COND2 = { } /**********************************************************************/ + SiegeTower: { + SM_BASH: { + SkillState: "MSS_BERSERK" + SkillLevel: 9 + Rate: 7500 + Delay: 5000 + Cancelable: true + SkillTarget: "MST_TARGET" + CastCondition: "MSC_CLOSEDATTACKED" + } + } + + /**********************************************************************/ GeneralKrukan: { ASC_METEORASSAULT: { SkillState: "MSS_BERSERK" |