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

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

MZ plugins

RX T Limit an Actor to Kill Tgt - RX_T_Limit_anActor_toKillTgt.js

Plugin desc : You can limit the actors who can give the finishing blow to the enemy.

License : MIT License

Author : TYPE74RX-T

Website : https://w.atwiki.jp/type74rx-t/pages/221.html

Desc page : https://w.atwiki.jp/type74rx-t/pages/221.html

Download Page : https://raw.githubusercontent.com/munokura/RX_T-plugins/refs/heads/main/RX_T_Limit_anActor_toKillTgt.js

File name : RX_T_Limit_anActor_toKillTgt.js

Help of plugin :

* @target MV MZ
 * @plugindesc You can limit the actors who can give the finishing blow to the enemy.
 * @author TYPE74RX-T
 * @url https://w.atwiki.jp/type74rx-t/pages/221.html
 *
 * @param SystemWord in Notes
 * @text System word
 * @desc System word to fill in the notes field
 * @default FinishBlowActorID
 *
 * @help Limiting the actors that can take down a enemy
 *
 * This plugin is compatible with RPG Maker MV and RPG Maker MZ.
 *
 * ◆Summary
 * You can limit the actors who can give the finishing blow to the enemy.
 * For example, you can make it so that only the main character can give the
 * finishing blow, or only the character who should be avenged in the
 * revenge event can give the finishing blow.
 *
 * ◆Usage
 * Fill in the notes section of the enemies.
 * Example:If you want to make sure that only actors with an Actor ID of
 * 1, 3 or 7 can give the finish blow
 *
 * <FinishBlowActorID:1, 3, 7>
 * 
 * The way it works is that when you damage an enemy character with the
 * above settings, if the target’s HP left is less than or equal to the
 * damage value, HP will always remain at 1 point for attacks other than
 * the corresponding actor ID.
 * (On the surface, it looks like giving the damage.)
 * You can use this to obscure the exact HP, but due to these specifications,
 * you can’t use it for games that show the enemy’s HP gauge.
 *
 * ◆Notes
 * You don’t need to worry about the plugin parameters.
 * It’s just that the way you set up the notes field is different depending
 * on whether you are using the English or Japanese version.
 *
 * ◆License
 * This plugin is released under MIT license.
 * http://opensource.org/licenses/mit-license.php

スポンサードリンク

-MZ plugins

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