Difference between revisions of "Item Modifier"

From FFXIV Classic Wiki
Jump to: navigation, search
(Created page with "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 == {|...")
 
(Modifier Layout)
Line 10: Line 10:
 
| 0x00 || 1 || is NormalType
 
| 0x00 || 1 || is NormalType
 
|-
 
|-
| 0x01 || 4 || Life
+
| 0x00 || 4 || Life
 
|-
 
|-
| 0x05 || 2 || Use
+
| 0x04 || 2 || Use
 
|-
 
|-
| 0x07 || 4 || MateriaId
+
| 0x06 || 4 || MateriaId
 
|-
 
|-
| 0x0B || 4 || MateriaLife
+
| 0x0A || 4 || MateriaLife
 
|-
 
|-
| 0x0F || 1 || MainQuality
+
| 0x0E || 1 || MainQuality
 
|-
 
|-
| 0x10 || 3 || SubQuality[3]
+
| 0x0F || 3 || SubQuality[3]
 
|-
 
|-
| 0x13 || 4 || Polish
+
| 0x12 || 4 || Polish
 
|-
 
|-
| 0x17 || 4 || Param1
+
| 0x16 || 4 || Param1
 
|-
 
|-
| 0x1B || 4 || Param2
+
| 0x1A || 4 || Param2
 
|-
 
|-
| 0x1F || 4 || Param3
+
| 0x1E || 4 || Param3
 
|-
 
|-
| 0x23 || 2 || Fitness
+
| 0x22 || 2 || Fitness
 
|-
 
|-
| 0x25 || 5 || MateriaType[5]
+
| 0x24 || 5 || MateriaType[5]
 
|-
 
|-
| 0x2A || 5 || MateriaGrade[5]
+
| 0x29 || 5 || MateriaGrade[5]
 
|}
 
|}

Revision as of 15:30, 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 Changes Value
0x00 1 is NormalType
0x00 4 Life
0x04 2 Use
0x06 4 MateriaId
0x0A 4 MateriaLife
0x0E 1 MainQuality
0x0F 3 SubQuality[3]
0x12 4 Polish
0x16 4 Param1
0x1A 4 Param2
0x1E 4 Param3
0x22 2 Fitness
0x24 5 MateriaType[5]
0x29 5 MateriaGrade[5]