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.
Dark Plasma Extra Balloon - DarkPlasma_ExtraBalloon.js
Plugin desc : Increase the number of speech bubble icons beyond 15
License : MIT License
Author : DarkPlasma
Website : https://github.com/munokura/DarkPlasma-MZ-Plugins/blob/main/DarkPlasma_ExtraBalloon.js
Desc page : https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release
Download Page : https://raw.githubusercontent.com/munokura/DarkPlasma-MZ-Plugins/main/DarkPlasma_ExtraBalloon.js
File name : DarkPlasma_ExtraBalloon.js
Help of plugin :
@target MZ
@url https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release
@plugindesc Increase the number of speech bubble icons beyond 15
@author DarkPlasma
@license MIT
@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/DarkPlasma-MZ-Plugins ).
Original plugin by DarkPlasma.
Please check the latest official version at:
https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release
-----
version: 1.0.0
Sets and displays balloon IDs 16 and above.
By default, IDs 1 through 15 are assigned to default balloon images.
To register balloons beyond the 16th row in the default image,
set the end ID to 16 or higher in the settings.
Up to 85 IDs can be assigned per image.
By assigning an ID and specifying it in the plugin command,
you can display balloons with IDs 16 and above.
When this setting is ON, an additional plugin,
DarkPlasma_NamedExtendBalloon
, will be generated when test play begins.
The plugin command for the generated plugin
can select and display balloons based on the name set in this plugin.
@param ballonIdRangeList
@text Balloon ID assignment
@type struct<BalloonIdRange>[]
@default ["{¥"image¥":¥"Balloon¥",¥"startId¥":¥"1¥",¥"endId¥":¥"15¥",¥"nameList¥":¥"[¥¥¥"びっくり¥¥¥",¥¥¥"はてな¥¥¥",¥¥¥"音符¥¥¥",¥¥¥"怒り¥¥¥",¥¥¥"ハート¥¥¥",¥¥¥"汗¥¥¥",¥¥¥"くしゃくしゃ¥¥¥",¥¥¥"沈黙¥¥¥",¥¥¥"電球¥¥¥",¥¥¥"Zzz¥¥¥",¥¥¥"ユーザー定義1¥¥¥",¥¥¥"ユーザー定義2¥¥¥",¥¥¥"ユーザー定義3¥¥¥",¥¥¥"ユーザー定義4¥¥¥",¥¥¥"ユーザー定義5¥¥¥"]¥"}"]
@param generateAdditionalPlugin
@text Generate additional plugins
@desc If ON, an additional plugin will be generated when test play is started.
@type boolean
@default false
@command showBalloon
@text Speech bubble display
@desc Specify the ID to display the balloon.
@arg id
@text Speech bubble ID
@type number
@default 1
@arg targetType
@text Target characters
@desc Select the target for balloon display.
@type select
@default player
@option Player
@value player
@option This event
@value thisEvent
@option Other events
@value otherEvent
@arg targetEventId
@text Target event ID
@desc If you select Other Events for a character, specify the event ID.
@type number
@default 1
@arg wait
@text Wait until completion
@desc If ON, it will wait until the balloon display is complete.
@type boolean
@default false