Counter-attack with default attack skill? How about choosing which skill you want to counter with?
Supports both offensive and support skills, so maybe everytime you get attacked you want to heal yourself.
Features
Choose which skill to use as your counter-skill
Can switch counter-skill during battle
Set-up default counter skills for both enemies and actors
Usage
To choose a counter-skill, go to the Skills menu, move the cursor to the skill you want to choose, and then press the A key. If you are not using the default keyboard, the skill is set to the "X" key in the game's settings.
You can customize this key in the configuration.
You can specify whether all skills can be selected, only certain skill types can be selected, or only the tagged skills.
To specify that a skill can be used as a counter-skill, type in
Code:
<counter-skill>
复制代码
in the skill's notebox.
To set up default counter skills for enemies and actors, just tag in their noteboxes
Code:
<counter-skill: x>
复制代码
Where x is the skill ID you want to use as the default counter skill.
Note that the enemy must be able to use the skill.