Welcome to PGMV! 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.
FTKR Ex Battle Command - FTKR_ExBattleCommand.js
Plugin desc : v2.2.2 Change the display of actor battle commands
License : MIT License
Author : Futokoro
Desc page : https://github.com/munokura/futokoro-MV-plugins
Download Page : https://raw.githubusercontent.com/munokura/futokoro-MV-plugins/refs/heads/master/FTKR_ExBattleCommand.js
File name : FTKR_ExBattleCommand.js
Help of plugin :
@plugindesc v2.2.2 Change the display of actor battle commands
@author Futokoro
@url https://github.com/munokura/futokoro-MV-plugins
@license MIT License
@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/futokoro-MV-plugins ).
Original plugin by Futokoro.
Please check the URL below for the latest version of the plugin.
URL https://github.com/futokoro/RPGMaker
-----
-----------------------------------------------------------------------------
Overview
-----------------------------------------------------------------------------
Changes actor battle commands.
The following items can be changed:
1. You can display icons and descriptions for party commands and actor commands.
2. You can set the display content and order of party commands.
3. You can set the display content of actor commands for each actor.
4. You can directly assign skills to actor commands.
For instructions on how to use the plugin, see the online manual page below.
https://github.com/futokoro/RPGMaker/blob/master/FTKR_ExBattleCommand.ja.md
-----------------------------------------------------------------------------
Setup Instructions
---------------------------------------------------------------------------
1. Add this plugin to the "Plugin Manager."
2. This plugin cannot be used in combination with FTKR_BattleCommandIcon.js.
3. When combining with the following plugins, be sure to pay attention to the order of plugin management.
FTKR_AlternatingTurnBattle.js
↑Register above this plugin↑
FTKR_ExBattleCommand.js
↓Register below this plugin↓
FTKR_BattleActionPoints.js
FTKR_DisplayCommandFrame.js
-----------------------------------------------------------------------------
License for this plugin
-----------------------------------------------------------------------------
This plugin is released under the MIT License.
Copyright (c) 2017,2018 Futokoro
http://opensource.org/licenses/mit-license.php
Plugin Publisher
https://github.com/futokoro/RPGMaker/blob/master/README.md
-----------------------------------------------------------------------------
Change History
-----------------------------------------------------------------------------
v2.2.2 - 2020/01/03: Traits additions and bug fixes
1. Added the ability to set cursor selection for blank commands via plugin parameters.
2. Fixed an issue where the process of skipping blank spaces by moving the cursor did not work correctly when cursor selection was disabled and there were two or more columns of commands.
3. Fixed an issue where the cursor could be moved by touching blank spaces when cursor selection was disabled and touch operations were used.
v2.2.1 - 2019/12/29: Traits Added
1. Added the ability to execute a specified common event (without advancing the turn when executed) to the Party Command Custom Command.
v2.2.0 - 2019/12/29: Traits Added
1. Added the ability to execute a specified common event (without advancing the turn when executed) to the Party Command Custom Command.
v2.1.0 - 2019/12/24: Traits Added
1. Added the ability to leave party commands and actor commands blank (unselectable with the cursor).
⇒ In v2.2.2, whether or not a command is unselectable is now determined by a plugin parameter.
v2.0.1 - 2018/12/11: Bug Fixes, Help Removed
1. Fixed an error that occurred when setting an additional command to the Party Command.
v2.0.0 - December 10, 2018: Specification Revise
1. Changed the way command icons and descriptions are set using database skills.
2. Changed the way actor commands are set (tag changes, plugin parameters removed).
2. Removed the ability to set custom command display conditions.
3. Removed the cost display Traits.
v1.2.2 - October 9, 2018: Bug Fixes
1. Fixed an issue where the description would remain visible when displaying a party command while the description was already visible.
v1.2.1 - October 5, 2018: Bug Fixes
1. Fixed an issue where the command name would appear squashed even when the custom command cost was hidden.
v1.2.0 - October 5, 2018: Traits Additions
1. Added a Traits to display the description set for a skill when selecting a custom command.
v1.1.0 - April 9, 2018: Traits additions
1. Compatible with v1.1.0 of FTKR_AlternatingTurnBattle.js.
2. Added the ability to set the display order of party commands.
3. Added the ability to display the cost of custom commands.
v1.0.1 - March 27, 2018: Bug fixes and help revisions
1. Fixed an issue where commands would be displayed duplicated when the same skill type was added to multiple trait columns.
v1.0.0 - November 25, 2017: First version created
-----------------------------------------------------------------------------
@param --パーティーコマンド--
@text --Party Command--
@param Party Command List
@desc Set the display content and order of party commands. Separate commands with a comma (,). Leaving this field blank will disable this function.
@default fight,escape
@param Party Commands
@desc Set the party command content.
@default {"fight":"{¥"enabled¥":¥"¥",¥"ext¥":¥"¥",¥"skillId¥":¥"¥"}","escape":"{¥"enabled¥":¥"BattleManager.canEscape()¥",¥"ext¥":¥"¥",¥"skillId¥":¥"¥"}","customs":"[]"}
@type struct<party>
@param --コマンドアイコン--
@text --Command Icon--
@param Show Command Icon
@desc Displays the icon of the skill set for the command.
@default false
@type boolean
@on valid
@off invalid
@param --コマンド説明文--
@text --Command Description--
@param Show Command Description
@desc Displays the description of the skill set in the command.
@default false
@type boolean
@on valid
@off invalid
@param --空欄コマンド--
@text --blank command--
@param Enable Select Blank
@desc Sets whether to allow cursor selection of blank commands.
@default false
@type boolean
@on Selectable
@off Not selectable
@param atcode
@text --- Traits and Usage Effects Code ID ---
@param TRAIT_ACTOR_COMMAND
@desc Do not change this unless it causes a conflict with another plugin.
@default 200
@type number
@min 0
@parent atcode