- Joined
- Jan 2, 2014
- Messages
- 1,803
- Reaction score
- 950
- First Language
- Chinese
- Primarily Uses
- N/A
You can use plugin calls in the damage formulae of skills reducing ATB gauge:Can I reduce the target ATB gauge when hitting a skill? (Delay action)
I will use the following plugins in combination.
ATB Bar
ATB CTB
ATB Order
It is preferable to be able to set with skill note tag.
(Example: <delay: success rate (%), delay rate (%)>, <delay: 50, 20>)
Sorry, I'm using a translator.
Code:
* 4. patb_val.atb = val
* - Set the battler's atb value as val
Code:
if (Math.random() < 0.5) b.patb_val.atb = 0; originalDamageFormula