MZ用プラグイン

日本語版 MOG Battleback EX - MOG_BattlebackEX.js

シェア用テキスト:
▼日本語版 MOG Battleback EX(Moghunter様作) - MOG_BattlebackEX.js
https://plugin-mz.fungamemake.com/archives/3504
複数の戦闘背景を追加

ふりがな:ばとるばっくEX

機能概要: 複数の戦闘背景を追加

利用規約(ライセンス):https://fungamemake.com/mog-mz-japanese

作者:Moghunter

ダウンロードページ:https://fungamemake.com/archives/13932

ファイル名:MOG_BattlebackEX.js

プラグインのヘルプ:

/*:ja
 * @target MZ
 * @plugindesc (v1.0.1) 複数の戦闘背景を追加レイヤー化します。
 * @author Moghunter
 * @url https://raw.githubusercontent.com/harizumi/Moghunter-MZ-jp/main/MOG_BattlebackEX.js
 *
 * @command set_bbex1
 * @desc 戦闘背景EX(背面)を有効にします。
 * @text 設定(背面)
 *
 * @arg id
 * @desc インデックスを指定(0..20)
 * @text ID
 * @default 0
 * @type number
 * @min 0
 * @max 20
 *
 * @arg filename
 * @desc ファイル名の指定
 * @text ファイル名
 * @default GrassMaze
 * @type file
 * @dir img/battlebacks1
 *
 * @arg sx
 * @desc Xスライドの指定
 * @text 水平スクロール
 * @default 0
 *
 * @arg sy
 * @desc Yスライドの指定
 * @text 垂直スクロール
 * @default 0
 *
 * @arg opacity
 * @desc 不透明度の指定
 * @text 不透明度
 * @type number
 * @default 255
 * @min 0
 * @max 255
 *
 * @arg blendtype
 * @desc 合成方法の指定
 * @text 合成方法
 * @type select
 * @default Normal
 * @option 加算
 * @value Additive
 * @option 通常
 * @value Normal
 * @option 乗算
 * @value Multiply
 *
 * @arg trSpeed
 * @desc 移動速度の指定
 * @text 移動速度
 * @type number
 * @default 3
 * @min 1
 * @max 25
 *
 * @arg camRate
 * @desc カメラ遠近効果
 *(要Mog_BattleCamera)
 * @text カメラレート
 * @type number
 * @default 100
 * @min 50
 * @max 150
 *
 * @arg camWaveX
 * @desc 水平移動に波効果を有効化
 *(要Mog_BattleCamera)
 * @text 水平波を許可
 * @type boolean
 * @default true
 *
 * @arg camWaveY
 * @desc 垂直移動に波効果を有効化
 *(要Mog_BattleCamera)
 * @text 垂直波を許可
 * @type boolean
 * @default true
 *
 * @command set_bbex2
 * @desc 戦闘背景EX(前面)を有効化
 * @text 設定(前面)
 *
 * @arg id
 * @desc インデックスの指定(0..20)
 * @text ID
 * @default 0
 * @type number
 * @min 0
 * @max 20
 *
 * @arg filename
 * @desc ファイル名の指定
 * @text ファイル名
 * @default GrassMaze
 * @type file
 * @dir img/battlebacks2
 *
 * @arg sx
 * @desc Xスライドの指定
 * @text 水平スクロール
 * @default 0
 *
 * @arg sy
 * @desc Yスライドの指定
 * @text 垂直スクロール
 * @default 0
 *
 * @arg opacity
 * @desc 不透明度の指定
 * @text 不透明度
 * @type number
 * @default 255
 * @min 0
 * @max 255
 *
 * @arg blendtype
 * @desc 合成方法の指定
 * @text 合成方法
 * @type select
 * @default Normal
 * @option 加算
 * @value Additive
 * @option 通常
 * @value Normal
 * @option 乗算
 * @value Multiply
 *
 * @arg id
 * @desc インデックスの指定(0..20)
 * @text ID
 * @default 0
 * @type number
 * @min 0
 * @max 20
 *
 * @arg trSpeed
 * @desc 変化速度の指定
 * @text 変化速度
 * @type number
 * @default 3
 * @min 1
 * @max 25
 *
 * @arg camRate
 * @desc カメラ遠近効果
 *(要Mog_BattleCamera)
 * @text カメラレート
 * @type number
 * @default 100
 * @min 50
 * @max 150
 *
 * @arg camWaveX
 * @desc 水平移動に波効果を有効化
 *(要Mog_BattleCamera)
 * @text 水平波を許可
 * @type boolean
 * @default true
 *
 * @arg camWaveY
 * @desc 垂直移動に波効果を有効化
 *(要Mog_BattleCamera)
 * @text 垂直波を許可
 * @type boolean
 * @default true
 *
 * @command remove_bbex
 * @desc 戦闘背景を消去
 * @text 消去
 *
 * @command remove_bbex_all
 * @desc 全戦闘背景(EX)を消去
 * @text 全消去
 *
 * @help
 * 翻訳:
 * https://fungamemake.com/
 * ============================================================================
 * ♦♦♦ MOG - Battleback EX  ♦♦♦
 * Author   -   Moghunter
 * Version  -   1.0
 * Updated  -   2021/04/16
 * https://mogplugins.wordpress.com
 * ============================================================================
 * 複数の戦闘背景を追加レイヤー化します。
 *
 * プラグインコマンドで動作します。
 * 
 * 本家で配布されているv1.0はエラーが出て動作しません。
 * これを動作するように修正しました。
 * Version  -   1.0.1
 * Updated  -   2021/09/09
 * 
 */

スポンサードリンク

スポンサードリンク

-MZ用プラグイン

Copyright© #ツクプラMZ , 2026 All Rights Reserved.