diff options
-rw-r--r-- | db/re/mob_db.conf | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 36d9ac3dd..b7107e188 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -9016,6 +9016,55 @@ mob_db: ( All: 8000 } }, +// Death cats are a special monster +{ + Id: 1231 + SpriteName: "DeathCat" + Name: "Death Cat" + Lv: 30 + Hp: 4000 + Sp: 0 + Exp: 70 + JExp: 11 + AttackRange: 1 + Attack: [60, 80] + Def: 80 + Mdef: 90 + Stats: { + Str: 50 + Agi: 66 + Vit: 76 + Int: 30 + Dex: 200 + Luk: 41 + } + ViewRange: 16 + ChaseRange: 17 + Race: 2 + Element: (4, 4) + Mode: { + CanMove: true + CanAttack: true + ChangeTargetMelee: true + Aggressive: true + ChangeChase: true + CastSensorChase: true + } + MoveSpeed: 250 + AttackDelay: 1072 + AttackMotion: 472 + DamageMotion: 200 + Drops: { + SulfurPowder: 10 + } + WeaponAttacks: { + All: 4000 + } + SkillAttacks: { + MG_FIREBALL: 12000 + SM_BASH: 12000 + } +}, // WARNING: ID 1250~1400 PERMANENTLY RESERVED - USE PROHIBTED // Reserved |