diff options
author | Haru <haru@dotalux.com> | 2015-12-20 03:28:55 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2016-01-29 11:00:31 +0100 |
commit | 0426f8c42f9f6d94db8d6a23f248e876b79c7973 (patch) | |
tree | a18b3e4aa57ec288cd8c26244b478c4ff64bb98e /db/pre-re/mob_db.conf | |
parent | ca40527cfa1aca28f06ad1f240593f1191dc9ed6 (diff) | |
download | hercules-0426f8c42f9f6d94db8d6a23f248e876b79c7973.tar.gz hercules-0426f8c42f9f6d94db8d6a23f248e876b79c7973.tar.bz2 hercules-0426f8c42f9f6d94db8d6a23f248e876b79c7973.tar.xz hercules-0426f8c42f9f6d94db8d6a23f248e876b79c7973.zip |
Re-added support for the JName field in the mob db
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'db/pre-re/mob_db.conf')
-rw-r--r-- | db/pre-re/mob_db.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/db/pre-re/mob_db.conf b/db/pre-re/mob_db.conf index 41787d2b1..33dabad68 100644 --- a/db/pre-re/mob_db.conf +++ b/db/pre-re/mob_db.conf @@ -37,6 +37,7 @@ mob_db: ( SpriteName: "SPRITE_NAME" (string) Name: "Mob name" (string) // ================ Optional fields =============================== + JName: "Mob name" (string) Lv: level (int, defaults to 1) Hp: health (int, defaults to 1) Sp: mana (int, defaults to 0) |