A downloadable Plugin.

Download NowName your own price

This RPG Maker MZ extension plugin for JLP - Elemental Weakness Display MZ (version 1.1 is required for this plugin to work) will add a more twist to your battle system.

Current version: v1.1 - 14/09/2020


Features

This plugin will allow actors to have new parameter, a Boost Points, that you can use to power up skills. You can use Page Up and Page Down buttons to change boost levels. This battle mechanic is famous nowadays, you simply earn this Boost Points every turn, then you can use it to boost your skill power (either damage, repeats, or even the state turns), Let's discuss next the plugin parameters on the next section.


Parameters


There are lot of settings that can be done in this plugin, here's the summary of plugin parameters.


  • General Settings
    • Starting BP: Adjust the default starting usable boost points.
    • BP Regen Per Turn: Adjust the default boost point regen per turn.
    • Default Max BP: Adjust the maximum boost points that the actor can have.
    • Default Max Usable BP: Adjust the maximum boost points that the actor can use per turn.
    • Default BP Consumption: The default boost point to consume per use.
    • On Death Reset: Set the boost points to 0 to dead actors.
    • Reset On Battle Start: Reset Boost Points on every battle start?

  • Boost Icons Display Settings
    • Icons Enabled: If false, boost icons will be hidden.
    • Anchor Position: Set the position where the boost icon will appear in the battle status (Top, Top Left, Top Right, etc...).
    • Orientation: Set how the icon will display (Vertically or horizontally).
    • Icon Scale X and Y: Adjust the size of boost icons.
    • Icon Offset X and Y: Adjust the position of boost icons.
    • Boost Icon Index: The icon index used for the usable boost points.
    • Active Icon Index: The icon index used for currently active boost points.
    • Empty Boost Icon Index: The icon index used for empty boost points.



  • Boost Effect Settings
    • Boost Animations: Show an animation to play whenever you change your boost points level.
    • Boost Repeats Addition: Add repeats to the chosen skill in every boost point level.
    • Boost Repeats Multiplication: Multiplies the skill repeats in every boost point level.
    • Boost Damage Addition: Add flat damage to the chosen skill in every boost point level.
    • Boost Damage Multiplication: Multiplies the skill damage in every boost point level.
    • Boost Turns Addition: Add turns to the chosen skill effects in every boost point level.
    • Boost Turns Multiplication: Multiplies the skill effect turns in every boost point level.
    • Boost Reveal Addition: Add weakness reveal to the chosen skill in every boost point level. (Requires: JLP_X_Breakshields plugin)
    • Boost Reveal Multiplication: Multiplies the weakness reveal to the chosen skill in every boost point level. (Requires: JLP_X_Breakshields plugin)
    • Boost BP Gain Addition: Add BP Gain to the chosen skill in every boost point level.
    • Boost BP Gain Multiplication: Multiplies the skill's BP Gain in every boost point level.


Note tags

These note tags will make the battle mechanics more engaging and fun.

SKILL NOTE TAGS

<Boost Repeats>
This skill will apply the Boost Repeats Addition and Multiplier.
<Boost Damage>
This skill will apply the Boost Damage Addition and Multiplier.
<Boost Turns>
This skill will apply the Boost Turns Addition and Multiplier.
<Boost Reveal>
This skill will apply the Boost Reveal Addition and Multiplier.
(Only works if you are using JLP_X_AdvancedWeaknessDisplay)
<Boost BP>
If this skill have note tags <Add BP: n> or <Sub BP: n>, this 
note tag will apply the Boost BP Gain Addition and Multiplier.
<Add BP: n>
This skill will increase the target's boost point. 
(Only works on actors)
<Sub BP: n>
This skill will decrease the target's boost point. 
(Only works on actors)


Compatibilities


This plugin is tested well with:


Terms of Use

  1. This plugin may be used in free or commercial games as long as it was downloaded from my official itch.io page.
  2. Please give a credit to the creator of this plugin: "J.J. Cariaso" or"Hammerklavier" (whichever) and must show to your "Credits" section of your game.
  3. You may NOT distribute/sell this plugin.
  4. You may edit this code BUT you must ALSO tell the creator if you're going to fix a bug/issue, so it can be fixed for everyone else that's using this plugin.
  5. The creator will not take responsiblity for misusing this plugin. It was created for RPG Maker MZ, and might not work for RPG Maker MV.
Updated 20 days ago
StatusReleased
CategoryTool
AuthorOne Code Man
Tagsboost, mz, paid, plugin, points, RPG Maker, tool

Download

Download NowName your own price

Click download now to get access to the following files:

JLP_X_BoostPoints.js 29 kB

Comments

Log in with itch.io to leave a comment.

Hello! Great plugin. I had a question. Is it possible to make a skill require a certain amount of boost points? Thank you