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.
Battle Balloon - BattleBalloon.js
Plugin desc : BattleBalloon
License : MIT License
Author : Triacontane
Desc page : https://github.com/triacontane/RPGMakerMV/tree/mz_master/BattleBalloon.js
Download Page : https://raw.githubusercontent.com/triacontane/RPGMakerMV/refs/heads/mz_master/BattleBalloon.js
File name : BattleBalloon.js
Help of plugin :
* @plugindesc BattleBalloon
* @target MZ
* @url https://github.com/triacontane/RPGMakerMV/tree/mz_master/BattleBalloon.js
* @base PluginCommonBase
* @author Triacontane
*
* @param balloonSpeedRate
* @default 100
* @type number
*
* @param balloonWaitTime
* @default 12
* @type number
*
* @param balloonIdEvasion
* @default 0
* @type number
*
* @param balloonIdCounter
* @default 0
* @type number
*
* @param balloonIdSubstitute
* @default 0
* @type number
*
* @param balloonIdReflection
* @default 0
* @type number
*
* @command SHOW_BALLOON
* @text SHOW_BALLOON
* @desc
*
* @arg target
* @default {}
* @type struct<Target>
*
* @arg balloonId
* @default 1
* @type number
*
* @arg wait
* @default false
* @type boolean
*
* @help BattleBalloon.js
*
* The balloon can be displayed at various times during battle.
* You can also adjust the speed and waiting time of the balloon.
* The balloon is displayed to actors and enemy characters.
*
* Displays a balloon [5] when a skill is decided (enemy characters only).
* <BalloonInput:5>
*
* Display a balloon [6] when a skill is used.
* <BalloonUsing:6>
*