ItemSubClass.dbc¶
The item subclass table contains definitions for child classes of item classes.
Table structure¶
ID | Name | Type | Default | Description |
---|---|---|---|---|
1 | itemClass | Integer (signed) | 0 | References the parent item class. |
2 | subClass | Integer (signed) | 0 | The item subclasses ID. |
3 | prerequisiteProficiency | Integer (signed) | 0 | TODO |
4 | postrequisiteProficiency | Integer (signed) | 0 | TODO |
5 | flags | Integer (signed) | 0 | See below |
6 | displayFlags | Integer (signed) | 0 | See below. |
7 | weaponParrySeq | Integer (signed) | 0 | TODO |
8 | weaponReadySeq | Integer (signed) | 0 | TODO |
9 | weaponAttackSeq | Integer (signed) | 0 | TODO |
10 | weaponSwingSize | Integer (signed) | 0 | Melee slots required. |
11 | displayName | String (localized) | The name of the item sub class. | |
12 | verboseName | String (localized) | The detailed name of the item sub class, e.g. for Axes, there is One-Handed Axes as sub class. |
Relations¶
itemClass
references the primary key of ItemClass.dbc.