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 Action Multi Condition - PANDA_ActionMultiCondition.js
Plugin desc : allows multiple conditions for the action pattern of enemies.
License : MIT License
Author : panda(werepanda.jp)
Website : https://www.werepanda.jp/
Desc page : http://www.werepanda.jp/blog/20220211145411.html
File name : PANDA_ActionMultiCondition.js
Help of plugin :
* @target MV MZ * @plugindesc allows multiple conditions for the action pattern of enemies. * @author panda(werepanda.jp) * @url http://www.werepanda.jp/blog/20220211145411.html * * @help This is a plug-in that allows you to specify multiple conditions * for the action pattern of enemies. * * At first, create a skill for specifying multiple conditions. * The skill name should be "Additional Condition". * Then, set this skill in the "Additional Condition Skill" * of the plug-in parameter. * * If you specify the Additional Condition Skill in the action pattern, * the condition will be added to the condition of the next action pattern. * Two or more additional conditions can be stacked, * and it will be activated only when all the conditions are met. * The Ratings of the additional conditions are ignored. * * [Example] * Attack Always * Additional Condition HP 0% - 50% * Heal Turn 3+3*X * Additional Condition Party Level >= 30 * Additional Condition HP 50% - 70% * Flame Turn 2+3*X * * When the action patterns are set as above, * the actual action pattern and conditions are as follows: * 1: Attack Always * 2: Heal HP 0% - 50% and Turn 3+3X * 3: Flame Party Level >= 30 and HP 50% - 70% and Turn 2+3*X * * When used in combination with Multiple Action Plug-in(PANDA_MultiAction.js), * the action pattern of the additional conditions is not counted as the index. * In the above example, specify Attack as #1, Heal as #2, Flame as #3 * * [License] * this plugin is released under MIT license. * https://opensource.org/licenses/mit-license.php * * @param AdditionalConditionSkillID * @text Additional Condition Skill * @desc Specify the skill to be set for the action pattern to be used as additional conditions. * @type skill * @default *