Spell.dbc/EquippedItemInventoryTypeMask
Jump to navigation
Jump to search
Mask of item_template.InventoryType values which targeted item must have. Used mainly by enchants.
Additionally found in spells like Titan's Grip to determine the slot in which the weapon types in column 70, equippedItemSubMask, can be equipped. Titans Grip utilizes a combination of mainhand, offhand, and holdable/tome. Note theres a reason it also has a second passive to allow for a shield, because shield is an armor type and not a weapon type so column 69 would be 4 and 70 would have shield specified while using holdable/tome in this column.
Crow October 9th 2022
Mask | Slot Name |
---|---|
0x0 | Not equipable |
0x1 | Head |
0x2 | Neck |
0x4 | Shoulder |
0x8 | Shirt |
0x10 | Chest |
0x20 | Waist |
0x40 | Legs |
0x80 | Feet |
0x100 | Wrists |
0x200 | Hands |
0x400 | Finger |
0x800 | Trinket |
0x1000 | Weapon |
0x2000 | Shield |
0x4000 | Ranged (Bows) |
0x8000 | Back |
0x10000 | Two-Hand |
0x20000 | Bag |
0x40000 | Tabard |
0x80000 | Robe |
0x100000 | Main hand |
0x200000 | Off hand |
0x400000 | Holdable (Tome) |
0x800000 | Ammo |
0x1000000 | Thrown |
0x2000000 | Ranged right (Wands, Guns) |
0x4000000 | Quiver |
0x8000000 | Relic |