Attack typesTable

From PSwiki
Revision as of 13:39, 11 January 2022 by Grimston (talk | contribs) (Created page with "Holds attack types to be used in the updated combat system {| class="wikitable" |+ !UE !Field !Type !Key Type !Default !Extra !Description |- |ADD |id |int(11) |PRI | |auto_increment |holds the attack type unique id number |- |ADD |name |varchar(40) |UNI | | |is the attack type name, each name must be unique. |- |ADD |weaponID |int(11) | | | |item_stats.id if a specific weapon is required for the special attack. Otherwise, weaponTypeID should be filled in. |- |ADD |w...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Holds attack types to be used in the updated combat system

UE Field Type Key Type Default Extra Description
ADD id int(11) PRI auto_increment holds the attack type unique id number
ADD name varchar(40) UNI is the attack type name, each name must be unique.
ADD weaponID int(11) item_stats.id if a specific weapon is required for the special attack. Otherwise, weaponTypeID should be filled in.
ADD weaponType varchar(100) More than one required weapon type may be listed (see weapon_types.id). Separate each weapon type ID with a space.
ADD onehand tinyint(1) attack designed for a 1 hand weapon (true) or 2 handed (false)
ADD stat int(11) The skill related to this type