Back to 'spell_group' Return to world Go to 'spell_learn_spell'
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
---|---|---|---|---|---|---|---|
group_id | int | unsigned | PRI | NO | 0 | ||
stack_rule | tinyint | signed | NO | 0 |
ID from spell_group
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 |
Back to 'spell_group' Return to world Go to 'spell_learn_spell'