summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2015-12-25 15:46:15 +0100
committerReid <reidyaro@gmail.com>2015-12-25 15:46:15 +0100
commitcea0f6571722ad219f5ae0429c17bf38245bd34a (patch)
treed14f34621f83c1c385796843a0d0625fd5126223 /db
parent5039bece6d1bee9e03d658efa9cd101a28da6e9d (diff)
downloadserverdata-cea0f6571722ad219f5ae0429c17bf38245bd34a.tar.gz
serverdata-cea0f6571722ad219f5ae0429c17bf38245bd34a.tar.bz2
serverdata-cea0f6571722ad219f5ae0429c17bf38245bd34a.tar.xz
serverdata-cea0f6571722ad219f5ae0429c17bf38245bd34a.zip
Add Dummy mob as ID 1021.
Diffstat (limited to 'db')
-rw-r--r--db/re/mob_db.conf32
1 files changed, 32 insertions, 0 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf
index a9080133..5bfcb483 100644
--- a/db/re/mob_db.conf
+++ b/db/re/mob_db.conf
@@ -899,4 +899,36 @@ mob_db: (
Pumpkin: 10000
}
},
+{
+ Id: 1021
+ SpriteName: "Dummy"
+ Name: "Dummy"
+ Lv: 1
+ Hp: 10
+ Sp: 0
+ Exp: 1
+ JExp: 0
+ AttackRange: 1
+ Attack: [1, 1]
+ Def: 100
+ Mdef: 1
+ Stats: {
+ Str: 1
+ Agi: 1
+ Vit: 100
+ Int: 1
+ Dex: 1
+ Luk: 1
+ }
+ ViewRange: 1
+ ChaseRange: 12
+ Size: 1
+ Race: 3
+ Element: (2, 1)
+ MoveSpeed: 1000
+ AttackDelay: 800
+ AttackMotion: 672
+ DamageMotion: 480
+ MvpExp: 0
+},
)