2297 lines
No EOL
79 KiB
JavaScript
2297 lines
No EOL
79 KiB
JavaScript
// Generated by RPG Maker.
|
||
// Do not edit this file directly.
|
||
var $plugins = [
|
||
{
|
||
name: "Community_Basic",
|
||
status: true,
|
||
description: "基本的なパラメーターを設定するプラグインです。",
|
||
parameters: {
|
||
cacheLimit: "20",
|
||
screenWidth: "816",
|
||
screenHeight: "612",
|
||
changeWindowWidthTo: "",
|
||
changeWindowHeightTo: "",
|
||
renderingMode: "auto",
|
||
alwaysDash: "off",
|
||
},
|
||
},
|
||
{
|
||
name: "GraphicsRenderFix",
|
||
status: true,
|
||
description: "放置していると画面がフリーズするのを修正",
|
||
parameters: {},
|
||
},
|
||
{
|
||
name: "MadeWithMv",
|
||
status: false,
|
||
description:
|
||
'メイン画面へ進む前に、"Made with MV"のスプラッシュ画面もしくはカスタマイズされたスプラッシュ画面を表示します。',
|
||
parameters: {
|
||
"Show Made With MV": "true",
|
||
"Made with MV Image": "MadeWithMv",
|
||
"Show Custom Splash": "false",
|
||
"Custom Image": "",
|
||
"Fade Out Time": "120",
|
||
"Fade In Time": "120",
|
||
"Wait Time": "160",
|
||
},
|
||
},
|
||
{
|
||
name: "CharacterPictureManager",
|
||
status: false,
|
||
description: "立ち絵表示管理プラグイン",
|
||
parameters: {},
|
||
},
|
||
{
|
||
name: "HzExState",
|
||
status: true,
|
||
description:
|
||
"ステートの拡張(ステート解除時に別のステートを自動付与など)を行います。",
|
||
parameters: {},
|
||
},
|
||
{
|
||
name: "StateUpdate",
|
||
status: true,
|
||
description: "更新可能ステート v1.1.0",
|
||
parameters: {},
|
||
},
|
||
{
|
||
name: "AutomaticState",
|
||
status: true,
|
||
description: "ステート自動付与プラグイン",
|
||
parameters: {},
|
||
},
|
||
{
|
||
name: "FixImageLoading",
|
||
status: true,
|
||
description: "画像ロード時のチラつき防止プラグイン",
|
||
parameters: {},
|
||
},
|
||
{
|
||
name: "PictureVariableSetting",
|
||
status: true,
|
||
description: "ピクチャ関連のイベント機能拡張プラグイン",
|
||
parameters: { 初期値: "OFF", ピクチャ表示最大数: "150" },
|
||
},
|
||
{
|
||
name: "NRP_WindowBattleLogLayout",
|
||
status: true,
|
||
description: "v1.04 戦闘メッセージのレイアウトを変更します。",
|
||
parameters: {
|
||
"<Window Position>": "",
|
||
x: "0",
|
||
y: "90",
|
||
showFront: "false",
|
||
"<Window Size>": "",
|
||
width: "this.windowWidth()",
|
||
autoWidth: "false",
|
||
lineHeight: "36",
|
||
"<Window Message>": "",
|
||
fontSize: "24",
|
||
padding: "18",
|
||
"<Window Background>": "",
|
||
normalWindow: "false",
|
||
backColor: "#000000",
|
||
backPaintOpacity: "0",
|
||
gradientType: "0",
|
||
startGradientSize: "18",
|
||
endGradientSize: "18",
|
||
},
|
||
},
|
||
{
|
||
name: "StackBattleLog",
|
||
status: true,
|
||
description:
|
||
"ver1.05/戦闘ログを蓄積型に変更し、戦闘ログを表示するパーティコマンドを追加します。",
|
||
parameters: {
|
||
"Stack Log UseLog": "true",
|
||
"Stack Log UseStack": "true",
|
||
"Stack Log Text": "Combat Log",
|
||
"Stack Log Start": "------Start Battle------",
|
||
"Stack Log TurnEnd": "------ %d Turn End------",
|
||
"Stack Log MaxLines": "10",
|
||
"Stack Log FontSize": "14",
|
||
"Stack Log Size": "100",
|
||
},
|
||
},
|
||
{
|
||
name: "StateHelp",
|
||
status: true,
|
||
description:
|
||
"ver1.03/ステートにヘルプを付け、ステートの詳細を見るための仕組みを追加します。",
|
||
parameters: {
|
||
"State Help Text": "Ailments",
|
||
"Call State Window Key": "left",
|
||
"Use Touch Call": "true",
|
||
"Add Menu State Help": "true",
|
||
"Touch Call Rect": "0,0,128,444",
|
||
"Debuff Help HP1": "Maximum HP is reduced by 25%.",
|
||
"Debuff Help HP2": "Maximum MP is reduced by 50%.",
|
||
"Debuff Help MP1": "Maximum HP is reduced by 25%.",
|
||
"Debuff Help ATK1": "Attack power is reduced by 25%.",
|
||
"Debuff Help ATK2": "Attack power is reduced by 50%.",
|
||
"Debuff Help DEF1": "Defense power is reduced by 25%.",
|
||
"Debuff Help DEF2": "Defense power is reduced by 50%.",
|
||
"Debuff Help MAT1": "Magic power is reduced by 25%.",
|
||
"Debuff Help MAT2": "Magic power is reduced by 50%.",
|
||
"Debuff Help MDF1": "Magic defense is reduced by 25%.",
|
||
"Debuff Help MDF2": "Magic defense is reduced by 50%.",
|
||
"Debuff Help AGI1": "Agility is reduced by 25%.",
|
||
"Debuff Help AGI2": "Agility is reduced by 50%.",
|
||
"Debuff Help LUK1": "Luck is reduced by 25%.",
|
||
"Debuff Help LUK2": "Luck is reduced by 50%.",
|
||
"Buff Help HP1": "Maximum HP is increased by 25%.",
|
||
"Buff Help HP2": "Maximum MP is increased by 50%.",
|
||
"Buff Help MP1": "Maximum HP is increased by 25%.",
|
||
"Buff Help ATK1": "Attack power is increased by 25%.",
|
||
"Buff Help ATK2": "Attack power is increased by 50%.",
|
||
"Buff Help DEF1": "Defense power is increased by 25%.",
|
||
"Buff Help DEF2": "Defense power is increased by 50%.",
|
||
"Buff Help MAT1": "Magic power is increased by 25%.",
|
||
"Buff Help MAT2": "Magic power is increased by 50%.",
|
||
"Buff Help MDF1": "Magic defense is increased by 25%.",
|
||
"Buff Help MDF2": "Magic defense is increased by 50%.",
|
||
"Buff Help AGI1": "Agility is increased by 25%.",
|
||
"Buff Help AGI2": "Agility is increased by 50%.",
|
||
"Buff Help LUK1": "Luck is increased by 25%.",
|
||
"Buff Help LUK2": "Luck is increased by 50%.",
|
||
},
|
||
},
|
||
{
|
||
name: "AddBattleLogEC",
|
||
status: true,
|
||
description:
|
||
"ver1.02/メッセージをバトルログに表示する制御文字を追加します。",
|
||
parameters: {},
|
||
},
|
||
{
|
||
name: "MOG_BattleHud",
|
||
status: true,
|
||
description: "(v5.04f *) 戦闘のレイアウトをカスタマイズできます。",
|
||
parameters: {
|
||
"-> MAIN <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"Hud X-Axis": "190",
|
||
"Hud Y-Axis": "480",
|
||
"Hud Space X": "0",
|
||
"Hud Space Y": "0",
|
||
"Hud Slide X": "0",
|
||
"Hud Slide Y": "250",
|
||
"Vertical Mode": "false",
|
||
"Max Battle Members": "1",
|
||
"": "",
|
||
"-> LAYOUT OVERLAY <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"Layout2 Visible": "true",
|
||
"Layout2 X-Axis": "0",
|
||
"Layout2 Y-Axis": "0",
|
||
"-> TURN <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"Turn Visible": "false",
|
||
"Turn X-Axis": "-10",
|
||
"Turn Y-Axis": "-10",
|
||
"Turn Rotation Speed": "0.01",
|
||
"Turn Zoom Animation": "true",
|
||
"-> FACE <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"Face Visible": "false",
|
||
"Face X-Axis": "52",
|
||
"Face Y-Axis": "52",
|
||
"Face Shake Animation": "true",
|
||
"Face Zoom Animation": "true",
|
||
"Face Frame Animation": "true",
|
||
"Face Priority": "0",
|
||
"-> NAME <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"Name Visible": "true",
|
||
"Name X-Axis": "-45",
|
||
"Name Y-Axis": "65",
|
||
"Name Align": "1",
|
||
"Name Font Size": "20",
|
||
"Name Bold Size": "4",
|
||
"Name Font Italic": "false",
|
||
"-> HP <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"HP Meter Visible": "true",
|
||
"HP Meter X-Axis": "87",
|
||
"HP Meter Y-Axis": "7",
|
||
"HP Meter Angle": "0",
|
||
"HP Meter Flow Anime": "true",
|
||
"HP Number Visible": "true",
|
||
"HP Number Align type": "0",
|
||
"HP Number X-Axis": "170",
|
||
"HP Number Y-Axis": "-11",
|
||
"MaxHP Number Visible": "false",
|
||
"MaxHP Number X-Axis": "0",
|
||
"MaxHP Number Y-Axis": "0",
|
||
"-> MP <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"MP Meter Visible": "true",
|
||
"MP Meter X-Axis": "104",
|
||
"MP Meter Y-Axis": "33",
|
||
"MP Meter Angle": "0",
|
||
"MP Meter Flow Anime": "true",
|
||
"MP Number Visible": "true",
|
||
"MP Number Align type": "0",
|
||
"MP Number X-Axis": "187",
|
||
"MP Number Y-Axis": "26",
|
||
"MaxMP Number Visible": "false",
|
||
"MaxMP Number X-Axis": "0",
|
||
"MaxMP Number Y-Axis": "0",
|
||
"-> TP <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"TP Meter Visible": "true",
|
||
"TP Meter X-Axis": "104",
|
||
"TP Meter Y-Axis": "59",
|
||
"TP Meter Angle": "0",
|
||
"TP Meter Flow Anime": "true",
|
||
"TP Number Visible": "true",
|
||
"TP Number Align type": "0",
|
||
"TP Number X-Axis": "187",
|
||
"TP Number Y-Axis": "43",
|
||
"MaxTP Number Visible": "false",
|
||
"MaxTP Number X-Axis": "0",
|
||
"MaxTP Number Y-Axis": "0",
|
||
"-> ATB <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"ATB Meter Visible": "false",
|
||
"ATB Meter X-Axis": "69",
|
||
"ATB Meter Y-Axis": "117",
|
||
"ATB Meter Angle": "0",
|
||
"ATB Meter Flow Anime": "true",
|
||
"-> STATES <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"States Visible": "true",
|
||
"States X-Axis": "102",
|
||
"States Y-Axis": "76",
|
||
"States Mode": "1",
|
||
"States Max": "10",
|
||
"States Align": "0",
|
||
"-> W COMMAND <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"Command Auto Adjust": "1",
|
||
"W Command X-Axis": "0",
|
||
"W Command Y-Axis": "425",
|
||
"W Command Width": "192",
|
||
"W Command Height": "180",
|
||
"W Command Slide X": "0",
|
||
"W Command Slide Y": "64",
|
||
"Layout Command": "true",
|
||
"L Command X-Axis": "-25",
|
||
"L Command Y-Axis": "-35",
|
||
"-> W PARTY <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"W Party X-Axis": "0",
|
||
"W Party Y-Axis": "425",
|
||
"W Party Width": "192",
|
||
"W Party Height": "180",
|
||
"W Party Slide X": "0",
|
||
"W Party Slide Y": "64",
|
||
"Layout Party": "true",
|
||
"L Party X-Axis": "-25",
|
||
"L Party Y-Axis": "-35",
|
||
"-> W HELP <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"W Help X-Axis": "0",
|
||
"W Help Y-Axis": "0",
|
||
"W Help Width": "816",
|
||
"W Help Height": "108",
|
||
"W Help Slide X": "0",
|
||
"W Help Slide Y": "-50",
|
||
"Layout Help": "true",
|
||
"L Help X-Axis": "0",
|
||
"L Help Y-Axis": "0",
|
||
"-> W SKILL <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"W Skill X-Axis": "0",
|
||
"W Skill Y-Axis": "444",
|
||
"W Skill Width": "816",
|
||
"W Skill Height": "180",
|
||
"W Skill maxCols": "2",
|
||
"W Skill Slide X": "0",
|
||
"W Skill Slide Y": "50",
|
||
"Layout Skill": "true",
|
||
"L Skill X-Axis": "0",
|
||
"L Skill Y-Axis": "-67",
|
||
"-> W ITEM <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"W Item X-Axis": "0",
|
||
"W Item Y-Axis": "444",
|
||
"W Item Width": "816",
|
||
"W Item Height": "180",
|
||
"W Item maxCols": "2",
|
||
"W Item Slide X": "0",
|
||
"W Item Slide Y": "50",
|
||
"Layout Item": "true",
|
||
"L Item X-Axis": "0",
|
||
"L Item Y-Axis": "-67",
|
||
"-> W ACTOR <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"W Actor X-Axis": "0",
|
||
"W Actor Y-Axis": "444",
|
||
"W Actor Width": "816",
|
||
"W Actor Height": "180",
|
||
"W Actor maxCols": "1",
|
||
"W Actor Slide X": "0",
|
||
"W Actor Slide Y": "50",
|
||
"Layout Actor": "true",
|
||
"L Actor X-Axis": "0",
|
||
"L Actor Y-Axis": "-67",
|
||
"-> W ENEMY <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"W Enemy X-Axis": "0",
|
||
"W Enemy Y-Axis": "444",
|
||
"W Enemy Width": "816",
|
||
"W Enemy Height": "180",
|
||
"W Enemy maxCols": "2",
|
||
"W Enemy Slide X": "0",
|
||
"W Enemy Slide Y": "50",
|
||
"Layout Enemy": "true",
|
||
"L Enemy X-Axis": "0",
|
||
"L Enemy Y-Axis": "-67",
|
||
"-> SCREEN LAYOUT <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"Screen Layout": "true",
|
||
"Screen X-Axis": "0",
|
||
"Screen Y-Axis": "0",
|
||
"-> CUSTOM POSITION <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"Custom Position 1": "",
|
||
"Custom Position 2": "",
|
||
"Custom Position 3": "",
|
||
"Custom Position 4": "",
|
||
"Custom Position 5": "",
|
||
"Custom Position 6": "",
|
||
"Custom Position 7": "",
|
||
"Custom Position 8": "",
|
||
},
|
||
},
|
||
{
|
||
name: "MOG_BattleHudFixPatch",
|
||
status: true,
|
||
description:
|
||
"MOG Battle Hud (v5.04)で見つかったバグを修正するパッチプラグイン",
|
||
parameters: {},
|
||
},
|
||
{
|
||
name: "MOG_HPGauge",
|
||
status: true,
|
||
description: "(v1.4 *) 対象のHPメーターを表示します。",
|
||
parameters: {
|
||
"Gauge For Actors": "false",
|
||
"Gauge For Enemies": "true",
|
||
"Show HP On Selection": "true",
|
||
"Fade Duration": "90",
|
||
"Slide Animation": "true",
|
||
"Show HP Number Actor": "false",
|
||
"Show HP Number Enemy": "true",
|
||
"Required to Kill": "false",
|
||
"Actor Layout X-Axis": "0",
|
||
"Actor Layout Y-Axis": "0",
|
||
"Actor Meter X-Axis": "0",
|
||
"Actor Meter Y-Axis": "3",
|
||
"Actor HP Number X-Axis": "-25",
|
||
"Actor HP Number Y-Axis": "-22",
|
||
"Enemy Layout X-Axis": "0",
|
||
"Enemy Layout Y-Axis": "0",
|
||
"Enemy Meter X-Axis": "8",
|
||
"Enemy Meter Y-Axis": "10",
|
||
"Enemy HP Number X-Axis": "-25",
|
||
"Enemy HP Number Y-Axis": "-19",
|
||
},
|
||
},
|
||
{
|
||
name: "MasterVolumeOption",
|
||
status: true,
|
||
description: "マスターボリューム設定プラグイン",
|
||
parameters: { 項目名称: "Master Volume", 初期値: "20", 音量の増減量: "20" },
|
||
},
|
||
{
|
||
name: "CommonPopupCore",
|
||
status: true,
|
||
description:
|
||
"ver1.06/汎用的なポップアップの仕組みを提供するためのベースプラグインです。",
|
||
parameters: {
|
||
"Text Back Color": "rgba(0,0,0,0.6)",
|
||
"Text Back FileName": "popup_back%d",
|
||
},
|
||
},
|
||
{
|
||
name: "GetInformation",
|
||
status: true,
|
||
description:
|
||
"ver1.171/アイテムの入手などにスライドアニメするインフォメーションを追加するプラグインです。",
|
||
parameters: {
|
||
"Info Disable Switch Id": "2",
|
||
"Use Battle Info": "true",
|
||
"Use Rewards Info": "true",
|
||
"Info Pattern": "Stretch",
|
||
"Info Font Size": "16",
|
||
"Info Count": "300",
|
||
"Info Delay": "100",
|
||
"Info MoveWait": "300",
|
||
"Info MoveFade": "10",
|
||
"Enable Out Move": "true",
|
||
"Info Position": "Up",
|
||
"Info Slide Action": "",
|
||
"Info Sup X": "0",
|
||
"Info Sup Y": "0",
|
||
"Info Width": "816",
|
||
"Gold Icon Index": "314",
|
||
"Actor Icon Start Index": "320",
|
||
"Reward Popup Delay": "0",
|
||
"Show Get Hide Item A": "false",
|
||
"Show Get Hide Item B": "false",
|
||
"Log Key": "",
|
||
"Log Max": "100",
|
||
"Log Row": "2",
|
||
"Log Reverse": "false",
|
||
"Menu Info Log Name": "",
|
||
"Battle Show List": "item,gold,exp,skill,params,level,abp,classLevel",
|
||
"Get Gold Text":
|
||
"「\\I[_icon]_num\\C[14]\\G\\C[0]」 \\C[24]Obtained!",
|
||
"Lost Gold Text":
|
||
"「\\I[_icon]_num\\C[14]\\G\\C[0]」 \\C[2]Lost...",
|
||
"Get Item Text":
|
||
"「\\I[_icon]_name」 \\C[24]Obtained!\\n\\C[6]_desc1",
|
||
"Lost Item Text":
|
||
"「\\I[_icon]_name」 \\C[2]Lost...\\n\\C[6]_desc1",
|
||
"Get Item Text Num":
|
||
"「\\I[_icon]_name」 \\C[14]_num \\C[24]Obtained!\\n\\C[6]_desc1",
|
||
"Lost Item Text Num":
|
||
"「\\I[_icon]_name」\\C[14]_num \\C[2]Lost...\\n\\C[6]_desc1",
|
||
"Get Skill Text":
|
||
"_actorは「\\I[_icon]_name」 \\C[24]覚えた!\\n\\C[6]_desc1",
|
||
"Lost Skill Text":
|
||
"_actorは「\\I[_icon]_name」を \\C[2]忘れてしまった・・・\\n\\C[6]_desc1",
|
||
"Exp Up Text":
|
||
"_actorは\\C[14]_numポイント\\C[0]の\\C[4]_name\\C[0]\\C[24]得た!",
|
||
"Exp Down Text":
|
||
"_actorは\\C[14]_numポイント\\C[0]の\\C[4]_name\\C[0]\\C[2]Lost...",
|
||
"Lv Up Text":
|
||
"_actorは\\C[4]_name\\C[0]が\\C[14]_numポイント\\C[24]上がった!",
|
||
"Lv Down Text":
|
||
"_actorは\\C[4]_name\\C[0]が\\C[14]_numポイント\\C[2]下がった・・・",
|
||
"Param Up Text":
|
||
"_actorは\\C[4]_name\\C[0]が\\C[14]_numポイント\\C[24]上がった!",
|
||
"Param Down Text":
|
||
"_actorは\\C[4]_name\\C[0]が\\C[14]_numポイント\\C[2]下がった・・・",
|
||
"Abp Up Text":
|
||
"_actorは\\C[14]_numポイント\\C[0]の\\C[4]_name\\C[0]\\C[24]得た!",
|
||
"Abp Down Text":
|
||
"_actorは\\C[14]_numポイント\\C[0]の\\C[4]_name\\C[0]\\C[2]Lost...",
|
||
"Class Lv Up Text":
|
||
"_actorは\\C[4]_classの_name\\C[0]が\\C[14]_numポイント\\C[24]上がった!",
|
||
"Class Lv Down Text":
|
||
"_actorは\\C[4]_classの_name\\C[0]が\\C[14]_numポイント\\C[2]下がった・・・",
|
||
"Formation Lv Up Text":
|
||
"\\C[4]_nameの熟練度\\C[0]が\\C[14]_numポイント\\C[24]上がった!",
|
||
"Formation Lv Max Text": "\\C[4]_name\\C[0]\\C[14]マスターした!",
|
||
},
|
||
},
|
||
{
|
||
name: "TMGreedShop",
|
||
status: true,
|
||
description: "お金以外にアイテムも要求されるショップ機能を追加します。",
|
||
parameters: {
|
||
materialWindowPosition: "0",
|
||
materialWindowWidth: "408",
|
||
buyWindowWidth: "456",
|
||
buyWindowHeight: "0",
|
||
materialMax: "5",
|
||
fontRate: "0.8",
|
||
greedCommand: "Craft",
|
||
needText: "Needed",
|
||
showSellCommand: "true",
|
||
showMaterialWindow: "true",
|
||
overlaid: "true",
|
||
backOpacity: "192",
|
||
showMaterialFromNumberWindow: "true",
|
||
showPrice: "true",
|
||
seGreedBuy: '{"name":"Shop1","volume":"90","pitch":"100","pan":"0"}',
|
||
},
|
||
},
|
||
{
|
||
name: "DependStateEscape",
|
||
status: true,
|
||
description:
|
||
"パーティの誰かが特定ステート時にバトル中の逃げるコマンドを封印",
|
||
parameters: { stateNo: "16" },
|
||
},
|
||
{
|
||
name: "Escape100",
|
||
status: true,
|
||
description: "逃げる成功率を100%にする",
|
||
parameters: { escapeSwitche: "11" },
|
||
},
|
||
{
|
||
name: "MPI_PictureOnWindow",
|
||
status: false,
|
||
description: "指定のピクチャをウインドウより手前に表示します。",
|
||
parameters: { ピクチャ番号: "81" },
|
||
},
|
||
{
|
||
name: "MPI_AnimationOverPictures",
|
||
status: true,
|
||
description: "アニメーションを、ピクチャより前に表示します。",
|
||
parameters: { 表示切替用スイッチ番号: "0" },
|
||
},
|
||
{
|
||
name: "PlayMsgWndCharSE",
|
||
status: true,
|
||
description: "(Ver1.1)メッセージウィンドウで文字ごとにSEを演奏します。",
|
||
parameters: {
|
||
"default SE": "1",
|
||
"battle default SE": "0",
|
||
interval: "2",
|
||
name1: "Cursor1",
|
||
volume1: "90",
|
||
pitch1: "100",
|
||
name2: "Cursor2",
|
||
volume2: "75",
|
||
pitch2: "125",
|
||
},
|
||
},
|
||
{
|
||
name: "MPP_EncounterEffect",
|
||
status: true,
|
||
description: "エンカウント時の演出を特殊なエフェクトに変更します。",
|
||
parameters: { "Effect Type": "3", "Effect Color": "255,255,255" },
|
||
},
|
||
{
|
||
name: "KMS_ShopInventory",
|
||
status: true,
|
||
description: "[v0.1.0] アイテムの在庫管理機能を追加します。",
|
||
parameters: {
|
||
"Sold out text": "SOLD OUT",
|
||
"Caption for stock": "在庫",
|
||
"Stock display": "1",
|
||
},
|
||
},
|
||
{
|
||
name: "NRP_AudioManager",
|
||
status: true,
|
||
description: "v1.01 音声ファイルの管理を行う。",
|
||
parameters: {
|
||
"<BGM>": "",
|
||
BgmSettings:
|
||
'["{\\"Name\\":\\"Shining Ray\\",\\"Volume\\":\\"150\\",\\"Pitch\\":\\"100\\",\\"Pan\\":\\"\\",\\"Pos\\":\\"\\"}","{\\"Name\\":\\"Dungeon2\\",\\"Volume\\":\\"70\\",\\"Pitch\\":\\"\\",\\"Pan\\":\\"\\",\\"Pos\\":\\"\\"}","{\\"Name\\":\\"PerituneMaterial_Beach_loop\\",\\"Volume\\":\\"70\\",\\"Pitch\\":\\"\\",\\"Pan\\":\\"\\",\\"Pos\\":\\"\\"}","{\\"Name\\":\\"PerituneMaterial_Harvest_Festival_loop\\",\\"Volume\\":\\"70\\",\\"Pitch\\":\\"\\",\\"Pan\\":\\"\\",\\"Pos\\":\\"\\"}","{\\"Name\\":\\"PerituneMaterial_Whisper3_loop\\",\\"Volume\\":\\"70\\",\\"Pitch\\":\\"\\",\\"Pan\\":\\"\\",\\"Pos\\":\\"\\"}","{\\"Name\\":\\"PerituneMaterial_Verdure2_loop\\",\\"Volume\\":\\"70\\",\\"Pitch\\":\\"\\",\\"Pan\\":\\"\\",\\"Pos\\":\\"\\"}","{\\"Name\\":\\"PerituneMaterial_Resort5_loop\\",\\"Volume\\":\\"70\\",\\"Pitch\\":\\"\\",\\"Pan\\":\\"\\",\\"Pos\\":\\"\\"}","{\\"Name\\":\\"PerituneMaterial_Time_and_Pray_loop\\",\\"Volume\\":\\"70\\",\\"Pitch\\":\\"\\",\\"Pan\\":\\"\\",\\"Pos\\":\\"\\"}","{\\"Name\\":\\"\\",\\"Volume\\":\\"100\\",\\"Pitch\\":\\"\\",\\"Pan\\":\\"\\",\\"Pos\\":\\"\\"}","{\\"Name\\":\\"PerituneMaterial_Raid_FolkMetal_loop\\",\\"Volume\\":\\"70\\",\\"Pitch\\":\\"\\",\\"Pan\\":\\"\\",\\"Pos\\":\\"\\"}","{\\"Name\\":\\"PerituneMaterial_Lost_place6_loop\\",\\"Volume\\":\\"65\\",\\"Pitch\\":\\"\\",\\"Pan\\":\\"\\",\\"Pos\\":\\"\\"}"]',
|
||
BgmAliases: "",
|
||
"<BGS>": "",
|
||
BgsSettings: "",
|
||
BgsAliases: "",
|
||
"<ME>": "",
|
||
MeSettings: "",
|
||
MeAliases: "",
|
||
"<SE>": "",
|
||
SeSettings:
|
||
'["{\\"Name\\":\\"01_Fini\\",\\"Volume\\":\\"150\\",\\"Pitch\\":\\"\\",\\"Pan\\":\\"\\"}","{\\"Name\\":\\"02_hurihodoki\\",\\"Volume\\":\\"250\\",\\"Pitch\\":\\"\\",\\"Pan\\":\\"\\"}","{\\"Name\\":\\"03_hat\\",\\"Volume\\":\\"100\\",\\"Pitch\\":\\"\\",\\"Pan\\":\\"\\"}","{\\"Name\\":\\"05_poison02\\",\\"Volume\\":\\"150\\",\\"Pitch\\":\\"\\",\\"Pan\\":\\"\\"}","{\\"Name\\":\\"1ivw0-crwtd\\",\\"Volume\\":\\"150\\",\\"Pitch\\":\\"\\",\\"Pan\\":\\"\\"}","{\\"Name\\":\\"se_gokuri01\\",\\"Volume\\":\\"200\\",\\"Pitch\\":\\"\\",\\"Pan\\":\\"\\"}","{\\"Name\\":\\"Magic1\\",\\"Volume\\":\\"400\\",\\"Pitch\\":\\"\\",\\"Pan\\":\\"\\"}","{\\"Name\\":\\"ashioto\\",\\"Volume\\":\\"120\\",\\"Pitch\\":\\"40\\",\\"Pan\\":\\"\\"}","{\\"Name\\":\\"ta_ta_dorodoro_sizuku01\\",\\"Volume\\":\\"120\\",\\"Pitch\\":\\"80\\",\\"Pan\\":\\"\\"}","{\\"Name\\":\\"di23y-ijji3\\",\\"Volume\\":\\"150\\",\\"Pitch\\":\\"\\",\\"Pan\\":\\"\\"}","{\\"Name\\":\\"4y9yj-j1bqt\\",\\"Volume\\":\\"150\\",\\"Pitch\\":\\"\\",\\"Pan\\":\\"\\"}","{\\"Name\\":\\"9pqh8-qzzh4\\",\\"Volume\\":\\"150\\",\\"Pitch\\":\\"\\",\\"Pan\\":\\"\\"}"]',
|
||
SeAliases: "",
|
||
},
|
||
},
|
||
{
|
||
name: "MakeScreenCapture",
|
||
status: true,
|
||
description: "画面キャプチャ管理プラグイン",
|
||
parameters: {
|
||
PNGキャプチャキー: "F6",
|
||
JPEGキャプチャキー: "F7",
|
||
WEBPキャプチャキー: "F9",
|
||
Ctrl同時押し: "false",
|
||
Alt同時押し: "false",
|
||
ファイル名: "image",
|
||
出力場所: "captures",
|
||
保存形式: "png",
|
||
連番桁数: "2",
|
||
タイムスタンプ: "true",
|
||
署名: "",
|
||
署名サイズ: "22",
|
||
署名画像: "",
|
||
実行間隔: "0",
|
||
効果音: "",
|
||
JPEG品質: "9",
|
||
},
|
||
},
|
||
{
|
||
name: "EquipState",
|
||
status: true,
|
||
description: "ステート付与装備 v1.1.0",
|
||
parameters: {},
|
||
},
|
||
{
|
||
name: "dsPassiveSkill",
|
||
status: true,
|
||
description: "パッシブスキルを実装するプラグイン ver1.12.0",
|
||
parameters: { "Show Battle": "true", "Show Battle Switch ID": "0" },
|
||
},
|
||
{
|
||
name: "NRP_MapTravel",
|
||
status: true,
|
||
description: "v1.03 マップ選択&移動画面を実装します。",
|
||
parameters: {
|
||
SpotList:
|
||
'["{\\"SpotName\\":\\"Shea\'s House\\",\\"Description\\":\\"Warp to the front of Shea\'s house\\",\\"TransferMapId\\":\\"10\\",\\"TransferX\\":\\"29\\",\\"TransferY\\":\\"9\\",\\"TransferDirection\\":\\"0\\",\\"TransferIdentifier\\":\\"\\",\\"TransferCommonEvent\\":\\"\\",\\"Icons\\":\\"\\",\\"<FieldMap>\\":\\"\\",\\"FieldMapId\\":\\"\\",\\"FieldX\\":\\"\\",\\"FieldY\\":\\"\\",\\"LocationUpdateMapId\\":\\"\\",\\"SymbolId\\":\\"1\\",\\"Condition\\":\\"\\",\\"ListingSwitch\\":\\"44\\",\\"PointSwitch\\":\\"\\",\\"DisableSwitch\\":\\"\\"}","{\\"SpotName\\":\\"Trateya Dungeon Entrance\\",\\"Description\\":\\"Warp to the front of Torateya Dungeon\\",\\"TransferMapId\\":\\"5\\",\\"TransferX\\":\\"7\\",\\"TransferY\\":\\"22\\",\\"TransferDirection\\":\\"0\\",\\"TransferIdentifier\\":\\"\\",\\"TransferCommonEvent\\":\\"\\",\\"Icons\\":\\"\\",\\"<FieldMap>\\":\\"\\",\\"FieldMapId\\":\\"\\",\\"FieldX\\":\\"\\",\\"FieldY\\":\\"\\",\\"LocationUpdateMapId\\":\\"\\",\\"SymbolId\\":\\"1\\",\\"Condition\\":\\"\\",\\"ListingSwitch\\":\\"45\\",\\"PointSwitch\\":\\"\\",\\"DisableSwitch\\":\\"\\"}","{\\"SpotName\\":\\"Forest Area 1\\",\\"Description\\":\\"Warp to Dungeon Forest Area 1\\",\\"TransferMapId\\":\\"3\\",\\"TransferX\\":\\"20\\",\\"TransferY\\":\\"26\\",\\"TransferDirection\\":\\"\\",\\"TransferIdentifier\\":\\"\\",\\"TransferCommonEvent\\":\\"\\",\\"Icons\\":\\"\\",\\"<FieldMap>\\":\\"\\",\\"FieldMapId\\":\\"\\",\\"FieldX\\":\\"\\",\\"FieldY\\":\\"\\",\\"LocationUpdateMapId\\":\\"\\",\\"SymbolId\\":\\"1\\",\\"Condition\\":\\"\\",\\"ListingSwitch\\":\\"41\\",\\"PointSwitch\\":\\"\\",\\"DisableSwitch\\":\\"\\"}","{\\"SpotName\\":\\"Forest Area 2\\",\\"Description\\":\\"Warp to Dungeon Forest Area 2\\",\\"TransferMapId\\":\\"14\\",\\"TransferX\\":\\"20\\",\\"TransferY\\":\\"13\\",\\"TransferDirection\\":\\"\\",\\"TransferIdentifier\\":\\"\\",\\"TransferCommonEvent\\":\\"\\",\\"Icons\\":\\"\\",\\"<FieldMap>\\":\\"\\",\\"FieldMapId\\":\\"\\",\\"FieldX\\":\\"\\",\\"FieldY\\":\\"\\",\\"LocationUpdateMapId\\":\\"\\",\\"SymbolId\\":\\"1\\",\\"Condition\\":\\"\\",\\"ListingSwitch\\":\\"42\\",\\"PointSwitch\\":\\"\\",\\"DisableSwitch\\":\\"\\"}","{\\"SpotName\\":\\"Forest Area 3\\",\\"Description\\":\\"Warp to Dungeon Forest Area 3\\",\\"TransferMapId\\":\\"13\\",\\"TransferX\\":\\"13\\",\\"TransferY\\":\\"5\\",\\"TransferDirection\\":\\"\\",\\"TransferIdentifier\\":\\"\\",\\"TransferCommonEvent\\":\\"\\",\\"Icons\\":\\"\\",\\"<FieldMap>\\":\\"\\",\\"FieldMapId\\":\\"\\",\\"FieldX\\":\\"\\",\\"FieldY\\":\\"\\",\\"LocationUpdateMapId\\":\\"\\",\\"SymbolId\\":\\"1\\",\\"Condition\\":\\"\\",\\"ListingSwitch\\":\\"43\\",\\"PointSwitch\\":\\"\\",\\"DisableSwitch\\":\\"\\"}","{\\"SpotName\\":\\"Cave Area 1\\",\\"Description\\":\\"Warp to Dungeon Cave Area 1\\",\\"TransferMapId\\":\\"8\\",\\"TransferX\\":\\"9\\",\\"TransferY\\":\\"47\\",\\"TransferDirection\\":\\"2\\",\\"TransferIdentifier\\":\\"\\",\\"TransferCommonEvent\\":\\"\\",\\"Icons\\":\\"\\",\\"<FieldMap>\\":\\"\\",\\"FieldMapId\\":\\"\\",\\"FieldX\\":\\"\\",\\"FieldY\\":\\"\\",\\"LocationUpdateMapId\\":\\"\\",\\"SymbolId\\":\\"1\\",\\"Condition\\":\\"\\",\\"ListingSwitch\\":\\"56\\",\\"PointSwitch\\":\\"\\",\\"DisableSwitch\\":\\"\\"}","{\\"SpotName\\":\\"Cave Area 2\\",\\"Description\\":\\"Warp to Dungeon Cave Area 2\\",\\"TransferMapId\\":\\"23\\",\\"TransferX\\":\\"19\\",\\"TransferY\\":\\"42\\",\\"TransferDirection\\":\\"2\\",\\"TransferIdentifier\\":\\"\\",\\"TransferCommonEvent\\":\\"\\",\\"Icons\\":\\"\\",\\"<FieldMap>\\":\\"\\",\\"FieldMapId\\":\\"\\",\\"FieldX\\":\\"\\",\\"FieldY\\":\\"\\",\\"LocationUpdateMapId\\":\\"\\",\\"SymbolId\\":\\"1\\",\\"Condition\\":\\"\\",\\"ListingSwitch\\":\\"57\\",\\"PointSwitch\\":\\"\\",\\"DisableSwitch\\":\\"\\"}","{\\"SpotName\\":\\"Cave Area 3\\",\\"Description\\":\\"Warp to Dungeon Cave Area 3\\",\\"TransferMapId\\":\\"29\\",\\"TransferX\\":\\"11\\",\\"TransferY\\":\\"42\\",\\"TransferDirection\\":\\"2\\",\\"TransferIdentifier\\":\\"\\",\\"TransferCommonEvent\\":\\"\\",\\"Icons\\":\\"\\",\\"<FieldMap>\\":\\"\\",\\"FieldMapId\\":\\"\\",\\"FieldX\\":\\"\\",\\"FieldY\\":\\"\\",\\"LocationUpdateMapId\\":\\"\\",\\"SymbolId\\":\\"1\\",\\"Condition\\":\\"\\",\\"ListingSwitch\\":\\"58\\",\\"PointSwitch\\":\\"\\",\\"DisableSwitch\\":\\"\\"}","{\\"SpotName\\":\\"Cave Area 3(ボス前)\\",\\"Description\\":\\"Warp to the Boss area of Dungeon Cave\\",\\"TransferMapId\\":\\"29\\",\\"TransferX\\":\\"13\\",\\"TransferY\\":\\"7\\",\\"TransferDirection\\":\\"2\\",\\"TransferIdentifier\\":\\"\\",\\"TransferCommonEvent\\":\\"\\",\\"Icons\\":\\"\\",\\"<FieldMap>\\":\\"\\",\\"FieldMapId\\":\\"\\",\\"FieldX\\":\\"\\",\\"FieldY\\":\\"\\",\\"LocationUpdateMapId\\":\\"\\",\\"SymbolId\\":\\"1\\",\\"Condition\\":\\"\\",\\"ListingSwitch\\":\\"59\\",\\"PointSwitch\\":\\"\\",\\"DisableSwitch\\":\\"\\"}","{\\"SpotName\\":\\"Mansion Area 1\\",\\"Description\\":\\"Warp to Dungeon Mansion Area 1\\",\\"TransferMapId\\":\\"33\\",\\"TransferX\\":\\"26\\",\\"TransferY\\":\\"45\\",\\"TransferDirection\\":\\"2\\",\\"TransferIdentifier\\":\\"\\",\\"TransferCommonEvent\\":\\"\\",\\"Icons\\":\\"\\",\\"<FieldMap>\\":\\"\\",\\"FieldMapId\\":\\"\\",\\"FieldX\\":\\"\\",\\"FieldY\\":\\"\\",\\"LocationUpdateMapId\\":\\"\\",\\"SymbolId\\":\\"1\\",\\"Condition\\":\\"\\",\\"ListingSwitch\\":\\"60\\",\\"PointSwitch\\":\\"\\",\\"DisableSwitch\\":\\"\\"}","{\\"SpotName\\":\\"Mansion Area West\\",\\"Description\\":\\"Warp to the West of Dungeon Mansion Area\\",\\"TransferMapId\\":\\"34\\",\\"TransferX\\":\\"8\\",\\"TransferY\\":\\"12\\",\\"TransferDirection\\":\\"2\\",\\"TransferIdentifier\\":\\"\\",\\"TransferCommonEvent\\":\\"\\",\\"Icons\\":\\"\\",\\"<FieldMap>\\":\\"\\",\\"FieldMapId\\":\\"\\",\\"FieldX\\":\\"\\",\\"FieldY\\":\\"\\",\\"LocationUpdateMapId\\":\\"\\",\\"SymbolId\\":\\"1\\",\\"Condition\\":\\"\\",\\"ListingSwitch\\":\\"104\\",\\"PointSwitch\\":\\"\\",\\"DisableSwitch\\":\\"\\"}","{\\"SpotName\\":\\"Mansion Area East\\",\\"Description\\":\\"Warp to the East of Dungeon Mansion Area\\",\\"TransferMapId\\":\\"35\\",\\"TransferX\\":\\"6\\",\\"TransferY\\":\\"13\\",\\"TransferDirection\\":\\"2\\",\\"TransferIdentifier\\":\\"\\",\\"TransferCommonEvent\\":\\"\\",\\"Icons\\":\\"\\",\\"<FieldMap>\\":\\"\\",\\"FieldMapId\\":\\"\\",\\"FieldX\\":\\"\\",\\"FieldY\\":\\"\\",\\"LocationUpdateMapId\\":\\"\\",\\"SymbolId\\":\\"1\\",\\"Condition\\":\\"\\",\\"ListingSwitch\\":\\"105\\",\\"PointSwitch\\":\\"\\",\\"DisableSwitch\\":\\"\\"}","{\\"SpotName\\":\\"Innermost Area 1\\",\\"Description\\":\\"Warp to Dungeon Deepest Area 1\\",\\"TransferMapId\\":\\"43\\",\\"TransferX\\":\\"37\\",\\"TransferY\\":\\"43\\",\\"TransferDirection\\":\\"2\\",\\"TransferIdentifier\\":\\"\\",\\"TransferCommonEvent\\":\\"\\",\\"Icons\\":\\"\\",\\"<FieldMap>\\":\\"\\",\\"FieldMapId\\":\\"\\",\\"FieldX\\":\\"\\",\\"FieldY\\":\\"\\",\\"LocationUpdateMapId\\":\\"\\",\\"SymbolId\\":\\"1\\",\\"Condition\\":\\"\\",\\"ListingSwitch\\":\\"121\\",\\"PointSwitch\\":\\"\\",\\"DisableSwitch\\":\\"\\"}","{\\"SpotName\\":\\"Innermost Area 2\\",\\"Description\\":\\"Warp to Dungeon Deepest Area 2\\",\\"TransferMapId\\":\\"46\\",\\"TransferX\\":\\"24\\",\\"TransferY\\":\\"56\\",\\"TransferDirection\\":\\"2\\",\\"TransferIdentifier\\":\\"\\",\\"TransferCommonEvent\\":\\"\\",\\"Icons\\":\\"\\",\\"<FieldMap>\\":\\"\\",\\"FieldMapId\\":\\"\\",\\"FieldX\\":\\"\\",\\"FieldY\\":\\"\\",\\"LocationUpdateMapId\\":\\"\\",\\"SymbolId\\":\\"1\\",\\"Condition\\":\\"\\",\\"ListingSwitch\\":\\"122\\",\\"PointSwitch\\":\\"\\",\\"DisableSwitch\\":\\"\\"}","{\\"SpotName\\":\\"Innermost Area 3\\",\\"Description\\":\\"Warp to Dungeon Deepest Area 3\\",\\"TransferMapId\\":\\"44\\",\\"TransferX\\":\\"23\\",\\"TransferY\\":\\"25\\",\\"TransferDirection\\":\\"2\\",\\"TransferIdentifier\\":\\"\\",\\"TransferCommonEvent\\":\\"\\",\\"Icons\\":\\"\\",\\"<FieldMap>\\":\\"\\",\\"FieldMapId\\":\\"\\",\\"FieldX\\":\\"\\",\\"FieldY\\":\\"\\",\\"LocationUpdateMapId\\":\\"\\",\\"SymbolId\\":\\"1\\",\\"Condition\\":\\"\\",\\"ListingSwitch\\":\\"123\\",\\"PointSwitch\\":\\"\\",\\"DisableSwitch\\":\\"\\"}"]',
|
||
FieldMapList: "",
|
||
SymbolList:
|
||
'["{\\"SymbolId\\":\\"-1\\",\\"Memo\\":\\"現在地\\",\\"SymbolImage\\":\\"\\",\\"BlinkPeriod\\":\\"60\\",\\"Opacity\\":\\"255\\",\\"<NoImage>\\":\\"\\",\\"SymbolColor\\":\\"rgb(0, 255, 255)\\",\\"SymbolRadius\\":\\"8\\"}","{\\"SymbolId\\":\\"0\\",\\"Memo\\":\\"選択地点\\",\\"SymbolImage\\":\\"\\",\\"BlinkPeriod\\":\\"\\",\\"Opacity\\":\\"128\\",\\"<NoImage>\\":\\"\\",\\"SymbolColor\\":\\"rgb(255, 0, 0)\\",\\"SymbolRadius\\":\\"12\\"}","{\\"SymbolId\\":\\"1\\",\\"Memo\\":\\"各地点\\",\\"SymbolImage\\":\\"\\",\\"BlinkPeriod\\":\\"120\\",\\"Opacity\\":\\"510\\",\\"<NoImage>\\":\\"\\",\\"SymbolColor\\":\\"rgb(255, 255, 255)\\",\\"SymbolRadius\\":\\"5\\"}"]',
|
||
"<TransferCommonEvent>": "",
|
||
TransferCommonEvent: "70",
|
||
MapIdVariable: "81",
|
||
XVariable: "82",
|
||
YVariable: "83",
|
||
IdentifierVariable: "",
|
||
"<FieldMap>": "",
|
||
UpdateWhenExitField: "true",
|
||
UpdateWhenEnterSpot: "true",
|
||
CurrentSymbolId: "-1",
|
||
SelectedSymbolId: "0",
|
||
"<Layout>": "",
|
||
SpotListWidth: "300",
|
||
HelpHeight: "",
|
||
"<Menu Command>": "",
|
||
ShowMenuCommand: "false",
|
||
ShowMenuCommandPosition: "4",
|
||
TravelName: "移動",
|
||
MenuCommandSwitch: "",
|
||
MaskString: "",
|
||
DisableSwitch: "",
|
||
TravelSymbol: "maptravel",
|
||
ReadOnlyMenu: "false",
|
||
"<Other>": "",
|
||
StartCommonEvent: "",
|
||
},
|
||
},
|
||
{
|
||
name: "CBR_eroStatus_main",
|
||
status: true,
|
||
description: "エロステータス作れちゃうプラグイン(本体)",
|
||
parameters: { eroStaName: "Ero Status", "": "", commonEvent: "69" },
|
||
},
|
||
{
|
||
name: "CBR_eroStatus_1",
|
||
status: true,
|
||
description: "エロステータス作れちゃうプラグイン(追加用)",
|
||
parameters: {
|
||
"#### ピクチャ1 ####": "",
|
||
picName_1: "",
|
||
picOrigin_1: "left",
|
||
picX_1: "0",
|
||
picY_1: "0",
|
||
picOpacity_1: "100",
|
||
picZoom_1: "100",
|
||
picShow_1: "on",
|
||
"": "",
|
||
"#### ピクチャ2 ####": "",
|
||
picName_2: "base_sentou_0\\V[93]",
|
||
picOrigin_2: "left",
|
||
picX_2: "330",
|
||
picY_2: "-20",
|
||
picOpacity_2: "100",
|
||
picZoom_2: "100",
|
||
picShow_2: "on",
|
||
"#### ピクチャ3 ####": "",
|
||
picName_3: "base_huku_0\\V[84]",
|
||
picOrigin_3: "left",
|
||
picX_3: "330",
|
||
picY_3: "-20",
|
||
picOpacity_3: "100",
|
||
picZoom_3: "100",
|
||
picShow_3: "on",
|
||
"#### ピクチャ4 ####": "",
|
||
picName_4: "",
|
||
picOrigin_4: "left",
|
||
picX_4: "0",
|
||
picY_4: "0",
|
||
picOpacity_4: "100",
|
||
picZoom_4: "100",
|
||
picShow_4: "on",
|
||
"#### ピクチャ5 ####": "",
|
||
picName_5: "",
|
||
picOrigin_5: "left",
|
||
picX_5: "0",
|
||
picY_5: "0",
|
||
picOpacity_5: "100",
|
||
picZoom_5: "100",
|
||
picShow_5: "on",
|
||
"#### ピクチャ6 ####": "",
|
||
picName_6: "",
|
||
picOrigin_6: "left",
|
||
picX_6: "0",
|
||
picY_6: "0",
|
||
picOpacity_6: "100",
|
||
picZoom_6: "100",
|
||
picShow_6: "on",
|
||
"#### ピクチャ7 ####": "",
|
||
picName_7: "base_sentou_nulnul_0\\V[85]",
|
||
picOrigin_7: "left",
|
||
picX_7: "330",
|
||
picY_7: "-20",
|
||
picOpacity_7: "100",
|
||
picZoom_7: "100",
|
||
picShow_7: "on",
|
||
"#### ピクチャ8 ####": "",
|
||
picName_8: "",
|
||
picOrigin_8: "left",
|
||
picX_8: "0",
|
||
picY_8: "0",
|
||
picOpacity_8: "100",
|
||
picZoom_8: "100",
|
||
picShow_8: "on",
|
||
"#### ピクチャ9 ####": "",
|
||
picName_9: "",
|
||
picOrigin_9: "left",
|
||
picX_9: "0",
|
||
picY_9: "0",
|
||
picOpacity_9: "100",
|
||
picZoom_9: "100",
|
||
picShow_9: "on",
|
||
"#### ピクチャ10 ####": "",
|
||
picName_10: "",
|
||
picOrigin_10: "left",
|
||
picX_10: "0",
|
||
picY_10: "0",
|
||
picOpacity_10: "100",
|
||
picZoom_10: "100",
|
||
picShow_10: "on",
|
||
"#### ピクチャ11 ####": "",
|
||
picName_11: "",
|
||
picOrigin_11: "left",
|
||
picX_11: "0",
|
||
picY_11: "0",
|
||
picOpacity_11: "100",
|
||
picZoom_11: "100",
|
||
picShow_11: "on",
|
||
"#### ピクチャ12 ####": "",
|
||
picName_12: "",
|
||
picOrigin_12: "left",
|
||
picX_12: "0",
|
||
picY_12: "0",
|
||
picOpacity_12: "100",
|
||
picZoom_12: "100",
|
||
picShow_12: "on",
|
||
"#### ピクチャ13 ####": "",
|
||
picName_13: "",
|
||
picOrigin_13: "left",
|
||
picX_13: "0",
|
||
picY_13: "0",
|
||
picOpacity_13: "100",
|
||
picZoom_13: "100",
|
||
picShow_13: "on",
|
||
"#### ピクチャ14 ####": "",
|
||
picName_14: "",
|
||
picOrigin_14: "left",
|
||
picX_14: "0",
|
||
picY_14: "0",
|
||
picOpacity_14: "100",
|
||
picZoom_14: "100",
|
||
picShow_14: "on",
|
||
"#### ピクチャ15 ####": "",
|
||
picName_15: "",
|
||
picOrigin_15: "left",
|
||
picX_15: "0",
|
||
picY_15: "0",
|
||
picOpacity_15: "100",
|
||
picZoom_15: "100",
|
||
picShow_15: "on",
|
||
"#### ピクチャ16 ####": "",
|
||
picName_16: "",
|
||
picOrigin_16: "left",
|
||
picX_16: "0",
|
||
picY_16: "0",
|
||
picOpacity_16: "100",
|
||
picZoom_16: "100",
|
||
picShow_16: "on",
|
||
"#### ピクチャ17 ####": "",
|
||
picName_17: "",
|
||
picOrigin_17: "left",
|
||
picX_17: "0",
|
||
picY_17: "0",
|
||
picOpacity_17: "100",
|
||
picZoom_17: "100",
|
||
picShow_17: "on",
|
||
"#### ピクチャ18 ####": "",
|
||
picName_18: "",
|
||
picOrigin_18: "left",
|
||
picX_18: "0",
|
||
picY_18: "0",
|
||
picOpacity_18: "100",
|
||
picZoom_18: "100",
|
||
picShow_18: "on",
|
||
"#### ピクチャ19 ####": "",
|
||
picName_19: "",
|
||
picOrigin_19: "left",
|
||
picX_19: "0",
|
||
picY_19: "0",
|
||
picOpacity_19: "100",
|
||
picZoom_19: "100",
|
||
picShow_19: "on",
|
||
"#### ピクチャ20 ####": "",
|
||
picName_20: "",
|
||
picOrigin_20: "left",
|
||
picX_20: "0",
|
||
picY_20: "0",
|
||
picOpacity_20: "100",
|
||
picZoom_20: "100",
|
||
picShow_20: "on",
|
||
"#### ピクチャ21 ####": "",
|
||
picName_21: "",
|
||
picOrigin_21: "left",
|
||
picX_21: "0",
|
||
picY_21: "0",
|
||
picOpacity_21: "100",
|
||
picZoom_21: "100",
|
||
picShow_21: "on",
|
||
"#### ピクチャ22 ####": "",
|
||
picName_22: "",
|
||
picOrigin_22: "left",
|
||
picX_22: "0",
|
||
picY_22: "0",
|
||
picOpacity_22: "100",
|
||
picZoom_22: "100",
|
||
picShow_22: "on",
|
||
"#### ピクチャ23 ####": "",
|
||
picName_23: "",
|
||
picOrigin_23: "left",
|
||
picX_23: "0",
|
||
picY_23: "0",
|
||
picOpacity_23: "100",
|
||
picZoom_23: "100",
|
||
picShow_23: "on",
|
||
"#### ピクチャ24 ####": "",
|
||
picName_24: "",
|
||
picOrigin_24: "left",
|
||
picX_24: "0",
|
||
picY_24: "0",
|
||
picOpacity_24: "100",
|
||
picZoom_24: "100",
|
||
picShow_24: "on",
|
||
"#### ピクチャ25 ####": "",
|
||
picName_25: "",
|
||
picOrigin_25: "left",
|
||
picX_25: "0",
|
||
picY_25: "0",
|
||
picOpacity_25: "100",
|
||
picZoom_25: "100",
|
||
picShow_25: "on",
|
||
"#### ピクチャ26 ####": "",
|
||
picName_26: "",
|
||
picOrigin_26: "left",
|
||
picX_26: "0",
|
||
picY_26: "0",
|
||
picOpacity_26: "100",
|
||
picZoom_26: "100",
|
||
picShow_26: "on",
|
||
"#### ピクチャ27 ####": "",
|
||
picName_27: "",
|
||
picOrigin_27: "left",
|
||
picX_27: "0",
|
||
picY_27: "0",
|
||
picOpacity_27: "100",
|
||
picZoom_27: "100",
|
||
picShow_27: "on",
|
||
"#### ピクチャ28 ####": "",
|
||
picName_28: "",
|
||
picOrigin_28: "left",
|
||
picX_28: "0",
|
||
picY_28: "0",
|
||
picOpacity_28: "100",
|
||
picZoom_28: "100",
|
||
picShow_28: "on",
|
||
"#### ピクチャ29 ####": "",
|
||
picName_29: "",
|
||
picOrigin_29: "left",
|
||
picX_29: "0",
|
||
picY_29: "0",
|
||
picOpacity_29: "100",
|
||
picZoom_29: "100",
|
||
picShow_29: "on",
|
||
"#### ピクチャ30 ####": "",
|
||
picName_30: "",
|
||
picOrigin_30: "left",
|
||
picX_30: "0",
|
||
picY_30: "0",
|
||
picOpacity_30: "100",
|
||
picZoom_30: "100",
|
||
picShow_30: "on",
|
||
"#### ピクチャ31 ####": "",
|
||
picName_31: "",
|
||
picOrigin_31: "left",
|
||
picX_31: "0",
|
||
picY_31: "0",
|
||
picOpacity_31: "100",
|
||
picZoom_31: "100",
|
||
picShow_31: "on",
|
||
"#### ピクチャ32 ####": "",
|
||
picName_32: "",
|
||
picOrigin_32: "left",
|
||
picX_32: "0",
|
||
picY_32: "0",
|
||
picOpacity_32: "100",
|
||
picZoom_32: "100",
|
||
picShow_32: "on",
|
||
"#### ピクチャ33 ####": "",
|
||
picName_33: "",
|
||
picOrigin_33: "left",
|
||
picX_33: "0",
|
||
picY_33: "0",
|
||
picOpacity_33: "100",
|
||
picZoom_33: "100",
|
||
picShow_33: "on",
|
||
"#### ピクチャ34 ####": "",
|
||
picName_34: "",
|
||
picOrigin_34: "left",
|
||
picX_34: "0",
|
||
picY_34: "0",
|
||
picOpacity_34: "100",
|
||
picZoom_34: "100",
|
||
picShow_34: "on",
|
||
"#### ピクチャ35 ####": "",
|
||
picName_35: "",
|
||
picOrigin_35: "left",
|
||
picX_35: "0",
|
||
picY_35: "0",
|
||
picOpacity_35: "100",
|
||
picZoom_35: "100",
|
||
picShow_35: "on",
|
||
"#### ピクチャ36 ####": "",
|
||
picName_36: "",
|
||
picOrigin_36: "left",
|
||
picX_36: "0",
|
||
picY_36: "0",
|
||
picOpacity_36: "100",
|
||
picZoom_36: "100",
|
||
picShow_36: "on",
|
||
"#### ピクチャ37 ####": "",
|
||
picName_37: "",
|
||
picOrigin_37: "left",
|
||
picX_37: "0",
|
||
picY_37: "0",
|
||
picOpacity_37: "100",
|
||
picZoom_37: "100",
|
||
picShow_37: "on",
|
||
"#### ピクチャ38 ####": "",
|
||
picName_38: "",
|
||
picOrigin_38: "left",
|
||
picX_38: "0",
|
||
picY_38: "0",
|
||
picOpacity_38: "100",
|
||
picZoom_38: "100",
|
||
picShow_38: "on",
|
||
"#### ピクチャ39 ####": "",
|
||
picName_39: "",
|
||
picOrigin_39: "left",
|
||
picX_39: "0",
|
||
picY_39: "0",
|
||
picOpacity_39: "100",
|
||
picZoom_39: "100",
|
||
picShow_39: "on",
|
||
"#### ピクチャ40 ####": "",
|
||
picName_40: "",
|
||
picOrigin_40: "left",
|
||
picX_40: "0",
|
||
picY_40: "0",
|
||
picOpacity_40: "100",
|
||
picZoom_40: "100",
|
||
picShow_40: "on",
|
||
"#### ピクチャ41 ####": "",
|
||
picName_41: "",
|
||
picOrigin_41: "left",
|
||
picX_41: "0",
|
||
picY_41: "0",
|
||
picOpacity_41: "100",
|
||
picZoom_41: "100",
|
||
picShow_41: "on",
|
||
"#### ピクチャ42 ####": "",
|
||
picName_42: "",
|
||
picOrigin_42: "left",
|
||
picX_42: "0",
|
||
picY_42: "0",
|
||
picOpacity_42: "100",
|
||
picZoom_42: "100",
|
||
picShow_42: "on",
|
||
"#### ピクチャ43 ####": "",
|
||
picName_43: "",
|
||
picOrigin_43: "left",
|
||
picX_43: "0",
|
||
picY_43: "0",
|
||
picOpacity_43: "100",
|
||
picZoom_43: "100",
|
||
picShow_43: "on",
|
||
"#### ピクチャ44 ####": "",
|
||
picName_44: "",
|
||
picOrigin_44: "left",
|
||
picX_44: "0",
|
||
picY_44: "0",
|
||
picOpacity_44: "100",
|
||
picZoom_44: "100",
|
||
picShow_44: "on",
|
||
"#### ピクチャ45 ####": "",
|
||
picName_45: "",
|
||
picOrigin_45: "left",
|
||
picX_45: "0",
|
||
picY_45: "0",
|
||
picOpacity_45: "100",
|
||
picZoom_45: "100",
|
||
picShow_45: "on",
|
||
"#### ピクチャ46 ####": "",
|
||
picName_46: "",
|
||
picOrigin_46: "left",
|
||
picX_46: "0",
|
||
picY_46: "0",
|
||
picOpacity_46: "100",
|
||
picZoom_46: "100",
|
||
picShow_46: "on",
|
||
"#### ピクチャ47 ####": "",
|
||
picName_47: "",
|
||
picOrigin_47: "left",
|
||
picX_47: "0",
|
||
picY_47: "0",
|
||
picOpacity_47: "100",
|
||
picZoom_47: "100",
|
||
picShow_47: "on",
|
||
"#### ピクチャ48 ####": "",
|
||
picName_48: "",
|
||
picOrigin_48: "left",
|
||
picX_48: "0",
|
||
picY_48: "0",
|
||
picOpacity_48: "100",
|
||
picZoom_48: "100",
|
||
picShow_48: "on",
|
||
"#### ピクチャ49 ####": "",
|
||
picName_49: "",
|
||
picOrigin_49: "left",
|
||
picX_49: "0",
|
||
picY_49: "0",
|
||
picOpacity_49: "100",
|
||
picZoom_49: "100",
|
||
picShow_49: "on",
|
||
"#### ピクチャ50 ####": "",
|
||
picName_50: "ero_status_base",
|
||
picOrigin_50: "left",
|
||
picX_50: "0",
|
||
picY_50: "0",
|
||
picOpacity_50: "100",
|
||
picZoom_50: "100",
|
||
picShow_50: "on",
|
||
"#### ピクチャ51 ####": "",
|
||
picName_51: "",
|
||
picOrigin_51: "left",
|
||
picX_51: "0",
|
||
picY_51: "0",
|
||
picOpacity_51: "100",
|
||
picZoom_51: "100",
|
||
picShow_51: "on",
|
||
"#### ピクチャ52 ####": "",
|
||
picName_52: "",
|
||
picOrigin_52: "left",
|
||
picX_52: "0",
|
||
picY_52: "0",
|
||
picOpacity_52: "100",
|
||
picZoom_52: "100",
|
||
picShow_52: "on",
|
||
"#### ピクチャ53 ####": "",
|
||
picName_53: "",
|
||
picOrigin_53: "left",
|
||
picX_53: "0",
|
||
picY_53: "0",
|
||
picOpacity_53: "100",
|
||
picZoom_53: "100",
|
||
picShow_53: "on",
|
||
"#### ピクチャ54 ####": "",
|
||
picName_54: "",
|
||
picOrigin_54: "left",
|
||
picX_54: "0",
|
||
picY_54: "0",
|
||
picOpacity_54: "100",
|
||
picZoom_54: "100",
|
||
picShow_54: "on",
|
||
"#### ピクチャ55 ####": "",
|
||
picName_55: "",
|
||
picOrigin_55: "left",
|
||
picX_55: "0",
|
||
picY_55: "0",
|
||
picOpacity_55: "100",
|
||
picZoom_55: "100",
|
||
picShow_55: "on",
|
||
"#### ピクチャ56 ####": "",
|
||
picName_56: "",
|
||
picOrigin_56: "left",
|
||
picX_56: "0",
|
||
picY_56: "0",
|
||
picOpacity_56: "100",
|
||
picZoom_56: "100",
|
||
picShow_56: "on",
|
||
"#### ピクチャ57 ####": "",
|
||
picName_57: "",
|
||
picOrigin_57: "left",
|
||
picX_57: "0",
|
||
picY_57: "0",
|
||
picOpacity_57: "100",
|
||
picZoom_57: "100",
|
||
picShow_57: "on",
|
||
"#### ピクチャ58 ####": "",
|
||
picName_58: "",
|
||
picOrigin_58: "left",
|
||
picX_58: "0",
|
||
picY_58: "0",
|
||
picOpacity_58: "100",
|
||
picZoom_58: "100",
|
||
picShow_58: "on",
|
||
"#### ピクチャ59 ####": "",
|
||
picName_59: "",
|
||
picOrigin_59: "left",
|
||
picX_59: "0",
|
||
picY_59: "0",
|
||
picOpacity_59: "100",
|
||
picZoom_59: "100",
|
||
picShow_59: "on",
|
||
"#### ピクチャ60 ####": "",
|
||
picName_60: "",
|
||
picOrigin_60: "left",
|
||
picX_60: "0",
|
||
picY_60: "0",
|
||
picOpacity_60: "100",
|
||
picZoom_60: "100",
|
||
picShow_60: "on",
|
||
"#### ピクチャ61 ####": "",
|
||
picName_61: "",
|
||
picOrigin_61: "left",
|
||
picX_61: "0",
|
||
picY_61: "0",
|
||
picOpacity_61: "100",
|
||
picZoom_61: "100",
|
||
picShow_61: "on",
|
||
"#### ピクチャ62 ####": "",
|
||
picName_62: "",
|
||
picOrigin_62: "left",
|
||
picX_62: "0",
|
||
picY_62: "0",
|
||
picOpacity_62: "100",
|
||
picZoom_62: "100",
|
||
picShow_62: "on",
|
||
"#### ピクチャ63 ####": "",
|
||
picName_63: "",
|
||
picOrigin_63: "left",
|
||
picX_63: "0",
|
||
picY_63: "0",
|
||
picOpacity_63: "100",
|
||
picZoom_63: "100",
|
||
picShow_63: "on",
|
||
"#### ピクチャ64 ####": "",
|
||
picName_64: "",
|
||
picOrigin_64: "left",
|
||
picX_64: "0",
|
||
picY_64: "0",
|
||
picOpacity_64: "100",
|
||
picZoom_64: "100",
|
||
picShow_64: "on",
|
||
"#### ピクチャ65 ####": "",
|
||
picName_65: "",
|
||
picOrigin_65: "left",
|
||
picX_65: "0",
|
||
picY_65: "0",
|
||
picOpacity_65: "100",
|
||
picZoom_65: "100",
|
||
picShow_65: "on",
|
||
"#### ピクチャ66 ####": "",
|
||
picName_66: "",
|
||
picOrigin_66: "left",
|
||
picX_66: "0",
|
||
picY_66: "0",
|
||
picOpacity_66: "100",
|
||
picZoom_66: "100",
|
||
picShow_66: "on",
|
||
"#### ピクチャ67 ####": "",
|
||
picName_67: "",
|
||
picOrigin_67: "left",
|
||
picX_67: "0",
|
||
picY_67: "0",
|
||
picOpacity_67: "100",
|
||
picZoom_67: "100",
|
||
picShow_67: "on",
|
||
"#### ピクチャ68 ####": "",
|
||
picName_68: "",
|
||
picOrigin_68: "left",
|
||
picX_68: "0",
|
||
picY_68: "0",
|
||
picOpacity_68: "100",
|
||
picZoom_68: "100",
|
||
picShow_68: "on",
|
||
"#### ピクチャ69 ####": "",
|
||
picName_69: "",
|
||
picOrigin_69: "left",
|
||
picX_69: "0",
|
||
picY_69: "0",
|
||
picOpacity_69: "100",
|
||
picZoom_69: "100",
|
||
picShow_69: "on",
|
||
"#### ピクチャ70 ####": "",
|
||
picName_70: "",
|
||
picOrigin_70: "left",
|
||
picX_70: "0",
|
||
picY_70: "0",
|
||
picOpacity_70: "100",
|
||
picZoom_70: "100",
|
||
picShow_70: "on",
|
||
"#### ピクチャ71 ####": "",
|
||
picName_71: "",
|
||
picOrigin_71: "left",
|
||
picX_71: "0",
|
||
picY_71: "0",
|
||
picOpacity_71: "100",
|
||
picZoom_71: "100",
|
||
picShow_71: "on",
|
||
"#### ピクチャ72 ####": "",
|
||
picName_72: "",
|
||
picOrigin_72: "left",
|
||
picX_72: "0",
|
||
picY_72: "0",
|
||
picOpacity_72: "100",
|
||
picZoom_72: "100",
|
||
picShow_72: "on",
|
||
"#### ピクチャ73 ####": "",
|
||
picName_73: "",
|
||
picOrigin_73: "left",
|
||
picX_73: "0",
|
||
picY_73: "0",
|
||
picOpacity_73: "100",
|
||
picZoom_73: "100",
|
||
picShow_73: "on",
|
||
"#### ピクチャ74 ####": "",
|
||
picName_74: "",
|
||
picOrigin_74: "left",
|
||
picX_74: "0",
|
||
picY_74: "0",
|
||
picOpacity_74: "100",
|
||
picZoom_74: "100",
|
||
picShow_74: "on",
|
||
"#### ピクチャ75 ####": "",
|
||
picName_75: "",
|
||
picOrigin_75: "left",
|
||
picX_75: "0",
|
||
picY_75: "0",
|
||
picOpacity_75: "100",
|
||
picZoom_75: "100",
|
||
picShow_75: "on",
|
||
"#### ピクチャ76 ####": "",
|
||
picName_76: "",
|
||
picOrigin_76: "left",
|
||
picX_76: "0",
|
||
picY_76: "0",
|
||
picOpacity_76: "100",
|
||
picZoom_76: "100",
|
||
picShow_76: "on",
|
||
"#### ピクチャ77 ####": "",
|
||
picName_77: "",
|
||
picOrigin_77: "left",
|
||
picX_77: "0",
|
||
picY_77: "0",
|
||
picOpacity_77: "100",
|
||
picZoom_77: "100",
|
||
picShow_77: "on",
|
||
"#### ピクチャ78 ####": "",
|
||
picName_78: "",
|
||
picOrigin_78: "left",
|
||
picX_78: "0",
|
||
picY_78: "0",
|
||
picOpacity_78: "100",
|
||
picZoom_78: "100",
|
||
picShow_78: "on",
|
||
"#### ピクチャ79 ####": "",
|
||
picName_79: "",
|
||
picOrigin_79: "left",
|
||
picX_79: "0",
|
||
picY_79: "0",
|
||
picOpacity_79: "100",
|
||
picZoom_79: "100",
|
||
picShow_79: "on",
|
||
"#### ピクチャ80 ####": "",
|
||
picName_80: "",
|
||
picOrigin_80: "left",
|
||
picX_80: "0",
|
||
picY_80: "0",
|
||
picOpacity_80: "100",
|
||
picZoom_80: "100",
|
||
picShow_80: "on",
|
||
"#### ピクチャ81 ####": "",
|
||
picName_81: "",
|
||
picOrigin_81: "left",
|
||
picX_81: "0",
|
||
picY_81: "0",
|
||
picOpacity_81: "100",
|
||
picZoom_81: "100",
|
||
picShow_81: "on",
|
||
"#### ピクチャ82 ####": "",
|
||
picName_82: "",
|
||
picOrigin_82: "left",
|
||
picX_82: "0",
|
||
picY_82: "0",
|
||
picOpacity_82: "100",
|
||
picZoom_82: "100",
|
||
picShow_82: "on",
|
||
"#### ピクチャ83 ####": "",
|
||
picName_83: "",
|
||
picOrigin_83: "left",
|
||
picX_83: "0",
|
||
picY_83: "0",
|
||
picOpacity_83: "100",
|
||
picZoom_83: "100",
|
||
picShow_83: "on",
|
||
"#### ピクチャ84 ####": "",
|
||
picName_84: "",
|
||
picOrigin_84: "left",
|
||
picX_84: "0",
|
||
picY_84: "0",
|
||
picOpacity_84: "100",
|
||
picZoom_84: "100",
|
||
picShow_84: "on",
|
||
"#### ピクチャ85 ####": "",
|
||
picName_85: "",
|
||
picOrigin_85: "left",
|
||
picX_85: "0",
|
||
picY_85: "0",
|
||
picOpacity_85: "100",
|
||
picZoom_85: "100",
|
||
picShow_85: "on",
|
||
"#### ピクチャ86 ####": "",
|
||
picName_86: "",
|
||
picOrigin_86: "left",
|
||
picX_86: "0",
|
||
picY_86: "0",
|
||
picOpacity_86: "100",
|
||
picZoom_86: "100",
|
||
picShow_86: "on",
|
||
"#### ピクチャ87 ####": "",
|
||
picName_87: "",
|
||
picOrigin_87: "left",
|
||
picX_87: "0",
|
||
picY_87: "0",
|
||
picOpacity_87: "100",
|
||
picZoom_87: "100",
|
||
picShow_87: "on",
|
||
"#### ピクチャ88 ####": "",
|
||
picName_88: "",
|
||
picOrigin_88: "left",
|
||
picX_88: "0",
|
||
picY_88: "0",
|
||
picOpacity_88: "100",
|
||
picZoom_88: "100",
|
||
picShow_88: "on",
|
||
"#### ピクチャ89 ####": "",
|
||
picName_89: "ero_status_se_\\V[92]",
|
||
picOrigin_89: "left",
|
||
picX_89: "0",
|
||
picY_89: "0",
|
||
picOpacity_89: "100",
|
||
picZoom_89: "100",
|
||
picShow_89: "on",
|
||
"#### ピクチャ90 ####": "",
|
||
picName_90: "ero_status_wp01_\\V[86]",
|
||
picOrigin_90: "left",
|
||
picX_90: "0",
|
||
picY_90: "0",
|
||
picOpacity_90: "100",
|
||
picZoom_90: "100",
|
||
picShow_90: "on",
|
||
"#### ピクチャ91 ####": "",
|
||
picName_91: "ero_status_wp02_\\V[87]",
|
||
picOrigin_91: "left",
|
||
picX_91: "0",
|
||
picY_91: "0",
|
||
picOpacity_91: "100",
|
||
picZoom_91: "100",
|
||
picShow_91: "on",
|
||
"#### ピクチャ92 ####": "",
|
||
picName_92: "ero_status_wp03_\\V[88]",
|
||
picOrigin_92: "left",
|
||
picX_92: "0",
|
||
picY_92: "0",
|
||
picOpacity_92: "100",
|
||
picZoom_92: "100",
|
||
picShow_92: "on",
|
||
"#### ピクチャ93 ####": "",
|
||
picName_93: "ero_status_wp04_\\V[89]",
|
||
picOrigin_93: "left",
|
||
picX_93: "0",
|
||
picY_93: "0",
|
||
picOpacity_93: "100",
|
||
picZoom_93: "100",
|
||
picShow_93: "on",
|
||
"#### ピクチャ94 ####": "",
|
||
picName_94: "ero_status_wp05_\\V[90]",
|
||
picOrigin_94: "left",
|
||
picX_94: "0",
|
||
picY_94: "0",
|
||
picOpacity_94: "100",
|
||
picZoom_94: "100",
|
||
picShow_94: "on",
|
||
"#### ピクチャ95 ####": "",
|
||
picName_95: "ero_status_wp06_\\V[91]",
|
||
picOrigin_95: "left",
|
||
picX_95: "0",
|
||
picY_95: "0",
|
||
picOpacity_95: "100",
|
||
picZoom_95: "100",
|
||
picShow_95: "on",
|
||
"#### ピクチャ96 ####": "",
|
||
picName_96: "",
|
||
picOrigin_96: "left",
|
||
picX_96: "0",
|
||
picY_96: "0",
|
||
picOpacity_96: "100",
|
||
picZoom_96: "100",
|
||
picShow_96: "on",
|
||
"#### ピクチャ97 ####": "",
|
||
picName_97: "",
|
||
picOrigin_97: "left",
|
||
picX_97: "0",
|
||
picY_97: "0",
|
||
picOpacity_97: "100",
|
||
picZoom_97: "100",
|
||
picShow_97: "on",
|
||
"#### ピクチャ98 ####": "",
|
||
picName_98: "",
|
||
picOrigin_98: "left",
|
||
picX_98: "0",
|
||
picY_98: "0",
|
||
picOpacity_98: "100",
|
||
picZoom_98: "100",
|
||
picShow_98: "on",
|
||
"#### ピクチャ99 ####": "",
|
||
picName_99: "",
|
||
picOrigin_99: "left",
|
||
picX_99: "0",
|
||
picY_99: "0",
|
||
picOpacity_99: "100",
|
||
picZoom_99: "100",
|
||
picShow_99: "on",
|
||
"#### テキスト1 ####": "",
|
||
txtSubject_1: "\\N[1]",
|
||
txtSize_1: "32",
|
||
txtOrigin_1: "left",
|
||
txtAlign_1: "top",
|
||
txtX_1: "120",
|
||
txtY_1: "25",
|
||
txtShow_1: "on",
|
||
"#### テキスト2 ####": "",
|
||
txtSubject_2: "\\V[94]",
|
||
txtSize_2: "32",
|
||
txtOrigin_2: "left",
|
||
txtAlign_2: "top",
|
||
txtX_2: "230",
|
||
txtY_2: "430",
|
||
txtShow_2: "on",
|
||
"#### テキスト3 ####": "",
|
||
txtSubject_3: "\\V[95]",
|
||
txtSize_3: "32",
|
||
txtOrigin_3: "left",
|
||
txtAlign_3: "top",
|
||
txtX_3: "230",
|
||
txtY_3: "473",
|
||
txtShow_3: "on",
|
||
"#### テキスト4 ####": "",
|
||
txtSubject_4: "\\V[96]",
|
||
txtSize_4: "32",
|
||
txtOrigin_4: "left",
|
||
txtAlign_4: "top",
|
||
txtX_4: "230",
|
||
txtY_4: "517",
|
||
txtShow_4: "on",
|
||
"#### テキスト5 ####": "",
|
||
txtSubject_5: "\\V[97]",
|
||
txtSize_5: "60",
|
||
txtOrigin_5: "center",
|
||
txtAlign_5: "top",
|
||
txtX_5: "694",
|
||
txtY_5: "435",
|
||
txtShow_5: "on",
|
||
"#### テキスト6 ####": "",
|
||
txtSubject_6: "",
|
||
txtSize_6: "28",
|
||
txtOrigin_6: "left",
|
||
txtAlign_6: "top",
|
||
txtX_6: "0",
|
||
txtY_6: "0",
|
||
txtShow_6: "on",
|
||
"#### テキスト7 ####": "",
|
||
txtSubject_7: "",
|
||
txtSize_7: "28",
|
||
txtOrigin_7: "left",
|
||
txtAlign_7: "top",
|
||
txtX_7: "0",
|
||
txtY_7: "0",
|
||
txtShow_7: "on",
|
||
"#### テキスト8 ####": "",
|
||
txtSubject_8: "",
|
||
txtSize_8: "28",
|
||
txtOrigin_8: "left",
|
||
txtAlign_8: "top",
|
||
txtX_8: "0",
|
||
txtY_8: "0",
|
||
txtShow_8: "on",
|
||
"#### テキスト9 ####": "",
|
||
txtSubject_9: "",
|
||
txtSize_9: "28",
|
||
txtOrigin_9: "left",
|
||
txtAlign_9: "top",
|
||
txtX_9: "0",
|
||
txtY_9: "0",
|
||
txtShow_9: "on",
|
||
"#### テキスト10 ####": "",
|
||
txtSubject_10: "",
|
||
txtSize_10: "28",
|
||
txtOrigin_10: "left",
|
||
txtAlign_10: "top",
|
||
txtX_10: "0",
|
||
txtY_10: "0",
|
||
txtShow_10: "on",
|
||
"#### テキスト11 ####": "",
|
||
txtSubject_11: "",
|
||
txtSize_11: "28",
|
||
txtOrigin_11: "left",
|
||
txtAlign_11: "top",
|
||
txtX_11: "0",
|
||
txtY_11: "0",
|
||
txtShow_11: "on",
|
||
"#### テキスト12 ####": "",
|
||
txtSubject_12: "",
|
||
txtSize_12: "28",
|
||
txtOrigin_12: "left",
|
||
txtAlign_12: "top",
|
||
txtX_12: "0",
|
||
txtY_12: "0",
|
||
txtShow_12: "on",
|
||
"#### テキスト13 ####": "",
|
||
txtSubject_13: "",
|
||
txtSize_13: "28",
|
||
txtOrigin_13: "left",
|
||
txtAlign_13: "top",
|
||
txtX_13: "0",
|
||
txtY_13: "0",
|
||
txtShow_13: "on",
|
||
"#### テキスト14 ####": "",
|
||
txtSubject_14: "",
|
||
txtSize_14: "28",
|
||
txtOrigin_14: "left",
|
||
txtAlign_14: "top",
|
||
txtX_14: "0",
|
||
txtY_14: "0",
|
||
txtShow_14: "on",
|
||
"#### テキスト15 ####": "",
|
||
txtSubject_15: "",
|
||
txtSize_15: "28",
|
||
txtOrigin_15: "left",
|
||
txtAlign_15: "top",
|
||
txtX_15: "0",
|
||
txtY_15: "0",
|
||
txtShow_15: "on",
|
||
"#### テキスト16 ####": "",
|
||
txtSubject_16: "",
|
||
txtSize_16: "28",
|
||
txtOrigin_16: "left",
|
||
txtAlign_16: "top",
|
||
txtX_16: "0",
|
||
txtY_16: "0",
|
||
txtShow_16: "on",
|
||
"#### テキスト17 ####": "",
|
||
txtSubject_17: "",
|
||
txtSize_17: "28",
|
||
txtOrigin_17: "left",
|
||
txtAlign_17: "top",
|
||
txtX_17: "0",
|
||
txtY_17: "0",
|
||
txtShow_17: "on",
|
||
"#### テキスト18 ####": "",
|
||
txtSubject_18: "",
|
||
txtSize_18: "28",
|
||
txtOrigin_18: "left",
|
||
txtAlign_18: "top",
|
||
txtX_18: "0",
|
||
txtY_18: "0",
|
||
txtShow_18: "on",
|
||
"#### テキスト19 ####": "",
|
||
txtSubject_19: "",
|
||
txtSize_19: "28",
|
||
txtOrigin_19: "left",
|
||
txtAlign_19: "top",
|
||
txtX_19: "0",
|
||
txtY_19: "0",
|
||
txtShow_19: "on",
|
||
"#### テキスト20 ####": "",
|
||
txtSubject_20: "",
|
||
txtSize_20: "28",
|
||
txtOrigin_20: "left",
|
||
txtAlign_20: "top",
|
||
txtX_20: "0",
|
||
txtY_20: "0",
|
||
txtShow_20: "on",
|
||
"#### テキスト21 ####": "",
|
||
txtSubject_21: "",
|
||
txtSize_21: "28",
|
||
txtOrigin_21: "left",
|
||
txtAlign_21: "top",
|
||
txtX_21: "0",
|
||
txtY_21: "0",
|
||
txtShow_21: "on",
|
||
"#### テキスト22 ####": "",
|
||
txtSubject_22: "",
|
||
txtSize_22: "28",
|
||
txtOrigin_22: "left",
|
||
txtAlign_22: "top",
|
||
txtX_22: "0",
|
||
txtY_22: "0",
|
||
txtShow_22: "on",
|
||
"#### テキスト23 ####": "",
|
||
txtSubject_23: "",
|
||
txtSize_23: "28",
|
||
txtOrigin_23: "left",
|
||
txtAlign_23: "top",
|
||
txtX_23: "0",
|
||
txtY_23: "0",
|
||
txtShow_23: "on",
|
||
"#### テキスト24 ####": "",
|
||
txtSubject_24: "",
|
||
txtSize_24: "28",
|
||
txtOrigin_24: "left",
|
||
txtAlign_24: "top",
|
||
txtX_24: "0",
|
||
txtY_24: "0",
|
||
txtShow_24: "on",
|
||
"#### テキスト25 ####": "",
|
||
txtSubject_25: "",
|
||
txtSize_25: "28",
|
||
txtOrigin_25: "left",
|
||
txtAlign_25: "top",
|
||
txtX_25: "0",
|
||
txtY_25: "0",
|
||
txtShow_25: "on",
|
||
"#### テキスト26 ####": "",
|
||
txtSubject_26: "",
|
||
txtSize_26: "28",
|
||
txtOrigin_26: "left",
|
||
txtAlign_26: "top",
|
||
txtX_26: "0",
|
||
txtY_26: "0",
|
||
txtShow_26: "on",
|
||
"#### テキスト27 ####": "",
|
||
txtSubject_27: "",
|
||
txtSize_27: "28",
|
||
txtOrigin_27: "left",
|
||
txtAlign_27: "top",
|
||
txtX_27: "0",
|
||
txtY_27: "0",
|
||
txtShow_27: "on",
|
||
"#### テキスト28 ####": "",
|
||
txtSubject_28: "",
|
||
txtSize_28: "28",
|
||
txtOrigin_28: "left",
|
||
txtAlign_28: "top",
|
||
txtX_28: "0",
|
||
txtY_28: "0",
|
||
txtShow_28: "on",
|
||
"#### テキスト29 ####": "",
|
||
txtSubject_29: "",
|
||
txtSize_29: "28",
|
||
txtOrigin_29: "left",
|
||
txtAlign_29: "top",
|
||
txtX_29: "0",
|
||
txtY_29: "0",
|
||
txtShow_29: "on",
|
||
"#### テキスト30 ####": "",
|
||
txtSubject_30: "",
|
||
txtSize_30: "28",
|
||
txtOrigin_30: "left",
|
||
txtAlign_30: "top",
|
||
txtX_30: "0",
|
||
txtY_30: "0",
|
||
txtShow_30: "on",
|
||
"#### テキスト31 ####": "",
|
||
txtSubject_31: "",
|
||
txtSize_31: "28",
|
||
txtOrigin_31: "left",
|
||
txtAlign_31: "top",
|
||
txtX_31: "0",
|
||
txtY_31: "0",
|
||
txtShow_31: "on",
|
||
"#### テキスト32 ####": "",
|
||
txtSubject_32: "",
|
||
txtSize_32: "28",
|
||
txtOrigin_32: "left",
|
||
txtAlign_32: "top",
|
||
txtX_32: "0",
|
||
txtY_32: "0",
|
||
txtShow_32: "on",
|
||
"#### テキスト33 ####": "",
|
||
txtSubject_33: "",
|
||
txtSize_33: "28",
|
||
txtOrigin_33: "left",
|
||
txtAlign_33: "top",
|
||
txtX_33: "0",
|
||
txtY_33: "0",
|
||
txtShow_33: "on",
|
||
"#### テキスト34 ####": "",
|
||
txtSubject_34: "",
|
||
txtSize_34: "28",
|
||
txtOrigin_34: "left",
|
||
txtAlign_34: "top",
|
||
txtX_34: "0",
|
||
txtY_34: "0",
|
||
txtShow_34: "on",
|
||
"#### テキスト35 ####": "",
|
||
txtSubject_35: "",
|
||
txtSize_35: "28",
|
||
txtOrigin_35: "left",
|
||
txtAlign_35: "top",
|
||
txtX_35: "0",
|
||
txtY_35: "0",
|
||
txtShow_35: "on",
|
||
"#### テキスト36 ####": "",
|
||
txtSubject_36: "",
|
||
txtSize_36: "28",
|
||
txtOrigin_36: "left",
|
||
txtAlign_36: "top",
|
||
txtX_36: "0",
|
||
txtY_36: "0",
|
||
txtShow_36: "on",
|
||
"#### テキスト37 ####": "",
|
||
txtSubject_37: "",
|
||
txtSize_37: "28",
|
||
txtOrigin_37: "left",
|
||
txtAlign_37: "top",
|
||
txtX_37: "0",
|
||
txtY_37: "0",
|
||
txtShow_37: "on",
|
||
"#### テキスト38 ####": "",
|
||
txtSubject_38: "",
|
||
txtSize_38: "28",
|
||
txtOrigin_38: "left",
|
||
txtAlign_38: "top",
|
||
txtX_38: "0",
|
||
txtY_38: "0",
|
||
txtShow_38: "on",
|
||
"#### テキスト39 ####": "",
|
||
txtSubject_39: "",
|
||
txtSize_39: "28",
|
||
txtOrigin_39: "left",
|
||
txtAlign_39: "top",
|
||
txtX_39: "0",
|
||
txtY_39: "0",
|
||
txtShow_39: "on",
|
||
"#### テキスト40 ####": "",
|
||
txtSubject_40: "",
|
||
txtSize_40: "28",
|
||
txtOrigin_40: "left",
|
||
txtAlign_40: "top",
|
||
txtX_40: "0",
|
||
txtY_40: "0",
|
||
txtShow_40: "on",
|
||
"#### テキスト41 ####": "",
|
||
txtSubject_41: "",
|
||
txtSize_41: "28",
|
||
txtOrigin_41: "left",
|
||
txtAlign_41: "top",
|
||
txtX_41: "0",
|
||
txtY_41: "0",
|
||
txtShow_41: "on",
|
||
"#### テキスト42 ####": "",
|
||
txtSubject_42: "",
|
||
txtSize_42: "28",
|
||
txtOrigin_42: "left",
|
||
txtAlign_42: "top",
|
||
txtX_42: "0",
|
||
txtY_42: "0",
|
||
txtShow_42: "on",
|
||
"#### テキスト43 ####": "",
|
||
txtSubject_43: "",
|
||
txtSize_43: "28",
|
||
txtOrigin_43: "left",
|
||
txtAlign_43: "top",
|
||
txtX_43: "0",
|
||
txtY_43: "0",
|
||
txtShow_43: "on",
|
||
"#### テキスト44 ####": "",
|
||
txtSubject_44: "",
|
||
txtSize_44: "28",
|
||
txtOrigin_44: "left",
|
||
txtAlign_44: "top",
|
||
txtX_44: "0",
|
||
txtY_44: "0",
|
||
txtShow_44: "on",
|
||
"#### テキスト45 ####": "",
|
||
txtSubject_45: "",
|
||
txtSize_45: "28",
|
||
txtOrigin_45: "left",
|
||
txtAlign_45: "top",
|
||
txtX_45: "0",
|
||
txtY_45: "0",
|
||
txtShow_45: "on",
|
||
"#### テキスト46 ####": "",
|
||
txtSubject_46: "",
|
||
txtSize_46: "28",
|
||
txtOrigin_46: "left",
|
||
txtAlign_46: "top",
|
||
txtX_46: "0",
|
||
txtY_46: "0",
|
||
txtShow_46: "on",
|
||
"#### テキスト47 ####": "",
|
||
txtSubject_47: "",
|
||
txtSize_47: "28",
|
||
txtOrigin_47: "left",
|
||
txtAlign_47: "top",
|
||
txtX_47: "0",
|
||
txtY_47: "0",
|
||
txtShow_47: "on",
|
||
"#### テキスト48 ####": "",
|
||
txtSubject_48: "",
|
||
txtSize_48: "28",
|
||
txtOrigin_48: "left",
|
||
txtAlign_48: "top",
|
||
txtX_48: "0",
|
||
txtY_48: "0",
|
||
txtShow_48: "on",
|
||
"#### テキスト49 ####": "",
|
||
txtSubject_49: "",
|
||
txtSize_49: "28",
|
||
txtOrigin_49: "left",
|
||
txtAlign_49: "top",
|
||
txtX_49: "0",
|
||
txtY_49: "0",
|
||
txtShow_49: "on",
|
||
"#### テキスト50 ####": "",
|
||
txtSubject_50: "",
|
||
txtSize_50: "28",
|
||
txtOrigin_50: "left",
|
||
txtAlign_50: "top",
|
||
txtX_50: "0",
|
||
txtY_50: "0",
|
||
txtShow_50: "on",
|
||
"#### テキスト51 ####": "",
|
||
txtSubject_51: "",
|
||
txtSize_51: "28",
|
||
txtOrigin_51: "left",
|
||
txtAlign_51: "top",
|
||
txtX_51: "0",
|
||
txtY_51: "0",
|
||
txtShow_51: "on",
|
||
"#### テキスト52 ####": "",
|
||
txtSubject_52: "",
|
||
txtSize_52: "28",
|
||
txtOrigin_52: "left",
|
||
txtAlign_52: "top",
|
||
txtX_52: "0",
|
||
txtY_52: "0",
|
||
txtShow_52: "on",
|
||
"#### テキスト53 ####": "",
|
||
txtSubject_53: "",
|
||
txtSize_53: "28",
|
||
txtOrigin_53: "left",
|
||
txtAlign_53: "top",
|
||
txtX_53: "0",
|
||
txtY_53: "0",
|
||
txtShow_53: "on",
|
||
"#### テキスト54 ####": "",
|
||
txtSubject_54: "",
|
||
txtSize_54: "28",
|
||
txtOrigin_54: "left",
|
||
txtAlign_54: "top",
|
||
txtX_54: "0",
|
||
txtY_54: "0",
|
||
txtShow_54: "on",
|
||
"#### テキスト55 ####": "",
|
||
txtSubject_55: "",
|
||
txtSize_55: "28",
|
||
txtOrigin_55: "left",
|
||
txtAlign_55: "top",
|
||
txtX_55: "0",
|
||
txtY_55: "0",
|
||
txtShow_55: "on",
|
||
"#### テキスト56 ####": "",
|
||
txtSubject_56: "",
|
||
txtSize_56: "28",
|
||
txtOrigin_56: "left",
|
||
txtAlign_56: "top",
|
||
txtX_56: "0",
|
||
txtY_56: "0",
|
||
txtShow_56: "on",
|
||
"#### テキスト57 ####": "",
|
||
txtSubject_57: "",
|
||
txtSize_57: "28",
|
||
txtOrigin_57: "left",
|
||
txtAlign_57: "top",
|
||
txtX_57: "0",
|
||
txtY_57: "0",
|
||
txtShow_57: "on",
|
||
"#### テキスト58 ####": "",
|
||
txtSubject_58: "",
|
||
txtSize_58: "28",
|
||
txtOrigin_58: "left",
|
||
txtAlign_58: "top",
|
||
txtX_58: "0",
|
||
txtY_58: "0",
|
||
txtShow_58: "on",
|
||
"#### テキスト59 ####": "",
|
||
txtSubject_59: "",
|
||
txtSize_59: "28",
|
||
txtOrigin_59: "left",
|
||
txtAlign_59: "top",
|
||
txtX_59: "0",
|
||
txtY_59: "0",
|
||
txtShow_59: "on",
|
||
"#### テキスト60 ####": "",
|
||
txtSubject_60: "",
|
||
txtSize_60: "28",
|
||
txtOrigin_60: "left",
|
||
txtAlign_60: "top",
|
||
txtX_60: "0",
|
||
txtY_60: "0",
|
||
txtShow_60: "on",
|
||
"#### テキスト61 ####": "",
|
||
txtSubject_61: "",
|
||
txtSize_61: "28",
|
||
txtOrigin_61: "left",
|
||
txtAlign_61: "top",
|
||
txtX_61: "0",
|
||
txtY_61: "0",
|
||
txtShow_61: "on",
|
||
"#### テキスト62 ####": "",
|
||
txtSubject_62: "",
|
||
txtSize_62: "28",
|
||
txtOrigin_62: "left",
|
||
txtAlign_62: "top",
|
||
txtX_62: "0",
|
||
txtY_62: "0",
|
||
txtShow_62: "on",
|
||
"#### テキスト63 ####": "",
|
||
txtSubject_63: "",
|
||
txtSize_63: "28",
|
||
txtOrigin_63: "left",
|
||
txtAlign_63: "top",
|
||
txtX_63: "0",
|
||
txtY_63: "0",
|
||
txtShow_63: "on",
|
||
"#### テキスト64 ####": "",
|
||
txtSubject_64: "",
|
||
txtSize_64: "28",
|
||
txtOrigin_64: "left",
|
||
txtAlign_64: "top",
|
||
txtX_64: "0",
|
||
txtY_64: "0",
|
||
txtShow_64: "on",
|
||
"#### テキスト65 ####": "",
|
||
txtSubject_65: "",
|
||
txtSize_65: "28",
|
||
txtOrigin_65: "left",
|
||
txtAlign_65: "top",
|
||
txtX_65: "0",
|
||
txtY_65: "0",
|
||
txtShow_65: "on",
|
||
"#### テキスト66 ####": "",
|
||
txtSubject_66: "",
|
||
txtSize_66: "28",
|
||
txtOrigin_66: "left",
|
||
txtAlign_66: "top",
|
||
txtX_66: "0",
|
||
txtY_66: "0",
|
||
txtShow_66: "on",
|
||
"#### テキスト67 ####": "",
|
||
txtSubject_67: "",
|
||
txtSize_67: "28",
|
||
txtOrigin_67: "left",
|
||
txtAlign_67: "top",
|
||
txtX_67: "0",
|
||
txtY_67: "0",
|
||
txtShow_67: "on",
|
||
"#### テキスト68 ####": "",
|
||
txtSubject_68: "",
|
||
txtSize_68: "28",
|
||
txtOrigin_68: "left",
|
||
txtAlign_68: "top",
|
||
txtX_68: "0",
|
||
txtY_68: "0",
|
||
txtShow_68: "on",
|
||
"#### テキスト69 ####": "",
|
||
txtSubject_69: "",
|
||
txtSize_69: "28",
|
||
txtOrigin_69: "left",
|
||
txtAlign_69: "top",
|
||
txtX_69: "0",
|
||
txtY_69: "0",
|
||
txtShow_69: "on",
|
||
"#### テキスト70 ####": "",
|
||
txtSubject_70: "",
|
||
txtSize_70: "28",
|
||
txtOrigin_70: "left",
|
||
txtAlign_70: "top",
|
||
txtX_70: "0",
|
||
txtY_70: "0",
|
||
txtShow_70: "on",
|
||
"#### テキスト71 ####": "",
|
||
txtSubject_71: "",
|
||
txtSize_71: "28",
|
||
txtOrigin_71: "left",
|
||
txtAlign_71: "top",
|
||
txtX_71: "0",
|
||
txtY_71: "0",
|
||
txtShow_71: "on",
|
||
"#### テキスト72 ####": "",
|
||
txtSubject_72: "",
|
||
txtSize_72: "28",
|
||
txtOrigin_72: "left",
|
||
txtAlign_72: "top",
|
||
txtX_72: "0",
|
||
txtY_72: "0",
|
||
txtShow_72: "on",
|
||
"#### テキスト73 ####": "",
|
||
txtSubject_73: "",
|
||
txtSize_73: "28",
|
||
txtOrigin_73: "left",
|
||
txtAlign_73: "top",
|
||
txtX_73: "0",
|
||
txtY_73: "0",
|
||
txtShow_73: "on",
|
||
"#### テキスト74 ####": "",
|
||
txtSubject_74: "",
|
||
txtSize_74: "28",
|
||
txtOrigin_74: "left",
|
||
txtAlign_74: "top",
|
||
txtX_74: "0",
|
||
txtY_74: "0",
|
||
txtShow_74: "on",
|
||
"#### テキスト75 ####": "",
|
||
txtSubject_75: "",
|
||
txtSize_75: "28",
|
||
txtOrigin_75: "left",
|
||
txtAlign_75: "top",
|
||
txtX_75: "0",
|
||
txtY_75: "0",
|
||
txtShow_75: "on",
|
||
"#### テキスト76 ####": "",
|
||
txtSubject_76: "",
|
||
txtSize_76: "28",
|
||
txtOrigin_76: "left",
|
||
txtAlign_76: "top",
|
||
txtX_76: "0",
|
||
txtY_76: "0",
|
||
txtShow_76: "on",
|
||
"#### テキスト77 ####": "",
|
||
txtSubject_77: "",
|
||
txtSize_77: "28",
|
||
txtOrigin_77: "left",
|
||
txtAlign_77: "top",
|
||
txtX_77: "0",
|
||
txtY_77: "0",
|
||
txtShow_77: "on",
|
||
"#### テキスト78 ####": "",
|
||
txtSubject_78: "",
|
||
txtSize_78: "28",
|
||
txtOrigin_78: "left",
|
||
txtAlign_78: "top",
|
||
txtX_78: "0",
|
||
txtY_78: "0",
|
||
txtShow_78: "on",
|
||
"#### テキスト79 ####": "",
|
||
txtSubject_79: "",
|
||
txtSize_79: "28",
|
||
txtOrigin_79: "left",
|
||
txtAlign_79: "top",
|
||
txtX_79: "0",
|
||
txtY_79: "0",
|
||
txtShow_79: "on",
|
||
"#### テキスト80 ####": "",
|
||
txtSubject_80: "",
|
||
txtSize_80: "28",
|
||
txtOrigin_80: "left",
|
||
txtAlign_80: "top",
|
||
txtX_80: "0",
|
||
txtY_80: "0",
|
||
txtShow_80: "on",
|
||
"#### テキスト81 ####": "",
|
||
txtSubject_81: "",
|
||
txtSize_81: "28",
|
||
txtOrigin_81: "left",
|
||
txtAlign_81: "top",
|
||
txtX_81: "0",
|
||
txtY_81: "0",
|
||
txtShow_81: "on",
|
||
"#### テキスト82 ####": "",
|
||
txtSubject_82: "",
|
||
txtSize_82: "28",
|
||
txtOrigin_82: "left",
|
||
txtAlign_82: "top",
|
||
txtX_82: "0",
|
||
txtY_82: "0",
|
||
txtShow_82: "on",
|
||
"#### テキスト83 ####": "",
|
||
txtSubject_83: "",
|
||
txtSize_83: "28",
|
||
txtOrigin_83: "left",
|
||
txtAlign_83: "top",
|
||
txtX_83: "0",
|
||
txtY_83: "0",
|
||
txtShow_83: "on",
|
||
"#### テキスト84 ####": "",
|
||
txtSubject_84: "",
|
||
txtSize_84: "28",
|
||
txtOrigin_84: "left",
|
||
txtAlign_84: "top",
|
||
txtX_84: "0",
|
||
txtY_84: "0",
|
||
txtShow_84: "on",
|
||
"#### テキスト85 ####": "",
|
||
txtSubject_85: "",
|
||
txtSize_85: "28",
|
||
txtOrigin_85: "left",
|
||
txtAlign_85: "top",
|
||
txtX_85: "0",
|
||
txtY_85: "0",
|
||
txtShow_85: "on",
|
||
"#### テキスト86 ####": "",
|
||
txtSubject_86: "",
|
||
txtSize_86: "28",
|
||
txtOrigin_86: "left",
|
||
txtAlign_86: "top",
|
||
txtX_86: "0",
|
||
txtY_86: "0",
|
||
txtShow_86: "on",
|
||
"#### テキスト87 ####": "",
|
||
txtSubject_87: "",
|
||
txtSize_87: "28",
|
||
txtOrigin_87: "left",
|
||
txtAlign_87: "top",
|
||
txtX_87: "0",
|
||
txtY_87: "0",
|
||
txtShow_87: "on",
|
||
"#### テキスト88 ####": "",
|
||
txtSubject_88: "",
|
||
txtSize_88: "28",
|
||
txtOrigin_88: "left",
|
||
txtAlign_88: "top",
|
||
txtX_88: "0",
|
||
txtY_88: "0",
|
||
txtShow_88: "on",
|
||
"#### テキスト89 ####": "",
|
||
txtSubject_89: "",
|
||
txtSize_89: "28",
|
||
txtOrigin_89: "left",
|
||
txtAlign_89: "top",
|
||
txtX_89: "0",
|
||
txtY_89: "0",
|
||
txtShow_89: "on",
|
||
"#### テキスト90 ####": "",
|
||
txtSubject_90: "",
|
||
txtSize_90: "28",
|
||
txtOrigin_90: "left",
|
||
txtAlign_90: "top",
|
||
txtX_90: "0",
|
||
txtY_90: "0",
|
||
txtShow_90: "on",
|
||
"#### テキスト91 ####": "",
|
||
txtSubject_91: "",
|
||
txtSize_91: "28",
|
||
txtOrigin_91: "left",
|
||
txtAlign_91: "top",
|
||
txtX_91: "0",
|
||
txtY_91: "0",
|
||
txtShow_91: "on",
|
||
"#### テキスト92 ####": "",
|
||
txtSubject_92: "",
|
||
txtSize_92: "28",
|
||
txtOrigin_92: "left",
|
||
txtAlign_92: "top",
|
||
txtX_92: "0",
|
||
txtY_92: "0",
|
||
txtShow_92: "on",
|
||
"#### テキスト93 ####": "",
|
||
txtSubject_93: "",
|
||
txtSize_93: "28",
|
||
txtOrigin_93: "left",
|
||
txtAlign_93: "top",
|
||
txtX_93: "0",
|
||
txtY_93: "0",
|
||
txtShow_93: "on",
|
||
"#### テキスト94 ####": "",
|
||
txtSubject_94: "",
|
||
txtSize_94: "28",
|
||
txtOrigin_94: "left",
|
||
txtAlign_94: "top",
|
||
txtX_94: "0",
|
||
txtY_94: "0",
|
||
txtShow_94: "on",
|
||
"#### テキスト95 ####": "",
|
||
txtSubject_95: "",
|
||
txtSize_95: "28",
|
||
txtOrigin_95: "left",
|
||
txtAlign_95: "top",
|
||
txtX_95: "0",
|
||
txtY_95: "0",
|
||
txtShow_95: "on",
|
||
"#### テキスト96 ####": "",
|
||
txtSubject_96: "",
|
||
txtSize_96: "28",
|
||
txtOrigin_96: "left",
|
||
txtAlign_96: "top",
|
||
txtX_96: "0",
|
||
txtY_96: "0",
|
||
txtShow_96: "on",
|
||
"#### テキスト97 ####": "",
|
||
txtSubject_97: "",
|
||
txtSize_97: "28",
|
||
txtOrigin_97: "left",
|
||
txtAlign_97: "top",
|
||
txtX_97: "0",
|
||
txtY_97: "0",
|
||
txtShow_97: "on",
|
||
"#### テキスト98 ####": "",
|
||
txtSubject_98: "",
|
||
txtSize_98: "28",
|
||
txtOrigin_98: "left",
|
||
txtAlign_98: "top",
|
||
txtX_98: "0",
|
||
txtY_98: "0",
|
||
txtShow_98: "on",
|
||
"#### テキスト99 ####": "",
|
||
txtSubject_99: "",
|
||
txtSize_99: "28",
|
||
txtOrigin_99: "left",
|
||
txtAlign_99: "top",
|
||
txtX_99: "0",
|
||
txtY_99: "0",
|
||
txtShow_99: "on",
|
||
},
|
||
},
|
||
{
|
||
name: "TimeLimitedChoice",
|
||
status: true,
|
||
description: "時間制限付き選択肢プレグイン",
|
||
parameters: {},
|
||
},
|
||
{
|
||
name: "FootstepSound",
|
||
status: true,
|
||
description: "足音プラグイン",
|
||
parameters: {
|
||
EventRunningInvalid: "false",
|
||
ResetIfStop: "false",
|
||
InvalidSwitchId: "118",
|
||
airship: '{"interval":"1","walk1":"","walk2":"","dash1":"","dash2":""}',
|
||
ship: '{"interval":"1","walk1":"","walk2":"","dash1":"","dash2":""}',
|
||
boat: '{"interval":"1","walk1":"","walk2":"","dash1":"","dash2":""}',
|
||
regionList: "[]",
|
||
damageFloor:
|
||
'{"interval":"1","walk1":"","walk2":"","dash1":"","dash2":""}',
|
||
bush: '{"interval":"1","id":"0","walk1":"{\\"name\\":\\"ta_ta_dorodoro_sizuku01\\",\\"volume\\":\\"100\\",\\"pitch\\":\\"100\\",\\"pan\\":\\"0\\",\\"interval\\":\\"0\\"}","walk2":"{\\"name\\":\\"\\",\\"volume\\":\\"90\\",\\"pitch\\":\\"100\\",\\"pan\\":\\"0\\",\\"interval\\":\\"0\\"}","dash1":"{\\"name\\":\\"ta_ta_dorodoro_sizuku01\\",\\"volume\\":\\"100\\",\\"pitch\\":\\"100\\",\\"pan\\":\\"0\\",\\"interval\\":\\"0\\"}","dash2":"{\\"name\\":\\"\\",\\"volume\\":\\"90\\",\\"pitch\\":\\"100\\",\\"pan\\":\\"0\\",\\"interval\\":\\"0\\"}"}',
|
||
counter: '{"interval":"1","walk1":"","walk2":"","dash1":"","dash2":""}',
|
||
ladder: '{"interval":"1","walk1":"","walk2":"","dash1":"","dash2":""}',
|
||
terrainTagList: "[]",
|
||
always:
|
||
'{"interval":"1","id":"0","walk1":"{\\"name\\":\\"ta_ta_dorodoro_sizuku01\\",\\"volume\\":\\"100\\",\\"pitch\\":\\"100\\",\\"pan\\":\\"0\\",\\"interval\\":\\"0\\"}","walk2":"{\\"name\\":\\"\\",\\"volume\\":\\"90\\",\\"pitch\\":\\"100\\",\\"pan\\":\\"0\\",\\"interval\\":\\"0\\"}","dash1":"{\\"name\\":\\"ta_ta_dorodoro_sizuku01\\",\\"volume\\":\\"100\\",\\"pitch\\":\\"100\\",\\"pan\\":\\"0\\",\\"interval\\":\\"0\\"}","dash2":"{\\"name\\":\\"\\",\\"volume\\":\\"90\\",\\"pitch\\":\\"100\\",\\"pan\\":\\"0\\",\\"interval\\":\\"0\\"}"}',
|
||
},
|
||
},
|
||
{
|
||
name: "TriggerOnEquipAndState",
|
||
status: true,
|
||
description: "装備変更時の変数操作プラグイン",
|
||
parameters: {
|
||
BattleMemberOnly: "false",
|
||
SlotVariables: '["0","0","0","0","0"]',
|
||
},
|
||
},
|
||
{
|
||
name: "MessageWindowHidden",
|
||
status: true,
|
||
description: "メッセージウィンドウ一時消去プラグイン",
|
||
parameters: {
|
||
triggerButton: '["右クリック","control"]',
|
||
triggerSwitch: "0",
|
||
linkPictureNumbers: "[]",
|
||
linkShowPictureNumbers: "[]",
|
||
disableLinkSwitchId: "0",
|
||
disableSwitchId: "0",
|
||
disableInBattle: "false",
|
||
disableInChoice: "true",
|
||
restoreByDecision: "false",
|
||
},
|
||
},
|
||
];
|
||
|