summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorRidley <ridley8819@gmail.com>2017-03-13 11:17:59 +0100
committerGitHub <noreply@github.com>2017-03-13 11:17:59 +0100
commit3186fb9a770c373059c0e6c9f0ac55348c9064da (patch)
treec57d39ed009dbba1b7836c164bd3989a02fd45dc /db
parent51e5e008402e2c961a9e231a6ef3a291b1ce8deb (diff)
parent8765c723ddf659d210ef8fb4ea8df9edec5d002a (diff)
downloadhercules-3186fb9a770c373059c0e6c9f0ac55348c9064da.tar.gz
hercules-3186fb9a770c373059c0e6c9f0ac55348c9064da.tar.bz2
hercules-3186fb9a770c373059c0e6c9f0ac55348c9064da.tar.xz
hercules-3186fb9a770c373059c0e6c9f0ac55348c9064da.zip
Merge pull request #1623 from AtlantisRO/documentation
Fixes #569. Adds mob_db.txt documentation.
Diffstat (limited to 'db')
-rw-r--r--db/pre-re/mob_db.conf4
-rw-r--r--db/re/mob_db.conf4
2 files changed, 4 insertions, 4 deletions
diff --git a/db/pre-re/mob_db.conf b/db/pre-re/mob_db.conf
index 82501748d..40635cd68 100644
--- a/db/pre-re/mob_db.conf
+++ b/db/pre-re/mob_db.conf
@@ -57,8 +57,8 @@ mob_db: (
}
ViewRange: view range (int, defaults to 1)
ChaseRange: chase range (int, defaults to 1)
- Size: size (int, defaults to 1)
- Race: race (int, defaults to 0)
+ Size: size (string, defaults to "Size_Medium")
+ Race: race (string, defaults to "RC_Formless")
Element: (type, level)
Mode: {
CanMove: true/false (bool, defaults to false)
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf
index caa92b718..188654cf8 100644
--- a/db/re/mob_db.conf
+++ b/db/re/mob_db.conf
@@ -57,8 +57,8 @@ mob_db: (
}
ViewRange: view range (int, defaults to 1)
ChaseRange: chase range (int, defaults to 1)
- Size: size (int, defaults to 1)
- Race: race (int, defaults to 0)
+ Size: size (string, defaults to "Size_Medium")
+ Race: race (string, defaults to "RC_Formless")
Element: (type, level)
Mode: {
CanMove: true/false (bool, defaults to false)