じ☆ve冰风 发表于 2026-7-29 19:07:24

Battle Effect Popup

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

https://i.imgur.com/C6uOZqz.jpg


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

Message popup for target.

                Code:       
BEP_USER_POPUP message 255,0,0,255

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


本贴来自国际rpgmaker官方论坛作者:ovate处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址:https://forums.rpgmakerweb.com/threads/battle-effect-popup.130784/
页: [1]
查看完整版本: Battle Effect Popup