MZ用プラグイン

日本語版 MOG Battle Camera - MOG_BattleCamera.js

シェア用テキスト:
▼日本語版 MOG Battle Camera(Moghunter様作) - MOG_BattleCamera.js
https://plugin-mz.fungamemake.com/archives/3505
戦闘用のカメラ効果を追加

ふりがな:ばとるかめら

機能概要: 戦闘用のカメラ効果を追加

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

作者:Moghunter

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

ファイル名:MOG_BattleCamera.js

プラグインのヘルプ:

/*:ja
 * @target MZ
 * @plugindesc (v1.0) バトルカメラ効果を追加します。
 * @author Moghunter
 * @url https://raw.githubusercontent.com/harizumi/Moghunter-MZ-jp/main/MOG_BattleCamera.js
 *
 * @param Cam Speed
 * @text カメラ速度
 * @type number
 * @default 30
 * @min 0
 * @max 500
 *
 * @param Cam Focus Delay
 * @text 焦点を合わせる時間
 * @type number
 * @default 20
 * @min 0
 * @max 100
 *
 * @param Cam X-Axis
 * @text カメラのX軸
 * @desc 正:右 / 負:左
 * @type number
 * @min -9007
 * @max 9007
 * @default 0
 *
 * @param Cam Y-Axis
 * @text カメラのY軸
 * @desc 正:下 / 負:上
 * @type number
 * @min -9007
 * @max 9007
 * @default 0
 *
 * @command set_bCamWave
 * @desc 波エフェクトを指定
 * @text 波エフェクト
 *
 * @arg waveX
 * @desc X軸波エフェクト有効化
 * @text X軸の波エフェクト
 * @type boolean
 * @default true
 * 
 * @arg waveSpeedX
 * @desc X軸波速度を指定
 * @text X軸の波速度
 * @type number
 * @default 100
 * @min 50
 * @max 300
 *
 * @arg waveY
 * @desc Y軸波エフェクト有効化
 * @text Y軸の波エフェクト
 * @type boolean
 * @default true
 * 
 * @arg waveSpeedY
 * @desc Y軸波速度を指定
 * @text Y軸の波速度
 * @type number
 * @default 100
 * @min 50
 * @max 300
 *
 * @help
 * 翻訳:
 * https://fungamemake.com/
 *
 * ===========================================================================
 * ♦♦♦ MOG - Battle Camera ♦♦♦
 * Author   -   Moghunter
 * Version  -   1.0
 * Updated  -   2021/04/16
 * https://mogplugins.wordpress.com
 * ===========================================================================
 * バトルカメラ効果を追加します。
 * プラグインコマンドがあります。
 *
 */

スポンサードリンク

スポンサードリンク

-MZ用プラグイン

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