Character factionsTable: Difference between revisions
Jump to navigation
Jump to search
Created page with "Stores the faction of the characters {| class="wikitable" |+ !UE !Field !Type !Key Type !Default !Extra !Description |- |ADD |character_id |int(10) unsigned |PRI |0 | |The PID of the character this faction is assigned to |- |ADD |faction_id |int(10) unsigned |PRI |0 | |The id of the faction the points are for |- |ADD |value |int(10) | |0 | |The number of points in this faction |}" |
(No difference)
|
Revision as of 13:43, 11 January 2022
Stores the faction of the characters
UE | Field | Type | Key Type | Default | Extra | Description |
---|---|---|---|---|---|---|
ADD | character_id | int(10) unsigned | PRI | 0 | The PID of the character this faction is assigned to | |
ADD | faction_id | int(10) unsigned | PRI | 0 | The id of the faction the points are for | |
ADD | value | int(10) | 0 | The number of points in this faction |