diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-03-04 14:12:39 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-03-04 14:12:39 -0300 |
commit | 07a451bcc84fa9efa001e8725d7d2a5630bebdd3 (patch) | |
tree | 3342c427766a0b9cfeabbbb807e2bf0d68d4bc8c | |
parent | 0f79efd39772778d7d1c69d829758b2dc6e3b358 (diff) | |
download | serverdata-07a451bcc84fa9efa001e8725d7d2a5630bebdd3.tar.gz serverdata-07a451bcc84fa9efa001e8725d7d2a5630bebdd3.tar.bz2 serverdata-07a451bcc84fa9efa001e8725d7d2a5630bebdd3.tar.xz serverdata-07a451bcc84fa9efa001e8725d7d2a5630bebdd3.zip |
Demure, First and Second Forms
-rw-r--r-- | db/re/mob_db.conf | 109 |
1 files changed, 109 insertions, 0 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 011c86ff3..b4364777d 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -11450,6 +11450,115 @@ mob_db: ( DeathPotion: 1000 } }, +{ + Id: 1431 + SpriteName: "DemureFirstForm" + Name: "Demure First Form" + Lv: 101 + Hp: 68800 + Sp: 133 + Exp: 3500 + JExp: 100 + AttackRange: 1 + Attack: [413, 413] + Def: 36 + Mdef: 26 + Stats: { + Str: 4 + Agi: 67 + Vit: 10 + Int: 26 + Dex: 100 + Luk: 70 + } + ViewRange: 27 + ChaseRange: 28 + Race: 11 + Element: (6, 4) + Mode: { + CanMove: true + CanAttack: true + Boss: true + ChangeTargetMelee: true + ChangeChase: true + CastSensorChase: true + Detector: true + NoKnockback: true + } + MoveSpeed: 123 + AttackDelay: 124 + AttackMotion: 124 + DamageMotion: 200 + Drops: { + DragonScales: 1800 + Dragonfruit: 700 + GoldenApple: 100 + DragonStar: 2 + } + // Better defense against all type of weapons + WeaponAttacks: { + All: 8500 + } +}, +{ + Id: 1432 + SpriteName: "DemureSecondForm" + Name: "Demure Second Form" + Lv: 115 + Hp: 128000 + 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: (7, 4) + Mode: { + CanMove: true + CanAttack: true + Boss: true + ChangeTargetMelee: true + ChangeChase: true + CastSensorChase: true + Detector: true + NoKnockback: true + } + MoveSpeed: 420 + AttackDelay: 1600 + AttackMotion: 472 + DamageMotion: 380 + Drops: { + Wurtzite: 10000 + DragonScales: 8000 + Dragonfruit: 3000 + BronzeBossGift: 2000 + SilverBossGift: 1000 + DragonStar: 2 + WarlordHelmet: 1 + WarlordPlate: 1 + } + // Good defense against all type of weapons + WeaponAttacks: { + All: 7500 + } + // Most powerful attack skills are almost entirely nullified + EleResist: { + Ele_All: 5000 + } +}, // System { Id: 1492 |