I’m currently working with `cq_special_status` and I have a question:
Is it possible to add a new status ID to `cq_special_status`?
I’ve searched around but couldn’t find any clear guidance on adding new status IDs—especially in relation to `StatusEffect.ini`.
The only relevant discussion I found was this thread on
.It mentions bitflags and bitwise operations, but I’m still not fully clear on how it all ties together.
My Questions:
1. How exactly are the effects in `StatusEffect.ini` mapped or linked to the status IDs in `cq_special_status`?
2. Is it even possible to introduce new IDs, or are we restricted to predefined bit positions due to bitmask limitations (e.g., 32-bit flags)?
Thanks in advance!






