diff options
author | jesusalva <cpntb1@ymail.com> | 2018-03-01 18:25:06 -0300 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-03-01 18:25:06 -0300 |
commit | 8f385472e6a15bee4c1e0708aa37fe1ee788b39b (patch) | |
tree | 6e8d658bb5770038a43a769c02191aad0fad26bd /db | |
parent | ee25a291af83c6deff24790c7591e91e3c6ff8e6 (diff) | |
download | serverdata-8f385472e6a15bee4c1e0708aa37fe1ee788b39b.tar.gz serverdata-8f385472e6a15bee4c1e0708aa37fe1ee788b39b.tar.bz2 serverdata-8f385472e6a15bee4c1e0708aa37fe1ee788b39b.tar.xz serverdata-8f385472e6a15bee4c1e0708aa37fe1ee788b39b.zip |
Patch 3: Maggots should not take so long to fall
Diffstat (limited to 'db')
-rw-r--r-- | db/re/mob_db.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index bcace4811..3230cf4a5 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -1213,7 +1213,7 @@ mob_db: ( SpriteName: "Maggot" Name: "Maggot" Lv: 5 - Hp: 500 + Hp: 400 Sp: 0 Exp: 4 JExp: 1 @@ -1223,7 +1223,7 @@ mob_db: ( Mdef: 0 Stats: { Str: 1 - Agi: 1 + Agi: 4 Vit: 1 Int: 1 Dex: 6 |