Skip to content

Conversation

@blinkysc
Copy link
Contributor

Summary

  • Add DisableEffectsMask column to table structure
  • Update AttributesMask with new flags:
    • PROC_ATTR_USE_STACKS_FOR_CHARGES (0x10) - consuming proc drops a stack instead of charge
    • PROC_ATTR_CANT_PROC_FROM_ITEM_CAST (0x100) - prevent proc from item-casted spells
  • Remove deprecated PROC_ATTR_DISABLE_EFF_0/1/2 (functionality moved to DisableEffectsMask)
  • Add DisableEffectsMask field description

Related

These changes document the new spell_proc fields added in the QAston proc system.

🤖 Generated with Claude Code

- Add DisableEffectsMask column to table structure
- Update AttributesMask with new flags:
  - PROC_ATTR_USE_STACKS_FOR_CHARGES (0x10)
  - PROC_ATTR_CANT_PROC_FROM_ITEM_CAST (0x100)
- Remove deprecated PROC_ATTR_DISABLE_EFF_0/1/2 (moved to DisableEffectsMask)
- Add DisableEffectsMask field description
- Remove spell_proc_event.md (table deprecated/removed)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant