Weapon typesTable

From PSwiki
Revision as of 15:22, 11 January 2022 by Grimston (talk | contribs) (Created page with "Holds different types of weapons and their associations {| class="wikitable" |+ !UE !Field !Type !Key Type !Default !Extra !Description |- | |id |int(11) |PRI | |auto_increment | holds the type unique id number |- | |name |varchar(40) |UNI | | |is the types name, each name must be unique. |- | |skill |int(11) | | | |The skill related to this type |}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Holds different types of weapons and their associations

UE Field Type Key Type Default Extra Description
id int(11) PRI auto_increment holds the type unique id number
name varchar(40) UNI is the types name, each name must be unique.
skill int(11) The skill related to this type