bot_spells_entries¶
Info
This page was last generated 2023.01.22
Relationship Diagram(s)¶
Relationships¶
Relationship Type | Local Key | Relates to Table | Foreign Key |
---|---|---|---|
One-to-One | npc_spells_id | npc_spells | id |
One-to-One | spell_id | spells_new | id |
Schema¶
Column | Data Type | Description |
---|---|---|
id | int | Unique Bot Spell Entry Identifier |
npc_spells_id | int | Bot Spell List Identifier |
spellid | smallint | Spell Identifier |
type | int | Spell Type |
minlevel | tinyint | Minimum Level |
maxlevel | tinyint | Maximum Level |
manacost | smallint | Mana Cost |
recast_delay | int | Recast Delay |
priority | smallint | Bot Spell Priority: Lower is better |
resist_adjust | int | Resist Adjustment |
min_hp | smallint | Minimum Health Percentage |
max_hp | smallint | Maximum Health Percentage |
bucket_name | varchar | |
bucket_value | varchar | |
bucket_comparison | tinyint |