diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-06-19 06:27:59 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-06-19 06:27:59 +0000 |
commit | db1f817c7f14634afaba1c71de011f2d78134b8c (patch) | |
tree | de87a8f712a3f49ef4c2a475d7dc314a062e6517 /db/re/mob_db.conf | |
parent | 8d9031d4c23173f3eb16e6ddbd62fb9bede0fc70 (diff) | |
download | serverdata-db1f817c7f14634afaba1c71de011f2d78134b8c.tar.gz serverdata-db1f817c7f14634afaba1c71de011f2d78134b8c.tar.bz2 serverdata-db1f817c7f14634afaba1c71de011f2d78134b8c.tar.xz serverdata-db1f817c7f14634afaba1c71de011f2d78134b8c.zip |
add 1147 thorn chest
Diffstat (limited to 'db/re/mob_db.conf')
-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 bcff6fb86..36114626d 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -5650,4 +5650,39 @@ mob_db: ( MvpExp: 0 // This chest must give back 90% hp recovery + 75% SP recovery to killer. }, +{ + Id: 1147 + SpriteName: "ThornChest" + Name: "Thorn Chest" + Lv: 10 + Hp: 1 + Sp: 0 + Exp: 350 + 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 + // Effect when die: Poison plus stun (lock by thorn) this chest may drop thorn items too :b +}, ) |