diff options
Diffstat (limited to 'db/re')
-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 |