Pet abilitiesTable

From PSwiki
Revision as of 13:51, 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 |evo_stage_id |int(11) | | | |Reference to pet_evolution.id |- |ADD |name |varchar(100) | | | |name of the ability |- |ADD |description |varchar(200) | | | |description of the ability |- |ADD |pet_command |varchar(100) | | | |/pet command to enable |- |ADD |storage |tinyint(4) | |0 | |Is this ability allowing the pet to store items |}")
(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 evo_stage_id int(11) Reference to pet_evolution.id
ADD name varchar(100) name of the ability
ADD description varchar(200) description of the ability
ADD pet_command varchar(100) /pet command to enable
ADD storage tinyint(4) 0 Is this ability allowing the pet to store items