diff options
Diffstat (limited to 'world/map/db/mob_db.conf')
-rw-r--r-- | world/map/db/mob_db.conf | 48 |
1 files changed, 47 insertions, 1 deletions
diff --git a/world/map/db/mob_db.conf b/world/map/db/mob_db.conf index 841d43d1..8b36fb9c 100644 --- a/world/map/db/mob_db.conf +++ b/world/map/db/mob_db.conf @@ -7835,7 +7835,53 @@ mob_db: ( IronOre: 1000 Coal: 800 SilverOre: 500 - TerraniteOre: 15 + } +}, +{ + Id: 1174 + SpriteName: "Emo" + Name: "Emo" + Lv: 150 + Hp: 50000 + Sp: 80 + Exp: 500000 + JExp: 1000 + AttackRange: 2 + Attack: [453, 555] + Def: 80 + Mdef: 90 + CriticalDef: 80 + Stats: { + Str: 100 + Agi: 60 + Vit: 80 + Int: 90 + Dex: 100 + Luk: 100 + } + ViewRange: 40 + ChaseRange: 10 + Size: 1 + Race: 1 + Element: (1, 2) + Mode: { + Aggressive: true + Boss: true + CanAttack: true + CanMove: true + CastSensorIdle: true + ChangeChase: true + ChangeTargetChase: true + ChangeTargetMelee: true + Looter: true + } + MoveSpeed: 200 + AttackDelay: 250 + AttackMotion: 672 + DamageMotion: 50 + Drops: { + Boots: 5000 + LeatherGloves: 200 } }, ) |