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 State Icon Side By Side - NUUN_StateIconSideBySide.js
Plugin desc : State side-by-side display
License : MIT License
Author : NUUN
Website : https://github.com/nuun888/MZ/blob/master/NUUN_StateIconSideBySide.js
Download Page : https://raw.githubusercontent.com/nuun888/MZ/master/NUUN_StateIconSideBySide.js
File name : NUUN_StateIconSideBySide.js
Help of plugin :
* @target MZ * @plugindesc State side-by-side display * @author NUUN * @version 2.0.2 * @base NUUN_Base * @orderAfter NUUN_Base * @orderAfter NUUN_StateTurn * * @help * Displays the states displayed during battle side by side. * "NUUN_StateTurn" is now required to display turns. * * When using a plug-in that enlarges the image of an enemy character, the image may be distorted. * If you are interested, please use it together with the enemy state display expansion. * * If you are using a plug-in that changes the state icon coordinates, please set the ally icon display position coordinates to default. * * Terms of Use * This plugin is distributed under the MIT license. * * Log * 4/23/2025 Ver.2.0.2 * Fixed an issue where the icon would remain when a member with a displayed state was moved to a reserve member. * 1/30/2025 Ver.2.0.1 * Fixed an issue where an error would occur when starting a battle. * 1/29/2025 Ver.2.0.0 * Re-corrected. * 1/2/2021 Ver.1.0.0 * First edition. * * @param Setting * @text Common setting * @default ------------------------------ * * @param StateIconWidth * @desc Specify the width to display the state icon. 0 will be the width of the number of icon columns. * @text Width * @type number * @default 0 * @min 0 * @parent Setting * * @param StateHeightInterval * @desc The vertical spacing between state icons (relative). * @text Icon Vertical Spacing * @type number * @default 0 * @min 0 * @parent Setting * * @param ActorStateIcon * @text Ally state icon * @default ------------------------------ * * @param ActorStateIconShowVal * @desc The number of allies' state cols. * @text Number of allied state cols * @type number * @default 4 * @min 1 * @parent ActorStateIcon * * @param ActorStateIconRows * @desc The number of allied state rows. * @text Number of allied state rows * @type number * @default 1 * @min 1 * @parent ActorStateIcon * * @param NoStateIcon * @desc Icon index when no state is attached. * @text No state icon * @type icon * @default 0 * @min 0 * @parent ActorStateIcon * * @param ActorStateIconAlign * @desc Ally icon display align. * @text Ally icon display align * @type select * @option Left * @value 'left' * @option Center * @value 'center' * @option Right * @value 'right' * @default 'right' * @parent ActorStateIcon * * @param ActorStateIconPosition * @desc Display position coordinates of friendly icon. * @text Ally icon display position coordinates * @type select * @option Ally icon display align criteria * @value 'auto' * @option Left * @value 'left' * @option Center * @value 'center' * @option Right * @value 'right' * @option Default (traditional processing) * @value 'default' * @default 'auto' * @parent ActorStateIcon * * @param ActorStateIconX * @desc Party state X coordinate (relative). * @text Party state X coordinate (relative). * @type number * @default 0 * @min -9999 * @parent ActorStateIcon * * @param ActorStateIconY * @desc Party state Y coordinate (relative). * @text Party state Y coordinate (relative). * @type number * @default 0 * @min -9999 * @parent ActorStateIcon * * * @param EnemyStateIcon * @text Enemy state icon * @default ------------------------------ * * @param EnemyStateIconShowVal * @desc The number of enemy state cols. * @text Number of enemy state cols * @type number * @default 5 * @min 1 * @parent EnemyStateIcon * * @param EnemyStateIconRows * @desc The number of enemy state rows. * @text Number of enemy state rows * @type number * @default 1 * @min 1 * @parent EnemyStateIcon * * @param EnemyStateIconAlign * @desc Enemy icon display align. * @text Enemy icon display align * @type select * @option Left * @value 'left' * @option Center * @value 'center' * @option Right * @value 'right' * @default 'center' * @parent EnemyStateIcon * * @param OtherSetting * @text Other setting * @default ------------------------------ * * @param SmoothMode * @desc Set smooth mode. * @text Smooth mode enabled * @type boolean * @default true * @parent OtherSetting * *