diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-07 18:04:29 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-07 18:04:29 -0300 |
commit | 1346c11cdb14480d715d184c5a2684a54fec51c1 (patch) | |
tree | edc882b78bd328885da571e7e105e2a0f98b8422 /db | |
parent | 5de5c3f0f460da95e32c499e9fe3653237915221 (diff) | |
download | serverdata-1346c11cdb14480d715d184c5a2684a54fec51c1.tar.gz serverdata-1346c11cdb14480d715d184c5a2684a54fec51c1.tar.bz2 serverdata-1346c11cdb14480d715d184c5a2684a54fec51c1.tar.xz serverdata-1346c11cdb14480d715d184c5a2684a54fec51c1.zip |
Register: Night Dragon (BOSS) and Nightmare Dragon (for Fortress Island)
Diffstat (limited to 'db')
-rw-r--r-- | db/re/mob_db.conf | 114 |
1 files changed, 114 insertions, 0 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 5900525b3..36d9ac3dd 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -8902,6 +8902,120 @@ mob_db: ( LightGreenDiamond: 3 } }, +{ + Id: 1229 + SpriteName: "NightDragon" + Name: "Night Dragon" + Lv: 75 + Hp: 32000 + Sp: 3248 + Exp: 7015 + JExp: 150 + AttackRange: 3 + Attack: [500, 600] + Def: 80 + Mdef: 105 + WalkMask: "WALK_AIR" + Stats: { + Str: 80 + Agi: 30 + Vit: 80 + Int: 120 + Dex: 200 + Luk: 90 + } + ViewRange: 15 + ChaseRange: 15 + Race: 9 + Element: (3, 4) + Mode: { + CanMove: true + Aggressive: true + Boss: true + CanAttack: true + ChangeTargetMelee: true + ChangeChase: true + } + MoveSpeed: 470 + AttackDelay: 2100 + AttackMotion: 472 + DamageMotion: 380 + Drops: { + Wurtzite: 10000 + DragonScales: 8000 + HastePotion: 2500 + StrengthPotion: 2500 + DragonStar: 2 + WarlordHelmet: 1 + WarlordPlate: 1 + } + // Good defense against all type of weapons + WeaponAttacks: { + All: 7500 + } + // Most powerful attack skills are almost entirely nullified + SkillAttacks: { + MG_FIREBALL: 5000 + MG_NAPALMBEAT: 5000 + SO_FIREWALK: 3000 + WZ_FROSTNOVA: 3000 + MG_FROSTDIVER: 3000 + SN_SHARPSHOOTING: 3000 + ASC_METEORASSAULT: 3000 + KN_AUTOCOUNTER: 3000 + AC_SHOWER: 3000 + } +}, +{ + Id: 1230 + SpriteName: "NightmareDragon" + Name: "Nightmare Dragon" + Lv: 105 + Hp: 15000 + Sp: 1248 + Exp: 12000 + JExp: 80 + AttackRange: 6 + Attack: [550, 600] + Def: 200 + Mdef: 325 + WalkMask: "WALK_AIR" + Stats: { + Str: 60 + Agi: 76 + Vit: 86 + Int: 70 + Dex: 86 + Luk: 50 + } + ViewRange: 10 + ChaseRange: 15 + Race: 9 + Element: (3, 3) + Mode: { + CanMove: true + Looter: true + Aggressive: true + Assist: true + CanAttack: true + ChangeTargetMelee: true + ChangeChase: true + } + MoveSpeed: 420 + AttackDelay: 1600 + AttackMotion: 472 + DamageMotion: 380 + Drops: { + DragonScales: 2000 + HastePotion: 500 + StrengthPotion: 500 + GoldOre: 200 + DragonStar: 2 + } + WeaponAttacks: { + All: 8000 + } +}, // WARNING: ID 1250~1400 PERMANENTLY RESERVED - USE PROHIBTED // Reserved |