diff options
author | Reid <reidyaro@gmail.com> | 2015-12-25 21:24:54 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2015-12-25 21:24:54 +0100 |
commit | c8da2893a945f64cd30bd61be4e2927214483f4c (patch) | |
tree | fe6c1b799993d190d54b4d8c1c9ce7bbd34f2d18 /db | |
parent | cea0f6571722ad219f5ae0429c17bf38245bd34a (diff) | |
download | serverdata-c8da2893a945f64cd30bd61be4e2927214483f4c.tar.gz serverdata-c8da2893a945f64cd30bd61be4e2927214483f4c.tar.bz2 serverdata-c8da2893a945f64cd30bd61be4e2927214483f4c.tar.xz serverdata-c8da2893a945f64cd30bd61be4e2927214483f4c.zip |
Fix the Dummy stats.
Diffstat (limited to 'db')
-rw-r--r-- | db/re/mob_db.conf | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 5bfcb483..e49d9fde 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -904,7 +904,7 @@ mob_db: ( SpriteName: "Dummy" Name: "Dummy" Lv: 1 - Hp: 10 + Hp: 8 Sp: 0 Exp: 1 JExp: 0 @@ -915,7 +915,7 @@ mob_db: ( Stats: { Str: 1 Agi: 1 - Vit: 100 + Vit: 1 Int: 1 Dex: 1 Luk: 1 @@ -925,6 +925,9 @@ mob_db: ( Size: 1 Race: 3 Element: (2, 1) + Mode: { + Plant: true + } MoveSpeed: 1000 AttackDelay: 800 AttackMotion: 672 |