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.
PANDA Multi Action - PANDA_MultiAction.js
Plugin desc : set the detail action pattern of enemies who have multiple action.
License : MIT License
Author : panda(werepanda.jp)
Website : https://www.werepanda.jp/
Desc page : http://www.werepanda.jp/blog/20210601210432.html
File name : PANDA_MultiAction.js
Help of plugin :
* @target MV MZ * @plugindesc set the detail action pattern of enemies who have multiple action. * @author panda(werepanda.jp) * @url http://www.werepanda.jp/blog/20210601210432.html * * @help [How to Use] * In the action pattern of the enemies who have multiple action, * you can make following actions by writing them in the note of the enemies. * * <MultiActionX:Action Pattern Numbers> * Select the specified actions only for the Xth action of multiple action. * <LastAction:Action Pattern Numbers> * Cancel the after actions when the specified actions are selected. * The Action Pattern Numbers specifies the order of the action pattern list * separated by commas(,). * * Example: When the action pattern is following: * - Normal Attack * - Fire Magic for single target * - Fire Magic for all * - Special Move for all * <MultiAction1:4> -> Special Move is selected only in the 1st action. * <MultiAction2:2,3> -> Fire Magics are selected only in the 2nd action. * <LastAction:4> -> Cancel the after actions if Special Move is selected. * * Normal Attack is selected in either 1st or 2nd action. * * [License] * this plugin is released under MIT license. * https://opensource.org/licenses/mit-license.php * * @param MaxMultiAction * @text Max number of actions * @desc Specifies the maximum number of actions enemies can take in the game. * @type number * @default 3 * @decimals 0 * @min 1 *