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 Calling Enemy - NUUN_CallingEnemy.js
Plugin desc : Skill for enemies to call allies
License : MIT License
Author : NUUN
Website : https://github.com/nuun888/MZ/blob/master/NUUN_CallingEnemy.js
Download Page : https://raw.githubusercontent.com/nuun888/MZ/master/NUUN_CallingEnemy.js
File name : NUUN_CallingEnemy.js
Help of plugin :
* @target MZ * @plugindesc Skill for enemies to call allies * @author NUUN * @base NUUN_Base * @orderAfter NUUN_Base * @version 1.0.0 * * @help * You can set skills that allow enemies to call allies. * * Skill notes * <CallEnemy:[id]> Call your buddy. * [id]:The ID or identification name of the configuration list for the plugin parameter * * * Terms of Use * This plugin is distributed under the MIT license. * * Log * 12/1/2024 Ver.1.0.0 * First edition. * * @param CallEnemiesList * @desc A list of settings for enemies that call allies. * @text Settings List * @type struct<CallEnemiesData>[] * @default [] * * @param SuccessMessage * @desc Message on successful call. %1 User %2 Call enemy * @text Success message * @type string * @default %1 has appeared! * * @param MissSuccessMessage * @desc Message when call fails. %1 User * @text Failure message * @type string * @default * * @param MaxNumberEnemy * @desc Specifies the maximum number of all enemies. 0 for unlimited * @text Max number of enemy * @type number * @default 0 * * *