Item Modifier

From FFXIV Classic Wiki
Jump to: navigation, search

Equipment items may have modifiers attached to them. Most of these fields were never or no longer used in 1.23b but they are still set within the lua scripts.

  • Size - 0x2A bytes

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.