Pet abilitiesTable: Difference between revisions

From PSwiki
Jump to navigation Jump to search
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 |}"
 
(No difference)

Latest revision as of 13:51, 11 January 2022

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