MOG ATB Gauge - MOG_ATB_Gauge.js
シェア用テキスト:
▼MOG ATB Gauge(Moghunter様作) - MOG_ATB_Gauge.js
https://plugin.fungamemake.com/archives/19262
MOG Active Time Battle の戦闘行動順をHUDで表示
ふりがな:えーてぃーびーげーじ
機能概要: MOG Active Time Battle の戦闘行動順をHUDで表示
利用規約(ライセンス):https://atelierrgss.wordpress.com/about/
作者:Moghunter
作者サイト:https://twitter.com/moghunter1
ダウンロードページ:https://fungamemake.com/archives/3167
ファイル名:MOG_ATB_Gauge.js
プラグインのヘルプ:
/*:ja * @plugindesc (v1.0) MOG_ATBの戦闘行動順をHUDで表示します。 * @author Moghunter * * @param Hud Angle * @desc HUDの角度の定義 * @default 0 * * @param Hud X-Axis * @desc HUDのX軸位置設定 * @default 740 * * @param Hud Y-Axis * @desc HUDのY軸位置設定 * @default 45 * * @param Enemy X-Axis Offset * @desc 敵アイコンのX軸位置設定 * @default 16 * * @param Actor X-Axis Offset * @desc アクターアイコンのX軸位置設定 * @default -16 * * @param Active X-Axis * @desc バトラーの順番表示のX軸位置設定 * @default -3 * * @param Active Y-Axis * @desc バトラーの順番表示のY軸位置設定 * @default 30 * * @param Gauge Size * @desc メーターサイズの設定 * @default 160 * * @param Skill Visible * @desc スキルアイコンを表示設定 * @type boolean * @on 表示 * @off 非表示 * @default true * * @param Skill Zoom * @desc スキルアイコンのズーム設定 * @default 0.6 * * @param Skill X-Axis * @desc スキルアイコンのX軸位置設定 * @default 0 * * @param Skill Y-Axis * @desc スキルアイコンのY軸位置設定 * @default 0 * * @help * 翻訳:ムノクラ * https://munokura.tk/ * https://twitter.com/munokura/ * * =========================================================================== * +++ MOG - ATB Gauge (v1.0) +++ * By Moghunter * https://atelierrgss.wordpress.com/ * =========================================================================== * MOG_ATBの戦闘行動順をHUDで表示します。 * * =========================================================================== * 必要画像ファイル * =========================================================================== * 必要な画像ファイルを下記フォルダに保存してください。 * (img/atb/) * 下記のようにバトラーアイコンのファイル名を付けます。 * * Actor_ + ACTOR_ID.png * Enemy_ + ACTOR_ID.png * * 例 * * Actor_1.png * Actor_2.png * ... * Enemy_1.png * Enemy_2.png * ... */