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 Battle Messages Background Img - NUUN_BattleMessagesBackgroundImg.js
Plugin desc : Battle message window background image
License : MIT License
Author : NUUN
Website : https://github.com/nuun888/MZ/blob/master/NewBattleStyleSeries/NUUN_BattleMessagesBackgroundImg.js
Download Page : https://raw.githubusercontent.com/nuun888/MZ/master/NewBattleStyleSeries/NUUN_BattleMessagesBackgroundImg.js
File name : NUUN_BattleMessagesBackgroundImg.js
Help of plugin :
* @target MZ * @plugindesc Battle message window background image * @author NUUN * @base NUUN_Base * @base NUUN_BattleStyleEX * @orderAfter NUUN_Base * @orderAfter NUUN_BattleStyleEX * @version 1.0.0 * * @help * You can set a background image for the message window during battle. * In addition to the message window, you can also set it for monster appearance, victory, defeat, and escape messages. * * Terms of Use * This plugin is distributed under the MIT license. * * Log * 8/10/2024 Ver.1.0.0 * First edition. * * @param MessageSetting * @text Message background image * @desc Set the image for the message. * @default [] * @type struct<WindowBackground> * * @param EnemyAppearSetting * @text Appearance message background image * @desc Set the image for the message that appears. * @default [] * @type struct<WindowBackground> * * @param VictorySetting * @text Victory message background image * @desc Set the image for the victory message. * @default [] * @type struct<WindowBackground> * * @param LoseSetting * @text Defeat message background image * @desc Set the image for the defeat message. * @default [] * @type struct<WindowBackground> * * @param EscapeSetting * @text Escape message background image * @desc Set the image for the getaway message. * @default [] * @type struct<WindowBackground> * * @param EscapeFailureSetting * @text Escape failure message background image * @desc Set the image for the escape failure message. * @default [] * @type struct<WindowBackground> * * *