character_material¶
Info
This page was last generated 2023.04.23
Relationship Diagram(s)¶
Relationships¶
Relationship Type | Local Key | Relates to Table | Foreign Key |
---|---|---|---|
One-to-One | id | character_data | id |
Schema¶
Column | Data Type | Description |
---|---|---|
id | int | Character Identifier |
slot | tinyint | Slot |
blue | tinyint | Blue: 0 = None, 255 = Max |
green | tinyint | Green: 0 = None, 255 = Max |
red | tinyint | Red: 0 = None, 255 = Max |
use_tint | tinyint | Tint: 0 = None, 255 = MAx |
color | int | Color |