An open library of RPG Maker MV plugins, powered by the community.

PGMV - The Community-Driven Plugin Library for RPG Maker MV

MV plugins

FTKR Battle Action Times - FTKR_BattleActionTimes.js

Plugin desc : v1.0.2 A plugin that displays and controls the number of actions during battle

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_BattleActionTimes.js

File name : FTKR_BattleActionTimes.js

Help of plugin :

@plugindesc v1.0.2 A plugin that displays and controls the number of actions during battle
@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
-----------------------------------------------------------------------------
This plugin adds the following Traits:

Displays party member action counts during battle scenes

Sets a maximum value for the number of actions increased by traits
Sets traits that reduce the number of actions for actors, jobs, weapons, armor, states, and Enemies
Sets skills and items to temporarily increase or decrease the number of actions
Sets skills and items to not consume actions when used

For instructions on how to use the plugin, see the online manual page below.
https://github.com/futokoro/RPGMaker/blob/master/FTKR_BattleActionTimes.ja.md

-----------------------------------------------------------------------------
Setup Instructions
---------------------------------------------------------------------------
1. Add this plugin to the "Plugin Manager."

2. When combining with the following plugins, be sure to pay attention to the order of plugin management.

FTKR_CustomSimpleActorStatus.js (Changes the status display)
FTKR_FVActorAnimation.js (Animates the actor image in front view)
FTKR_AlternatingTurnBattle.js
↑Register above this plugin↑
FTKR_BattleActionTimes.js

-----------------------------------------------------------------------------
About the license of this plugin (License)
-----------------------------------------------------------------------------
This plugin is released under the MIT License.
This plugin is released under the MIT License.

Copyright (c) 2018 Futokoro
http://opensource.org/licenses/mit-license.php

Plugin Publisher
https://github.com/futokoro/RPGMaker/blob/master/README.md

-----------------------------------------------------------------------------
Change History
-----------------------------------------------------------------------------

v1.0.2 - 2018/12/19: Bug Fixes
1. Fixed a bug that caused an error when forcing Battle actions.

v1.0.1 - 2018/12/03: Bug Fixes
1. Fixed a typo in the plugin command.

v1.0.0 - 2018/12/02: First version created

----------------------------------------------------------------------------

@param Default Max AT
@desc Set the maximum number of actions. If 0, there is no maximum.
@default 0
@type number
@min 0

@param --- 行動回数の表示 ---
@text --- Displaying the number of actions ---

@param Show AT
@desc Shows the actor's remaining number of actions
@default false
@type boolean
@on valid
@off invalid

@param AT Draw Type
@desc Select how to display the number of actions.
@default 0
@type select
@option Number
@value 0
@option Icon (current value only)
@value 1
@option Icons (current and maximum values)
@value 2

@param acvalue
@text Display as a number

@param Display AT Format
@desc Set the display content of the number of actions. %1 - number of actions, %2 - maximum value
@default [%1]
@parent acvalue

@param AT Color
@desc Set the display color for the number of actions.
@default 0
@type number
@min 0
@max 31
@parent acvalue

@param Display AT Width
@desc Set the display width of the number of actions (number of characters).
@default 3
@type number
@parent acvalue

@param atgauge
@text Displayed as a gauge

@param Display AT Gauge
@desc Displays the gauge of the number of actions.
@default false
@type boolean
@parent atgauge
@on Show
@off Do not display

@param AT Gauge Color1
@desc Sets the gauge color 1 for the number of actions.
@default 13
@type number
@min 0
@max 31
@parent atgauge

@param AT Gauge Color2
@desc Sets the gauge color 2 for the number of actions.
@default 5
@type number
@min 0
@max 31
@parent atgauge

@param acicon
@text Display as icon

@param AT Icon Index
@desc Set the icon that represents the current number of actions.
@default 163
@type number
@min 0
@parent acicon

@param AT Empty Icon Index
@desc Sets the icon that represents the empty part of the number of actions. This is only valid when the maximum number of actions is set.
@default 160
@type number
@min 0
@parent acicon

@param --- ステータスウィンドウ ---
@text --- Status Window ---

@param Activated Actor Sign
@desc Specifies how to represent actors who have performed an action in the status window.
@default 0
@type select
@option Nothing in particular
@value 0
@option Gray out the name
@value 1
@option Name + face image displayed in gray
@value 2

@param --- 戦闘行動の強制 ---
@text --- Battle Mandate ---

@param Enabled Force Action AT
@desc Enables the consumption of actions by actors who use skills when forcing Battle actions.
@default false
@type boolean
@on valid
@off invalid

@param atcode
@text --- Traits and Usage Effects Code ID ---

@param TRAIT_ACTION_MINUS
@desc Do not change this unless it causes a conflict with another plugin.
@default 161
@type number
@min 0
@parent atcode

@param TRAIT_ACTION_MAX
@desc Do not change this unless it causes a conflict with another plugin.
@default 162
@type number
@min 0
@parent atcode

@param EFFECT_ACTION_PLUS
@desc Do not change this unless it causes a conflict with another plugin.
@default 160
@type number
@min 0
@parent atcode

スポンサードリンク

-MV plugins

Copyright© PGMV - The Community-Driven Plugin Library for RPG Maker MV , 2026 All Rights Reserved.