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.
NUUN Display Support Actor - NUUN_DisplaySupportActor.js
Plugin desc : Support Actor Indicator (Support Actor Extension)
License : MIT License
Author : NUUN
Website : https://github.com/nuun888/MZ/blob/master/NUUN_DisplaySupportActor.js
Download Page : https://raw.githubusercontent.com/nuun888/MZ/master/NUUN_DisplaySupportActor.js
File name : NUUN_DisplaySupportActor.js
Help of plugin :
* @target MZ * @plugindesc Support Actor Indicator (Support Actor Extension) * @author NUUN * @version 1.6.0 * @base NUUN_SupportActor * * @help * Displays the supporting actors participating in the battle. * This plugin is an extension of the Support Actor (NUUN_SupportActor). * * Terms of Use * This plugin is distributed under the MIT license. * * Log * 12/14/2024 Ver.1.6.0 * Support Actor Ver. 2.0.0 update. * Fixed an issue where reserve support members were also displayed. * 8/11/2021 Ver.1.0.0 * First edition. * * @param WindowSetting * @text ウィンドウ設定 * @default ------------------------------ * * @param Window_X * @text Basic Support Actor Window X * @desc Reference support actor window X coordinate. * @type number * @default 0 * @parent WindowSetting * * @param Window_Y * @text Basic Support Actor Window Y * @desc Reference support actor window Y coordinate * @type number * @default 96 * @parent WindowSetting * * @param Window_Width * @text Support actor window width * @desc Support actor window width. * @type number * @default 128 * @parent WindowSetting * * @param Window_Margin * @text Support actor window margin width * @desc Support actor window margin width. * @type number * @default 24 * @parent WindowSetting * * @param SupporterName * @text Support actor display name * @desc Support actor display name. * @type string * @default Supporter * @parent WindowSetting * * @param InitSupport * @text Support actor window initial display state * @desc Specifies the initial display state of the Support Actor Window. ON displays it. * @type boolean * @default true * @parent WindowSetting * * @param RightDisplay * @text Right side display * @desc Right side display. * @type boolean * @default false * @parent WindowSetting * * @param BackImgSetting * @text Background Image Settings * @default ------------------------------ * * @param GroundImg * @desc Specifies the background image file name. If specified, the window image will be hidden. * @text Background Image * @type file * @dir img/ * @default * @parent BackImgSetting * * @param GroundImg_X * @text Background image X coordinate * @desc X coordinate of the background image * @type number * @default 0 * @parent BackImgSetting * * @param GroundImg_Y * @text Background image Y coordinate * @desc Y coordinate of the background image * @type number * @default 0 * @parent BackImgSetting * * @param CommandSetting * @text Command Settings * @default ------------------------------ * * @param CommandShow * @text Command display * @desc Display the Show Support Actors command in Party Commands. * @type boolean * @default true * @parent CommandSetting * * @param SupportShowName * @text Support actor display command name * @desc Support actor display command name. * @type string * @default Support actor display * @parent CommandSetting * * * @command DisplaySupporter * @desc Change the display of support actor indicators. * @text Support actor indicator display * * @arg DisplaySupportActorsSwitch * @desc Display of support actors (hidden when OFF) * @text Support actor display * @type boolean * @default true *