summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2017-08-21 22:46:05 +0200
committerHaru <haru@dotalux.com>2017-09-17 17:48:41 +0200
commit78a007d2371dc0a46f5e66b776fdf57f04658447 (patch)
tree459c7678230c9e05380d70721d12b58e18ffee75 /db
parenta7a8efb326fe6bb82e83a37ce43b97bc89f74848 (diff)
downloadhercules-78a007d2371dc0a46f5e66b776fdf57f04658447.tar.gz
hercules-78a007d2371dc0a46f5e66b776fdf57f04658447.tar.bz2
hercules-78a007d2371dc0a46f5e66b776fdf57f04658447.tar.xz
hercules-78a007d2371dc0a46f5e66b776fdf57f04658447.zip
Add support for bitmask arrays in the item_db Loc field
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'db')
-rw-r--r--db/item_db2.conf2
-rw-r--r--db/pre-re/item_db.conf2
-rw-r--r--db/re/item_db.conf2
3 files changed, 3 insertions, 3 deletions
diff --git a/db/item_db2.conf b/db/item_db2.conf
index 8abe34a38..b6c68d069 100644
--- a/db/item_db2.conf
+++ b/db/item_db2.conf
@@ -81,7 +81,7 @@ item_db: (
Job: Job mask (alternate format, int, defaults to all jobs = 0xFFFFFFFF)
Upper: Upper mask (bitmask array, string or int, defaults to "ITEMUPPER_ALL")
Gender: Gender (int, defaults to both = 2)
- Loc: Equip location (int, required value for equipment)
+ Loc: Equip location (bitmask array, string or int, required value for equipment)
WeaponLv: Weapon Level (int, defaults to 0)
EquipLv: Equip required level (int, defaults to 0)
EquipLv: [min, max] (alternative syntax with min / max level)
diff --git a/db/pre-re/item_db.conf b/db/pre-re/item_db.conf
index bea31f2a3..8b7fdf806 100644
--- a/db/pre-re/item_db.conf
+++ b/db/pre-re/item_db.conf
@@ -81,7 +81,7 @@ item_db: (
Job: Job mask (alternate format, int, defaults to all jobs = 0xFFFFFFFF)
Upper: Upper mask (bitmask array, string or int, defaults to "ITEMUPPER_ALL")
Gender: Gender (string, defaults to "SEX_ANY")
- Loc: Equip location (int, required value for equipment)
+ Loc: Equip location (bitmask array, string or int, required value for equipment)
WeaponLv: Weapon Level (int, defaults to 0)
EquipLv: Equip required level (int, defaults to 0)
EquipLv: [min, max] (alternative syntax with min / max level)
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index 26baa0868..e9c195c92 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -81,7 +81,7 @@ item_db: (
Job: Job mask (alternate format, int, defaults to all jobs = 0xFFFFFFFF)
Upper: Upper mask (bitmask array, string or int, defaults to "ITEMUPPER_ALL")
Gender: Gender (string, defaults to "SEX_ANY")
- Loc: Equip location (int, required value for equipment)
+ Loc: Equip location (bitmask array, string or int, required value for equipment)
WeaponLv: Weapon Level (int, defaults to 0)
EquipLv: Equip required level (int, defaults to 0)
EquipLv: [min, max] (alternative syntax with min / max level)