bot_pets¶
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 | bot_id | bot_data | bot_id |
Has-Many | pets_index | bot_pet_buffs | pets_index |
Has-Many | pets_index | bot_pet_inventories | pets_index |
One-to-One | spell_id | spells_new | id |
Schema¶
Column | Data Type | Description |
---|---|---|
pets_index | int | Unique Bot Pet Identifier |
spell_id | int | Spell Identifier |
bot_id | int | Bot Identifier |
name | varchar | Name |
mana | int | Mana |
hp | int | Health |