1. Using
Yanfly Engine Ace - Ace Core Engine as well is highly recommended as it fixes the force action bug of this script and improve the atb percent and action points display in the actor atb bars.
2. Using
Yanfly Engine Ace - Buff & State Manager is highly recommended as it displays the states' remaining turns.
3. Using
Yanfly Engine Ace - Skill Cost Manager is highly recommended as it can display the skills/items' action point requirements by adding AC0 in front of ACX used by those skills/items and using <custom cost: skill.ecatb_act_cost[@actor]>.
4. Using
Cidiomar's Input as well is highly recommended as it lets users set custom keymaps, which is useful for features using keyboard inputs.
5. Using
DoubleX RMVXA Dynamic Data is highly recommemded as it lets you change the notetag values on the fly.
- ecatb_note_strings[note] is an accessor letting you store your new notetag values of notetag note.
- reset_ecatb_notes(note) applies the above changes.
6. Using
DoubleX RMVXA State Counters is highly recommended as it displays the enemy countdown states
7. Using
DoubleX RMVXA State Triggers is highly recommended as the CATB Clear Addon and some features of the CATB Countdown Addon are outsourced to that script
8. This is an advanced complicated script, meaning testings are likely needed to comprehend the use of every configuration of this script.
9. This script can run using the default settings but you're still highly recommended to comprehend all user settings of this script.
10. This script checks and corrects most configuration(but not notetag) values, but you're still highly recommended to validate every configuration(and notetag) values themselves.
11. Using too many notetags and/or complicated configuration settings and/or notetag values can cause severe performance issues.