diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-06-18 23:42:50 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-06-18 23:42:50 +0000 |
commit | 403f592503d476fe396e4b8dbc05b26a0f9442dd (patch) | |
tree | ae5441c4fe0ca7b4858922944949e8d6552fc493 /db/re/mob_db.conf | |
parent | 6c9fae6491cb2cb516905aafa82fa5add4dc9386 (diff) | |
download | serverdata-403f592503d476fe396e4b8dbc05b26a0f9442dd.tar.gz serverdata-403f592503d476fe396e4b8dbc05b26a0f9442dd.tar.bz2 serverdata-403f592503d476fe396e4b8dbc05b26a0f9442dd.tar.xz serverdata-403f592503d476fe396e4b8dbc05b26a0f9442dd.zip |
Add 1143 prism chest
Diffstat (limited to 'db/re/mob_db.conf')
-rw-r--r-- | db/re/mob_db.conf | 37 |
1 files changed, 35 insertions, 2 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 786f52e46..e53241641 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -5482,8 +5482,7 @@ mob_db: ( Id: 1142 SpriteName: "GoldenChest" Name: "Golden Chest" - Lv: 200 - //test lvl 200 plant + Lv: 5 Hp: 1 Sp: 0 Exp: 10000 @@ -5513,4 +5512,38 @@ mob_db: ( DamageMotion: 480 MvpExp: 0 }, +{ + Id: 1143 + SpriteName: "PrismChest" + Name: "Prism Chest" + Lv: 10 + Hp: 1 + Sp: 0 + Exp: 100000 + AttackRange: 1 + Attack: [10, 10] + Def: 20 + 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 +}, ) |