diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-07-28 12:36:50 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-07-28 12:36:50 +0000 |
commit | 2f00c611c2f707892bdd64de9f5982b7d2251307 (patch) | |
tree | 5f3fde3fc3cd9f7480918e60b6ff330360686269 | |
parent | ad1ad474489b68b8c1a8a56850b4c41b0b0d55f9 (diff) | |
download | serverdata-2f00c611c2f707892bdd64de9f5982b7d2251307.tar.gz serverdata-2f00c611c2f707892bdd64de9f5982b7d2251307.tar.bz2 serverdata-2f00c611c2f707892bdd64de9f5982b7d2251307.tar.xz serverdata-2f00c611c2f707892bdd64de9f5982b7d2251307.zip |
add fire skull
-rw-r--r-- | db/re/mob_db.conf | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index a0a74a4f2..de306c716 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -7119,4 +7119,54 @@ mob_db: ( AttackMotion: 472 DamageMotion: 280 }, +{ + Id: 1193 + SpriteName: "FireSkull" + Name: "Fire Skull" + Lv: 46 + Hp: 7500 + Sp: 0 + Exp: 500 + JExp: 22 + AttackRange: 1 + Attack: [400, 1800] + Def: 35 + Mdef: 0 + WalkMask: "WALK_AIR" + Stats: { + Str: 25 + Agi: 28 + Vit: 1 + Int: 100 + Dex: 50 + Luk: 1 + } + ViewRange: 10 + ChaseRange: 14 + Size: 0 + Race: 2 + Element: (8, 1) + Mode: { + CanMove: true + CanAttack: true + Aggressive: true + Angry: true + ChangeTargetMelee: true + Looter: true + ChangeChase: true + CastSensorChase: true + } + MoveSpeed: 400 + AttackDelay: 670 + AttackMotion: 672 + DamageMotion: 280 + Drops: { + SulfurPowder: 850 + PileOfAsh: 500 + DarkCrystal: 100 + Skull: 55 + CasinoCoins: 10 + DemonicSkull: 1 + } +}, ) |