Welcome to PGMZ! My goal is to make it easy for everyone to find and share great plugins for creating amazing games. As a plugin developer myself, I'm excited to grow this community with all of you.
HP Consume Skill - HPConsumeSkill.js
Plugin desc : make the skill that consumes HP, not only MP and/or TP
License : MIT License
Author : Sasuke KANNAZUKI
Website : https://www.rpgmakerweb.com/products/rpg-maker-mz
Download Page : C:Program Files (x86)SteamsteamappscommonRPG Maker MZdlcBasicResourcespluginslaunch HPConsumeSkill.js
File name : HPConsumeSkill.js
Help of plugin :
* @target MV MZ * @plugindesc make the skill that consumes HP, not only MP and/or TP * @author Sasuke KANNAZUKI * * @param Consume HP Color * @desc the text color ID of display consume HP * (Ex. 17 is Crisis Color Yellow) * @type number * @default 17 * * @help This plugin does not provide plugin commands. * This plugin runs under RPG Maker MV and MZ. * * This plugin enables to make HP consume skill. * * [Usage] * write following format at skill's note: * <hp_cost:30> # the skill consumes 30 HP. * * The skill can use even if subject's HP is less than skill's HP Cost. * In that case, let the subject's HP be 1. * (i.e. subject won't die by the skill.) * * [License] * this plugin is released under MIT license. * http://opensource.org/licenses/mit-license.php