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 Expand Target Scope Button - DarkPlasma_ExpandTargetScopeButton.js
Plugin desc : Skill/Item Target All Switch Button
License : MIT License
Author : DarkPlasma
Website : https://github.com/munokura/DarkPlasma-MZ-Plugins/blob/main/DarkPlasma_ExpandTargetScopeButton.js
Desc page : https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release
Download Page : https://raw.githubusercontent.com/munokura/DarkPlasma-MZ-Plugins/main/DarkPlasma_ExpandTargetScopeButton.js
File name : DarkPlasma_ExpandTargetScopeButton.js
Help of plugin :
@target MZ
@url https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release
@plugindesc Skill/Item Target All Switch Button
@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: 2.0.0
Displays a button to switch the target of a skill/item between single and all.
This plugin requires the following plugin:
DarkPlasma_ExpandTargetScope version: 1.4.0
If using with the following plugin, add this plugin below it.
DarkPlasma_ExpandTargetScope
@param allButtonImage
@text Full button image
@desc Specify the image of the button that will make the skill/item target all when pressed.
@type file
@dir img
@param singleButtonImage
@text Single button image
@desc Specifies the image of the button that will single target the skill/item when pressed.
@type file
@dir img
@param positionInBattle
@text Coordinates on the battle screen
@type struct<Point>
@default {"x":"0", "y":"0"}
@param positionInMenu
@text Coordinates on the menu screen
@type struct<PositionInMenu>
@default {"cursorLeft":"{¥"x¥":¥"0¥", ¥"y¥":¥"0¥"}", "cursorRight":"{¥"x¥":¥"500¥", ¥"y¥":¥"0¥"}"}
@param scale
@text Size Magnification
@desc Button image size magnification (%)
@type number
@default 100