auras¶
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 | npc_type | npc_types | id |
One-to-One | spell_id | spells_new | id |
Schema¶
Column | Data Type | Description |
---|---|---|
type | int | Unique Aura Identifier |
npc_type | int | NPC Type Identifier |
name | varchar | Name |
spell_id | int | Spell Identifier |
distance | int | Distance |
aura_type | int | Aura Type |
spawn_type | int | Aura Spawn Type |
movement | int | Aura Movement Type |
duration | int | Duration |
icon | int | Icon |
cast_time | int | Cast Time |