From 5cb227022647cac9943e43dfd7d8fe809cc2fe83 Mon Sep 17 00:00:00 2001 From: Saulc Date: Mon, 29 Jan 2018 01:18:31 +0100 Subject: add 6 types of scorpions --- db/re/mob_db.conf | 90 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) (limited to 'db') diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 60c77e6b3..11485be8c 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -3293,4 +3293,94 @@ mob_db: ( SaxsoKey: 1000 } }, +{ + Id: 1077 + SpriteName: "NightScorpion" + Name: "Night Scorpion" + Lv: 5 + Hp: 500 + Sp: 0 + Exp: 4 + JExp: 1 + AttackRange: 1 + Attack: [50, 100] + Def: 10 + Mdef: 0 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 6 + Luk: 5 + } + ViewRange: 1 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (1, 1) + Mode: { + CanMove: true + CanAttack: true + CastSensorChase: true + } + MoveSpeed: 800 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + MvpExp: 0 + Drops: { + MaggotSlime: 800 + BugLeg: 400 + RoastedMaggot: 150 + CactusPotion: 70 + SharpKnife: 10 + CrystallizedMaggot: 1 + } +}, +{ + Id: 1078 + SpriteName: "GoldenScorpion" + Name: "Golden Scorpion" + Lv: 5 + Hp: 500 + Sp: 0 + Exp: 4 + JExp: 1 + AttackRange: 1 + Attack: [50, 100] + Def: 10 + Mdef: 0 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 6 + Luk: 5 + } + ViewRange: 1 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (1, 1) + Mode: { + CanMove: true + CanAttack: true + CastSensorChase: true + } + MoveSpeed: 800 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + MvpExp: 0 + Drops: { + MaggotSlime: 800 + BugLeg: 400 + RoastedMaggot: 150 + CactusPotion: 70 + SharpKnife: 10 + CrystallizedMaggot: 1 + } +}, ) -- cgit v1.2.3-60-g2f50