diff options
author | Alige <gauvain.dauchy@free.fr> | 2016-06-14 14:49:55 +0200 |
---|---|---|
committer | Alige <gauvain.dauchy@free.fr> | 2016-06-14 14:49:55 +0200 |
commit | 2ee45986c97b50a15b79821ea8167f839b22ade9 (patch) | |
tree | a979529ed34be67caa80223843ed66d12ff49c34 /db/re | |
parent | 5d99280316a6047dbbc987cf533a246663b8816f (diff) | |
download | serverdata-2ee45986c97b50a15b79821ea8167f839b22ade9.tar.gz serverdata-2ee45986c97b50a15b79821ea8167f839b22ade9.tar.bz2 serverdata-2ee45986c97b50a15b79821ea8167f839b22ade9.tar.xz serverdata-2ee45986c97b50a15b79821ea8167f839b22ade9.zip |
Balanced back the stats of the monsters: CroconutTree, Urchin (exp) and Fluffy.
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/mob_db.conf | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index a248adf2..e1b50df3 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -473,7 +473,7 @@ mob_db: ( SpriteName: "Crocotree" Name: "Crocotree" Lv: 10 - Hp: 550 + Hp: 500 Sp: 0 Exp: 1 JExp: 0 @@ -484,7 +484,7 @@ mob_db: ( Stats: { Str: 2 Agi: 1 - Vit: 15 + Vit: 10 Int: 1 Dex: 1 Luk: 20 @@ -588,7 +588,7 @@ mob_db: ( Lv: 10 Hp: 10 Sp: 0 - Exp: 0 + Exp: 3 JExp: 0 AttackRange: 0 Attack: [80, 100] @@ -947,18 +947,18 @@ mob_db: ( Lv: 6 Hp: 350 Sp: 0 - Exp: 6 + Exp: 5 JExp: 0 AttackRange: 1 - Attack: [17, 25] + Attack: [22, 30] Def: 8 Mdef: 0 Stats: { - Str: 10 + Str: 5 Agi: 1 Vit: 5 Int: 1 - Dex: 30 + Dex: 25 Luk: 5 } ViewRange: 1 |