An open library of RPG Maker MZ plugins, powered by the community.

PGMZ - The Community-Driven Plugin Library for RPG Maker MZ

MZ plugins

NRP Heal Assist - NRP_HealAssist.js

Plugin desc : v1.011 Assist in target selection of recovery skills.

License :
・Copyright: Retained
・Commercial Use: Allowed
・Modification: Allowed
・Redistribution: Allowed
・Details: See Download Page / In-plugin documentation

Author : Takeshi Sunagawa (https://newrpg.seesaa.net/)

Website : https://github.com/NewRPGProject/MZMV_Plugin/blob/main/NRP_HealAssist.js

Desc page : https://newrpg.seesaa.net/article/506049329.html

Download Page : https://raw.githubusercontent.com/NewRPGProject/MZMV_Plugin/main/NRP_HealAssist.js

File name : NRP_HealAssist.js

Help of plugin :

When selecting recovery skills (items), the cursor
 * should automatically align with the most appropriate target.
 * 
 * - If recovery skill, select the actor with the lowest HP (%).
 * - If revive skill, select the dead actor.
 * - If remove state/debuff skill, select the appropriate actor.
 * 
 * In addition, the priority levels are as follows
 * 
 * Revive > HP recovery > MP recovery > State & Debuff Remove
 * 
 * For example, if a skill can recover HP and poison at the same time,
 * select the actor with the least amount of HP,
 * not the actor who is poisoned.
 * 
 * -------------------------------------------------------------------
 * [Note of State]
 * -------------------------------------------------------------------
 * <TargetAssistPostpone>
 * Reduce the selection priority of the target.
 * Mainly combined with invincibility states such as “hide”
 * to prevent initial selection as an attack or recovery target.
 * ※Selection itself is possible.
 * 
 * -------------------------------------------------------------------
 * [Terms]
 * -------------------------------------------------------------------
 * There are no restrictions.
 * Modification, redistribution freedom, commercial availability,
 * and rights indication are also optional.
 * The author is not responsible,
 * but will deal with defects to the extent possible.
 * 
 * @-----------------------------------------------------
 * @ [Plugin Parameters]
 * @-----------------------------------------------------
 * 
 * @param ApplyHpHeal
 * @type boolean
 * @default true
 * @desc Apply assist function to HP recovery skills.
 * 
 * @param ApplyMpHeal
 * @type boolean
 * @default true
 * @desc Apply assist function to MP recovery skills.
 * 
 * @param ApplyRevive
 * @type boolean
 * @default true
 * @desc Apply assist function to revive skills.
 * 
 * @param ApplyRemoveState
 * @type boolean
 * @default true
 * @desc Apply assist function to remove state (or debuff) skills.
 * 
 * @param ApplyBattle
 * @type boolean
 * @default true
 * @desc Apply the assist function on the battle scene.
 * 
 * @param ApplyMenu
 * @type boolean
 * @default true
 * @desc Apply the assist function on the menu scene.

スポンサードリンク

-MZ plugins

Copyright© PGMZ - The Community-Driven Plugin Library for RPG Maker MZ , 2026 All Rights Reserved.