- Joined
- Sep 16, 2024
- Messages
- 1
Any kind of guidance would be appreciated as I'm quite new to this.
I want to create a passive spell, that every 20 seconds and upon learning, rolls a 1-100 check and applies a buff based on the values of the roll(>=33,66,100).
I have the framework of how to have the effects themselves apply, via dummy's and level layered spells. However I can't understand how to have the triggers check the value, determine the result, apply, then move on.
Preferably, I'd like it to check the current buff applied, and omit it from the pool, so the same buff can not refresh itself immediately.
From reading other posts it seems the [wait] action is very prone to problematic behaviors so I've been attempting to avoid using it.
I want to create a passive spell, that every 20 seconds and upon learning, rolls a 1-100 check and applies a buff based on the values of the roll(>=33,66,100).
I have the framework of how to have the effects themselves apply, via dummy's and level layered spells. However I can't understand how to have the triggers check the value, determine the result, apply, then move on.
Preferably, I'd like it to check the current buff applied, and omit it from the pool, so the same buff can not refresh itself immediately.
From reading other posts it seems the [wait] action is very prone to problematic behaviors so I've been attempting to avoid using it.