summaryrefslogtreecommitdiff
path: root/db/re/mob_db.conf
diff options
context:
space:
mode:
authorSaulc <lucashelaine14@gmail.com>2018-06-19 06:19:28 +0000
committerSaulc <lucashelaine14@gmail.com>2018-06-19 06:19:28 +0000
commitb6732ec3c2f2db67551a7d9060c13e772518e68d (patch)
treee92a24ccc5a845ab915da8e1ee8572ec9360e350 /db/re/mob_db.conf
parentac88106cecbcf0a7df65eda761282135be182ba7 (diff)
downloadserverdata-b6732ec3c2f2db67551a7d9060c13e772518e68d.tar.gz
serverdata-b6732ec3c2f2db67551a7d9060c13e772518e68d.tar.bz2
serverdata-b6732ec3c2f2db67551a7d9060c13e772518e68d.tar.xz
serverdata-b6732ec3c2f2db67551a7d9060c13e772518e68d.zip
add Wildx Chest
Diffstat (limited to 'db/re/mob_db.conf')
-rw-r--r--db/re/mob_db.conf35
1 files changed, 35 insertions, 0 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf
index f2dade16c..310e39dbf 100644
--- a/db/re/mob_db.conf
+++ b/db/re/mob_db.conf
@@ -5580,4 +5580,39 @@ mob_db: (
DamageMotion: 480
MvpExp: 0
},
+{
+ Id: 1145
+ SpriteName: "WildxChest"
+ Name: "Wildx Chest"
+ Lv: 1
+ Hp: 1
+ Sp: 0
+ Exp: 10
+ AttackRange: 1
+ Attack: [10, 10]
+ Def: 3
+ 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 70% hp recovery to killer.
+},
)