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.
Battle Animation Plus - BattleAnimationPlus.js
Plugin desc : Expand "Show Battle Animation".
License : MIT License
Author : あわやまたな (Awaya_Matana)
Website : https://awaya3ji.seesaa.net/
Desc page : https://awaya3ji.seesaa.net/article/502980330.html
File name : BattleAnimationPlus.js
Help of plugin :
* @target MZ * @orderAfter PluginCommonBase * @plugindesc Expand "Show Battle Animation". * @author あわやまたな (Awaya_Matana) * @url https://awaya3ji.seesaa.net/article/502980330.html * @help Ver.1.0.0 * * @command showToActor * @text Show to Actor * @desc * @arg actorId * @text Actor ID * @desc Multiple inputs separated by commas. * 0:Entire Party * @type actor * @default 0 * @arg condition * @text Condition * @desc Not entered:None * @type combo * @default isAlive * @option isAlive * @option isDead * @option isAppeared * @option isHidden * @arg animationId * @text Animation ID * @type animation * @default 1 * * @command showToEnemy * @text Show to Enemy * @desc * @arg enemyIndex * @text Enemy Index * @desc Multiple inputs separated by commas. * 0:Entire Troop * @default 0 * @arg condition * @text Condition * @desc Not entered:None * @type combo * @default isAlive * @option isAlive * @option isDead * @option isAppeared * @option isHidden * @arg animationId * @text Animation ID * @type animation * @default 1 * * @command showToBattler * @text Show to Battler * @desc * @arg battlerId * @text Battler ID * @desc Multiple inputs separated by commas. * 0:Entire Positive:Actor Negative:Enemy * @default 0 * @arg condition * @text Condition * @desc Not entered:None * @type combo * @default isAlive * @option isAlive * @option isDead * @option isAppeared * @option isHidden * @arg animationId * @text Animation ID * @type animation * @default 1 * * @command disableWait * @text Disable Wait * @desc Prevents battle progress from waiting for the battle animation to end. * * @command enableWait * @text Enable Wait * @desc Makes the battle progress wait for the battle animation to end. *