日本語版 MOG ATB Gauge - MOG_ATB_Gauge.js
シェア用テキスト:
▼日本語版 MOG ATB Gauge(Moghunter様作) - MOG_ATB_Gauge.js
https://plugin-mz.fungamemake.com/archives/3502
戦闘行動順をHUDで表示
ふりがな:ATBげーじ
機能概要: 戦闘行動順をHUDで表示
利用規約(ライセンス):https://fungamemake.com/mog-mz-japanese
作者:Moghunter
ダウンロードページ:https://fungamemake.com/archives/13921
ファイル名:MOG_ATB_Gauge.js
プラグインのヘルプ:
/*:ja * @target MZ * @plugindesc (v1.0) 戦闘行動順をHUDで表示します。 * @author Moghunter * @url https://raw.githubusercontent.com/harizumi/Moghunter-MZ-jp/main/MOG_ATB_Gauge.js * * @param Hud Angle * @text HUDの角度 * @desc 正:時計回り / 負:反時計回り * @default 0 * @type number * @min -360 * @max 360 * * @param Hud X-Axis * @text HUDのX軸位置 * @default 740 * @type number * @min -9007 * @max 9007 * * @param Hud Y-Axis * @text HUDのY軸位置 * @default 100 * @type number * @min -9007 * @max 9007 * * @param Enemy X-Axis Offset * @text 敵アイコンのX軸位置 * @default 16 * @type number * @min -9007 * @max 9007 * * @param Actor X-Axis Offset * @text アクターアイコンのX軸位置 * @default -16 * @type number * @min -9007 * @max 9007 * * @param Active X-Axis * @text バトラーの順番表示のX軸位置 * @default -3 * @type number * @min -9007 * @max 9007 * * @param Active Y-Axis * @text バトラーの順番表示のY軸位置 * @default 30 * @type number * @min -9007 * @max 9007 * * @param Gauge Size * @text メーターサイズ * @default 160 * @type number * @max 9007 * * @param Skill Visible * @text スキルアイコン有効化 * @type boolean * @on 表示 * @off 非表示 * @default true * * @param Skill Zoom * @text スキルアイコンの拡大率 * @default 0.6 * @type number * @max 9007 * @decimals 1 * * @param Skill X-Axis * @text スキルアイコンのX軸位置 * @default 0 * @type number * @min -9007 * @max 9007 * * @param Skill Y-Axis * @text スキルアイコンのY軸位置 * @default 0 * @type number * @min -9007 * @max 9007 * * @help * 翻訳: * https://fungamemake.com/ * * =========================================================================== * +++ MOG - ATB Gauge (v1.0) +++ * By Moghunter * https://mogplugins.wordpress.com * =========================================================================== * 戦闘行動順をHUDで表示します。 * ※戦闘システムがタイムプログレスで動作します。 * ターン制では動作しません。 * * =========================================================================== * 必要画像ファイル * =========================================================================== * 必要な画像ファイルを下記フォルダに保存してください。 * (img/atb/) * 下記のようにバトラーアイコンのファイル名を付けます。 * * Actor_ + ACTOR_ID.png * Enemy_ + ACTOR_ID.png * * 例 * * Actor_1.png * Actor_2.png * ... * Enemy_1.png * Enemy_2.png * ... */
