diff options
-rw-r--r-- | db/re/mob_db.conf | 53 |
1 files changed, 52 insertions, 1 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 29ec30d53..4b7ae4ab4 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -7285,4 +7285,55 @@ mob_db: ( All: 8000 } }, -) +{ + Id: 1196 + SpriteName: "Reaper" + Name: "Reaper" + Lv: 100 + Hp: 66666 + Sp: 100 + Exp: 6666 + JExp: 66 + AttackRange: 7 + Attack: [666, 4000] + Def: 1 + Mdef: 20 + WalkMask: "WALK_AIR" + Stats: { + Str: 70 + Agi: 80 + Vit: 70 + Int: 110 + Dex: 95 + Luk: 55 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (4, 1) + Mode: { + CanMove: true + CanAttack: true + Aggressive: true + Angry: true + ChangeTargetMelee: true + ChangeChase: true + CastSensorChase: true + } + MoveSpeed: 500 + AttackDelay: 1760 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + SulphurPowder: 1000 + SulphurPowder: 900 + SulphurPowder: 800 + Skull: 500 + Bone: 300 + Bone: 100 + Bone: 50 + SkullMask: 8 + } +}, +)
\ No newline at end of file |