Features/Explanation
The octopath traveler battle system plugin is a plugin designed to replicate octapath traveler's battle system (obviously). It includes a shield and shield break mechanic and a full BP mechanic.
How to Use:
- Place the plugin in your project's js\plugins folder.
- Install the plugin in your plugin manager
- Edit parameters to your needs
- Add a notetag for each enemy for shield and for elemental weaknesses like so:
Example Bat Enemy Notetag:
<shield: 3> //This enemy will have a total of 3 shield
<weak to: fire,thunder> //The enemy will be weak to fire and thunder elemental attacks, make sure that there arent spaces in between the commas and the text.