{{https://img.itch.zone/aW1nLzE1NDg0OTE3LnBuZw==/original/FU8mJF.png?nolink&690}}
===== =====
With this plugin, you can use notetags to give actors unique Start of Turn Card Actions. In addition to the actions specified in the Start of Turn and Start of Battle notetags in the core plugin, notetags will add more Card Actions on top of that.
Card Actions are executed in this order:
1) The Battle/Turn Start Actions parameter in the core CGC plugin
2) Actions added by notetag in the Actor
3) Actions added in the Class
4) Actions added in the Equipment, in the order they are equipped
5) Actions added by states, ordered by State ID.
===== Notetags =====
^ Notetag Syntax ^ Plugin Required ^ Database Usage ^ Description ^
|
action
action
| [[plugin-turn-start|Turn Start Plus]] | Actor, Class, Weapons, Armors, States | This will add Card Actions executed at the start of the first turn if the party member is that Actor, that Class, is using that equipment, or is affected by that state. |
|
action
action
| [[plugin-turn-start|Turn Start Plus]] | Actor, Class, Weapons, Armors, States | This will add Card Actions executed at the start of every turn after the first if the party member is that Actor, that Class, is using that equipment, or is affected by that state. |
===== Version History =====
**v1.0.0** - Finished plugin