NUUN 戦闘背景変更 - NUUN_BattleBackgroundEX.js
シェア用テキスト:
▼NUUN 戦闘背景変更(NUUN様作) - NUUN_BattleBackgroundEX.js
https://plugin-mz.fungamemake.com/archives/2098
戦闘背景をリージョン、地形タグによって変更及び、敵グループごとに設定することが出来ます。
ふりがな:せんとうはいけいへんこう
機能概要: 戦闘背景をリージョン、地形タグによって変更及び、敵グループごとに設定することが出来ます。
利用規約(ライセンス): MITライセンス
作者:NUUN
作者サイト:https://github.com/nuun888
ダウンロードページ:https://raw.githubusercontent.com/nuun888/MZ/master/NUU…
ファイル名:NUUN_BattleBackgroundEX.js
プラグインのヘルプ:
/*: * @target MZ * @plugindesc 戦闘背景変更プラグイン * @author NUUN * * @help * 戦闘背景をリージョン、地形タグによって変更及び、敵グループごとに設定することが出来ます。 * フィールドマップで設定されている戦闘背景を任意の画像に変更できます。()内はデフォルトのオートタイルの名前です。 * ファイルを指定してない場合は、元の戦闘背景が表示されます。 * * * 敵グループのバトルイベントの1ページ目に注釈で記入。 * <battleBack:[id]> * この敵グループの戦闘背景はリストで設定した番号[id]番の戦闘背景になります。 * * マップのメモ欄に記入 * <regionBattleBack:[regionId],[id]> * エンカウント時、現在位置のリージョンIDが[regionId]の時、戦闘背景はリストで設定した番号[id]番の戦闘背景になります。 * <tagBattleBack:[tagId],[id]> * エンカウント時、現在位置の地形タグIDが[tagId]の時、戦闘背景はリストで設定した番号[id]番の戦闘背景になります。 * * 優先度は通常の戦闘背景→地形タグ→リージョンID→敵グループとなります。 * * イベントコマンドで戦闘背景を変更した後で、<battleBack><regionBattleBack><tagBattleBack>タグによって戦闘背景が変更された場合、 * イベントコマンドで変更した戦闘背景よりも優先して表示されます。 * * 利用規約 * このプラグインはMITライセンスで配布しています。 * * @param TagBattleBackground * @text リージョン、地形タグ、敵グループで使用する戦闘背景 * * @param BattleBackground * @text 戦闘背景設定 * @desc リージョン、地形タグ、敵グループで使用する戦闘背景を設定します。 * @default [] * @type struct<BattleBackgroundList>[] * @parent TagBattleBackground * * @param DefaultBattleback * @text デフォルトの戦闘背景 * * @param DefaultBattleback1 * @text デフォルト戦闘背景1 * @desc デフォルトの戦闘背景1を設定します。 * @type file * @default * @dir img/battlebacks1 * @parent DefaultBattleback * * @param DefaultBattleback2 * @text デフォルト戦闘背景2 * @desc デフォルトの戦闘背景2を設定します。 * @type file * @default * @dir img/battlebacks2 * @parent DefaultBattleback * * @param VehicleBattleback * @text 乗り物の戦闘背景 * * @param BoatBattleback1 * @text 船戦闘背景1 * @desc 船の戦闘背景1を設定します。 * @type file * @default * @dir img/battlebacks1 * @parent VehicleBattleback * * @param BoatBattleback2 * @text 船戦闘背景2 * @desc 船の戦闘背景2を設定します。 * @type file * @default * @dir img/battlebacks2 * @parent VehicleBattleback * * @param ShipBattleback1 * @text 帆船戦闘背景1 * @desc 帆船の戦闘背景1を設定します。 * @type file * @default * @dir img/battlebacks1 * @parent VehicleBattleback * * @param ShipBattleback2 * @text 帆船戦闘背景2 * @desc 帆船の戦闘背景2を設定します。 * @type file * @default * @dir img/battlebacks2 * @parent VehicleBattleback * * @param AirshipBattleback1 * @text 飛行艇戦闘背景1 * @desc 飛行艇の戦闘背景1を設定します。 * @type file * @default * @dir img/battlebacks1 * @parent VehicleBattleback * * @param AirshipBattleback2 * @text 飛行艇戦闘背景2 * @desc 飛行艇の戦闘背景2を設定します。 * @type file * @default * @dir img/battlebacks2 * @parent VehicleBattleback * * @param AutotileBattlebacks * @text オートタイル戦闘背景設定 * * @param AutotileBattlebacks0 * @text オートタイルID 0 (海) * @parent AutotileBattlebacks * * @param battlebacks0_1 * @text 戦闘背景1 * @desc 戦闘背景1を設定します。 * @type file * @default * @dir img/battlebacks1 * @parent AutotileBattlebacks0 * * @param battlebacks0_2 * @text 戦闘背景2 * @desc 戦闘背景2を設定します。 * @type file * @default * @dir img/battlebacks2 * @parent AutotileBattlebacks0 * * @param AutotileBattlebacks1 * @text オートタイルID 1 (深い海) * @parent AutotileBattlebacks * * @param battlebacks1_1 * @text 戦闘背景1 * @desc 戦闘背景1を設定します。 * @type file * @default * @dir img/battlebacks1 * @parent AutotileBattlebacks1 * * @param battlebacks1_2 * @text 戦闘背景2 * @desc 戦闘背景2を設定します。 * @type file * @default * @dir img/battlebacks2 * @parent AutotileBattlebacks1 * * @param AutotileBattlebacks2 * @text オートタイルID 2 (岩礁) * @parent AutotileBattlebacks * * @param battlebacks2_1 * @text 戦闘背景1 * @desc 戦闘背景1を設定します。 * @type file * @default * @dir img/battlebacks1 * @parent AutotileBattlebacks2 * * @param battlebacks2_2 * @text 戦闘背景2 * @desc 戦闘背景2を設定します。 * @type file * @default * @dir img/battlebacks2 * @parent AutotileBattlebacks2 * * @param AutotileBattlebacks3 * @text オートタイルID 3 (氷山) * @parent AutotileBattlebacks * * @param battlebacks3_1 * @text 戦闘背景1 * @desc 戦闘背景1を設定します。 * @type file * @default * @dir img/battlebacks1 * @parent AutotileBattlebacks3 * * @param battlebacks3_2 * @text 戦闘背景2 * @desc 戦闘背景2を設定します。 * @type file * @default * @dir img/battlebacks2 * @parent AutotileBattlebacks3 * * @param AutotileBattlebacks4 * @text オートタイルID 4 (毒の沼) * @parent AutotileBattlebacks * * @param battlebacks4_1 * @text 戦闘背景1 * @desc 戦闘背景1を設定します。 * @type file * @default * @dir img/battlebacks1 * @parent AutotileBattlebacks4 * * @param battlebacks4_2 * @text 戦闘背景2 * @desc 戦闘背景2を設定します。 * @type file * @default * @dir img/battlebacks2 * @parent AutotileBattlebacks4 * * @param AutotileBattlebacks5 * @text オートタイルID 5 (枯れ木) * @parent AutotileBattlebacks * * @param battlebacks5_1 * @text 戦闘背景1 * @desc 戦闘背景1を設定します。 * @type file * @default * @dir img/battlebacks1 * @parent AutotileBattlebacks5 * * @param battlebacks5_2 * @text 戦闘背景2 * @desc 戦闘背景2を設定します。 * @type file * @default * @dir img/battlebacks2 * @parent AutotileBattlebacks5 * * @param AutotileBattlebacks6 * @text オートタイルID 6 (溶岩) * @parent AutotileBattlebacks * * @param battlebacks6_1 * @text 戦闘背景1 * @desc 戦闘背景1を設定します。 * @type file * @default * @dir img/battlebacks1 * @parent AutotileBattlebacks6 * * @param battlebacks6_2 * @text 戦闘背景2 * @desc 戦闘背景2を設定します。 * @type file * @default * @dir img/battlebacks2 * @parent AutotileBattlebacks6 * * @param AutotileBattlebacks7 * @text オートタイルID 7 (溶岩の泡) * @parent AutotileBattlebacks * * @param battlebacks7_1 * @text 戦闘背景1 * @desc 戦闘背景1を設定します。 * @type file * @default * @dir img/battlebacks1 * @parent AutotileBattlebacks7 * * @param battlebacks7_2 * @text 戦闘背景2 * @desc 戦闘背景2を設定します。 * @type file * @default * @dir img/battlebacks2 * @parent AutotileBattlebacks7 * * @param AutotileBattlebacks8 * @text オートタイルID 8 (池) * @parent AutotileBattlebacks * * @param battlebacks8_1 * @text 戦闘背景1 * @desc 戦闘背景1を設定します。 * @type file * @default * @dir img/battlebacks1 * @parent AutotileBattlebacks8 * * @param battlebacks8_2 * @text 戦闘背景2 * @desc 戦闘背景2を設定します。 * @type file * @default * @dir img/battlebacks2 * @parent AutotileBattlebacks8 * * @param AutotileBattlebacks9 * @text オートタイルID 9 (岩) * @parent AutotileBattlebacks * * @param battlebacks9_1 * @text 戦闘背景1 * @desc 戦闘背景1を設定します。 * @type file * @default * @dir img/battlebacks1 * @parent AutotileBattlebacks9 * * @param battlebacks9_2 * @text 戦闘背景2 * @desc 戦闘背景2を設定します。 * @type file * @default * @dir img/battlebacks2 * @parent AutotileBattlebacks9 * * @param AutotileBattlebacks10 * @text オートタイルID 10 (凍った海) * @parent AutotileBattlebacks * * @param battlebacks10_1 * @text 戦闘背景1 * @desc 戦闘背景1を設定します。 * @type file * @default * @dir img/battlebacks1 * @parent AutotileBattlebacks10 * * @param battlebacks10_2 * @text 戦闘背景2 * @desc 戦闘背景2を設定します。 * @type file * @default * @dir img/battlebacks2 * @parent AutotileBattlebacks10 * * @param AutotileBattlebacks11 * @text オートタイルID 11 (渦) * @parent AutotileBattlebacks * * @param battlebacks11_1 * @text 戦闘背景1 * @desc 戦闘背景1を設定します。 * @type file * @default * @dir img/battlebacks1 * @parent AutotileBattlebacks11 * * @param battlebacks11_2 * @text 戦闘背景2 * @desc 戦闘背景2を設定します。 * @type file * @default * @dir img/battlebacks2 * @parent AutotileBattlebacks11 * * @param AutotileBattlebacks12 * @text オートタイルID 12 (大地の境界) * @parent AutotileBattlebacks * * @param battlebacks12_1 * @text 戦闘背景1 * @desc 戦闘背景1を設定します。 * @type file * @default * @dir img/battlebacks1 * @parent AutotileBattlebacks12 * * @param battlebacks12_2 * @text 戦闘背景2 * @desc 戦闘背景2を設定します。 * @type file * @default * @dir img/battlebacks2 * @parent AutotileBattlebacks12 * * @param AutotileBattlebacks13 * @text オートタイルID 13 (下界に落ちる滝) * @parent AutotileBattlebacks * * @param battlebacks13_1 * @text 戦闘背景1 * @desc 戦闘背景1を設定します。 * @type file * @default * @dir img/battlebacks1 * @parent AutotileBattlebacks13 * * @param battlebacks13_2 * @text 戦闘背景2 * @desc 戦闘背景2を設定します。 * @type file * @default * @dir img/battlebacks2 * @parent AutotileBattlebacks13 * * @param AutotileBattlebacks14 * @text オートタイルID 14(雲(大地の境界)) * @parent AutotileBattlebacks * * @param battlebacks14_1 * @text 戦闘背景1 * @desc 戦闘背景1を設定します。 * @type file * @default * @dir img/battlebacks1 * @parent AutotileBattlebacks14 * * @param battlebacks14_2 * @text 戦闘背景2 * @desc 戦闘背景2を設定します。 * @type file * @default * @dir img/battlebacks2 * @parent AutotileBattlebacks14 * * @param AutotileBattlebacks15 * @text オートタイルID 15 (雲) * @parent AutotileBattlebacks * * @param battlebacks15_1 * @text 戦闘背景1 * @desc 戦闘背景1を設定します。 * @type file * @default * @dir img/battlebacks1 * @parent AutotileBattlebacks15 * * @param battlebacks15_2 * @text 戦闘背景2 * @desc 戦闘背景2を設定します。 * @type file * @default * @dir img/battlebacks2 * @parent AutotileBattlebacks15 * * @param AutotileBattlebacks16 * @text オートタイルID 16 (草原A) * @parent AutotileBattlebacks * * @param battlebacks16_1 * @text 戦闘背景1 * @desc 戦闘背景1を設定します。 * @type file * @default * @dir img/battlebacks1 * @parent AutotileBattlebacks16 * * @param battlebacks16_2 * @text 戦闘背景2 * @desc 戦闘背景2を設定します。 * @type file * @default * @dir img/battlebacks2 * @parent AutotileBattlebacks16 * * @param AutotileBattlebacks17 * @text オートタイルID 17 (草原A(濃)) * @parent AutotileBattlebacks * * @param battlebacks17_1 * @text 戦闘背景1 * @desc 戦闘背景1を設定します。 * @type file * @default * @dir img/battlebacks1 * @parent AutotileBattlebacks17 * * @param battlebacks17_2 * @text 戦闘背景2 * @desc 戦闘背景2を設定します。 * @type file * @default * @dir img/battlebacks2 * @parent AutotileBattlebacks17 * * @param AutotileBattlebacks18 * @text オートタイルID 18 (草原B) * @parent AutotileBattlebacks * * @param battlebacks18_1 * @text 戦闘背景1 * @desc 戦闘背景1を設定します。 * @type file * @default * @dir img/battlebacks1 * @parent AutotileBattlebacks18 * * @param battlebacks18_2 * @text 戦闘背景2 * @desc 戦闘背景2を設定します。 * @type file * @default * @dir img/battlebacks2 * @parent AutotileBattlebacks18 * * @param AutotileBattlebacks19 * @text オートタイルID 19 (草原B(濃)) * @parent AutotileBattlebacks * * @param battlebacks19_1 * @text 戦闘背景1 * @desc 戦闘背景1を設定します。 * @type file * @default * @dir img/battlebacks1 * @parent AutotileBattlebacks19 * * @param battlebacks19_2 * @text 戦闘背景2 * @desc 戦闘背景2を設定します。 * @type file * @default * @dir img/battlebacks2 * @parent AutotileBattlebacks19 * * @param AutotileBattlebacks20 * @text オートタイルID 20 (森) * @parent AutotileBattlebacks * * @param battlebacks20_1 * @text 戦闘背景1 * @desc 戦闘背景1を設定します。 * @type file * @default * @dir img/battlebacks1 * @parent AutotileBattlebacks20 * * @param battlebacks20_2 * @text 戦闘背景2 * @desc 戦闘背景2を設定します。 * @type file * @default * @dir img/battlebacks2 * @parent AutotileBattlebacks20 * * @param AutotileBattlebacks21 * @text オートタイルID 21 (森(針葉樹)) * @parent AutotileBattlebacks * * @param battlebacks21_1 * @text 戦闘背景1 * @desc 戦闘背景1を設定します。 * @type file * @default * @dir img/battlebacks1 * @parent AutotileBattlebacks21 * * @param battlebacks21_2 * @text 戦闘背景2 * @desc 戦闘背景2を設定します。 * @type file * @default * @dir img/battlebacks2 * @parent AutotileBattlebacks21 * * @param AutotileBattlebacks22 * @text オートタイルID 22 (山(草)) * @parent AutotileBattlebacks * * @param battlebacks22_1 * @text 戦闘背景1 * @desc 戦闘背景1を設定します。 * @type file * @default * @dir img/battlebacks1 * @parent AutotileBattlebacks22 * * @param battlebacks22_2 * @text 戦闘背景2 * @desc 戦闘背景2を設定します。 * @type file * @default * @dir img/battlebacks2 * @parent AutotileBattlebacks22 * * @param AutotileBattlebacks23 * @text オートタイルID 23 (山(土)) * @parent AutotileBattlebacks * * @param battlebacks23_1 * @text 戦闘背景1 * @desc 戦闘背景1を設定します。 * @type file * @default * @dir img/battlebacks1 * @parent AutotileBattlebacks23 * * @param battlebacks23_2 * @text 戦闘背景2 * @desc 戦闘背景2を設定します。 * @type file * @default * @dir img/battlebacks2 * @parent AutotileBattlebacks23 * * @param AutotileBattlebacks24 * @text オートタイルID 24 (荒れ地A) * @parent AutotileBattlebacks * * @param battlebacks24_1 * @text 戦闘背景1 * @desc 戦闘背景1を設定します。 * @type file * @default * @dir img/battlebacks1 * @parent AutotileBattlebacks24 * * @param battlebacks24_2 * @text 戦闘背景2 * @desc 戦闘背景2を設定します。 * @type file * @default * @dir img/battlebacks2 * @parent AutotileBattlebacks24 * * @param AutotileBattlebacks25 * @text オートタイルID 25 (荒れ地B) * @parent AutotileBattlebacks * * @param battlebacks25_1 * @text 戦闘背景1 * @desc 戦闘背景1を設定します。 * @type file * @default * @dir img/battlebacks1 * @parent AutotileBattlebacks25 * * @param battlebacks25_2 * @text 戦闘背景2 * @desc 戦闘背景2を設定します。 * @type file * @default * @dir img/battlebacks2 * @parent AutotileBattlebacks25 * * @param AutotileBattlebacks26 * @text オートタイルID 26 (土肌A) * @parent AutotileBattlebacks * * @param battlebacks26_1 * @text 戦闘背景1 * @desc 戦闘背景1を設定します。 * @type file * @default * @dir img/battlebacks1 * @parent AutotileBattlebacks26 * * @param battlebacks26_2 * @text 戦闘背景2 * @desc 戦闘背景2を設定します。 * @type file * @default * @dir img/battlebacks2 * @parent AutotileBattlebacks26 * * @param AutotileBattlebacks27 * @text オートタイルID 27 (土肌B) * @parent AutotileBattlebacks * * @param battlebacks27_1 * @text 戦闘背景1 * @desc 戦闘背景1を設定します。 * @type file * @default * @dir img/battlebacks1 * @parent AutotileBattlebacks27 * * @param battlebacks27_2 * @text 戦闘背景2 * @desc 戦闘背景2を設定します。 * @type file * @default * @dir img/battlebacks2 * @parent AutotileBattlebacks27 * * @param AutotileBattlebacks28 * @text オートタイルID 28 (森(枯れ木)) * @parent AutotileBattlebacks * * @param battlebacks28_1 * @text 戦闘背景1 * @desc 戦闘背景1を設定します。 * @type file * @default * @dir img/battlebacks1 * @parent AutotileBattlebacks28 * * @param battlebacks28_2 * @text 戦闘背景2 * @desc 戦闘背景2を設定します。 * @type file * @default * @dir img/battlebacks2 * @parent AutotileBattlebacks28 * * @param AutotileBattlebacks29 * @text オートタイルID 29 (道(土)) * @parent AutotileBattlebacks * * @param battlebacks29_1 * @text 戦闘背景1 * @desc 戦闘背景1を設定します。 * @type file * @default * @dir img/battlebacks1 * @parent AutotileBattlebacks29 * * @param battlebacks29_2 * @text 戦闘背景2 * @desc 戦闘背景2を設定します。 * @type file * @default * @dir img/battlebacks2 * @parent AutotileBattlebacks29 * * @param AutotileBattlebacks30 * @text オートタイルID 30 (丘(土)) * @parent AutotileBattlebacks * * @param battlebacks30_1 * @text 戦闘背景1 * @desc 戦闘背景1を設定します。 * @type file * @default * @dir img/battlebacks1 * @parent AutotileBattlebacks30 * * @param battlebacks30_2 * @text 戦闘背景2 * @desc 戦闘背景2を設定します。 * @type file * @default Cliff * @dir img/battlebacks2 * @parent AutotileBattlebacks30 * * @param AutotileBattlebacks31 * @text オートタイルID 31 (山(砂岩)) * @parent AutotileBattlebacks * * @param battlebacks31_1 * @text 戦闘背景1 * @desc 戦闘背景1を設定します。 * @type file * @default * @dir img/battlebacks1 * @parent AutotileBattlebacks31 * * @param battlebacks31_2 * @text 戦闘背景2 * @desc 戦闘背景2を設定します。 * @type file * @default * @dir img/battlebacks2 * @parent AutotileBattlebacks31 * * @param AutotileBattlebacks32 * @text オートタイルID 32 (砂漠A) * @parent AutotileBattlebacks * * @param battlebacks32_1 * @text 戦闘背景1 * @desc 戦闘背景1を設定します。 * @type file * @default * @dir img/battlebacks1 * @parent AutotileBattlebacks32 * * @param battlebacks32_2 * @text 戦闘背景2 * @desc 戦闘背景2を設定します。 * @type file * @default * @dir img/battlebacks2 * @parent AutotileBattlebacks32 * * @param AutotileBattlebacks33 * @text オートタイルID 33 (砂漠B) * @parent AutotileBattlebacks * * @param battlebacks33_1 * @text 戦闘背景1 * @desc 戦闘背景1を設定します。 * @type file * @default * @dir img/battlebacks1 * @parent AutotileBattlebacks33 * * @param battlebacks33_2 * @text 戦闘背景2 * @desc 戦闘背景2を設定します。 * @type file * @default * @dir img/battlebacks2 * @parent AutotileBattlebacks33 * * @param AutotileBattlebacks34 * @text オートタイルID 34 (岩地A) * @parent AutotileBattlebacks * * @param battlebacks34_1 * @text 戦闘背景1 * @desc 戦闘背景1を設定します。 * @type file * @default * @dir img/battlebacks1 * @parent AutotileBattlebacks34 * * @param battlebacks34_2 * @text 戦闘背景2 * @desc 戦闘背景2を設定します。 * @type file * @default * @dir img/battlebacks2 * @parent AutotileBattlebacks34 * * @param AutotileBattlebacks35 * @text オートタイルID 35 (岩地B(溶岩)) * @parent AutotileBattlebacks * * @param battlebacks35_1 * @text 戦闘背景1 * @desc 戦闘背景1を設定します。 * @type file * @default * @dir img/battlebacks1 * @parent AutotileBattlebacks35 * * @param battlebacks35_2 * @text 戦闘背景2 * @desc 戦闘背景2を設定します。 * @type file * @default * @dir img/battlebacks2 * @parent AutotileBattlebacks35 * * @param AutotileBattlebacks36 * @text オートタイルID 36 (森(ヤシの木)) * @parent AutotileBattlebacks * * @param battlebacks36_1 * @text 戦闘背景1 * @desc 戦闘背景1を設定します。 * @type file * @default * @dir img/battlebacks1 * @parent AutotileBattlebacks36 * * @param battlebacks36_2 * @text 戦闘背景2 * @desc 戦闘背景2を設定します。 * @type file * @default * @dir img/battlebacks2 * @parent AutotileBattlebacks36 * * @param AutotileBattlebacks37 * @text オートタイルID 37(道(舗装)) * @parent AutotileBattlebacks * * @param battlebacks37_1 * @text 戦闘背景1 * @desc 戦闘背景1を設定します。 * @type file * @default * @dir img/battlebacks1 * @parent AutotileBattlebacks37 * * @param battlebacks37_2 * @text 戦闘背景2 * @desc 戦闘背景2を設定します。 * @type file * @default * @dir img/battlebacks2 * @parent AutotileBattlebacks37 * * @param AutotileBattlebacks38 * @text オートタイルID 38(山(岩)) * @parent AutotileBattlebacks * * @param battlebacks38_1 * @text 戦闘背景1 * @desc 戦闘背景1を設定します。 * @type file * @default * @dir img/battlebacks1 * @parent AutotileBattlebacks38 * * @param battlebacks38_2 * @text 戦闘背景2 * @desc 戦闘背景2を設定します。 * @type file * @default * @dir img/battlebacks2 * @parent AutotileBattlebacks38 * * @param AutotileBattlebacks39 * @text オートタイルID 39(山(溶岩)) * @parent AutotileBattlebacks * * @param battlebacks39_1 * @text 戦闘背景1 * @desc 戦闘背景1を設定します。 * @type file * @default * @dir img/battlebacks1 * @parent AutotileBattlebacks39 * * @param battlebacks39_2 * @text 戦闘背景2 * @desc 戦闘背景2を設定します。 * @type file * @default * @dir img/battlebacks2 * @parent AutotileBattlebacks39 * * @param AutotileBattlebacks40 * @text オートタイルID 40(雪原) * @parent AutotileBattlebacks * * @param battlebacks40_1 * @text 戦闘背景1 * @desc 戦闘背景1を設定します。 * @type file * @default * @dir img/battlebacks1 * @parent AutotileBattlebacks40 * * @param battlebacks40_2 * @text 戦闘背景2 * @desc 戦闘背景2を設定します。 * @type file * @default * @dir img/battlebacks2 * @parent AutotileBattlebacks40 * * @param AutotileBattlebacks41 * @text オートタイルID 41(山(雪)) * @parent AutotileBattlebacks * * @param battlebacks41_1 * @text 戦闘背景1 * @desc 戦闘背景1を設定します。 * @type file * @default * @dir img/battlebacks1 * @parent AutotileBattlebacks41 * * @param battlebacks41_2 * @text 戦闘背景2 * @desc 戦闘背景2を設定します。 * @type file * @default * @dir img/battlebacks2 * @parent AutotileBattlebacks41 * * @param AutotileBattlebacks42 * @text オートタイルID 42(雲) * @parent AutotileBattlebacks * * @param battlebacks42_1 * @text 戦闘背景1 * @desc 戦闘背景1を設定します。 * @type file * @default * @dir img/battlebacks1 * @parent AutotileBattlebacks42 * * @param battlebacks42_2 * @text 戦闘背景2 * @desc 戦闘背景2を設定します。 * @type file * @default * @dir img/battlebacks2 * @parent AutotileBattlebacks42 * * @param AutotileBattlebacks43 * @text オートタイルID 43(大きな雲) * @parent AutotileBattlebacks * * @param battlebacks43_1 * @text 戦闘背景1 * @desc 戦闘背景1を設定します。 * @type file * @default * @dir img/battlebacks1 * @parent AutotileBattlebacks43 * * @param battlebacks43_2 * @text 戦闘背景2 * @desc 戦闘背景2を設定します。 * @type file * @default * @dir img/battlebacks2 * @parent AutotileBattlebacks43 * * @param AutotileBattlebacks44 * @text オートタイルID 44(森(雪)) * @parent AutotileBattlebacks * * @param battlebacks44_1 * @text 戦闘背景1 * @desc 戦闘背景1を設定します。 * @type file * @default * @dir img/battlebacks1 * @parent AutotileBattlebacks44 * * @param battlebacks44_2 * @text 戦闘背景2 * @desc 戦闘背景2を設定します。 * @type file * @default * @dir img/battlebacks2 * @parent AutotileBattlebacks44 * * @param AutotileBattlebacks45 * @text オートタイルID 45(穴) * @parent AutotileBattlebacks * * @param battlebacks45_1 * @text 戦闘背景1 * @desc 戦闘背景1を設定します。 * @type file * @default * @dir img/battlebacks1 * @parent AutotileBattlebacks45 * * @param battlebacks45_2 * @text 戦闘背景2 * @desc 戦闘背景2を設定します。 * @type file * @default * @dir img/battlebacks2 * @parent AutotileBattlebacks45 * * @param AutotileBattlebacks46 * @text オートタイルID 46(丘(砂岩)) * @parent AutotileBattlebacks * * @param battlebacks46_1 * @text 戦闘背景1 * @desc 戦闘背景1を設定します。 * @type file * @default * @dir img/battlebacks1 * @parent AutotileBattlebacks46 * * @param battlebacks46_2 * @text 戦闘背景2 * @desc 戦闘背景2を設定します。 * @type file * @default * @dir img/battlebacks2 * @parent AutotileBattlebacks46 * * @param AutotileBattlebacks47 * @text オートタイルID 47(丘(雪)) * @parent AutotileBattlebacks * * @param battlebacks47_1 * @text 戦闘背景1 * @desc 戦闘背景1を設定します。 * @type file * @default * @dir img/battlebacks1 * @parent AutotileBattlebacks47 * * @param battlebacks47_2 * @text 戦闘背景2 * @desc 戦闘背景2を設定します。 * @type file * @default * @dir img/battlebacks2 * @parent AutotileBattlebacks47 * */ /*~struct~BattleBackgroundList: * * @param battlebacksName * @text 名称 * @desc どのシーンの戦闘背景か認識しやすいように名前を付けられます。リスト識別用のパラメータなので入力しなくても問題ありません。 * @type string * @default * * @param battlebacks1 * @text 戦闘背景1 * @desc 戦闘背景1を設定します。 * @type file * @default * @dir img/battlebacks1 * * @param battlebacks2 * @text 戦闘背景2 * @desc 戦闘背景2を設定します。 * @type file * @default * @dir img/battlebacks2 * */
