diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/re/mob_db.conf | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 8165ed012..89b10ecc7 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -4656,4 +4656,51 @@ mob_db: ( GoldPieces: 3 } }, +{ + Id: 1125 + SpriteName: "Sarracenus" + Name: "Sarracenus" + 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: 300 + AttackDelay: 1500 + AttackMotion: 672 + DamageMotion: 900 + MvpExp: 0 + Drops: { + CoinBag: 500 + Dagger: 200 + GoldPieces: 3 + } +}, ) |