Character factionsTable

From PSwiki
Revision as of 13:43, 11 January 2022 by Grimston (talk | contribs) (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 |}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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