spell_group_stack_rules
Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| group_id | int | unsigned | PRI | NO | 0 | ||
| stack_rule | tinyint | signed | NO | 0 | |||
Description of fields
group_id
ID from spell_group
stack_rule
Rule deciding which spell effect will prevail over the others as they are not stackable.
| Value | Description |
|---|---|
| 0 | SPELL_GROUP_STACK_RULE_DEFAULT |
| 1 | SPELL_GROUP_STACK_RULE_EXCLUSIVE |
| 2 | SPELL_GROUP_STACK_RULE_EXCLUSIVE_FROM_SAME_CASTER |
| 3 | SPELL_GROUP_STACK_RULE_EXCLUSIVE_SAME_EFFECT |
| 4 | SPELL_GROUP_STACK_RULE_EXCLUSIVE_HIGHEST |
