artifact_appearance
Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| Name | text | YES | NULL | ||||
| ID | int | unsigned | PRI | NO | 0 | ||
| ArtifactAppearanceSetID | smallint | unsigned | NO | 0 | |||
| DisplayIndex | tinyint | unsigned | NO | 0 | |||
| UnlockPlayerConditionID | int | unsigned | NO | 0 | |||
| ItemAppearanceModifierID | tinyint | unsigned | NO | 0 | |||
| UiSwatchColor | int | signed | NO | 0 | |||
| UiModelSaturation | float | NO | 0 | ||||
| UiModelOpacity | float | NO | 0 | ||||
| OverrideShapeshiftFormID | tinyint | unsigned | NO | 0 | |||
| OverrideShapeshiftDisplayID | int | unsigned | NO | 0 | |||
| UiItemAppearanceID | int | unsigned | NO | 0 | |||
| UiAltItemAppearanceID | int | unsigned | NO | 0 | |||
| Flags | tinyint | unsigned | NO | 0 | |||
| UiCameraID | smallint | unsigned | NO | 0 | |||
| UsablePlayerConditionID | int | unsigned | NO | 0 | |||
| VerifiedBuild | int | signed | PRI | NO | 0 | ||
Description of fields
Name
- no description -
ID
- no description -
ArtifactAppearanceSetID
- no description -
DisplayIndex
- no description -
UnlockPlayerConditionID
- no description -
ItemAppearanceModifierID
- no description -
UiSwatchColor
- no description -
UiModelSaturation
- no description -
UiModelOpacity
- no description -
OverrideShapeshiftFormID
- no description -
OverrideShapeshiftDisplayID
- no description -
UiItemAppearanceID
- no description -
UiAltItemAppearanceID
- no description -
Flags
- no description -
UiCameraID
- no description -
UsablePlayerConditionID
- no description -
VerifiedBuild
This field is used by the TrinityDB Team to determine whether a template has been verified from WDB files.
If value is 0 then it has not been parsed yet.
If value is above 0 then it has been parsed with WDB files from that specific client build.
If value is -1 then it is just a place holder until proper data are found on WDBs.
If value is -Client Build then it was parsed with WDB files from that specific client build and manually edited later for some special necessity.
