diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/re/mob_db.conf | 124 | ||||
-rw-r--r-- | db/re/mob_skill_db.conf | 14 |
2 files changed, 138 insertions, 0 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index d5a18743a..c44f0fdba 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -11704,6 +11704,130 @@ mob_db: ( ChocolateBar: 15 } }, +{ + Id: 1436 + SpriteName: "MisterPrickel" + Name: "Mister Prickel" + Lv: 40 + Hp: 4407 + Sp: 0 + Exp: 130 + JExp: 11 + AttackRange: 1 + Attack: [400, 750] + Def: 23 + Mdef: 33 + Stats: { + Str: 20 + Agi: 40 + Vit: 55 + Int: 1 + Dex: 20 + Luk: 30 + } + ChaseRange: 12 + Race: 2 + Element: (0, 2) + Mode: { + CanMove: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + } + MoveSpeed: 400 + AttackDelay: 1000 + AttackMotion: 452 + DamaeMotion: 480 + Drops: { + HardSpike: 5000 + BugLeg: 3500 + GoldPieces: 1 + } +}, +{ + Id: 1437 + SpriteName: "SmallFrog" + Name: "Small Frog" + Lv: 10 + Hp: 1100 + Sp: 0 + Exp: 15 + JExp: 0 + AttackRange: 1 + Attack: [90, 100] + Def: 19 + Mdef: 3 + Stats: { + Str: 10 + Agi: 15 + Vit: 25 + Int: 1 + Dex: 15 + Luk: 20 + } + ViewRange: 5 + ChaseRange: 10 + Size: 0 + Race: 2 + Element: (5, 1) + Mode: { + CanMove: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + } + MoveSpeed: 600 + AttackDelay: 1976 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + Moss: 1000 + MaggotSlime: 1000 + BugLeg: 600 + } +}, +{ + Id: 1438 + SpriteName: "BigFrog" + Name: "Big Frog" + Lv: 10 + Hp: 1100 + Sp: 0 + Exp: 15 + JExp: 0 + AttackRange: 1 + Attack: [90, 100] + Def: 19 + Mdef: 3 + Stats: { + Str: 10 + Agi: 15 + Vit: 25 + Int: 1 + Dex: 15 + Luk: 20 + } + ViewRange: 5 + ChaseRange: 10 + Size: 0 + Race: 2 + Element: (5, 1) + Mode: { + CanMove: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + } + MoveSpeed: 500 + AttackDelay: 1976 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + Moss: 1500 + MaggotSlime: 1000 + BugLeg: 900 + } +}, // System { Id: 1492 diff --git a/db/re/mob_skill_db.conf b/db/re/mob_skill_db.conf index 6b230b3b8..75587c9e1 100644 --- a/db/re/mob_skill_db.conf +++ b/db/re/mob_skill_db.conf @@ -1992,6 +1992,20 @@ SKILL_COND2 = { } /**********************************************************************/ + MisterPrickel: { + SN_SHARPSHOOTING: { + SkillState: "MSS_ANYTARGET" + SkillLevel: 2 + Rate: 10000 + CastTime: 1000 + Delay: 5000 + Cancelable: false + SkillTarget: "MST_TARGET" + CastCondition: "MSC_LONGRANGEATTACKED" + } + } + + /**********************************************************************/ MobMoubootaur: { NPC_TALK: { SkillState: "MSS_RUSH" |