| Field | Type | Offset | Description | Notes |
|---|---|---|---|---|
| value | s32 | 0x0 | The value to compare. | |
| textId | s32 | 0x4 | The text ID after conversion. Negative value = ID of SystemMessage. | This field refers to the following text files: Modern_Menu_Text |
| compareType | s8 | 0x8 | Determines if a lower or higher value is considered beneficial when two values in UI are compared. Example: When comparing weapon stats (beneficial comparisons is blue, non-beneficial is red). | This field uses the following enum: MENU_VALUE_TABLE_CMP_TYPE |
| padding | dummy8 | 0x9 | This field is padding. |
| Option | Description | Notes |
|---|---|---|
0 | Equal to table value | |
1 | Greater than or equal to table value | |
2 | Always match | |
3 | Number of definitions |