summaryrefslogtreecommitdiff
path: root/doc/item_db.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/item_db.txt')
-rw-r--r--doc/item_db.txt21
1 files changed, 12 insertions, 9 deletions
diff --git a/doc/item_db.txt b/doc/item_db.txt
index 01c9cc011..16347451d 100644
--- a/doc/item_db.txt
+++ b/doc/item_db.txt
@@ -86,20 +86,23 @@ Upper: Equippable upper-types. Uses the following bitmasks:
Gender: Gender restriction. 0 is female, 1 is male, 2 for both.
Loc: Equipment's placement. Values are:
- 2^13 8192 = Costume Garment/Robe
- 2^12 4096 = Costume Low Headgear
- 2^11 2048 = Costume Mid Headgear
- 2^10 1024 = Costume Top Headgear
- 2^8 256 = Upper Headgear
- 2^9 512 = Middle Headgear
+
+
2^0 001 = Lower Headgear
- 2^4 016 = Armor
2^1 002 = Weapon
- 2^5 032 = Shield
2^2 004 = Garment
- 2^6 064 = Footgear
2^3 008 = Accessory 1
+ 2^4 016 = Armor
+ 2^5 032 = Shield
+ 2^6 064 = Footgear
2^7 128 = Accessory 2
+ 2^8 256 = Upper Headgear
+ 2^9 512 = Middle Headgear
+ 2^10 1024 = Costume Top Headgear
+ 2^11 2048 = Costume Mid Headgear
+ 2^12 4096 = Costume Low Headgear
+ 2^13 8192 = Costume Garment/Robe
+
wLV: Weapon level.