diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/re/mob_db.conf | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 49ffeb1aa..7a8da66dc 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -2296,11 +2296,11 @@ mob_db: ( Id: 1072 SpriteName: "RedScorpion" Name: "Red Scorpion" - Lv: 20 - Hp: 3100 + Lv: 1 + Hp: 3210 Sp: 500 - Exp: 55 - JExp: 10 + Exp: 52 + JExp: 11 AttackRange: 1 Attack: [420, 550] Def: 7 @@ -2311,9 +2311,9 @@ mob_db: ( Vit: 10 Int: 10 Dex: 30 - Luk: 12 + Luk: 13 } - ViewRange: 1 + ViewRange: 7 ChaseRange: 10 Size: 0 Race: 2 @@ -2323,7 +2323,9 @@ mob_db: ( Assist: true CanAttack: true ChangeChase: true - CastSensorChase: true + ChangeTargetMelee: true + ChangeChase: true + CastSensorChase: true } MoveSpeed: 800 AttackDelay: 1872 @@ -2333,6 +2335,7 @@ mob_db: ( Drops: { RedScorpionStinger: 1550 Arrow: 1250 + Arrow: 1000 SmallKnife: 550 BugLeg: 480 ChocolateBar: 100 |