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 Battler Overlay Base - NUUN_BattlerOverlayBase.js
Plugin desc : Butler Overlay Base
License : MIT License
Author : NUUN
Website : https://github.com/munokura/NUUN-MZ-plugins/blob/master/NUUN_BattlerOverlayBase.js
Desc page : https://github.com/nuun888/MZ
Download Page : https://raw.githubusercontent.com/munokura/NUUN-MZ-plugins/master/NUUN_BattlerOverlayBase.js
File name : NUUN_BattlerOverlayBase.js
Help of plugin :
@target MZ @url https://github.com/nuun888/MZ @plugindesc Butler Overlay Base @author NUUN @license MIT License @help English Help Translator: munokura This is an unofficial English translation of the plugin help, created to support global RPG Maker users. Feedback is welcome to improve translation quality (see: https://github.com/munokura/NUUN-MZ-plugins ). Original plugin by NUUN. Please check the latest official version at: https://github.com/nuun888/MZ ----- This is a base plugin that displays images on monsters and side-view actors. Adding sprites to children of monster and actor sprites prevents the effects on gauges, state icons, etc. (This prevents discoloration of the battler's gauge and state icons when changing the battler's color tone with the Butler Graphics Display Extension plugin.) When using this plugin in conjunction with Jupiter Penguin's pseudo-3D battles or Soryu's SV actor-based enemies, this plugin must be placed below those plugins. Terms of Use This plugin is distributed under the MIT License. Update History March 4, 2024 Ver. 1.0.7 Changes made to the processing method fixed in Ver. 1.0.7. March 2, 2024 Ver. 1.0.6 Fixed an issue where gauges and other items were displayed on monsters before they appeared. August 24, 2023 Ver. 1.0.5 Fixed an error that occurred when using this plugin in conjunction with certain plugins. July 15, 2023 Ver. 1.0.4 Added a feature to specify the coordinate mode when synchronizing with the butler image. June 2, 2023 Ver. 1.0.3 Processing fixes. May 28, 2023 Ver. 1.0.2 Added processing related to SV actor gauge display. October 11, 2022 Ver. 1.0.1 Minor fixes. May 10, 2022 Ver. 1.0.0 First version @param ConflictScale @text Considering the magnification ratio @desc Consideration of the magnification rate when setting the enemy image to the top @type select @default 'Img' @option Original size standard @value 'Default' @option Image size standards @value 'Img' @param CoordinateMode @text Coordinate calculation mode @desc Coordinate calculation mode. @type select @default 'Default' @option Original coordinate values @value 'Default' @option Decimal truncation @value 'Floor'