ItemModifiedAppearance
ItemModifiedAppearance.db2
This DB2 links together the appearances and item IDs.
Version is : 6.1.2
Structure
Column | Field | Type | Comment |
1 | ID | Integer | Unique ID, no necessary relation to the in-game item ID. |
2 | ItemID | Integer | Unique in-game ID of the item. |
3 | AppearanceModID | Integer | This value is obtained from ItemBonus.db2 and acts as a selector when there are multiple entries for the same item ID. |
4 | AppearanceID | Integer | This value links to ItemAppearance.db2 'ID' and basically creates the link between the specified Item ID and the Appearance data accompanying it. |
5 | IconFileDataID | Integer | Unused, leave it at 0. |
6 | Index | Integer | Unused, leave it at 0. |
Content
Considering this DB2 contains the data for all the items within the game, listing its contents here would be excessive so we will refrain from doing such.