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 Call Support Actor - NUUN_CallSupportActor.js
Plugin desc : Calling Support Actors
License : MIT License
Author : NUUN
Website : https://github.com/nuun888/MZ/blob/master/NUUN_CallSupportActor.js
Download Page : https://raw.githubusercontent.com/nuun888/MZ/master/NUUN_CallSupportActor.js
File name : NUUN_CallSupportActor.js
Help of plugin :
* @target MZ * @plugindesc Calling Support Actors * @author NUUN * @version 1.1.0 * @base NUUN_SupportActor * @orderAfter NUUN_SupportActor * * @help * You can set skills and items to call support actors. * * Skill and item notes * <CallSupportActor:[actorId],[turn],[deadCallActor]> Call support actors. * [actorId]:Actor id * [turn]:Number of turns from calling to leaving * -1 Unlimited -2 Until the end of the battle 1 or more: Joining turn * [deadCallActor]:1 If the caller is incapacitated, the support actor will leave the battle at the end of the turn. 0 Unspecified * * <CallSupportActorId:[id]> Call support actors. * [id]:The ID or identification name of the configuration list for the plugin parameter. * * The range must be set by the user. * * Log * 12/8/2024 Ver.1.1.0 * Fixed by Support Actors 2.0.0 update. * 3/29/2022 Ver.1.0.2 * Fixed some duplication of functions. * 3/28/2022 Ver.1.0.1 * Definition changed due to support actor plugin update. * 12/24/2021 Ver.1.0.0 * First edition. * * @param CallSupportActorList * @desc A configured list of supporting actors to call. * @text Settings List * @type struct<CallSupportActorData>[] * @default [] * * @param SupportActorSuccessMessage * @text Message when calling support actor * @desc Message displayed when support actor is successfully called. %1: User %2: Called actor * @type string * @default * * @param SupportActorMissMessage * @text Message when support actor call fails * @desc Message displayed when support actor call fails. %1: User %2: Called actor * @type string * @default * * @param SupportActorRemoveMessage * @text Support actor call Actor disappearance message * @desc Message when calling a support actor and the actor is destroyed. %1: Called actor * @type string * @default *