Difference between revisions of "Item Modifier"
From FFXIV Classic Wiki
(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 | ||
|- | |- | ||
− | | | + | | 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] |
|} | |} |
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] |