From d32dc7a2d7a6ab42279ebaec676646e3a0f38152 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 1 Aug 2018 11:36:55 -0300 Subject: Save old Fafi --- db/re/mob_db.conf | 54 +++++++++++++++++++++++++++++++++++++++++++++++++ db/re/mob_skill_db.conf | 22 ++++++++++++++++++++ 2 files changed, 76 insertions(+) (limited to 'db/re') diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index c1dfe539c..2f5d56c29 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -6606,6 +6606,9 @@ mob_db: ( StrengthPotion: 500 GoldOre: 200 } + WeaponAttacks: { + All: 8000 + } }, { Id: 1180 @@ -7226,4 +7229,55 @@ mob_db: ( Bloodstone: 1 } }, +{ + Id: 1195 + SpriteName: "GenericDragon" + Name: "Generic Dragon" + Lv: 75 + Hp: 25000 + Sp: 1248 + Exp: 2015 + JExp: 107 + AttackRange: 6 + Attack: [550, 600] + Def: 50 + Mdef: 75 + WalkMask: "WALK_AIR" + Stats: { + Str: 50 + Agi: 10 + Vit: 50 + Int: 0 + Dex: 100 + Luk: 40 + } + ViewRange: 10 + ChaseRange: 15 + Size: 1 + Race: 9 + Element: (3, 2) + Mode: { + CanMove: true + Looter: true + Aggressive: true + Assist: true + Boss: true + CanAttack: true + ChangeTargetMelee: true + ChangeChase: true + } + MoveSpeed: 500 + AttackDelay: 1800 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + DragonScales: 2000 + HastePotion: 500 + StrengthPotion: 500 + GoldOre: 200 + } + WeaponAttacks: { + All: 8000 + } +}, ) diff --git a/db/re/mob_skill_db.conf b/db/re/mob_skill_db.conf index 3427f54fa..ba471af1b 100644 --- a/db/re/mob_skill_db.conf +++ b/db/re/mob_skill_db.conf @@ -522,5 +522,27 @@ SKILL_COND2 = { CastCondition: "MSC_ALWAYS" } } + GenericDragon: { + SN_SHARPSHOOTING: { + SkillState: "MSS_BERSERK" + SkillLevel: 2 + Rate: 6000 + CastTime: 4000 + Delay: 30000 + Cancelable: true + SkillTarget: "MST_TARGET" + CastCondition: "MSC_ALWAYS" + } + MA_SHARPSHOOTING: { + SkillState: "MSS_BERSERK" + SkillLevel: 1 + Rate: 1000 + CastTime: 4500 + Delay: 60000 + Cancelable: true + SkillTarget: "MST_TARGET" + CastCondition: "MSC_ALWAYS" + } + } } ) -- cgit v1.2.3-60-g2f50