Pet abilitiesTable
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 |