aa_ability¶
Info
This page was last generated 2023.07.15
Relationship Diagram(s)¶
Relationships¶
Relationship Type | Local Key | Relates to Table | Foreign Key |
---|---|---|---|
One-to-One | first_rank_id | aa_ranks | id |
Schema¶
Column | Data Type | Description |
---|---|---|
id | int | Unique AA Identifier |
name | text | Name |
category | int | AA Category |
classes | int | Classes Bitmasks |
races | int | Races |
drakkin_heritage | int | Drakkin Heritage: 127 = All |
deities | int | Deities |
status | int | Minimum Status |
type | int | AA Type |
charges | int | Number of Charges |
grant_only | tinyint | Grant Only Flag: 0 = No, 1 = Yes |
first_rank_id | int | First Rank Identifier |
enabled | tinyint | Enabled: 0 = No, 1 = Yes |
reset_on_death | tinyint | Reset on Death: 0 = False, 1 = True |