diff options
-rw-r--r-- | db/re/mob_db.conf | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 0570585e7..6db2bd0c8 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -4921,4 +4921,53 @@ mob_db: ( GoldPieces: 2 } }, +{ + Id: 1131 + SpriteName: "AngryScorpion" + Name: "AngryScorpion" + Lv: 11 + Hp: 850 + Sp: 0 + Exp: 13 + JExp: 3 + AttackRange: 1 + Attack: [190, 255] + Def: 8 + Mdef: 4 + Stats: { + Str: 3 + Agi: 6 + Vit: 1 + Int: 1 + Dex: 19 + Luk: 16 + } + ViewRange: 7 + ChaseRange: 11 + Size: 0 + Race: 2 + Element: (1, 1) + Mode: { + CanMove: true + CanAttack: true + Aggressive: true + Angry: true + ChangeTargetMelee: true + ChangeChase: true + CastSensorChase: true + } + MoveSpeed: 700 + AttackDelay: 1472 + AttackMotion: 672 + DamageMotion: 480 + MvpExp: 0 + Drops: { + ScorpionStinger: 600 + BugLeg: 550 + Candy: 900 + BugLeg: 100 + ChocolateBar: 50 + GoldPieces: 1 + } +}, ) |