An open library of RPG Maker MZ plugins, powered by the community.

PGMZ - The Community-Driven Plugin Library for RPG Maker MZ

MZ plugins

NUUN Battle Log Simple Display Popup Batch - NUUN_BattleLogSimpleDisplayPopupBatch.js

Plugin desc : Battle log simple display and batch popup

License : MIT License

Author : NUUN

Website : https://github.com/nuun888/MZ/blob/master/NUUN_BattleLogSimpleDisplayPopupBatch.js

Download Page : https://raw.githubusercontent.com/nuun888/MZ/master/NUUN_BattleLogSimpleDisplayPopupBatch.js

File name : NUUN_BattleLogSimpleDisplayPopupBatch.js

Help of plugin :

* @target MZ
 * @plugindesc Battle log simple display and batch popup
 * @author NUUN
 * @base NUUN_Base
 * @orderAfter NUUN_Base
 * @version 1.2.1
 * 
 * @help
 * Only item names and skill names are displayed in the battle log.
 * This plugin displays popups all at once.
 * 
 * Log display position battler setting is set only when "Log display position" is specified as battler (log window only).
 * 
 * "Log display position" butler (log window only)
 * Enemy notes
 * <BattleLogPosition:[x],[y]>
 * [x]:X-coordinate
 * [y]:Y-coordinate
 * If the above tag is present, the setting in "Enemy window display position" will be ignored.
 * 
 * Terms of Use
 * This plugin is distributed under the MIT license.
 * 
 * Log
 * 7/22/2023 Ver.1.2.1
 * Added a function to specify the base position of the background image.
 * 6/3/2023 Ver.1.2.0
 * Added ability to display skills, item names and messages.
 * 6/3/2023 Ver.1.1.1
 * Correction of processing.
 * 5/9/2023 Ver.1.1.0
 * Added a function to display a message when using.
 * 5/5/2023 Ver.1.0.0
 * First edition.
 * 
 * @param LogSetting
 * @text Log setting
 * @default ------------------------------
 * 
 * @param LogWindowMode
 * @desc Specifies the log mode.
 * @text Log mode
 * @type select
 * @option Log message
 * @value 0
 * @option Log window
 * @value 1
 * @default 1
 * 
 * @param LogMessageMode
 * @text Log display format
 * @desc Specifies the log display format.
 * @type select
 * @option Skill, Item name only
 * @value 0
 * @option Message when using
 * @value 1
 * @option Skill, Item name, Message when using
 * @value 2
 * @default 0
 * 
 * @param LogWindowPositionMode
 * @desc Specify the display position of the log.
 * @text Log display position
 * @type select
 * @option Default
 * @value 0
 * @option Horizontal center
 * @value 1
 * @option Butler (log window only)
 * @value 2
 * @default 0
 * 
 * @param WindowSetting
 * @text Window setting
 * @default ------------------------------
 * 
 * @param WindowWidth
 * @desc width of the window. UI width at 0
 * @text Window width
 * @type number
 * @default 0
 * @parent WindowSetting
 * 
 * @param WindowX
 * @desc X coordinate of the window.
 * @text Window x coordinate
 * @type number
 * @default 0
 * @min -9999
 * @parent WindowSetting
 * 
 * @param WindowY
 * @desc Y coordinate of the window.
 * @text Window y coordinate
 * @type number
 * @default 0
 * @min -9999
 * @parent WindowSetting
 * 
 * @param LogWindowPositionBattlerSetting
 * @text Log display position butler setting
 * @default ------------------------------
 * 
 * @param ActorLogWindowPosition
 * @desc The window display position of the actor.
 * @text Actor window display position
 * @type struct<LogWindowSettings>
 * @default {"WindowX":"0","WindowY":"0"}
 * @parent LogWindowPositionBattlerSetting
 * 
 * @param EnemyLogWindowPosition
 * @desc The window display position of the enemy.
 * @text Enemy window display position
 * @type struct<LogWindowSettings>
 * @default {"WindowX":"0","WindowY":"0"}
 * @parent LogWindowPositionBattlerSetting
 * 
 * @param WindowBackgroundSetting
 * @text Window background image setting
 * @default ------------------------------
 * 
 * @param BackGroundImg
 * @desc Specifies the background image file name. Displayed when the log mode is log window.
 * @text Background image
 * @type file
 * @dir img/
 * @default 
 * 
 * @param LogWindowBackGroundPosition
 * @desc Specifies the base position of the background image.
 * @text Background image base position
 * @type select
 * @option Left
 * @value left
 * @option Center
 * @value center
 * @default center
 * 
 * @param BackGroundX
 * @desc Image coordinate X.
 * @text Image coordinate X
 * @type number
 * @default 0
 * @min -9999
 * 
 * @param BackGroundY
 * @desc Image coordinate Y.
 * @text Image coordinate Y
 * @type number
 * @default 0
 * @min -9999
 * 
 * @param DisplaySetting
 * @text Display setting
 * @default ------------------------------
 * 
 * @param NoAnimetionWait
 * @desc Display wait (frames) for items and skills without animations.
 * @text Display wait without animation
 * @type number
 * @default 30
 * @parent DisplaySetting
 * 
 * @param EndActionWait
 * @desc Wait (frame) at the end of one action.
 * @text Wait at the end of 1 action
 * @type number
 * @default 6
 * @parent DisplaySetting
 * 
 *

スポンサードリンク

-MZ plugins

Copyright© PGMZ - The Community-Driven Plugin Library for RPG Maker MZ , 2026 All Rights Reserved.