Difference between revisions of "Item Modifier"
From FFXIV Classic Wiki
(→Modifier Layout) |
(→Modifier Layout) |
||
Line 5: | Line 5: | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
! width="25px" style="text-align: center; font-size: 14px;" | Offset | ! width="25px" style="text-align: center; font-size: 14px;" | Offset | ||
− | ! width="25px" style="text-align: center; font-size: 14px;" | Size | + | ! width="25px" style="text-align: center; font-size: 14px;" | Size (bytes) |
! width="200px" style="text-align: center; font-size: 14px;" | Changes Value | ! width="200px" style="text-align: center; font-size: 14px;" | Changes Value | ||
+ | ! width="200px" style="text-align: center; font-size: 14px;" | Description | ||
|- | |- | ||
− | | 0x00 || | + | | 0x00 || 4 || Life || Changes durability of an item. |
|- | |- | ||
− | | | + | | 0x04 || 2 || Use || Not used. |
|- | |- | ||
− | | | + | | 0x06 || 4 || MateriaId || Not used. |
|- | |- | ||
− | | | + | | 0x0A || 4 || MateriaLife || Not used. |
|- | |- | ||
− | | | + | | 0x0E || 1 || MainQuality || Not used. |
|- | |- | ||
− | | | + | | 0x0F || 3 || SubQuality[3] || Not used. |
|- | |- | ||
− | | | + | | 0x12 || 4 || Polish || Not used. |
|- | |- | ||
− | | | + | | 0x16 || 4 || Param1 || Modifies the first param. |
|- | |- | ||
− | | | + | | 0x1A || 4 || Param2 || Modifies the second param. |
|- | |- | ||
− | | | + | | 0x1E || 4 || Param3 || Modifies the third param. |
|- | |- | ||
− | | | + | | 0x22 || 2 || Fitness || Changes spiritbind of an item. |
|- | |- | ||
− | | | + | | 0x24 || 5 || MateriaType[5] || Sets the type of materia for up to five slots. |
|- | |- | ||
− | | | + | | 0x29 || 5 || MateriaGrade[5] || Sets the grade of materia for the slots set in the previous array. |
− | |||
− | |||
|} | |} |
Revision as of 15:34, 27 March 2018
Equipment items may have modifiers attached to them. Most of these fields are no longer used in 1.23b but they are still set within the lua scripts.
Modifier Layout
Offset | Size (bytes) | Changes Value | Description |
---|---|---|---|
0x00 | 4 | Life | Changes durability of an item. |
0x04 | 2 | Use | Not used. |
0x06 | 4 | MateriaId | Not used. |
0x0A | 4 | MateriaLife | Not used. |
0x0E | 1 | MainQuality | Not used. |
0x0F | 3 | SubQuality[3] | Not used. |
0x12 | 4 | Polish | Not used. |
0x16 | 4 | Param1 | Modifies the first param. |
0x1A | 4 | Param2 | Modifies the second param. |
0x1E | 4 | Param3 | Modifies the third param. |
0x22 | 2 | Fitness | Changes spiritbind of an item. |
0x24 | 5 | MateriaType[5] | Sets the type of materia for up to five slots. |
0x29 | 5 | MateriaGrade[5] | Sets the grade of materia for the slots set in the previous array. |