Item Modifier

From FFXIV Classic Wiki
Revision as of 15:34, 27 March 2018 by Ioncannon (talk | contribs)
Jump to: navigation, search

Equipment items may have modifiers attached to them. Most of these fields are not used or 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.