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 - DarkPlasma_ExpandTargetScope.js
Plugin desc : Skill/item targeting all
License : MIT License
Author : DarkPlasma
Website : https://github.com/munokura/DarkPlasma-MZ-Plugins/blob/main/DarkPlasma_ExpandTargetScope.js
Desc page : https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release
Download Page : https://raw.githubusercontent.com/munokura/DarkPlasma-MZ-Plugins/main/DarkPlasma_ExpandTargetScope.js
File name : DarkPlasma_ExpandTargetScope.js
Help of plugin :
@target MZ @url https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release @plugindesc Skill/item targeting all @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.5.0 By adding the following to the memo field of a single-target skill or item, you can expand the scope of the target during combat. <canExpandScope> By adding the following, the expansion animation will be changed to n. <expandedAnimationId:n> This plugin requires the following plugin: DarkPlasma_CustomKeyHandler version:1.2.1 If using with the following plugin, add it below it. DarkPlasma_CustomKeyHandler @param switchScopeButton @text Full button @type select @default shift @option pageup @option pagedown @option shift @option control @option tab @param damageRateForAll @text Overall damage multiplier @desc Damage multiplier when all enemies are affected (%) @type number @default 70 @param mpCostRateForAll @text Overall MP multiplier @desc MP consumption multiplier when allied (%) @type number @default 100 @param skipTargetSelectionForAll @text Skip all selections @desc If ON, skips target selection for skills that originally target all. @type boolean @default false