Faction ranksTable

From PSwiki
Revision as of 13:48, 11 January 2022 by Grimston (talk | contribs) (Created page with "{| class="wikitable" |+ !UE !Field !Type !Key Type !Default !Extra !Description |- |ADD |id |int(11) |PRI | |auto_increment | |- |ADD |faction_id |int(11) | | | |faction to which this rank belongs to |- |ADD |rank_number |int(11) | | | |Rank number can be negative or positive |- |ADD |name |varchar(100) | | | |Name of the rank |- |ADD |description |text | | | |Description of the rank |- |ADD |faction_points |int(11) | |0 | |Points needed to obtain this rank |- |ADD...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
UE Field Type Key Type Default Extra Description
ADD id int(11) PRI auto_increment
ADD faction_id int(11) faction to which this rank belongs to
ADD rank_number int(11) Rank number can be negative or positive
ADD name varchar(100) Name of the rank
ADD description text Description of the rank
ADD faction_points int(11) 0 Points needed to obtain this rank
ADD benefits text List of benefits or disadvantages when reaching this rank
ADD player_title varchar(100) Optional title the player gets when reaching this rank
ADD decals_list varchar(100) corresponding to the material data table
ADD affect_prices tinyint(4) 0 percentage of change in price, can be positive or negative
ADD prevents_trading tinyint(4) 0 0=does not prevent trades, 1=prevent trades