- Joined
- Dec 16, 2016
- Messages
- 1,049
- Reaction score
- 1,765
- First Language
- English
- Primarily Uses
- N/A
BattleEffectPopup - Version 1.9.2 (2020/04/15)
Creator name: Triacontane
Introduction
You can use pictures to show battle effect popups.
During battle, a popup will result from an action.
Popups is dynamically created string or prepared image.
Here are the terms:
- Miss (normal Miss will no longer be visible)
- Avoid (normal Miss will no longer be visible)
- Invalid (the action was successful but had no effect)
- Guard (the action was successful, prevents by enemy's resistance)
- Critical
- Counter
- Reflect
- Weakness (if damage multiplier is greater than 1.0)
- Resistance (if the damage multiplier is below 1.0)
- Status effect (can be set on a per-state basis)
- Common Events (run from plugin command)
By default, UsingPicture param is set to false which uses Texts to show popups.
If you have pictures, set UsingPicture to true- uses pictures instead of Text.
Metsss created battle effect popup pictures for this plugin in particular.
Preview
Note: HP Bar display is not a feature from this plugin
Extract 'pictures' zip and put the images inside /img/pictures of your project.
By default, picture filenames matches up with parameters.
If you're using your own picture with a different filename,
you can choose which image from plugin parameters.
Also you can add a popup to any string from the plugin command.
This command is only available for battle events. (common events)
Plugin commands
Message popup for target.
Message popup for user.
Note: "message" should be the image name
Compatibility notice
This plugin should be placed below the following plugins:
YEP_BattleEngineCore.js
Credit and Thanks: Triacontane and Metsss
Terms of Use- Free for commercial and non-commercial use.
License - MIT License: http://opensource.org/licenses/mit-license.php
Picture License - Terms of Use: Credit 'Metsss" and link to https://metsss0221.tumblr.com/
Dropbox link:
https://www.dropbox.com/s/q9pbfjuqihoqw0l/BattleEffectPopup.js?dl=1
Picture zip-
https://www.dropbox.com/s/8vczbewgclfwzj1/pictures.zip?dl=1
Source
https://github.com/triacontane/RPGMakerMV
Creator name: Triacontane
Introduction
You can use pictures to show battle effect popups.
During battle, a popup will result from an action.
Popups is dynamically created string or prepared image.
Here are the terms:
- Miss (normal Miss will no longer be visible)
- Avoid (normal Miss will no longer be visible)
- Invalid (the action was successful but had no effect)
- Guard (the action was successful, prevents by enemy's resistance)
- Critical
- Counter
- Reflect
- Weakness (if damage multiplier is greater than 1.0)
- Resistance (if the damage multiplier is below 1.0)
- Status effect (can be set on a per-state basis)
- Common Events (run from plugin command)
By default, UsingPicture param is set to false which uses Texts to show popups.
If you have pictures, set UsingPicture to true- uses pictures instead of Text.
Metsss created battle effect popup pictures for this plugin in particular.
Preview

Note: HP Bar display is not a feature from this plugin
Extract 'pictures' zip and put the images inside /img/pictures of your project.
By default, picture filenames matches up with parameters.
If you're using your own picture with a different filename,
you can choose which image from plugin parameters.
Also you can add a popup to any string from the plugin command.
This command is only available for battle events. (common events)
Plugin commands
Code:
BEP_TARGET_POPUP message 255,0,0,255
Code:
BEP_USER_POPUP message 255,0,0,255
Note: "message" should be the image name
Compatibility notice
This plugin should be placed below the following plugins:
YEP_BattleEngineCore.js
Credit and Thanks: Triacontane and Metsss
Terms of Use- Free for commercial and non-commercial use.
License - MIT License: http://opensource.org/licenses/mit-license.php
Picture License - Terms of Use: Credit 'Metsss" and link to https://metsss0221.tumblr.com/
Dropbox link:
https://www.dropbox.com/s/q9pbfjuqihoqw0l/BattleEffectPopup.js?dl=1
Picture zip-
https://www.dropbox.com/s/8vczbewgclfwzj1/pictures.zip?dl=1
Source
https://github.com/triacontane/RPGMakerMV