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 Damage Pop Up Img - NUUN_DamagePopUpImg.js

Plugin desc : Damage pop-up imaging

License : MIT License

Author : NUUN

Website : https://github.com/munokura/NUUN-MZ-plugins/blob/master/NUUN_DamagePopUpImg.js

Desc page : https://github.com/nuun888/MZ

Download Page : https://raw.githubusercontent.com/munokura/NUUN-MZ-plugins/master/NUUN_DamagePopUpImg.js

File name : NUUN_DamagePopUpImg.js

Help of plugin :

@target MZ
@url https://github.com/nuun888/MZ
@plugindesc Damage pop-up imaging
@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
-----

Changes the damage popup to the same specifications as Maker MV. (Displays
images instead of text.)
The material specification must be a height divisible by the vertical division
number. There is no width specification.
If adding a popup for TP (damage or recovery), set the vertical division
number to 7.
Image index numbers start at 0.
Note: To use the Maker MV damage popup image "Damage.png," you must register
as a Maker MV user.

Terms of Use
This plugin is distributed under the MIT License.

Update History
May 24, 2025 Version 1.1.2
English support.
March 27, 2022 Version 1.1.1
Fixed an issue where the image index of the damage popup was misaligned.
January 8, 2022 Version 1.1.0
Fixed the ability to assign more image types.
Fixed the ability to specify the index number of each popup image.
July 22, 2021 Version 1.0.0
First version

@param PopUpDamageImg
@text Damage image
@desc Specify the file name of the damage image.
@type file[]
@dir img/

@param BitmapBaseRows
@text Number of vertical divisions
@desc Number of vertical divisions of the image
@type number
@default 5
@min 1

@param HPDamageBaseRow
@text HP Damage Image Index
@desc HP Damage Popup Image Index
@type number
@default 0
@min 0

@param HPRecoveryBaseRow
@text HP Recovery Image Index
@desc HP recovery popup image index
@type number
@default 1
@min 0

@param MPDamageBaseRow
@text MP Damage Image Index
@desc MP Damage Popup Image Index
@type number
@default 2
@min 0

@param MPRecoveryBaseRow
@text MP recovery image index
@desc MP recovery popup image index
@type number
@default 3
@min 0

@param TPDamageBaseRow
@text TP Damage Image Index
@desc TP Damage Popup Image Index
@type number
@default 0
@min 0

@param TPRecoveryBaseRow
@text TP Recovery Image Index
@desc Image index of TP recovery popup
@type number
@default 1
@min 0

@param MissBaseRow
@text Image index when failure occurs
@desc Image index for failure popup
@type number
@default 4
@min 0

スポンサードリンク

-MZ plugins

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