FTKR Battle Action Times - FTKR_BattleActionTimes.js
▼FTKR Battle Action Times(フトコロ様作) - FTKR_BattleActionTimes.js
https://plugin.fungamemake.com/archives/1374
戦闘中の行動回数を表示・操作する
ふりがな:せんとうこうどうかくちょう
機能概要: 戦闘中の行動回数を表示・操作する
利用規約(ライセンス): MITライセンス
作者:フトコロ
作者サイト:https://x.com/futokoro_mv
解説ページ:https://github.com/futokoro/RPGMaker/blob/master/FTKR_B…
ダウンロードページ:https://raw.githubusercontent.com/futokoro/RPGMaker/mas…
ファイル名:FTKR_BattleActionTimes.js
プラグインのヘルプ:
/*: * @plugindesc v1.0.2 戦闘中の行動回数を表示・操作するプラグイン * @author フトコロ * * @param Default Max AT * @desc 行動回数に最大値を設定します。 * 0 の場合は最大値なし * @default 0 * @type number * @min 0 * * @param --- 行動回数の表示 --- * * @param Show AT * @desc アクターの残り行動回数を表示する * @type boolean * @on 有効 * @off 無効 * @default false * * @param AT Draw Type * @desc 行動回数の表示方法を選択します。 * @type select * @option 数値 * @value 0 * @option アイコン(現在値のみ) * @value 1 * @option アイコン(現在値と最大値) * @value 2 * @default 0 * * @param acvalue * @text 数値で表示 * * @param Display AT Format * @desc 行動回数の表示内容を設定します。 * %1 - 行動回数, %2 - 最大値 * @default [%1] * @parent acvalue * * @param AT Color * @desc 行動回数の表示色を設定します。 * @default 0 * @type number * @min 0 * @max 31 * @parent acvalue * * @param Display AT Width * @desc 行動回数の表示幅を設定します。(半角文字数) * @default 3 * @type number * @parent acvalue * * @param atgauge * @text ゲージで表示 * * @param Display AT Gauge * @desc 行動回数のゲージを表示します。 * @type boolean * @on 表示する * @off 表示しない * @default false * @parent atgauge * * @param AT Gauge Color1 * @desc 行動回数のゲージ色1を設定します。 * @default 13 * @type number * @min 0 * @max 31 * @parent atgauge * * @param AT Gauge Color2 * @desc 行動回数のゲージ色2を設定します。 * @default 5 * @type number * @min 0 * @max 31 * @parent atgauge * * @param acicon * @text アイコンで表示 * * @param AT Icon Index * @desc 行動回数の現在値を表すアイコンを設定します。 * @default 163 * @type number * @min 0 * @parent acicon * * @param AT Empty Icon Index * @desc 行動回数の空部分を表すアイコンを設定します。 * 行動回数の最大値を設定した場合のみ有効です。 * @default 160 * @type number * @min 0 * @parent acicon * * @param --- ステータスウィンドウ --- * * @param Activated Actor Sign * @desc ステータスウィンドウに対して行動済みのアクターの表し方を指定します。 * @type select * @option 特になし * @value 0 * @option 名前をグレー表示にする * @value 1 * @option 名前+顔画像をグレー表示 * @value 2 * @default 0 * * @param --- 戦闘行動の強制 --- * * @param Enabled Force Action AT * @desc 戦闘行動の強制でスキルを使用したアクターの行動回数消費を有効にする。 * @type boolean * @on 有効 * @off 無効 * @default false * * @param atcode * @text --- 特徴および使用効果コードID --- * * @param TRAIT_ACTION_MINUS * @desc 他のプラグインと競合を起こす場合以外は変更しないでください。 * @default 161 * @type number * @min 0 * @parent atcode * * @param TRAIT_ACTION_MAX * @desc 他のプラグインと競合を起こす場合以外は変更しないでください。 * @default 162 * @type number * @min 0 * @parent atcode * * @param EFFECT_ACTION_PLUS * @desc 他のプラグインと競合を起こす場合以外は変更しないでください。 * @default 160 * @type number * @min 0 * @parent atcode * * * @help *----------------------------------------------------------------------------- * 概要 *----------------------------------------------------------------------------- * このプラグインを導入すると、以下の機能を追加します。 * * 戦闘シーンでパーティーメンバーの行動回数を表示 * 特徴によって増加する行動回数に最大値を設定 * アクター、職業、武器、防具、ステート、敵キャラに行動回数を減らす特徴の設定 * スキル・アイテムに、行動回数の一時増減させる効果の設定 * スキル・アイテム使用時の行動回数を消費しない効果の設定 * * * プラグインの使い方は、下のオンラインマニュアルページを見てください。 * https://github.com/futokoro/RPGMaker/blob/master/FTKR_BattleActionTimes.ja.md * * *----------------------------------------------------------------------------- * 設定方法 *----------------------------------------------------------------------------- * 1.「プラグインマネージャー(プラグイン管理)」に、このプラグインを追加して * ください。 * * 2. 以下のプラグインと組み合わせる場合は、プラグイン管理の順番に注意してください。 * * FTKR_CustomSimpleActorStatus.js (ステータス表示を変更) * FTKR_FVActorAnimation.js (フロントビューでアクター画像にアニメーション) * FTKR_AlternatingTurnBattle.js * ↑このプラグインよりも上に登録↑ * FTKR_BattleActionTimes.js * * *----------------------------------------------------------------------------- * このプラグインのライセンスについて(License) *----------------------------------------------------------------------------- * このプラグインはMITライセンスのもとで公開しています。 * This plugin is released under the MIT License. * * Copyright (c) 2018 Futokoro * http://opensource.org/licenses/mit-license.php * * * プラグイン公開元 * https://github.com/futokoro/RPGMaker/blob/master/README.md * * *----------------------------------------------------------------------------- * 変更来歴 *----------------------------------------------------------------------------- * * v1.0.2 - 2018/12/19 : 不具合修正 * 1. 戦闘行動の強制を実行するとエラーになる不具合を修正。 * * v1.0.1 - 2018/12/03 : 不具合修正 * 1. プラグインコマンドの誤記修正。 * * v1.0.0 - 2018/12/02 : 初版作成 * *----------------------------------------------------------------------------- */