diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-03-30 17:03:18 +0200 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-03-30 17:03:18 +0200 |
commit | 9996837f4c0bd78714ab82b8b38ac1dd6aa3c86b (patch) | |
tree | d7df2576692361789f1db9c36e2ca44d9ccc04ce /db/re/mob_db.conf | |
parent | a0d8c65c8fd4cbfe9abe2a29df68e8e28deba13e (diff) | |
download | serverdata-9996837f4c0bd78714ab82b8b38ac1dd6aa3c86b.tar.gz serverdata-9996837f4c0bd78714ab82b8b38ac1dd6aa3c86b.tar.bz2 serverdata-9996837f4c0bd78714ab82b8b38ac1dd6aa3c86b.tar.xz serverdata-9996837f4c0bd78714ab82b8b38ac1dd6aa3c86b.zip |
add desert bandit
Diffstat (limited to 'db/re/mob_db.conf')
-rw-r--r-- | db/re/mob_db.conf | 48 |
1 files changed, 47 insertions, 1 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 936b4ac27..8165ed012 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -4609,5 +4609,51 @@ mob_db: ( DivineApple: 1 } }, - +{ + Id: 1124 + SpriteName: "DesertBandit" + Name: "Desert Bandit" + Lv: 22 + Hp: 4000 + Sp: 0 + Exp: 35 + JExp: 20 + AttackRange: 1 + Attack: [380, 420] + Def: 50 + Mdef: 20 + Stats: { + Str: 10 + Agi: 10 + Vit: 10 + Int: 10 + Dex: 10 + Luk: 10 + } + ViewRange: 1 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (1, 1) + Mode: { + CanMove: true + CanAttack: true + Aggressive: true + Angry: true + ChangeTargetMelee: true + Looter: true + ChangeChase: true + CastSensorChase: true + } + MoveSpeed: 390 + AttackDelay: 1500 + AttackMotion: 672 + DamageMotion: 900 + MvpExp: 0 + Drops: { + CoinBag: 500 + Dagger: 200 + GoldPieces: 3 + } +}, ) |