diff options
-rw-r--r-- | db/re/mob_db.conf | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 310e39dbf..bcff6fb86 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -5615,4 +5615,39 @@ mob_db: ( MvpExp: 0 // This chest must give back 70% hp recovery to killer. }, +{ + Id: 1146 + SpriteName: "ManaChest" + Name: "Mana Chest" + Lv: 5 + Hp: 1 + Sp: 0 + Exp: 500 + AttackRange: 1 + Attack: [10, 10] + Def: 5 + Mdef: 1 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 1 + Luk: 1 + } + ViewRange: 1 + ChaseRange: 1 + Size: 1 + Race: 3 + Element: (2, 1) + Mode: { + Plant: true + } + MoveSpeed: 1000 + AttackDelay: 800 + AttackMotion: 672 + DamageMotion: 480 + MvpExp: 0 + // This chest must give back 90% hp recovery + 75% SP recovery to killer. +}, ) |