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 Support Actor - NUUN_SupportActor.js
Plugin desc : Supported Actor
License : MIT License
Author : NUUN
Website : https://github.com/nuun888/MZ/blob/master/NUUN_SupportActor.js
Download Page : https://raw.githubusercontent.com/nuun888/MZ/master/NUUN_SupportActor.js
File name : NUUN_SupportActor.js
Help of plugin :
* @target MZ * @plugindesc Supported Actor * @author NUUN * @version 2.0.6 * @base NUUN_Base * @orderAfter NUUN_Base * * @help * Set the actor to support in battle. * Support Actors do not appear on the battle screen, do not appear in the Actor Status window, and cannot be attacked. * If all members except the support member are wiped out, the team will lose. * Please set the settings for auto-battle and experience point acquisition based on the actor's characteristics. * * Actor's notes * <SupportActor> Actors with this tag are support actors. * * Terms of Use * This plugin is distributed under the MIT license. * * Log * 12/24/2024 Ver.2.0.6 * Fixed the overlapping display between support actors and actors in side view. * 12/21/2024 Ver.2.0.5 * Processing fixes. * 12/18/2024 Ver.2.0.4 * Fixed an issue that could cause animations to not display in the front view. * 12/16/2024 Ver.2.0.3 * Fixed the number of followers to be displayed including support actors. * Added the ability to hide follower support actors. * 12/15/2024 Ver.2.0.2 * Added processing to apply to the Screen Formation. * 12/14/2024 Ver.2.0.1 * Fixed a bug that allowed support actors who were added as battle members to fight as battle support members. * Fixed an issue where support actors would join battles when the support limit was exceeded. * 12/8/2024 Ver.2.0.0 * Significant changes to processing methods * Added the ability to specify the maximum number of support actors. * 8/1/2021 Ver.1.0.0 * First edition. * * @command SupportActorSetting * @desc Set the actor to be made or removed as a support actor. * @text Support actor settings * * @arg Actor * @text Actor * @desc Specify the actor. * @type actor * @default 0 * * @arg SupportActorsSwitch * @desc Support actor ON or OFF (ON makes him a support actor) * @text Support Actor Switch * @type boolean * @default true * * @arg SupportActorTurn * @text Support Actor Turn * @desc Sets the turn the support actor is called for (-1 for unlimited, -2 for until the end of the battle). * @type number * @default -1 * @min -2 * * * @param SupportActorSV * @text Side view support actor settings * @desc Side view support actor coordinate settings. * @default [] * @type struct<SupportActorSVList>[] * * @param MaxFollowers * @text Maximum number of followers displayed * @desc Set the maximum number of followers to display. * @type number * @default 6 * @min 1 * * @param MaxSupportActor * @text Max number of support actors * @desc Number of members you can support during battle. 0 is unlimited * @type number * @default 0 * * @param ShowSupportActorFollowers * @text Follower support actor display * @desc Displays support actors for followers. * @type boolean * @default true *