2565 lines
593 KiB
JavaScript
2565 lines
593 KiB
JavaScript
// Generated by RPG Maker.
|
||
// Do not edit this file directly.
|
||
var $plugins = [
|
||
{
|
||
name: "ErrorHandler",
|
||
status: true,
|
||
description: "Shows detailed error messages for script calls instead of crashing",
|
||
parameters: {},
|
||
},
|
||
{
|
||
name: "PluginCommonBase",
|
||
status: true,
|
||
description: "パラメータ解析を提供する共通基盤です",
|
||
parameters: {},
|
||
},
|
||
{
|
||
name: "MPP_VersionSpecified",
|
||
status: true,
|
||
description: "タイトル画面にバージョンを明記します。",
|
||
parameters: {
|
||
Text: "Version 1.0.8",
|
||
"Font Size": "20",
|
||
"Font Color": "255,255,255",
|
||
"Window X": "0",
|
||
"Window Y": "0",
|
||
},
|
||
},
|
||
{
|
||
name: "DevToolsManage",
|
||
status: false,
|
||
description: "開発支援プラグイン",
|
||
parameters: {
|
||
StartupDevTool: "false",
|
||
ShortcutList:
|
||
'["{\\"Command\\":\\"ToggleRapid\\",\\"HotKey\\":\\"F12\\",\\"Alt\\":\\"false\\",\\"Ctrl\\":\\"false\\"}","{\\"Command\\":\\"ForceVictory\\",\\"HotKey\\":\\"F3\\",\\"Alt\\":\\"false\\",\\"Ctrl\\":\\"false\\"}","{\\"Command\\":\\"AlwaysOnTop\\",\\"HotKey\\":\\"\\",\\"Alt\\":\\"false\\",\\"Ctrl\\":\\"false\\"}"]',
|
||
ShowFPS: "OFF",
|
||
CutTitle: "0",
|
||
RapidStart: "false",
|
||
RapidSpeed: "2",
|
||
SlowSpeed: "2",
|
||
InvalidMessageSkip: "false",
|
||
MenuBarVisible: "true",
|
||
ClickMenu: "1",
|
||
OutputStartupInfo: "true",
|
||
StartupOnTop: "false",
|
||
UseReloadData: "true",
|
||
},
|
||
},
|
||
{
|
||
name: "CustomLogo",
|
||
status: false,
|
||
description: "ゲーム起動時にRPG Makerおよびユーザーのロゴを表示します。",
|
||
parameters: {
|
||
logo1: "",
|
||
logo1ImageName: "MakerLogo",
|
||
logo1Skippable: "true",
|
||
logo1Coordinate: "",
|
||
logo1X: "0",
|
||
logo1Y: "0",
|
||
logo1Origin: "0",
|
||
logo1Time: "",
|
||
logo1FadeinFrames: "12",
|
||
logo1FadeoutFrames: "12",
|
||
logo1DurationFrames: "120",
|
||
logo2: "",
|
||
logo2ImageName: "",
|
||
logo2Skippable: "true",
|
||
logo2Coordinate: "",
|
||
logo2X: "408",
|
||
logo2Y: "312",
|
||
logo2Origin: "0.5",
|
||
logo2Time: "",
|
||
logo2FadeinFrames: "12",
|
||
logo2FadeoutFrames: "12",
|
||
logo2DurationFrames: "120",
|
||
logo3: "",
|
||
logo3ImageName: "",
|
||
logo3Skippable: "true",
|
||
logo3Coordinate: "",
|
||
logo3X: "408",
|
||
logo3Y: "312",
|
||
logo3Origin: "0.5",
|
||
logo3Time: "",
|
||
logo3FadeinFrames: "12",
|
||
logo3FadeoutFrames: "12",
|
||
logo3DurationFrames: "120",
|
||
allowTotalSkip: "true",
|
||
},
|
||
},
|
||
{
|
||
name: "CommonInterceptor",
|
||
status: false,
|
||
description: "割り込みコモンイベントプラグイン",
|
||
parameters: {
|
||
newGameCommon: "199",
|
||
loadCommon: "0",
|
||
menuCommon: "0",
|
||
parallel: "true",
|
||
},
|
||
},
|
||
{
|
||
name: "GABA_FussyMapRefresh",
|
||
status: true,
|
||
description: "不要なマップリフレッシュを抑制します。",
|
||
parameters: { skipSwitch: "0" },
|
||
},
|
||
{
|
||
name: "NRP_EventLightLoad",
|
||
status: true,
|
||
description: "v1.00 イベントの処理を軽量化します。",
|
||
parameters: {
|
||
StopDrawOutOfScreen: "true",
|
||
OutOfScreenMargin: "60",
|
||
CacheEventRunning: "true",
|
||
},
|
||
},
|
||
{
|
||
name: "EaseEventLoad",
|
||
status: true,
|
||
description: "[Ver1.1.0]イベント処理軽量化",
|
||
parameters: {
|
||
opt1valid: "true",
|
||
opt2valid: "false",
|
||
opt3valid: "false",
|
||
opt4valid: "false",
|
||
opt5valid: "true",
|
||
},
|
||
},
|
||
{
|
||
name: "EffekseerForRPGMakerMZ_Ex",
|
||
status: true,
|
||
description: "Effekseer 拡張プラグイン v1.62a - 1.03",
|
||
parameters: {
|
||
InstanceMaxCount: "10000",
|
||
SquareMaxCount: "10000",
|
||
DistortionEnabled: "false",
|
||
},
|
||
},
|
||
{
|
||
name: "DynamicDatabase",
|
||
status: true,
|
||
description: "動的データベース構築プラグイン",
|
||
parameters: { dynamicTerm: "false" },
|
||
},
|
||
{
|
||
name: "ThroughFailedToLoad",
|
||
status: true,
|
||
description: "ロード失敗エラーのすり抜けプラグイン",
|
||
parameters: {
|
||
InvalidIfTest: "true",
|
||
InvalidIfWeb: "false",
|
||
ThroughType: "3",
|
||
},
|
||
},
|
||
{
|
||
name: "CSVN_fontTweak",
|
||
status: true,
|
||
description: "数字以外のフォントにも数字用フォントを適用",
|
||
parameters: { outlineWidth: "3" },
|
||
},
|
||
{
|
||
name: "SceneCustomMenu",
|
||
status: true,
|
||
description: "カスタムメニュー作成プラグイン",
|
||
parameters: {
|
||
Scene1:
|
||
'{"Id":"Scene_ActorList","UseHelp":"false","HelpRows":"1","InitialEvent":"{\\"CommandId\\":\\"0\\",\\"FocusWindowId\\":\\"\\",\\"FocusWindowIndex\\":\\"-1\\",\\"Script\\":\\"SceneManager.changeWindowIndex(\'command01\', $gameVariables.value(4)); // 指定ウィンドウのインデックス変更\\",\\"SwitchId\\":\\"\\",\\"Deselect\\":\\"false\\"}","WindowList":"[\\"{\\\\\\"Id\\\\\\":\\\\\\"command01\\\\\\",\\\\\\"x\\\\\\":\\\\\\"0\\\\\\",\\\\\\"RelativeWindowIdX\\\\\\":\\\\\\"\\\\\\",\\\\\\"y\\\\\\":\\\\\\"50\\\\\\",\\\\\\"RelativeWindowIdY\\\\\\":\\\\\\"\\\\\\",\\\\\\"width\\\\\\":\\\\\\"165\\\\\\",\\\\\\"height\\\\\\":\\\\\\"0\\\\\\",\\\\\\"ColumnNumber\\\\\\":\\\\\\"1\\\\\\",\\\\\\"RowNumber\\\\\\":\\\\\\"0\\\\\\",\\\\\\"Rotation\\\\\\":\\\\\\"0\\\\\\",\\\\\\"ItemHeight\\\\\\":\\\\\\"0\\\\\\",\\\\\\"CommandList\\\\\\":\\\\\\"[\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Text\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\i[184]\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\C[3]Med. \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\v[13]x\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Align\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"VisibleSwitchId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"VisibleScript\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"EnableSwitchId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"IsEnableScript\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"v(13) > 0; // IDが変数[10]の値より大きい\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"HelpText\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"[\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\v[13] remaining]\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"CancelChoice\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Text\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\i[183]\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\C[6]Return\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Align\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"VisibleSwitchId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"VisibleScript\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"EnableSwitchId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"390\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"IsEnableScript\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"$gameSwitches.value(17) == false\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"HelpText\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"[Return to town]\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"CancelChoice\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Text\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\I[179]Items\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Align\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"VisibleSwitchId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"VisibleScript\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"EnableSwitchId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"IsEnableScript\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"$gameSwitches.value(297) == false\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"HelpText\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Use items\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"CancelChoice\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Text\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\I[186]Equip\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Align\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"VisibleSwitchId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"VisibleScript\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"EnableSwitchId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"IsEnableScript\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"$gameSwitches.value(297) == false\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"HelpText\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Change equipment\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"CancelChoice\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Text\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\I[190]Skills\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Align\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"VisibleSwitchId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"VisibleScript\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"EnableSwitchId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"IsEnableScript\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"$gameSwitches.value(297) == false\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"HelpText\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Use skills\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"CancelChoice\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Text\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\I[185]History\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Align\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"VisibleSwitchId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"VisibleScript\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"EnableSwitchId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"IsEnableScript\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"HelpText\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Check secrets\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"CancelChoice\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Text\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\I[188]Notes\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Align\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"VisibleSwitchId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"VisibleScript\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"EnableSwitchId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"IsEnableScript\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"HelpText\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Check information\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"CancelChoice\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Text\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\I[187]Save\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Align\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"VisibleSwitchId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"VisibleScript\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"EnableSwitchId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"IsEnableScript\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"HelpText\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Save game\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"CancelChoice\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Text\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\I[189]Settings\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Align\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"VisibleSwitchId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"VisibleScript\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"EnableSwitchId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"IsEnableScript\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"HelpText\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Game settings\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"CancelChoice\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\"]\\\\\\",\\\\\\"DataScript\\\\\\":\\\\\\"\\\\\\",\\\\\\"ListWindowId\\\\\\":\\\\\\"\\\\\\",\\\\\\"ListScript\\\\\\":\\\\\\"\\\\\\",\\\\\\"FilterScript\\\\\\":\\\\\\"\\\\\\",\\\\\\"MappingScript\\\\\\":\\\\\\"\\\\\\",\\\\\\"ItemDrawScript\\\\\\":\\\\\\"[]\\\\\\",\\\\\\"IsEnableScript\\\\\\":\\\\\\"\\\\\\",\\\\\\"CommonHelpText\\\\\\":\\\\\\"\\\\\\",\\\\\\"DecisionEvent\\\\\\":\\\\\\"{\\\\\\\\\\\\\\"CommandId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"40\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"FocusWindowId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"FocusWindowIndex\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"-1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"SwitchId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Deselect\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"CancelEvent\\\\\\":\\\\\\"{\\\\\\\\\\\\\\"CommandId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"FocusWindowId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"FocusWindowIndex\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"-1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"SceneManager.goto(Scene_Map); // マップ画面に遷移\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"SwitchId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Deselect\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"CursorEvent\\\\\\":\\\\\\"{}\\\\\\",\\\\\\"ButtonEvent\\\\\\":\\\\\\"[]\\\\\\",\\\\\\"FontSize\\\\\\":\\\\\\"23\\\\\\",\\\\\\"OverlapOther\\\\\\":\\\\\\"false\\\\\\",\\\\\\"WindowSkin\\\\\\":\\\\\\"window_menu\\\\\\",\\\\\\"VisibleSwitchId\\\\\\":\\\\\\"0\\\\\\",\\\\\\"ShowOpenAnimation\\\\\\":\\\\\\"false\\\\\\",\\\\\\"RefreshSwitchId\\\\\\":\\\\\\"0\\\\\\",\\\\\\"IndexVariableId\\\\\\":\\\\\\"4\\\\\\",\\\\\\"RememberIndex\\\\\\":\\\\\\"true\\\\\\",\\\\\\"ItemVariableId\\\\\\":\\\\\\"\\\\\\",\\\\\\"Cancelable\\\\\\":\\\\\\"true\\\\\\",\\\\\\"PopCancel\\\\\\":\\\\\\"false\\\\\\",\\\\\\"ActorChangeable\\\\\\":\\\\\\"false\\\\\\",\\\\\\"HiddenNoFocus\\\\\\":\\\\\\"false\\\\\\",\\\\\\"MaskingText\\\\\\":\\\\\\"\\\\\\",\\\\\\"okSound\\\\\\":\\\\\\"\\\\\\",\\\\\\"cursorOverContents\\\\\\":\\\\\\"false\\\\\\",\\\\\\"noItemBackground\\\\\\":\\\\\\"true\\\\\\",\\\\\\"textColor\\\\\\":\\\\\\"0\\\\\\"}\\",\\"{\\\\\\"Id\\\\\\":\\\\\\"gold-ether\\\\\\",\\\\\\"x\\\\\\":\\\\\\"190\\\\\\",\\\\\\"RelativeWindowIdX\\\\\\":\\\\\\"0\\\\\\",\\\\\\"y\\\\\\":\\\\\\"-50\\\\\\",\\\\\\"RelativeWindowIdY\\\\\\":\\\\\\"0\\\\\\",\\\\\\"width\\\\\\":\\\\\\"850\\\\\\",\\\\\\"height\\\\\\":\\\\\\"680\\\\\\",\\\\\\"ColumnNumber\\\\\\":\\\\\\"1\\\\\\",\\\\\\"RowNumber\\\\\\":\\\\\\"0\\\\\\",\\\\\\"Rotation\\\\\\":\\\\\\"0\\\\\\",\\\\\\"ItemHeight\\\\\\":\\\\\\"0\\\\\\",\\\\\\"CommandList\\\\\\":\\\\\\"\\\\\\",\\\\\\"DataScript\\\\\\":\\\\\\"\\\\\\",\\\\\\"ListWindowId\\\\\\":\\\\\\"\\\\\\",\\\\\\"ListScript\\\\\\":\\\\\\"$gameParty.members()[0]; // パーティメンバー\\\\\\",\\\\\\"FilterScript\\\\\\":\\\\\\"\\\\\\",\\\\\\"MappingScript\\\\\\":\\\\\\"\\\\\\",\\\\\\"ItemDrawScript\\\\\\":\\\\\\"[\\\\\\\\\\\\\\"this.drawTextEx(`\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\i[123] `+ $gameParty.gold() + \' \' + TextManager.currencyUnit, 280, 50, r.width);\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"this.drawTextEx(`\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\i[12] `+ $gameVariables.value(51), 450, 50, r.width); // 任意のテキスト描画(制御文字変換あり)\\\\\\\\\\\\\\"]\\\\\\",\\\\\\"IsEnableScript\\\\\\":\\\\\\"\\\\\\",\\\\\\"CommonHelpText\\\\\\":\\\\\\"\\\\\\",\\\\\\"DecisionEvent\\\\\\":\\\\\\"{}\\\\\\",\\\\\\"CancelEvent\\\\\\":\\\\\\"{}\\\\\\",\\\\\\"CursorEvent\\\\\\":\\\\\\"{}\\\\\\",\\\\\\"ButtonEvent\\\\\\":\\\\\\"[]\\\\\\",\\\\\\"FontSize\\\\\\":\\\\\\"23\\\\\\",\\\\\\"OverlapOther\\\\\\":\\\\\\"true\\\\\\",\\\\\\"WindowSkin\\\\\\":\\\\\\"window_menu\\\\\\",\\\\\\"VisibleSwitchId\\\\\\":\\\\\\"0\\\\\\",\\\\\\"ShowOpenAnimation\\\\\\":\\\\\\"false\\\\\\",\\\\\\"RefreshSwitchId\\\\\\":\\\\\\"0\\\\\\",\\\\\\"IndexVariableId\\\\\\":\\\\\\"0\\\\\\",\\\\\\"RememberIndex\\\\\\":\\\\\\"false\\\\\\",\\\\\\"ItemVariableId\\\\\\":\\\\\\"0\\\\\\",\\\\\\"Cancelable\\\\\\":\\\\\\"true\\\\\\",\\\\\\"PopCancel\\\\\\":\\\\\\"true\\\\\\",\\\\\\"ActorChangeable\\\\\\":\\\\\\"false\\\\\\",\\\\\\"HiddenNoFocus\\\\\\":\\\\\\"false\\\\\\",\\\\\\"MaskingText\\\\\\":\\\\\\"\\\\\\",\\\\\\"okSound\\\\\\":\\\\\\"\\\\\\",\\\\\\"cursorOverContents\\\\\\":\\\\\\"false\\\\\\",\\\\\\"noItemBackground\\\\\\":\\\\\\"true\\\\\\",\\\\\\"textColor\\\\\\":\\\\\\"0\\\\\\"}\\",\\"{\\\\\\"Id\\\\\\":\\\\\\"mainwindow01\\\\\\",\\\\\\"x\\\\\\":\\\\\\"190\\\\\\",\\\\\\"RelativeWindowIdX\\\\\\":\\\\\\"0\\\\\\",\\\\\\"y\\\\\\":\\\\\\"-50\\\\\\",\\\\\\"RelativeWindowIdY\\\\\\":\\\\\\"0\\\\\\",\\\\\\"width\\\\\\":\\\\\\"850\\\\\\",\\\\\\"height\\\\\\":\\\\\\"800\\\\\\",\\\\\\"ColumnNumber\\\\\\":\\\\\\"1\\\\\\",\\\\\\"RowNumber\\\\\\":\\\\\\"0\\\\\\",\\\\\\"Rotation\\\\\\":\\\\\\"0\\\\\\",\\\\\\"ItemHeight\\\\\\":\\\\\\"0\\\\\\",\\\\\\"CommandList\\\\\\":\\\\\\"\\\\\\",\\\\\\"DataScript\\\\\\":\\\\\\"\\\\\\",\\\\\\"ListWindowId\\\\\\":\\\\\\"\\\\\\",\\\\\\"ListScript\\\\\\":\\\\\\"$gameParty.members()[0]; // パーティメンバー\\\\\\",\\\\\\"FilterScript\\\\\\":\\\\\\"\\\\\\",\\\\\\"MappingScript\\\\\\":\\\\\\"\\\\\\",\\\\\\"ItemDrawScript\\\\\\":\\\\\\"[\\\\\\\\\\\\\\"this.drawActorName(item, 20, r.y); // アクター名称\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"this.drawTextEx(`Lv. `+ $gameVariables.value(69), 175, r.y, r.width); // 任意のテキスト描画(制御文字変換あり)\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"this.drawActorIcons(item, 282, r.y,500); // アクターのステートアイコン\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"this.placeGauge(item, \'hp\', 0, 40); // HPゲージ(戦闘用)\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"this.placeGauge(item, \'mp\', 120, 40); // HPゲージ(戦闘用)\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"this.drawTextEx(` `+ $gameVariables.value(81), 340, 216.5, r.width); // 任意のテキスト描画(制御文字変換あり)\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"this.drawTextEx(` `+ $gameVariables.value(202), 105, 95, r.width); // 任意のテキスト描画(制御文字変換あり)\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"this.drawTextEx(` `+ $gameVariables.value(260), 105, 128, r.width); // 任意のテキスト描画(制御文字変換あり)\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"this.drawTextEx(` `+ $gameVariables.value(201), 105, 161, r.width); // 任意のテキスト描画(制御文字変換あり)\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"this.drawTextEx(` `+ $gameVariables.value(82), 105, 193, r.width); // 任意のテキスト描画(制御文字変換あり)\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"this.drawTextEx(` `+ $gameVariables.value(461)+ $gameVariables.value(41), 75, 278, r.width); // 任意のテキスト描画(制御文字変換あり)\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"this.drawTextEx(` `+ $gameVariables.value(462)+ $gameVariables.value(42), 75, 321, r.width); // 任意のテキスト描画(制御文字変換あり)\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"this.drawTextEx(` `+ $gameVariables.value(463)+ $gameVariables.value(43), 75, 364, r.width); // 任意のテキスト描画(制御文字変換あり)\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"this.drawTextEx(` `+ $gameVariables.value(464)+ $gameVariables.value(44), 75, 407, r.width); // 任意のテキスト描画(制御文字変換あり)\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"this.drawTextEx(` `+ $gameVariables.value(465)+ $gameVariables.value(45), 75, 450, r.width); // 任意のテキスト描画(制御文字変換あり)\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"this.drawTextEx(` `+ $gameVariables.value(466)+ $gameVariables.value(46), 75, 493, r.width); // 任意のテキスト描画(制御文字変換あり)\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"this.drawTextEx(` `+ $gameVariables.value(101), 45, 593, r.width); // 任意のテキスト描画(制御文字変換あり)\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"this.drawTextEx(` `+ $gameVariables.value(102), 45, 630, r.width); // 任意のテキスト描画(制御文字変換あり)\\\\\\\\\\\\\\"]\\\\\\",\\\\\\"IsEnableScript\\\\\\":\\\\\\"\\\\\\",\\\\\\"CommonHelpText\\\\\\":\\\\\\"\\\\\\",\\\\\\"DecisionEvent\\\\\\":\\\\\\"{}\\\\\\",\\\\\\"CancelEvent\\\\\\":\\\\\\"{}\\\\\\",\\\\\\"CursorEvent\\\\\\":\\\\\\"{}\\\\\\",\\\\\\"ButtonEvent\\\\\\":\\\\\\"[]\\\\\\",\\\\\\"FontSize\\\\\\":\\\\\\"16\\\\\\",\\\\\\"OverlapOther\\\\\\":\\\\\\"false\\\\\\",\\\\\\"WindowSkin\\\\\\":\\\\\\"window_menu\\\\\\",\\\\\\"VisibleSwitchId\\\\\\":\\\\\\"0\\\\\\",\\\\\\"ShowOpenAnimation\\\\\\":\\\\\\"false\\\\\\",\\\\\\"RefreshSwitchId\\\\\\":\\\\\\"0\\\\\\",\\\\\\"IndexVariableId\\\\\\":\\\\\\"0\\\\\\",\\\\\\"RememberIndex\\\\\\":\\\\\\"false\\\\\\",\\\\\\"ItemVariableId\\\\\\":\\\\\\"0\\\\\\",\\\\\\"Cancelable\\\\\\":\\\\\\"true\\\\\\",\\\\\\"PopCancel\\\\\\":\\\\\\"true\\\\\\",\\\\\\"ActorChangeable\\\\\\":\\\\\\"false\\\\\\",\\\\\\"HiddenNoFocus\\\\\\":\\\\\\"false\\\\\\",\\\\\\"MaskingText\\\\\\":\\\\\\"\\\\\\",\\\\\\"okSound\\\\\\":\\\\\\"\\\\\\",\\\\\\"cursorOverContents\\\\\\":\\\\\\"false\\\\\\",\\\\\\"noItemBackground\\\\\\":\\\\\\"true\\\\\\",\\\\\\"textColor\\\\\\":\\\\\\"0\\\\\\"}\\",\\"{\\\\\\"Id\\\\\\":\\\\\\"passive\\\\\\",\\\\\\"x\\\\\\":\\\\\\"350\\\\\\",\\\\\\"RelativeWindowIdX\\\\\\":\\\\\\"\\\\\\",\\\\\\"y\\\\\\":\\\\\\"250\\\\\\",\\\\\\"RelativeWindowIdY\\\\\\":\\\\\\"\\\\\\",\\\\\\"width\\\\\\":\\\\\\"470\\\\\\",\\\\\\"height\\\\\\":\\\\\\"0\\\\\\",\\\\\\"ColumnNumber\\\\\\":\\\\\\"3\\\\\\",\\\\\\"RowNumber\\\\\\":\\\\\\"7\\\\\\",\\\\\\"Rotation\\\\\\":\\\\\\"0\\\\\\",\\\\\\"ItemHeight\\\\\\":\\\\\\"0\\\\\\",\\\\\\"CommandList\\\\\\":\\\\\\"\\\\\\",\\\\\\"DataScript\\\\\\":\\\\\\"\\\\\\",\\\\\\"ListWindowId\\\\\\":\\\\\\"\\\\\\",\\\\\\"ListScript\\\\\\":\\\\\\"$gameParty.members()[0].skills();\\\\\\",\\\\\\"FilterScript\\\\\\":\\\\\\"item.stypeId === 5; // スキルタイプが変数[10]の値と等しい\\\\\\",\\\\\\"MappingScript\\\\\\":\\\\\\"\\\\\\",\\\\\\"ItemDrawScript\\\\\\":\\\\\\"[\\\\\\\\\\\\\\"this.drawItemName(item, r.x, r.y, r.width); // アイテムやスキルの名称\\\\\\\\\\\\\\"]\\\\\\",\\\\\\"IsEnableScript\\\\\\":\\\\\\"\\\\\\",\\\\\\"CommonHelpText\\\\\\":\\\\\\"\\\\\\",\\\\\\"DecisionEvent\\\\\\":\\\\\\"{}\\\\\\",\\\\\\"CancelEvent\\\\\\":\\\\\\"{}\\\\\\",\\\\\\"CursorEvent\\\\\\":\\\\\\"{}\\\\\\",\\\\\\"ButtonEvent\\\\\\":\\\\\\"[]\\\\\\",\\\\\\"FontSize\\\\\\":\\\\\\"14\\\\\\",\\\\\\"OverlapOther\\\\\\":\\\\\\"false\\\\\\",\\\\\\"WindowSkin\\\\\\":\\\\\\"window_result\\\\\\",\\\\\\"VisibleSwitchId\\\\\\":\\\\\\"0\\\\\\",\\\\\\"ShowOpenAnimation\\\\\\":\\\\\\"false\\\\\\",\\\\\\"RefreshSwitchId\\\\\\":\\\\\\"0\\\\\\",\\\\\\"IndexVariableId\\\\\\":\\\\\\"0\\\\\\",\\\\\\"RememberIndex\\\\\\":\\\\\\"false\\\\\\",\\\\\\"ItemVariableId\\\\\\":\\\\\\"0\\\\\\",\\\\\\"Cancelable\\\\\\":\\\\\\"true\\\\\\",\\\\\\"PopCancel\\\\\\":\\\\\\"true\\\\\\",\\\\\\"ActorChangeable\\\\\\":\\\\\\"false\\\\\\",\\\\\\"HiddenNoFocus\\\\\\":\\\\\\"false\\\\\\",\\\\\\"MaskingText\\\\\\":\\\\\\"\\\\\\",\\\\\\"okSound\\\\\\":\\\\\\"\\\\\\",\\\\\\"cursorOverContents\\\\\\":\\\\\\"false\\\\\\",\\\\\\"noItemBackground\\\\\\":\\\\\\"false\\\\\\",\\\\\\"textColor\\\\\\":\\\\\\"0\\\\\\",\\\\\\"__collapsed\\\\\\":[\\\\\\"DataScript\\\\\\"]}\\"]","PicturePriority":"2","Panorama":"{\\"Image\\":\\"systemui_menu3\\",\\"ScrollX\\":\\"0\\",\\"ScrollY\\":\\"0\\"}","UsePageButtons":"false"}',
|
||
Scene2:
|
||
'{"Id":"Scene_treasureresult","UseHelp":"false","HelpRows":"0","InitialEvent":"{\\"CommandId\\":\\"0\\",\\"FocusWindowId\\":\\"\\",\\"FocusWindowIndex\\":\\"-1\\",\\"Script\\":\\"SceneManager.changeWindowFocus(\'get_reward01\'); // 指定ウィンドウにフォーカス\\",\\"SwitchId\\":\\"\\",\\"Deselect\\":\\"false\\"}","WindowList":"[\\"{\\\\\\"Id\\\\\\":\\\\\\"get_reward01\\\\\\",\\\\\\"x\\\\\\":\\\\\\"240\\\\\\",\\\\\\"RelativeWindowIdX\\\\\\":\\\\\\"\\\\\\",\\\\\\"y\\\\\\":\\\\\\"120\\\\\\",\\\\\\"RelativeWindowIdY\\\\\\":\\\\\\"result01\\\\\\",\\\\\\"width\\\\\\":\\\\\\"580\\\\\\",\\\\\\"height\\\\\\":\\\\\\"0\\\\\\",\\\\\\"ColumnNumber\\\\\\":\\\\\\"1\\\\\\",\\\\\\"RowNumber\\\\\\":\\\\\\"0\\\\\\",\\\\\\"Rotation\\\\\\":\\\\\\"0\\\\\\",\\\\\\"ItemHeight\\\\\\":\\\\\\"0\\\\\\",\\\\\\"CommandList\\\\\\":\\\\\\"[\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Text\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Press Accept/Cancel to continue\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Align\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"VisibleSwitchId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"VisibleScript\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"EnableSwitchId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"IsEnableScript\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"HelpText\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"CancelChoice\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\"]\\\\\\",\\\\\\"DataScript\\\\\\":\\\\\\"\\\\\\",\\\\\\"ListWindowId\\\\\\":\\\\\\"\\\\\\",\\\\\\"ListScript\\\\\\":\\\\\\"\\\\\\",\\\\\\"FilterScript\\\\\\":\\\\\\"\\\\\\",\\\\\\"MappingScript\\\\\\":\\\\\\"\\\\\\",\\\\\\"ItemDrawScript\\\\\\":\\\\\\"[]\\\\\\",\\\\\\"IsEnableScript\\\\\\":\\\\\\"\\\\\\",\\\\\\"CommonHelpText\\\\\\":\\\\\\"\\\\\\",\\\\\\"DecisionEvent\\\\\\":\\\\\\"{\\\\\\\\\\\\\\"CommandId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"FocusWindowId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"FocusWindowIndex\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"-1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"SceneManager.goto(Scene_Map); // マップ画面に遷移\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"SwitchId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Deselect\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"CancelEvent\\\\\\":\\\\\\"{\\\\\\\\\\\\\\"CommandId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"FocusWindowId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"FocusWindowIndex\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"-1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"SceneManager.goto(Scene_Map); // マップ画面に遷移\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"SwitchId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Deselect\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"CursorEvent\\\\\\":\\\\\\"{}\\\\\\",\\\\\\"ButtonEvent\\\\\\":\\\\\\"[]\\\\\\",\\\\\\"FontSize\\\\\\":\\\\\\"0\\\\\\",\\\\\\"OverlapOther\\\\\\":\\\\\\"false\\\\\\",\\\\\\"WindowSkin\\\\\\":\\\\\\"\\\\\\",\\\\\\"VisibleSwitchId\\\\\\":\\\\\\"0\\\\\\",\\\\\\"ShowOpenAnimation\\\\\\":\\\\\\"true\\\\\\",\\\\\\"RefreshSwitchId\\\\\\":\\\\\\"0\\\\\\",\\\\\\"IndexVariableId\\\\\\":\\\\\\"0\\\\\\",\\\\\\"RememberIndex\\\\\\":\\\\\\"false\\\\\\",\\\\\\"ItemVariableId\\\\\\":\\\\\\"0\\\\\\",\\\\\\"Cancelable\\\\\\":\\\\\\"true\\\\\\",\\\\\\"PopCancel\\\\\\":\\\\\\"true\\\\\\",\\\\\\"ActorChangeable\\\\\\":\\\\\\"false\\\\\\",\\\\\\"HiddenNoFocus\\\\\\":\\\\\\"false\\\\\\",\\\\\\"MaskingText\\\\\\":\\\\\\"\\\\\\",\\\\\\"okSound\\\\\\":\\\\\\"\\\\\\",\\\\\\"cursorOverContents\\\\\\":\\\\\\"false\\\\\\",\\\\\\"noItemBackground\\\\\\":\\\\\\"true\\\\\\",\\\\\\"textColor\\\\\\":\\\\\\"0\\\\\\"}\\",\\"{\\\\\\"Id\\\\\\":\\\\\\"money_result\\\\\\",\\\\\\"x\\\\\\":\\\\\\"240\\\\\\",\\\\\\"RelativeWindowIdX\\\\\\":\\\\\\"0\\\\\\",\\\\\\"y\\\\\\":\\\\\\"50\\\\\\",\\\\\\"RelativeWindowIdY\\\\\\":\\\\\\"result01\\\\\\",\\\\\\"width\\\\\\":\\\\\\"580\\\\\\",\\\\\\"height\\\\\\":\\\\\\"0\\\\\\",\\\\\\"ColumnNumber\\\\\\":\\\\\\"1\\\\\\",\\\\\\"RowNumber\\\\\\":\\\\\\"0\\\\\\",\\\\\\"Rotation\\\\\\":\\\\\\"0\\\\\\",\\\\\\"ItemHeight\\\\\\":\\\\\\"0\\\\\\",\\\\\\"CommandList\\\\\\":\\\\\\"\\\\\\",\\\\\\"DataScript\\\\\\":\\\\\\"\\\\\\",\\\\\\"ListWindowId\\\\\\":\\\\\\"\\\\\\",\\\\\\"ListScript\\\\\\":\\\\\\"\\\\\\",\\\\\\"FilterScript\\\\\\":\\\\\\"\\\\\\",\\\\\\"MappingScript\\\\\\":\\\\\\"\\\\\\",\\\\\\"ItemDrawScript\\\\\\":\\\\\\"[\\\\\\\\\\\\\\"this.drawText(`Gold`, r.x, r.y, r.width); // 任意のテキスト描画(制御文字変換なし。右揃え)\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"this.drawText($gameParty.gold() + \' \' + TextManager.currencyUnit, r.x, r.y, r.width, \'right\');\\\\\\\\\\\\\\"]\\\\\\",\\\\\\"IsEnableScript\\\\\\":\\\\\\"\\\\\\",\\\\\\"CommonHelpText\\\\\\":\\\\\\"\\\\\\",\\\\\\"DecisionEvent\\\\\\":\\\\\\"{}\\\\\\",\\\\\\"CancelEvent\\\\\\":\\\\\\"{}\\\\\\",\\\\\\"CursorEvent\\\\\\":\\\\\\"{}\\\\\\",\\\\\\"ButtonEvent\\\\\\":\\\\\\"[]\\\\\\",\\\\\\"FontSize\\\\\\":\\\\\\"26\\\\\\",\\\\\\"OverlapOther\\\\\\":\\\\\\"false\\\\\\",\\\\\\"WindowSkin\\\\\\":\\\\\\"\\\\\\",\\\\\\"VisibleSwitchId\\\\\\":\\\\\\"0\\\\\\",\\\\\\"ShowOpenAnimation\\\\\\":\\\\\\"false\\\\\\",\\\\\\"RefreshSwitchId\\\\\\":\\\\\\"0\\\\\\",\\\\\\"IndexVariableId\\\\\\":\\\\\\"0\\\\\\",\\\\\\"RememberIndex\\\\\\":\\\\\\"false\\\\\\",\\\\\\"ItemVariableId\\\\\\":\\\\\\"0\\\\\\",\\\\\\"Cancelable\\\\\\":\\\\\\"true\\\\\\",\\\\\\"PopCancel\\\\\\":\\\\\\"true\\\\\\",\\\\\\"ActorChangeable\\\\\\":\\\\\\"false\\\\\\",\\\\\\"HiddenNoFocus\\\\\\":\\\\\\"false\\\\\\",\\\\\\"MaskingText\\\\\\":\\\\\\"\\\\\\",\\\\\\"okSound\\\\\\":\\\\\\"\\\\\\",\\\\\\"cursorOverContents\\\\\\":\\\\\\"false\\\\\\",\\\\\\"noItemBackground\\\\\\":\\\\\\"true\\\\\\",\\\\\\"textColor\\\\\\":\\\\\\"0\\\\\\"}\\",\\"{\\\\\\"Id\\\\\\":\\\\\\"result01\\\\\\",\\\\\\"x\\\\\\":\\\\\\"240\\\\\\",\\\\\\"RelativeWindowIdX\\\\\\":\\\\\\"\\\\\\",\\\\\\"y\\\\\\":\\\\\\"-20\\\\\\",\\\\\\"RelativeWindowIdY\\\\\\":\\\\\\"\\\\\\",\\\\\\"width\\\\\\":\\\\\\"580\\\\\\",\\\\\\"height\\\\\\":\\\\\\"500\\\\\\",\\\\\\"ColumnNumber\\\\\\":\\\\\\"10\\\\\\",\\\\\\"RowNumber\\\\\\":\\\\\\"8\\\\\\",\\\\\\"Rotation\\\\\\":\\\\\\"0\\\\\\",\\\\\\"ItemHeight\\\\\\":\\\\\\"0\\\\\\",\\\\\\"CommandList\\\\\\":\\\\\\"[]\\\\\\",\\\\\\"DataScript\\\\\\":\\\\\\"\\\\\\",\\\\\\"ListWindowId\\\\\\":\\\\\\"\\\\\\",\\\\\\"ListScript\\\\\\":\\\\\\"\\\\\\",\\\\\\"FilterScript\\\\\\":\\\\\\"\\\\\\",\\\\\\"MappingScript\\\\\\":\\\\\\"\\\\\\",\\\\\\"ItemDrawScript\\\\\\":\\\\\\"[\\\\\\\\\\\\\\"this.drawTextEx(`-Exploration Income Report-`, 140, r.y, r.width); // 任意のテキスト描画(制御文字変換あり)\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"this.drawTextEx(`Total Excavated Items /`, r.x, 60, r.width); // 任意のテキスト描画(制御文字変換あり)\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"this.drawTextEx(` `+ $gameVariables.value(145) + ` Gold`, 400, 60, r.width); // 任意のテキスト描画(制御文字変換あり)\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"this.drawTextEx(`Monster Elimination /`, r.x, 100, r.width); // 任意のテキスト描画(制御文字変換あり)\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"this.drawTextEx(`+ ` + $gameVariables.value(113) + `%`, 400, 100, r.width); // 任意のテキスト描画(制御文字変換あり)\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"this.drawTextEx(`Successful Lock Picks /`, r.x, 140, r.width); // 任意のテキスト描画(制御文字変換あり)\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"this.drawTextEx(`+ ` + $gameVariables.value(114) + `%`, 400, 140, r.width); // 任意のテキスト描画(制御文字変換あり)\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"this.drawTextEx(`Ether Collection /`, r.x, 180, r.width); // 任意のテキスト描画(制御文字変換あり)\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"this.drawTextEx(`+ ` + $gameVariables.value(115) + `%`, 400, 180, r.width); // 任意のテキスト描画(制御文字変換あり)\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"this.drawTextEx(`Purchase Negotiation /`, r.x, 220, r.width); // 任意のテキスト描画(制御文字変換あり)\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"this.drawTextEx(`+ ` + $gameVariables.value(117) + `%`, 400, 220, r.width); // 任意のテキスト描画(制御文字変換あり)\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"this.drawText(`Expenses`, r.x, 350, 300); // 任意のテキスト描画(制御文字変換なし。右揃え)\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"this.drawTextEx(`-`+ $gameVariables.value(146) + ` Gold`, 400, 350, r.width); // 任意のテキスト描画(制御文字変換あり)\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"this.drawText(`Medical Expenses`, r.x, 390, 300); // 任意のテキスト描画(制御文字変換なし。右揃え)\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"this.drawTextEx(`-`+ $gameVariables.value(139) + ` Gold`, 400, 390, r.width); // 任意のテキスト描画(制御文字変換あり)\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"this.changeTextColor(ColorManager.textColor(2)); // テキストカラー変更(drawTextでのみ有効)\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"this.drawText(`Total Income`, r.x, 430, 300); // 任意のテキスト描画(制御文字変換なし。右揃え)\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"this.drawTextEx(` `+ $gameVariables.value(140) + ` Gold`, 400, 430, r.width); // 任意のテキスト描画(制御文字変換あり)\\\\\\\\\\\\\\"]\\\\\\",\\\\\\"IsEnableScript\\\\\\":\\\\\\"\\\\\\",\\\\\\"CommonHelpText\\\\\\":\\\\\\"\\\\\\",\\\\\\"DecisionEvent\\\\\\":\\\\\\"{}\\\\\\",\\\\\\"CancelEvent\\\\\\":\\\\\\"{}\\\\\\",\\\\\\"CursorEvent\\\\\\":\\\\\\"{}\\\\\\",\\\\\\"ButtonEvent\\\\\\":\\\\\\"[]\\\\\\",\\\\\\"FontSize\\\\\\":\\\\\\"26\\\\\\",\\\\\\"OverlapOther\\\\\\":\\\\\\"false\\\\\\",\\\\\\"WindowSkin\\\\\\":\\\\\\"\\\\\\",\\\\\\"VisibleSwitchId\\\\\\":\\\\\\"0\\\\\\",\\\\\\"ShowOpenAnimation\\\\\\":\\\\\\"false\\\\\\",\\\\\\"RefreshSwitchId\\\\\\":\\\\\\"0\\\\\\",\\\\\\"IndexVariableId\\\\\\":\\\\\\"0\\\\\\",\\\\\\"RememberIndex\\\\\\":\\\\\\"false\\\\\\",\\\\\\"ItemVariableId\\\\\\":\\\\\\"0\\\\\\",\\\\\\"Cancelable\\\\\\":\\\\\\"true\\\\\\",\\\\\\"PopCancel\\\\\\":\\\\\\"true\\\\\\",\\\\\\"ActorChangeable\\\\\\":\\\\\\"false\\\\\\",\\\\\\"HiddenNoFocus\\\\\\":\\\\\\"false\\\\\\",\\\\\\"MaskingText\\\\\\":\\\\\\"\\\\\\",\\\\\\"okSound\\\\\\":\\\\\\"\\\\\\",\\\\\\"cursorOverContents\\\\\\":\\\\\\"false\\\\\\",\\\\\\"noItemBackground\\\\\\":\\\\\\"false\\\\\\",\\\\\\"textColor\\\\\\":\\\\\\"0\\\\\\"}\\"]","PicturePriority":"0","Panorama":"{\\"Image\\":\\"\\",\\"ScrollX\\":\\"0\\",\\"ScrollY\\":\\"0\\"}","UsePageButtons":"false"}',
|
||
Scene3:
|
||
'{"Id":"Scene_oristatus","UseHelp":"true","HelpRows":"1.3","InitialEvent":"{\\"CommandId\\":\\"0\\",\\"FocusWindowId\\":\\"\\",\\"FocusWindowIndex\\":\\"-1\\",\\"Script\\":\\"SceneManager.changeWindowFocus(\'passive2\'); // 指定ウィンドウにフォーカス\\",\\"SwitchId\\":\\"\\",\\"Deselect\\":\\"false\\"}","WindowList":"[\\"{\\\\\\"Id\\\\\\":\\\\\\"commentary\\\\\\",\\\\\\"x\\\\\\":\\\\\\"\\\\\\",\\\\\\"RelativeWindowIdX\\\\\\":\\\\\\"\\\\\\",\\\\\\"y\\\\\\":\\\\\\"-50\\\\\\",\\\\\\"RelativeWindowIdY\\\\\\":\\\\\\"\\\\\\",\\\\\\"width\\\\\\":\\\\\\"606\\\\\\",\\\\\\"height\\\\\\":\\\\\\"0\\\\\\",\\\\\\"ColumnNumber\\\\\\":\\\\\\"\\\\\\",\\\\\\"RowNumber\\\\\\":\\\\\\"1\\\\\\",\\\\\\"Rotation\\\\\\":\\\\\\"0\\\\\\",\\\\\\"ItemHeight\\\\\\":\\\\\\"0\\\\\\",\\\\\\"CommandList\\\\\\":\\\\\\"[]\\\\\\",\\\\\\"DataScript\\\\\\":\\\\\\"\\\\\\",\\\\\\"ListWindowId\\\\\\":\\\\\\"\\\\\\",\\\\\\"ListScript\\\\\\":\\\\\\"\\\\\\",\\\\\\"FilterScript\\\\\\":\\\\\\"\\\\\\",\\\\\\"MappingScript\\\\\\":\\\\\\"\\\\\\",\\\\\\"ItemDrawScript\\\\\\":\\\\\\"[\\\\\\\\\\\\\\"this.drawTextEx(`Body History: ` + $gameVariables.value(249) + ` ` + $gameVariables.value(250) + ` ` + $gameVariables.value(248) + ` \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\n[1]`, 0 , r.y, r.width);\\\\\\\\\\\\\\"]\\\\\\",\\\\\\"IsEnableScript\\\\\\":\\\\\\"\\\\\\",\\\\\\"CommonHelpText\\\\\\":\\\\\\"\\\\\\",\\\\\\"DecisionEvent\\\\\\":\\\\\\"{}\\\\\\",\\\\\\"CancelEvent\\\\\\":\\\\\\"{}\\\\\\",\\\\\\"CursorEvent\\\\\\":\\\\\\"{}\\\\\\",\\\\\\"ButtonEvent\\\\\\":\\\\\\"[]\\\\\\",\\\\\\"FontSize\\\\\\":\\\\\\"16\\\\\\",\\\\\\"OverlapOther\\\\\\":\\\\\\"false\\\\\\",\\\\\\"WindowSkin\\\\\\":\\\\\\"Window_stat\\\\\\",\\\\\\"VisibleSwitchId\\\\\\":\\\\\\"0\\\\\\",\\\\\\"ShowOpenAnimation\\\\\\":\\\\\\"false\\\\\\",\\\\\\"RefreshSwitchId\\\\\\":\\\\\\"0\\\\\\",\\\\\\"IndexVariableId\\\\\\":\\\\\\"0\\\\\\",\\\\\\"RememberIndex\\\\\\":\\\\\\"false\\\\\\",\\\\\\"ItemVariableId\\\\\\":\\\\\\"0\\\\\\",\\\\\\"Cancelable\\\\\\":\\\\\\"true\\\\\\",\\\\\\"PopCancel\\\\\\":\\\\\\"false\\\\\\",\\\\\\"ActorChangeable\\\\\\":\\\\\\"false\\\\\\",\\\\\\"HiddenNoFocus\\\\\\":\\\\\\"false\\\\\\",\\\\\\"MaskingText\\\\\\":\\\\\\"\\\\\\",\\\\\\"okSound\\\\\\":\\\\\\"\\\\\\",\\\\\\"cursorOverContents\\\\\\":\\\\\\"false\\\\\\",\\\\\\"noItemBackground\\\\\\":\\\\\\"true\\\\\\",\\\\\\"textColor\\\\\\":\\\\\\"0\\\\\\"}\\",\\"{\\\\\\"Id\\\\\\":\\\\\\"status\\\\\\",\\\\\\"x\\\\\\":\\\\\\"0\\\\\\",\\\\\\"RelativeWindowIdX\\\\\\":\\\\\\"\\\\\\",\\\\\\"y\\\\\\":\\\\\\"160\\\\\\",\\\\\\"RelativeWindowIdY\\\\\\":\\\\\\"\\\\\\",\\\\\\"width\\\\\\":\\\\\\"606\\\\\\",\\\\\\"height\\\\\\":\\\\\\"150\\\\\\",\\\\\\"ColumnNumber\\\\\\":\\\\\\"\\\\\\",\\\\\\"RowNumber\\\\\\":\\\\\\"3\\\\\\",\\\\\\"Rotation\\\\\\":\\\\\\"0\\\\\\",\\\\\\"ItemHeight\\\\\\":\\\\\\"0\\\\\\",\\\\\\"CommandList\\\\\\":\\\\\\"[]\\\\\\",\\\\\\"DataScript\\\\\\":\\\\\\"\\\\\\",\\\\\\"ListWindowId\\\\\\":\\\\\\"\\\\\\",\\\\\\"ListScript\\\\\\":\\\\\\"\\\\\\",\\\\\\"FilterScript\\\\\\":\\\\\\"\\\\\\",\\\\\\"MappingScript\\\\\\":\\\\\\"\\\\\\",\\\\\\"ItemDrawScript\\\\\\":\\\\\\"[\\\\\\\\\\\\\\"this.drawTextEx(` `+ $gameVariables.value(229) + $gameVariables.value(230) + `x`, 0, 0, r.width);\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"this.drawTextEx(` `+ $gameVariables.value(231) + $gameVariables.value(232) + `x`, 0, 30, r.width);\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"this.drawTextEx(` `+ $gameVariables.value(233) + $gameVariables.value(234) + `x`, 0, 60, r.width);\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"this.drawTextEx(` `+ $gameVariables.value(235) + $gameVariables.value(236) + `x`, 0, 90, r.width);\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"this.drawTextEx(` `+ $gameVariables.value(221) + $gameVariables.value(222) + `x`, 202, 0, r.width);\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"this.drawTextEx(` `+ $gameVariables.value(223) + $gameVariables.value(224) + `x`, 202, 30, r.width);\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"this.drawTextEx(` `+ $gameVariables.value(225) + $gameVariables.value(226) + `x`, 202, 60, r.width);\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"this.drawTextEx(` `+ $gameVariables.value(227) + $gameVariables.value(228) + `x`, 202, 90, r.width);\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"this.drawTextEx(` `+ $gameVariables.value(237) + $gameVariables.value(238) + `x`, 404, 0, r.width);\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"this.drawTextEx(` `+ $gameVariables.value(239) + $gameVariables.value(240) + `x`, 404, 30, r.width);\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"this.drawTextEx(` `+ $gameVariables.value(241) + $gameVariables.value(242) + `x`, 404, 60, r.width);\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"this.drawTextEx(` `+ $gameVariables.value(243) + $gameVariables.value(244) + `x`, 404, 90, r.width);\\\\\\\\\\\\\\"]\\\\\\",\\\\\\"IsEnableScript\\\\\\":\\\\\\"\\\\\\",\\\\\\"CommonHelpText\\\\\\":\\\\\\"\\\\\\",\\\\\\"DecisionEvent\\\\\\":\\\\\\"{}\\\\\\",\\\\\\"CancelEvent\\\\\\":\\\\\\"{}\\\\\\",\\\\\\"CursorEvent\\\\\\":\\\\\\"{}\\\\\\",\\\\\\"ButtonEvent\\\\\\":\\\\\\"[]\\\\\\",\\\\\\"FontSize\\\\\\":\\\\\\"16\\\\\\",\\\\\\"OverlapOther\\\\\\":\\\\\\"false\\\\\\",\\\\\\"WindowSkin\\\\\\":\\\\\\"window_result\\\\\\",\\\\\\"VisibleSwitchId\\\\\\":\\\\\\"0\\\\\\",\\\\\\"ShowOpenAnimation\\\\\\":\\\\\\"false\\\\\\",\\\\\\"RefreshSwitchId\\\\\\":\\\\\\"0\\\\\\",\\\\\\"IndexVariableId\\\\\\":\\\\\\"0\\\\\\",\\\\\\"RememberIndex\\\\\\":\\\\\\"false\\\\\\",\\\\\\"ItemVariableId\\\\\\":\\\\\\"0\\\\\\",\\\\\\"Cancelable\\\\\\":\\\\\\"true\\\\\\",\\\\\\"PopCancel\\\\\\":\\\\\\"false\\\\\\",\\\\\\"ActorChangeable\\\\\\":\\\\\\"false\\\\\\",\\\\\\"HiddenNoFocus\\\\\\":\\\\\\"false\\\\\\",\\\\\\"MaskingText\\\\\\":\\\\\\"\\\\\\",\\\\\\"okSound\\\\\\":\\\\\\"\\\\\\",\\\\\\"cursorOverContents\\\\\\":\\\\\\"false\\\\\\",\\\\\\"noItemBackground\\\\\\":\\\\\\"true\\\\\\",\\\\\\"textColor\\\\\\":\\\\\\"0\\\\\\"}\\",\\"{\\\\\\"Id\\\\\\":\\\\\\"actlog\\\\\\",\\\\\\"x\\\\\\":\\\\\\"0\\\\\\",\\\\\\"RelativeWindowIdX\\\\\\":\\\\\\"\\\\\\",\\\\\\"y\\\\\\":\\\\\\"0\\\\\\",\\\\\\"RelativeWindowIdY\\\\\\":\\\\\\"status\\\\\\",\\\\\\"width\\\\\\":\\\\\\"606\\\\\\",\\\\\\"height\\\\\\":\\\\\\"160\\\\\\",\\\\\\"ColumnNumber\\\\\\":\\\\\\"\\\\\\",\\\\\\"RowNumber\\\\\\":\\\\\\"0\\\\\\",\\\\\\"Rotation\\\\\\":\\\\\\"0\\\\\\",\\\\\\"ItemHeight\\\\\\":\\\\\\"0\\\\\\",\\\\\\"CommandList\\\\\\":\\\\\\"[]\\\\\\",\\\\\\"DataScript\\\\\\":\\\\\\"\\\\\\",\\\\\\"ListWindowId\\\\\\":\\\\\\"\\\\\\",\\\\\\"ListScript\\\\\\":\\\\\\"\\\\\\",\\\\\\"FilterScript\\\\\\":\\\\\\"\\\\\\",\\\\\\"MappingScript\\\\\\":\\\\\\"\\\\\\",\\\\\\"ItemDrawScript\\\\\\":\\\\\\"[\\\\\\\\\\\\\\"this.drawTextEx(`・`+ $gameVariables.value(101), 0, 0, r.width); // 任意のテキスト描画(制御文字変換あり)\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"this.drawTextEx(`・`+ $gameVariables.value(102), 0, 35, r.width); // 任意のテキスト描画(制御文字変換あり)\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"this.drawTextEx(`・`+ $gameVariables.value(103), 0, 70, r.width); // 任意のテキスト描画(制御文字変換あり)\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"this.drawTextEx(`・`+ $gameVariables.value(104), 0, 105, r.width); // 任意のテキスト描画(制御文字変換あり)\\\\\\\\\\\\\\"]\\\\\\",\\\\\\"IsEnableScript\\\\\\":\\\\\\"\\\\\\",\\\\\\"CommonHelpText\\\\\\":\\\\\\"\\\\\\",\\\\\\"DecisionEvent\\\\\\":\\\\\\"{}\\\\\\",\\\\\\"CancelEvent\\\\\\":\\\\\\"{}\\\\\\",\\\\\\"CursorEvent\\\\\\":\\\\\\"{}\\\\\\",\\\\\\"ButtonEvent\\\\\\":\\\\\\"[]\\\\\\",\\\\\\"FontSize\\\\\\":\\\\\\"16\\\\\\",\\\\\\"OverlapOther\\\\\\":\\\\\\"false\\\\\\",\\\\\\"WindowSkin\\\\\\":\\\\\\"Window_stat\\\\\\",\\\\\\"VisibleSwitchId\\\\\\":\\\\\\"0\\\\\\",\\\\\\"ShowOpenAnimation\\\\\\":\\\\\\"false\\\\\\",\\\\\\"RefreshSwitchId\\\\\\":\\\\\\"0\\\\\\",\\\\\\"IndexVariableId\\\\\\":\\\\\\"0\\\\\\",\\\\\\"RememberIndex\\\\\\":\\\\\\"false\\\\\\",\\\\\\"ItemVariableId\\\\\\":\\\\\\"0\\\\\\",\\\\\\"Cancelable\\\\\\":\\\\\\"true\\\\\\",\\\\\\"PopCancel\\\\\\":\\\\\\"false\\\\\\",\\\\\\"ActorChangeable\\\\\\":\\\\\\"false\\\\\\",\\\\\\"HiddenNoFocus\\\\\\":\\\\\\"false\\\\\\",\\\\\\"MaskingText\\\\\\":\\\\\\"\\\\\\",\\\\\\"okSound\\\\\\":\\\\\\"\\\\\\",\\\\\\"cursorOverContents\\\\\\":\\\\\\"false\\\\\\",\\\\\\"noItemBackground\\\\\\":\\\\\\"true\\\\\\",\\\\\\"textColor\\\\\\":\\\\\\"0\\\\\\"}\\",\\"{\\\\\\"Id\\\\\\":\\\\\\"passive2\\\\\\",\\\\\\"x\\\\\\":\\\\\\"0\\\\\\",\\\\\\"RelativeWindowIdX\\\\\\":\\\\\\"\\\\\\",\\\\\\"y\\\\\\":\\\\\\"\\\\\\",\\\\\\"RelativeWindowIdY\\\\\\":\\\\\\"actlog\\\\\\",\\\\\\"width\\\\\\":\\\\\\"606\\\\\\",\\\\\\"height\\\\\\":\\\\\\"\\\\\\",\\\\\\"ColumnNumber\\\\\\":\\\\\\"3\\\\\\",\\\\\\"RowNumber\\\\\\":\\\\\\"3\\\\\\",\\\\\\"Rotation\\\\\\":\\\\\\"0\\\\\\",\\\\\\"ItemHeight\\\\\\":\\\\\\"0\\\\\\",\\\\\\"CommandList\\\\\\":\\\\\\"\\\\\\",\\\\\\"DataScript\\\\\\":\\\\\\"\\\\\\",\\\\\\"ListWindowId\\\\\\":\\\\\\"\\\\\\",\\\\\\"ListScript\\\\\\":\\\\\\"$gameParty.members()[0].skills();\\\\\\",\\\\\\"FilterScript\\\\\\":\\\\\\"item.stypeId === 5; // スキルタイプが変数[10]の値と等しい\\\\\\",\\\\\\"MappingScript\\\\\\":\\\\\\"\\\\\\",\\\\\\"ItemDrawScript\\\\\\":\\\\\\"[\\\\\\\\\\\\\\"this.drawItemName(item, r.x, r.y, r.width); // アイテムやスキルの名称\\\\\\\\\\\\\\"]\\\\\\",\\\\\\"IsEnableScript\\\\\\":\\\\\\"\\\\\\",\\\\\\"CommonHelpText\\\\\\":\\\\\\"Skill Details\\\\\\",\\\\\\"DecisionEvent\\\\\\":\\\\\\"{\\\\\\\\\\\\\\"CommandId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"FocusWindowId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"FocusWindowIndex\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"-1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"SceneManager.changeWindowFocus(\'passive2\'); // 指定ウィンドウにフォーカス\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"SwitchId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Deselect\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"CancelEvent\\\\\\":\\\\\\"{\\\\\\\\\\\\\\"CommandId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"FocusWindowId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"FocusWindowIndex\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"-1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"this.popScene(); // 元のシーンに戻る\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"SwitchId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Deselect\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"CursorEvent\\\\\\":\\\\\\"{}\\\\\\",\\\\\\"ButtonEvent\\\\\\":\\\\\\"[]\\\\\\",\\\\\\"FontSize\\\\\\":\\\\\\"14\\\\\\",\\\\\\"OverlapOther\\\\\\":\\\\\\"true\\\\\\",\\\\\\"WindowSkin\\\\\\":\\\\\\"Window\\\\\\",\\\\\\"VisibleSwitchId\\\\\\":\\\\\\"0\\\\\\",\\\\\\"ShowOpenAnimation\\\\\\":\\\\\\"false\\\\\\",\\\\\\"RefreshSwitchId\\\\\\":\\\\\\"0\\\\\\",\\\\\\"IndexVariableId\\\\\\":\\\\\\"0\\\\\\",\\\\\\"RememberIndex\\\\\\":\\\\\\"false\\\\\\",\\\\\\"ItemVariableId\\\\\\":\\\\\\"0\\\\\\",\\\\\\"Cancelable\\\\\\":\\\\\\"true\\\\\\",\\\\\\"PopCancel\\\\\\":\\\\\\"true\\\\\\",\\\\\\"ActorChangeable\\\\\\":\\\\\\"false\\\\\\",\\\\\\"HiddenNoFocus\\\\\\":\\\\\\"false\\\\\\",\\\\\\"MaskingText\\\\\\":\\\\\\"\\\\\\",\\\\\\"okSound\\\\\\":\\\\\\"\\\\\\",\\\\\\"cursorOverContents\\\\\\":\\\\\\"false\\\\\\",\\\\\\"noItemBackground\\\\\\":\\\\\\"false\\\\\\",\\\\\\"textColor\\\\\\":\\\\\\"0\\\\\\"}\\",\\"{\\\\\\"Id\\\\\\":\\\\\\"body\\\\\\",\\\\\\"x\\\\\\":\\\\\\"\\\\\\",\\\\\\"RelativeWindowIdX\\\\\\":\\\\\\"status\\\\\\",\\\\\\"y\\\\\\":\\\\\\"-56\\\\\\",\\\\\\"RelativeWindowIdY\\\\\\":\\\\\\"\\\\\\",\\\\\\"width\\\\\\":\\\\\\"250\\\\\\",\\\\\\"height\\\\\\":\\\\\\"500\\\\\\",\\\\\\"ColumnNumber\\\\\\":\\\\\\"\\\\\\",\\\\\\"RowNumber\\\\\\":\\\\\\"0\\\\\\",\\\\\\"Rotation\\\\\\":\\\\\\"0\\\\\\",\\\\\\"ItemHeight\\\\\\":\\\\\\"0\\\\\\",\\\\\\"CommandList\\\\\\":\\\\\\"[]\\\\\\",\\\\\\"DataScript\\\\\\":\\\\\\"\\\\\\",\\\\\\"ListWindowId\\\\\\":\\\\\\"\\\\\\",\\\\\\"ListScript\\\\\\":\\\\\\"\\\\\\",\\\\\\"FilterScript\\\\\\":\\\\\\"\\\\\\",\\\\\\"MappingScript\\\\\\":\\\\\\"\\\\\\",\\\\\\"ItemDrawScript\\\\\\":\\\\\\"[\\\\\\\\\\\\\\"this.drawTextEx(`\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\V[581]`, 5, 25, r.width); // 任意のテキスト描画(制御文字変換あり)\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"this.drawTextEx(`\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\V[647]`, 5, 60, r.width); // 任意のテキスト描画(制御文字変換あり)\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"this.drawTextEx(`\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\V[20]`, 5, 116, r.width); // 任意のテキスト描画(制御文字変換あり)\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"this.drawTextEx(`\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\V[118]x`, 160, 193, r.width); // 任意のテキスト描画(制御文字変換あり)\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"this.drawTextEx(`\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\V[650]x`, 160, 230.5, r.width); // 任意のテキスト描画(制御文字変換あり)\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"this.drawTextEx(`\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\V[584]`, 5, 286, r.width); // 任意のテキスト描画(制御文字変換あり)\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"this.drawTextEx(`\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\V[586]`, 5, 323, r.width); // 任意のテキスト描画(制御文字変換あり)\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"this.drawTextEx(`\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\V[648]`, 5, 358, r.width); // 任意のテキスト描画(制御文字変換あり)\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"this.drawTextEx(`\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\V[649]`, 5, 395, r.width); // 任意のテキスト描画(制御文字変換あり)\\\\\\\\\\\\\\"]\\\\\\",\\\\\\"IsEnableScript\\\\\\":\\\\\\"\\\\\\",\\\\\\"CommonHelpText\\\\\\":\\\\\\"\\\\\\",\\\\\\"DecisionEvent\\\\\\":\\\\\\"{}\\\\\\",\\\\\\"CancelEvent\\\\\\":\\\\\\"{}\\\\\\",\\\\\\"CursorEvent\\\\\\":\\\\\\"{}\\\\\\",\\\\\\"ButtonEvent\\\\\\":\\\\\\"[]\\\\\\",\\\\\\"FontSize\\\\\\":\\\\\\"16\\\\\\",\\\\\\"OverlapOther\\\\\\":\\\\\\"false\\\\\\",\\\\\\"WindowSkin\\\\\\":\\\\\\"window_result\\\\\\",\\\\\\"VisibleSwitchId\\\\\\":\\\\\\"0\\\\\\",\\\\\\"ShowOpenAnimation\\\\\\":\\\\\\"false\\\\\\",\\\\\\"RefreshSwitchId\\\\\\":\\\\\\"0\\\\\\",\\\\\\"IndexVariableId\\\\\\":\\\\\\"0\\\\\\",\\\\\\"RememberIndex\\\\\\":\\\\\\"false\\\\\\",\\\\\\"ItemVariableId\\\\\\":\\\\\\"0\\\\\\",\\\\\\"Cancelable\\\\\\":\\\\\\"true\\\\\\",\\\\\\"PopCancel\\\\\\":\\\\\\"false\\\\\\",\\\\\\"ActorChangeable\\\\\\":\\\\\\"false\\\\\\",\\\\\\"HiddenNoFocus\\\\\\":\\\\\\"false\\\\\\",\\\\\\"MaskingText\\\\\\":\\\\\\"\\\\\\",\\\\\\"okSound\\\\\\":\\\\\\"\\\\\\",\\\\\\"cursorOverContents\\\\\\":\\\\\\"false\\\\\\",\\\\\\"noItemBackground\\\\\\":\\\\\\"true\\\\\\",\\\\\\"textColor\\\\\\":\\\\\\"0\\\\\\"}\\",\\"{\\\\\\"Id\\\\\\":\\\\\\"state\\\\\\",\\\\\\"x\\\\\\":\\\\\\"594\\\\\\",\\\\\\"RelativeWindowIdX\\\\\\":\\\\\\"\\\\\\",\\\\\\"y\\\\\\":\\\\\\"543\\\\\\",\\\\\\"RelativeWindowIdY\\\\\\":\\\\\\"\\\\\\",\\\\\\"width\\\\\\":\\\\\\"600\\\\\\",\\\\\\"height\\\\\\":\\\\\\"\\\\\\",\\\\\\"ColumnNumber\\\\\\":\\\\\\"3\\\\\\",\\\\\\"RowNumber\\\\\\":\\\\\\"1\\\\\\",\\\\\\"Rotation\\\\\\":\\\\\\"0\\\\\\",\\\\\\"ItemHeight\\\\\\":\\\\\\"0\\\\\\",\\\\\\"CommandList\\\\\\":\\\\\\"\\\\\\",\\\\\\"DataScript\\\\\\":\\\\\\"\\\\\\",\\\\\\"ListWindowId\\\\\\":\\\\\\"\\\\\\",\\\\\\"ListScript\\\\\\":\\\\\\"$gameParty.members()[0];\\\\\\",\\\\\\"FilterScript\\\\\\":\\\\\\"\\\\\\",\\\\\\"MappingScript\\\\\\":\\\\\\"\\\\\\",\\\\\\"ItemDrawScript\\\\\\":\\\\\\"[\\\\\\\\\\\\\\"this.drawActorIcons(item, r.x, r.y,230); // アクターのステートアイコン\\\\\\\\\\\\\\"]\\\\\\",\\\\\\"IsEnableScript\\\\\\":\\\\\\"\\\\\\",\\\\\\"CommonHelpText\\\\\\":\\\\\\"\\\\\\",\\\\\\"DecisionEvent\\\\\\":\\\\\\"{\\\\\\\\\\\\\\"CommandId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"FocusWindowId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"FocusWindowIndex\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"-1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"SceneManager.changeWindowFocus(\'passive2\'); // 指定ウィンドウにフォーカス\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"SwitchId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Deselect\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"CancelEvent\\\\\\":\\\\\\"{\\\\\\\\\\\\\\"CommandId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"FocusWindowId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"FocusWindowIndex\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"-1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"this.popScene(); // 元のシーンに戻る\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"SwitchId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Deselect\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"CursorEvent\\\\\\":\\\\\\"{}\\\\\\",\\\\\\"ButtonEvent\\\\\\":\\\\\\"[]\\\\\\",\\\\\\"FontSize\\\\\\":\\\\\\"20\\\\\\",\\\\\\"OverlapOther\\\\\\":\\\\\\"true\\\\\\",\\\\\\"WindowSkin\\\\\\":\\\\\\"window_result\\\\\\",\\\\\\"VisibleSwitchId\\\\\\":\\\\\\"0\\\\\\",\\\\\\"ShowOpenAnimation\\\\\\":\\\\\\"false\\\\\\",\\\\\\"RefreshSwitchId\\\\\\":\\\\\\"0\\\\\\",\\\\\\"IndexVariableId\\\\\\":\\\\\\"0\\\\\\",\\\\\\"RememberIndex\\\\\\":\\\\\\"false\\\\\\",\\\\\\"ItemVariableId\\\\\\":\\\\\\"0\\\\\\",\\\\\\"Cancelable\\\\\\":\\\\\\"true\\\\\\",\\\\\\"PopCancel\\\\\\":\\\\\\"true\\\\\\",\\\\\\"ActorChangeable\\\\\\":\\\\\\"false\\\\\\",\\\\\\"HiddenNoFocus\\\\\\":\\\\\\"false\\\\\\",\\\\\\"MaskingText\\\\\\":\\\\\\"\\\\\\",\\\\\\"okSound\\\\\\":\\\\\\"\\\\\\",\\\\\\"cursorOverContents\\\\\\":\\\\\\"false\\\\\\",\\\\\\"noItemBackground\\\\\\":\\\\\\"true\\\\\\",\\\\\\"textColor\\\\\\":\\\\\\"0\\\\\\"}\\"]","PicturePriority":"0","Panorama":"{\\"Image\\":\\"systemui_menu4\\",\\"ScrollX\\":\\"0\\",\\"ScrollY\\":\\"0\\"}","UsePageButtons":"false"}',
|
||
Scene4:
|
||
'{"Id":"Scene_charamake","UseHelp":"false","HelpRows":"0","InitialEvent":"{\\"CommandId\\":\\"0\\",\\"FocusWindowId\\":\\"\\",\\"FocusWindowIndex\\":\\"-1\\",\\"Script\\":\\"SceneManager.changeWindowFocus(\'get_reward01\'); // 指定ウィンドウにフォーカス\\",\\"SwitchId\\":\\"\\",\\"Deselect\\":\\"false\\"}","WindowList":"[\\"{\\\\\\"Id\\\\\\":\\\\\\"get_reward01\\\\\\",\\\\\\"x\\\\\\":\\\\\\"240\\\\\\",\\\\\\"RelativeWindowIdX\\\\\\":\\\\\\"\\\\\\",\\\\\\"y\\\\\\":\\\\\\"120\\\\\\",\\\\\\"RelativeWindowIdY\\\\\\":\\\\\\"result01\\\\\\",\\\\\\"width\\\\\\":\\\\\\"580\\\\\\",\\\\\\"height\\\\\\":\\\\\\"0\\\\\\",\\\\\\"ColumnNumber\\\\\\":\\\\\\"1\\\\\\",\\\\\\"RowNumber\\\\\\":\\\\\\"0\\\\\\",\\\\\\"Rotation\\\\\\":\\\\\\"0\\\\\\",\\\\\\"ItemHeight\\\\\\":\\\\\\"0\\\\\\",\\\\\\"CommandList\\\\\\":\\\\\\"[\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Text\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Press Accept/Right-click to continue\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Align\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"VisibleSwitchId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"VisibleScript\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"EnableSwitchId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"IsEnableScript\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"HelpText\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"CancelChoice\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\"]\\\\\\",\\\\\\"DataScript\\\\\\":\\\\\\"\\\\\\",\\\\\\"ListWindowId\\\\\\":\\\\\\"\\\\\\",\\\\\\"ListScript\\\\\\":\\\\\\"\\\\\\",\\\\\\"FilterScript\\\\\\":\\\\\\"\\\\\\",\\\\\\"MappingScript\\\\\\":\\\\\\"\\\\\\",\\\\\\"ItemDrawScript\\\\\\":\\\\\\"[]\\\\\\",\\\\\\"IsEnableScript\\\\\\":\\\\\\"\\\\\\",\\\\\\"CommonHelpText\\\\\\":\\\\\\"\\\\\\",\\\\\\"DecisionEvent\\\\\\":\\\\\\"{\\\\\\\\\\\\\\"CommandId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"FocusWindowId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"FocusWindowIndex\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"-1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"SceneManager.goto(Scene_Map); // マップ画面に遷移\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"SwitchId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Deselect\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"CancelEvent\\\\\\":\\\\\\"{\\\\\\\\\\\\\\"CommandId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"FocusWindowId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"FocusWindowIndex\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"-1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"SceneManager.goto(Scene_Map); // マップ画面に遷移\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"SwitchId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Deselect\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"CursorEvent\\\\\\":\\\\\\"{}\\\\\\",\\\\\\"ButtonEvent\\\\\\":\\\\\\"[]\\\\\\",\\\\\\"FontSize\\\\\\":\\\\\\"0\\\\\\",\\\\\\"OverlapOther\\\\\\":\\\\\\"false\\\\\\",\\\\\\"WindowSkin\\\\\\":\\\\\\"\\\\\\",\\\\\\"VisibleSwitchId\\\\\\":\\\\\\"0\\\\\\",\\\\\\"ShowOpenAnimation\\\\\\":\\\\\\"true\\\\\\",\\\\\\"RefreshSwitchId\\\\\\":\\\\\\"0\\\\\\",\\\\\\"IndexVariableId\\\\\\":\\\\\\"0\\\\\\",\\\\\\"RememberIndex\\\\\\":\\\\\\"false\\\\\\",\\\\\\"ItemVariableId\\\\\\":\\\\\\"0\\\\\\",\\\\\\"Cancelable\\\\\\":\\\\\\"true\\\\\\",\\\\\\"PopCancel\\\\\\":\\\\\\"true\\\\\\",\\\\\\"ActorChangeable\\\\\\":\\\\\\"false\\\\\\",\\\\\\"HiddenNoFocus\\\\\\":\\\\\\"false\\\\\\",\\\\\\"MaskingText\\\\\\":\\\\\\"\\\\\\",\\\\\\"okSound\\\\\\":\\\\\\"\\\\\\",\\\\\\"cursorOverContents\\\\\\":\\\\\\"false\\\\\\",\\\\\\"noItemBackground\\\\\\":\\\\\\"true\\\\\\",\\\\\\"textColor\\\\\\":\\\\\\"0\\\\\\"}\\",\\"{\\\\\\"Id\\\\\\":\\\\\\"money_result\\\\\\",\\\\\\"x\\\\\\":\\\\\\"240\\\\\\",\\\\\\"RelativeWindowIdX\\\\\\":\\\\\\"0\\\\\\",\\\\\\"y\\\\\\":\\\\\\"50\\\\\\",\\\\\\"RelativeWindowIdY\\\\\\":\\\\\\"result01\\\\\\",\\\\\\"width\\\\\\":\\\\\\"580\\\\\\",\\\\\\"height\\\\\\":\\\\\\"0\\\\\\",\\\\\\"ColumnNumber\\\\\\":\\\\\\"1\\\\\\",\\\\\\"RowNumber\\\\\\":\\\\\\"0\\\\\\",\\\\\\"Rotation\\\\\\":\\\\\\"0\\\\\\",\\\\\\"ItemHeight\\\\\\":\\\\\\"0\\\\\\",\\\\\\"CommandList\\\\\\":\\\\\\"\\\\\\",\\\\\\"DataScript\\\\\\":\\\\\\"\\\\\\",\\\\\\"ListWindowId\\\\\\":\\\\\\"\\\\\\",\\\\\\"ListScript\\\\\\":\\\\\\"\\\\\\",\\\\\\"FilterScript\\\\\\":\\\\\\"\\\\\\",\\\\\\"MappingScript\\\\\\":\\\\\\"\\\\\\",\\\\\\"ItemDrawScript\\\\\\":\\\\\\"[\\\\\\\\\\\\\\"this.drawText(`Gold`, r.x, r.y, r.width); // 任意のテキスト描画(制御文字変換なし。右揃え)\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"this.drawText($gameParty.gold() + \' \' + TextManager.currencyUnit, r.x, r.y, r.width, \'right\');\\\\\\\\\\\\\\"]\\\\\\",\\\\\\"IsEnableScript\\\\\\":\\\\\\"\\\\\\",\\\\\\"CommonHelpText\\\\\\":\\\\\\"\\\\\\",\\\\\\"DecisionEvent\\\\\\":\\\\\\"{}\\\\\\",\\\\\\"CancelEvent\\\\\\":\\\\\\"{}\\\\\\",\\\\\\"CursorEvent\\\\\\":\\\\\\"{}\\\\\\",\\\\\\"ButtonEvent\\\\\\":\\\\\\"[]\\\\\\",\\\\\\"FontSize\\\\\\":\\\\\\"26\\\\\\",\\\\\\"OverlapOther\\\\\\":\\\\\\"false\\\\\\",\\\\\\"WindowSkin\\\\\\":\\\\\\"\\\\\\",\\\\\\"VisibleSwitchId\\\\\\":\\\\\\"0\\\\\\",\\\\\\"ShowOpenAnimation\\\\\\":\\\\\\"false\\\\\\",\\\\\\"RefreshSwitchId\\\\\\":\\\\\\"0\\\\\\",\\\\\\"IndexVariableId\\\\\\":\\\\\\"0\\\\\\",\\\\\\"RememberIndex\\\\\\":\\\\\\"false\\\\\\",\\\\\\"ItemVariableId\\\\\\":\\\\\\"0\\\\\\",\\\\\\"Cancelable\\\\\\":\\\\\\"true\\\\\\",\\\\\\"PopCancel\\\\\\":\\\\\\"true\\\\\\",\\\\\\"ActorChangeable\\\\\\":\\\\\\"false\\\\\\",\\\\\\"HiddenNoFocus\\\\\\":\\\\\\"false\\\\\\",\\\\\\"MaskingText\\\\\\":\\\\\\"\\\\\\",\\\\\\"okSound\\\\\\":\\\\\\"\\\\\\",\\\\\\"cursorOverContents\\\\\\":\\\\\\"false\\\\\\",\\\\\\"noItemBackground\\\\\\":\\\\\\"true\\\\\\",\\\\\\"textColor\\\\\\":\\\\\\"0\\\\\\"}\\",\\"{\\\\\\"Id\\\\\\":\\\\\\"result01\\\\\\",\\\\\\"x\\\\\\":\\\\\\"240\\\\\\",\\\\\\"RelativeWindowIdX\\\\\\":\\\\\\"\\\\\\",\\\\\\"y\\\\\\":\\\\\\"-20\\\\\\",\\\\\\"RelativeWindowIdY\\\\\\":\\\\\\"\\\\\\",\\\\\\"width\\\\\\":\\\\\\"580\\\\\\",\\\\\\"height\\\\\\":\\\\\\"500\\\\\\",\\\\\\"ColumnNumber\\\\\\":\\\\\\"10\\\\\\",\\\\\\"RowNumber\\\\\\":\\\\\\"8\\\\\\",\\\\\\"Rotation\\\\\\":\\\\\\"0\\\\\\",\\\\\\"ItemHeight\\\\\\":\\\\\\"0\\\\\\",\\\\\\"CommandList\\\\\\":\\\\\\"[]\\\\\\",\\\\\\"DataScript\\\\\\":\\\\\\"\\\\\\",\\\\\\"ListWindowId\\\\\\":\\\\\\"\\\\\\",\\\\\\"ListScript\\\\\\":\\\\\\"\\\\\\",\\\\\\"FilterScript\\\\\\":\\\\\\"\\\\\\",\\\\\\"MappingScript\\\\\\":\\\\\\"\\\\\\",\\\\\\"ItemDrawScript\\\\\\":\\\\\\"[\\\\\\\\\\\\\\"this.drawTextEx(`-Exploration Income Report-`, 140, r.y, r.width); // 任意のテキスト描画(制御文字変換あり)\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"this.drawTextEx(`Total Treasure Value /`, r.x, 60, r.width); // 任意のテキスト描画(制御文字変換あり)\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"this.drawTextEx(` `+ $gameVariables.value(145) + ` Gold`, 400, 60, r.width); // 任意のテキスト描画(制御文字変換あり)\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"this.drawTextEx(`Monster Elimination /`, r.x, 100, r.width); // 任意のテキスト描画(制御文字変換あり)\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"this.drawTextEx(`+ ` + $gameVariables.value(113) + `%`, 400, 100, r.width); // 任意のテキスト描画(制御文字変換あり)\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"this.drawTextEx(`Chests & Doors Unlocked /`, r.x, 140, r.width); // 任意のテキスト描画(制御文字変換あり)\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"this.drawTextEx(`+ ` + $gameVariables.value(114) + `%`, 400, 140, r.width); // 任意のテキスト描画(制御文字変換あり)\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"this.drawTextEx(`Ether Resource Recovery /`, r.x, 180, r.width); // 任意のテキスト描画(制御文字変換あり)\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"this.drawTextEx(`+ ` + $gameVariables.value(115) + `%`, 400, 180, r.width); // 任意のテキスト描画(制御文字変換あり)\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"this.drawText(`Labor Costs`, r.x, 350, 300); // 任意のテキスト描画(制御文字変換なし。右揃え)\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"this.drawTextEx(`-`+ $gameVariables.value(146) + ` Gold`, 400, 350, r.width); // 任意のテキスト描画(制御文字変換あり)\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"this.drawText(`Revival Costs`, r.x, 390, 300); // 任意のテキスト描画(制御文字変換なし。右揃え)\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"this.drawTextEx(`-`+ $gameVariables.value(139) + ` Gold`, 400, 390, r.width); // 任意のテキスト描画(制御文字変換あり)\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"this.changeTextColor(ColorManager.textColor(2)); // テキストカラー変更(drawTextでのみ有効)\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"this.drawText(`Total Income`, r.x, 430, 300); // 任意のテキスト描画(制御文字変換なし。右揃え)\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"this.drawTextEx(` `+ $gameVariables.value(140) + ` Gold`, 400, 430, r.width); // 任意のテキスト描画(制御文字変換あり)\\\\\\\\\\\\\\"]\\\\\\",\\\\\\"IsEnableScript\\\\\\":\\\\\\"\\\\\\",\\\\\\"CommonHelpText\\\\\\":\\\\\\"\\\\\\",\\\\\\"DecisionEvent\\\\\\":\\\\\\"{}\\\\\\",\\\\\\"CancelEvent\\\\\\":\\\\\\"{}\\\\\\",\\\\\\"CursorEvent\\\\\\":\\\\\\"{}\\\\\\",\\\\\\"ButtonEvent\\\\\\":\\\\\\"[]\\\\\\",\\\\\\"FontSize\\\\\\":\\\\\\"26\\\\\\",\\\\\\"OverlapOther\\\\\\":\\\\\\"false\\\\\\",\\\\\\"WindowSkin\\\\\\":\\\\\\"\\\\\\",\\\\\\"VisibleSwitchId\\\\\\":\\\\\\"0\\\\\\",\\\\\\"ShowOpenAnimation\\\\\\":\\\\\\"false\\\\\\",\\\\\\"RefreshSwitchId\\\\\\":\\\\\\"0\\\\\\",\\\\\\"IndexVariableId\\\\\\":\\\\\\"0\\\\\\",\\\\\\"RememberIndex\\\\\\":\\\\\\"false\\\\\\",\\\\\\"ItemVariableId\\\\\\":\\\\\\"0\\\\\\",\\\\\\"Cancelable\\\\\\":\\\\\\"true\\\\\\",\\\\\\"PopCancel\\\\\\":\\\\\\"true\\\\\\",\\\\\\"ActorChangeable\\\\\\":\\\\\\"false\\\\\\",\\\\\\"HiddenNoFocus\\\\\\":\\\\\\"false\\\\\\",\\\\\\"MaskingText\\\\\\":\\\\\\"\\\\\\",\\\\\\"okSound\\\\\\":\\\\\\"\\\\\\",\\\\\\"cursorOverContents\\\\\\":\\\\\\"false\\\\\\",\\\\\\"noItemBackground\\\\\\":\\\\\\"false\\\\\\",\\\\\\"textColor\\\\\\":\\\\\\"0\\\\\\"}\\"]","PicturePriority":"0","Panorama":"{\\"Image\\":\\"\\",\\"ScrollX\\":\\"0\\",\\"ScrollY\\":\\"0\\"}","UsePageButtons":"false"}',
|
||
Scene5: "{}",
|
||
Scene6: "{}",
|
||
Scene7: "{}",
|
||
Scene8: "{}",
|
||
Scene9: "{}",
|
||
Scene10: "{}",
|
||
Scene11: "{}",
|
||
Scene12: "{}",
|
||
Scene13: "{}",
|
||
Scene14: "{}",
|
||
Scene15: "{}",
|
||
Scene16: "{}",
|
||
Scene17: "{}",
|
||
Scene18: "{}",
|
||
Scene19: "{}",
|
||
Scene20: "{}",
|
||
},
|
||
},
|
||
{
|
||
name: "MPP_EquipStatusEX",
|
||
status: true,
|
||
description: "Changes the display of equipment status.",
|
||
parameters: {
|
||
"Gauge Height": "4",
|
||
"Gauge Color": "215,235,235",
|
||
"Gauge Shadow Color": "32,32,64",
|
||
"Gauge Type": "flat",
|
||
"Gauge Slope": "0",
|
||
"Max Param Gauge":
|
||
'{"mhp":"2500","mmp":"1000","atk":"500","def":"500","mat":"300","mdf":"300","agi":"100","luk":"500","xparam":"2.5","sparam":"2.5","rate":"2.5"}',
|
||
"-----Contents": "",
|
||
"Params List":
|
||
'{"default":"0,1,2,3,4,5,6,7,11,12,26,27","fixed":"0,1,2,3,4,5,6,7,11,12,26,27","included":"","changed":""}',
|
||
"Rate Reverse?": "true",
|
||
"Element Rate:Ids": "1-7",
|
||
"Element Rate:Type": "Included",
|
||
"Debuff Rate:Params": "2-10,25-27",
|
||
"Debuff Rate:Type": "Included",
|
||
"State Rate:Ids": "2-10,25-27",
|
||
"State Rate:Type": "Included",
|
||
"State Resist:Ids": "2-10,25-27",
|
||
"State Resist:Type": "Included",
|
||
"Original Trait Type": "Included",
|
||
"-----Terms": "",
|
||
"Terms Xparams":
|
||
'{"hit":"Hit Rate","eva":"Evasion Rate","cri":"Critical Rate","cev":"Critical Evasion","mev":"Magic Evasion","mrf":"Magic Reflection","cnt":"Counter Rate","hrg":"HP Regen Rate","mrg":"MP Regen Rate","trg":"TP Charge Rate"}',
|
||
"Terms Sparams":
|
||
'{"tgr":"Target Rate","grd":"Guard Effect","rec":"Recovery Effect","pha":"Pharmacology","mcr":"MP Cost Rate","tcr":"TP Charge Rate","pdr":"Physical Damage%","mdr":"Magical Damage%","fdr":"Floor Damage Rate","exr":"EXP Gain Rate"}',
|
||
"Terms Element Rate": "%1 Resistance",
|
||
"Terms Debuff Rate": "%1 Debuff Resistance",
|
||
"Terms State Rate": "%1 Resistance",
|
||
"Terms State Resist": "%1 Immunity",
|
||
},
|
||
},
|
||
{
|
||
name: "MPP_EquipStatusEX_Op1",
|
||
status: true,
|
||
description: "拡張表示をショップのステータスにも反映させます。",
|
||
parameters: {
|
||
"-----Status": "",
|
||
"Weapon Fixed Status": "2,4,7,12",
|
||
"Armor Fixed Status": "0,1,3,5,6,11,26,27",
|
||
"Included Status": "",
|
||
"Changed Status": "",
|
||
"-----Trait": "",
|
||
"Element Rate Type": "Included",
|
||
"Debuff Rate Type": "Included",
|
||
"State Rate Type": "Included",
|
||
"State Resist Type": "Included",
|
||
"Original Trait Type": "Included",
|
||
"-----Shop Window": "",
|
||
"Members Size": "1",
|
||
"Show Actor Name?": "false",
|
||
"Show Character?": "false",
|
||
"Draw Current Item?": "false",
|
||
"Equipping Position": "right of name",
|
||
"Equipping Text": "E",
|
||
"Equipping Font Size": "22",
|
||
},
|
||
},
|
||
{
|
||
name: "CharacterPictureManager",
|
||
status: true,
|
||
description: "立ち絵表示管理プラグイン",
|
||
parameters: {
|
||
PictureList:
|
||
'["{\\"ActorId\\":\\"1\\",\\"Name\\":\\"背景UI\\",\\"Opacity\\":\\"255\\",\\"X\\":\\"-420\\",\\"Y\\":\\"0\\",\\"ScaleX\\":\\"100\\",\\"ScaleY\\":\\"100\\",\\"ShakeSwitch\\":\\"0\\",\\"OutOfShake\\":\\"true\\",\\"SpriteSheet\\":\\"\\",\\"FileList\\":\\"[\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"mapui_menu\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"Scene_Map\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"battle_ui\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"Scene_Battle\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"battle_ui2\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"Scene_Battle\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"366\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\"]\\",\\"DynamicFileName\\":\\"\\",\\"ShowPictureSwitch\\":\\"0\\",\\"UnFocusSwitch\\":\\"0\\",\\"MirrorSwitch\\":\\"0\\",\\"TouchSwitch\\":\\"0\\"}","{\\"ActorId\\":\\"1\\",\\"Name\\":\\"ボディ\\",\\"Opacity\\":\\"255\\",\\"X\\":\\"0\\",\\"Y\\":\\"0\\",\\"ScaleX\\":\\"100\\",\\"ScaleY\\":\\"100\\",\\"ShakeSwitch\\":\\"0\\",\\"OutOfShake\\":\\"false\\",\\"SpriteSheet\\":\\"\\",\\"FileList\\":\\"[\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_heroine_battle1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_heroine_battle7\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"naked\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"!$gameParty.inBattle()\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_heroine_battle11\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"128\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_heroine_battle11b\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"128\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"Scene_Battle\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_heroine_battle8\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"182\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_heroine_battle6\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"182\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"2\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_heroine_battle7\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"182\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"3\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_heroine_battle1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"182\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"4\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_heroine_battle9\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"190\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"CGevent_monster_00\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"6\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"CGevent_monster_00a\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"6\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"98\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"561\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"2\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"74\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"CGevent_monster_00\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"49\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"CGevent_monster_03\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"52\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_heroine_state_1a\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"90\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_heroine_state_1b\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"90\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"$gameActors.actor(1).isStateAffected(54)\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_heroine_state_1c\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"91\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"198\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_heroine_state_1d\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"91\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"198\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"$gameActors.actor(1).isStateAffected(54)\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"CGevent_monster_01\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"55\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"CGevent_monster_02\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"56\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"CGevent_monster_04\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"57\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"CGevent_monster_05a\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"62\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"CGevent_monster_06a\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"68\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"CGevent_monster_07a\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"58\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"CGevent_monster_08a\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"59\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"CGevent_monster_00\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"40\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"CGevent_monster_00a\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"98\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"40\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"561\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"2\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"74\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"48\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\"]\\",\\"DynamicFileName\\":\\"\\",\\"ShowPictureSwitch\\":\\"0\\",\\"UnFocusSwitch\\":\\"0\\",\\"MirrorSwitch\\":\\"0\\",\\"TouchSwitch\\":\\"0\\"}","{\\"ActorId\\":\\"1\\",\\"Name\\":\\"スキン\\",\\"Opacity\\":\\"255\\",\\"X\\":\\"0\\",\\"Y\\":\\"0\\",\\"ScaleX\\":\\"100\\",\\"ScaleY\\":\\"100\\",\\"ShakeSwitch\\":\\"0\\",\\"OutOfShake\\":\\"false\\",\\"SpriteSheet\\":\\"\\",\\"FileList\\":\\"[\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_heroine_battle2\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"70\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_heroine_battle3\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"30\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_debuff15\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"51\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"clear\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"40\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\"]\\",\\"DynamicFileName\\":\\"\\",\\"ShowPictureSwitch\\":\\"\\",\\"UnFocusSwitch\\":\\"0\\",\\"MirrorSwitch\\":\\"0\\",\\"TouchSwitch\\":\\"0\\"}","{\\"ActorId\\":\\"1\\",\\"Name\\":\\"スキン2\\",\\"Opacity\\":\\"255\\",\\"X\\":\\"0\\",\\"Y\\":\\"0\\",\\"ScaleX\\":\\"100\\",\\"ScaleY\\":\\"100\\",\\"ShakeSwitch\\":\\"0\\",\\"OutOfShake\\":\\"false\\",\\"SpriteSheet\\":\\"\\",\\"FileList\\":\\"[\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_debuff9\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"5\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_debuff13\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"117\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_debuff14\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"196\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"clear\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"40\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\"]\\",\\"DynamicFileName\\":\\"\\",\\"ShowPictureSwitch\\":\\"\\",\\"UnFocusSwitch\\":\\"0\\",\\"MirrorSwitch\\":\\"0\\",\\"TouchSwitch\\":\\"0\\"}","{\\"ActorId\\":\\"1\\",\\"Name\\":\\"スキン3\\",\\"Opacity\\":\\"255\\",\\"X\\":\\"0\\",\\"Y\\":\\"0\\",\\"ScaleX\\":\\"100\\",\\"ScaleY\\":\\"100\\",\\"ShakeSwitch\\":\\"0\\",\\"OutOfShake\\":\\"false\\",\\"SpriteSheet\\":\\"\\",\\"FileList\\":\\"[\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_debuff3\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"7\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_debuff4\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"26\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_debuff7\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"10\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_debuff6\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"9\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_debuff5\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"8\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_debuff8\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"11\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"clear\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"40\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\"]\\",\\"DynamicFileName\\":\\"\\",\\"ShowPictureSwitch\\":\\"\\",\\"UnFocusSwitch\\":\\"0\\",\\"MirrorSwitch\\":\\"0\\",\\"TouchSwitch\\":\\"0\\"}","{\\"ActorId\\":\\"1\\",\\"Name\\":\\"フェイシャル\\",\\"Opacity\\":\\"255\\",\\"X\\":\\"0\\",\\"Y\\":\\"0\\",\\"ScaleX\\":\\"100\\",\\"ScaleY\\":\\"100\\",\\"ShakeSwitch\\":\\"0\\",\\"OutOfShake\\":\\"false\\",\\"SpriteSheet\\":\\"\\",\\"FileList\\":\\"[\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_face16\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"shame\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_zach\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"$gameParty.inBattle();\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_zach_a2\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"70\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_zach_a3\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"30\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"naked\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_face1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"naked\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"$gameParty.inBattle();\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_face1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"41\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"!$gameActors.actor(1).isStateAffected(51)\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_debuff16\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"24\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_zach5\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"99\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_face8\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"183\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"6\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_zach3\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"183\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_zach4\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"183\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"2\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_zach5\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"183\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"3\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_zach6\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"183\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"4\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_face9\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"183\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"7\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_face10\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"183\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"8\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_face11\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"183\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"9\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_face12\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"183\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"10\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_face13\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"183\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"11\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_face15\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"183\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"13\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_face17\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"183\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"14\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_face14\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"192\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_debuff1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"6\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_debuff2\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"12\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_face7\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"damage\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_face7\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"183\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"5\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"clear\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"40\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\"]\\",\\"DynamicFileName\\":\\"\\",\\"ShowPictureSwitch\\":\\"\\",\\"UnFocusSwitch\\":\\"0\\",\\"MirrorSwitch\\":\\"0\\",\\"TouchSwitch\\":\\"0\\"}","{\\"ActorId\\":\\"1\\",\\"Name\\":\\"下着\\",\\"Opacity\\":\\"255\\",\\"X\\":\\"0\\",\\"Y\\":\\"0\\",\\"ScaleX\\":\\"100\\",\\"ScaleY\\":\\"100\\",\\"ShakeSwitch\\":\\"0\\",\\"OutOfShake\\":\\"false\\",\\"SpriteSheet\\":\\"\\",\\"FileList\\":\\"[\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_armor_leotard0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"98\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_armor_leotard0_d1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"98\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"561\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"25\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_armor_leotard0_d2\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"98\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"561\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"50\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_armor_leotard0_d3\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"98\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"561\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"75\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"naked\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_armor_leotard0_d5\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"95\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_armor_leotard0_d4\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"95\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"!$gameParty.inBattle()\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_armor_skirt1_n\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"480\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_heroine_battle12\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"480\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"2\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_heroine_battle10\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"480\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"3\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_heroine_battle13\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"480\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"4\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_heroine_battle14\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"480\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"5\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_heroine_battle15\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"480\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"6\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"480\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"-1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"128\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"clear\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"40\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\"]\\",\\"DynamicFileName\\":\\"\\",\\"ShowPictureSwitch\\":\\"0\\",\\"UnFocusSwitch\\":\\"0\\",\\"MirrorSwitch\\":\\"0\\",\\"TouchSwitch\\":\\"0\\"}","{\\"ActorId\\":\\"1\\",\\"Name\\":\\"鎧\\",\\"Opacity\\":\\"255\\",\\"X\\":\\"0\\",\\"Y\\":\\"0\\",\\"ScaleX\\":\\"100\\",\\"ScaleY\\":\\"100\\",\\"ShakeSwitch\\":\\"0\\",\\"OutOfShake\\":\\"false\\",\\"SpriteSheet\\":\\"\\",\\"FileList\\":\\"[\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_armor_cape4\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"11\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_armor_0025\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"12\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_armor_0001\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"13\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_armor_0002\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"14\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_armor_0003\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"15\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_armor_0004\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"16\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_armor_0005\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"17\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_armor_cape\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"19\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_armor_0026\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"20\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_armor_0006\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"21\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_armor_0007\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"22\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_armor_0008\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"23\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_armor_0009\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"24\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_armor_0010\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"25\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_armor_skirt5\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"4\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_armor_0029\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"5\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_armor_0011\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"6\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_armor_0012\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"7\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_armor_0014\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"8\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_armor_0015\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"9\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_armor_cloak1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"27\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_armor_0027\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"28\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_armor_0016\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"29\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_armor_0017\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"30\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_armor_0018\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"31\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_armor_0019\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"32\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_armor_0020\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"33\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_armor_0024\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"47\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_armor_other1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"58\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_armor3\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"38\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_armor_skirt1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"37\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_armor_skirt3\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"41\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_cloth1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"42\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_bikini1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"61\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_bikini2\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"59\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_bikini3\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"62\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_armor_0028\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"60\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_armor13\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"63\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_armor_0031\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"64\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_armor_0030\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"65\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_armor_gauntlet2\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"67\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"503\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"naked\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"clear\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"40\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\"]\\",\\"DynamicFileName\\":\\"\\",\\"ShowPictureSwitch\\":\\"0\\",\\"UnFocusSwitch\\":\\"0\\",\\"MirrorSwitch\\":\\"0\\",\\"TouchSwitch\\":\\"0\\"}","{\\"ActorId\\":\\"1\\",\\"Name\\":\\"カバン\\",\\"Opacity\\":\\"255\\",\\"X\\":\\"0\\",\\"Y\\":\\"0\\",\\"ScaleX\\":\\"100\\",\\"ScaleY\\":\\"100\\",\\"ShakeSwitch\\":\\"0\\",\\"OutOfShake\\":\\"false\\",\\"SpriteSheet\\":\\"\\",\\"FileList\\":\\"[\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_zach2\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_zach_n\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"naked\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"!$gameParty.inBattle()\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"395\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"clear\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"40\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\"]\\",\\"DynamicFileName\\":\\"\\",\\"ShowPictureSwitch\\":\\"\\",\\"UnFocusSwitch\\":\\"0\\",\\"MirrorSwitch\\":\\"0\\",\\"TouchSwitch\\":\\"0\\"}","{\\"ActorId\\":\\"1\\",\\"Name\\":\\"頭防具\\",\\"Opacity\\":\\"255\\",\\"X\\":\\"0\\",\\"Y\\":\\"0\\",\\"ScaleX\\":\\"100\\",\\"ScaleY\\":\\"100\\",\\"ShakeSwitch\\":\\"0\\",\\"OutOfShake\\":\\"false\\",\\"SpriteSheet\\":\\"\\",\\"FileList\\":\\"[\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_head_0001\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"575\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_head_0002\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"576\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_head_0003\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"577\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_head_0004\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"578\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_head_0005\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"579\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_head_0011\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"583\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_head_0012\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"584\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_head_0013\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"585\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_head_0014\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"586\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_head_0015\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"587\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_head_0006\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"591\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_head_0007\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"592\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_head_0008\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"593\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_head_0009\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"594\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_head_0010\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"595\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_head_0021\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"598\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_head_0016\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"599\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_head_hood2\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"600\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_head_0018\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"601\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_head_0019\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"602\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_head_0020\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"603\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_head_0022\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"613\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_head_0023\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"614\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_head_0024\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"616\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_head_hood5\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"611\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_head_helm2\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"608\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_head_hat2\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"615\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_head_acce1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"618\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"395\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"clear\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"40\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\"]\\",\\"DynamicFileName\\":\\"\\",\\"ShowPictureSwitch\\":\\"0\\",\\"UnFocusSwitch\\":\\"0\\",\\"MirrorSwitch\\":\\"0\\",\\"TouchSwitch\\":\\"0\\"}","{\\"ActorId\\":\\"1\\",\\"Name\\":\\"武器\\",\\"Opacity\\":\\"255\\",\\"X\\":\\"0\\",\\"Y\\":\\"0\\",\\"ScaleX\\":\\"100\\",\\"ScaleY\\":\\"100\\",\\"ShakeSwitch\\":\\"0\\",\\"OutOfShake\\":\\"false\\",\\"SpriteSheet\\":\\"\\",\\"FileList\\":\\"[\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_ssword\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"15\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_ssword2\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"2\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_ssword3\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"5\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_ssword4\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"4\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_ssword5\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"3\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_ssword6\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"9\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_ssword7\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"8\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_ssword8b\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"7\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_ssword8\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"10\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_longsword\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"16\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_longsword4\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"20\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_longsword3\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"17\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_longsword5\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"21\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_longsword6\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"22\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_club1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"64\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_club2\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"63\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_axe1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"19\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_spear1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"6\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_turuhasi\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"18\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_magic1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"47\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_magic2\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"46\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_magic3\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"49\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_magic4\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"67\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_magic6\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"52\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_magic7\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"48\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_magic8\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"51\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_magic9\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"50\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_miracle1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"65\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_miracle2\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"66\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_miracle3\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"68\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_miracle4\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"69\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_magic5\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"70\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_gun1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"38\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_gun2\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"39\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_gun3\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"41\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_gun4\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"42\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"92\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_fight2\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"298\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"naked\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"!$gameParty.inBattle()\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"clear\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"40\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\"]\\",\\"DynamicFileName\\":\\"\\",\\"ShowPictureSwitch\\":\\"0\\",\\"UnFocusSwitch\\":\\"0\\",\\"MirrorSwitch\\":\\"0\\",\\"TouchSwitch\\":\\"0\\"}","{\\"ActorId\\":\\"1\\",\\"Name\\":\\"盾\\",\\"Opacity\\":\\"255\\",\\"X\\":\\"0\\",\\"Y\\":\\"0\\",\\"ScaleX\\":\\"100\\",\\"ScaleY\\":\\"100\\",\\"ShakeSwitch\\":\\"0\\",\\"OutOfShake\\":\\"false\\",\\"SpriteSheet\\":\\"\\",\\"FileList\\":\\"[\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_shield_0001\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"670\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_shield_0002\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"671\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_shield_0003\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"674\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_shield_0004\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"676\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_shield_0005\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"675\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_shield_0006\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"672\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_shield_0007\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"677\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_shield_0008\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"678\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_shield_0009\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"673\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_battle_shield_0010\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"679\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"naked\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"92\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"clear\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"40\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\"]\\",\\"DynamicFileName\\":\\"\\",\\"ShowPictureSwitch\\":\\"0\\",\\"UnFocusSwitch\\":\\"0\\",\\"MirrorSwitch\\":\\"0\\",\\"TouchSwitch\\":\\"0\\"}","{\\"ActorId\\":\\"1\\",\\"Name\\":\\"指名手配書\\",\\"Opacity\\":\\"255\\",\\"X\\":\\"0\\",\\"Y\\":\\"0\\",\\"ScaleX\\":\\"100\\",\\"ScaleY\\":\\"100\\",\\"ShakeSwitch\\":\\"0\\",\\"OutOfShake\\":\\"false\\",\\"SpriteSheet\\":\\"\\",\\"FileList\\":\\"[\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"chara_heroine_state_p8\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BlendMode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputCommand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"InputSkillType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"475\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"FileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpUpperLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"HpLowerLimit\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Inputting\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Action\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Motion\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"State\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"48\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Weapon\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Armor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Scene\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Note\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Speaker\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Switch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Variable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"VariableOperand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Script\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\\\\\"]\\",\\"DynamicFileName\\":\\"\\",\\"ShowPictureSwitch\\":\\"475\\",\\"UnFocusSwitch\\":\\"0\\",\\"MirrorSwitch\\":\\"0\\",\\"TouchSwitch\\":\\"0\\"}"]',
|
||
SceneList:
|
||
'["{\\"SceneName\\":\\"Scene_Battle\\",\\"MemberPosition\\":\\"[\\\\\\"{\\\\\\\\\\\\\\"X\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\v[423]\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Y\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\"}\\\\\\"]\\",\\"ActorPosition\\":\\"[]\\",\\"ScaleX\\":\\"100\\",\\"ScaleY\\":\\"100\\",\\"ShowPictureSwitch\\":\\"0\\",\\"UnFocusSwitch\\":\\"0\\",\\"MirrorSwitch\\":\\"0\\",\\"TouchSwitch\\":\\"0\\",\\"Priority\\":\\"2\\",\\"FadeFrame\\":\\"10\\",\\"CrossFadeFrame\\":\\"0\\",\\"UpdateInterval\\":\\"2\\",\\"UpdateSwitch\\":\\"0\\"}","{\\"SceneName\\":\\"Scene_Map\\",\\"MemberPosition\\":\\"[\\\\\\"{\\\\\\\\\\\\\\"X\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\v[423]\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Y\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\"}\\\\\\"]\\",\\"ActorPosition\\":\\"[]\\",\\"ScaleX\\":\\"100\\",\\"ScaleY\\":\\"100\\",\\"ShowPictureSwitch\\":\\"57\\",\\"UnFocusSwitch\\":\\"0\\",\\"MirrorSwitch\\":\\"0\\",\\"TouchSwitch\\":\\"0\\",\\"Priority\\":\\"1\\",\\"FadeFrame\\":\\"0\\",\\"CrossFadeFrame\\":\\"0\\",\\"UpdateInterval\\":\\"20\\",\\"UpdateSwitch\\":\\"0\\"}","{\\"SceneName\\":\\"Scene_oristatus\\",\\"MemberPosition\\":\\"[\\\\\\"{\\\\\\\\\\\\\\"X\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\v[423]\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Y\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\"}\\\\\\"]\\",\\"ActorPosition\\":\\"[]\\",\\"ScaleX\\":\\"100\\",\\"ScaleY\\":\\"100\\",\\"ShowPictureSwitch\\":\\"0\\",\\"UnFocusSwitch\\":\\"0\\",\\"MirrorSwitch\\":\\"0\\",\\"TouchSwitch\\":\\"0\\",\\"Priority\\":\\"0\\",\\"FadeFrame\\":\\"0\\",\\"CrossFadeFrame\\":\\"0\\",\\"UpdateInterval\\":\\"60\\",\\"UpdateSwitch\\":\\"0\\"}","{\\"SceneName\\":\\"Scene_ActorList\\",\\"MemberPosition\\":\\"[\\\\\\"{\\\\\\\\\\\\\\"X\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\v[423]\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Y\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\"}\\\\\\"]\\",\\"ActorPosition\\":\\"[]\\",\\"ScaleX\\":\\"100\\",\\"ScaleY\\":\\"100\\",\\"ShowPictureSwitch\\":\\"0\\",\\"UnFocusSwitch\\":\\"0\\",\\"MirrorSwitch\\":\\"0\\",\\"TouchSwitch\\":\\"0\\",\\"Priority\\":\\"0\\",\\"FadeFrame\\":\\"0\\",\\"CrossFadeFrame\\":\\"0\\",\\"UpdateInterval\\":\\"60\\",\\"UpdateSwitch\\":\\"0\\"}","{\\"SceneName\\":\\"Scene_Item\\",\\"MemberPosition\\":\\"[\\\\\\"{\\\\\\\\\\\\\\"X\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\v[423]\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Y\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\"}\\\\\\"]\\",\\"ActorPosition\\":\\"[]\\",\\"ScaleX\\":\\"100\\",\\"ScaleY\\":\\"100\\",\\"ShowPictureSwitch\\":\\"0\\",\\"UnFocusSwitch\\":\\"0\\",\\"MirrorSwitch\\":\\"0\\",\\"TouchSwitch\\":\\"0\\",\\"Priority\\":\\"0\\",\\"FadeFrame\\":\\"0\\",\\"CrossFadeFrame\\":\\"0\\",\\"UpdateInterval\\":\\"60\\",\\"UpdateSwitch\\":\\"0\\"}","{\\"SceneName\\":\\"Scene_Skill\\",\\"MemberPosition\\":\\"[\\\\\\"{\\\\\\\\\\\\\\"X\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\v[423]\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Y\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\"}\\\\\\"]\\",\\"ActorPosition\\":\\"[]\\",\\"ScaleX\\":\\"100\\",\\"ScaleY\\":\\"100\\",\\"ShowPictureSwitch\\":\\"0\\",\\"ShakeSwitch\\":\\"0\\",\\"UnFocusSwitch\\":\\"0\\",\\"MirrorSwitch\\":\\"0\\",\\"TouchSwitch\\":\\"0\\",\\"Priority\\":\\"0\\",\\"FadeFrame\\":\\"0\\",\\"UpdateInterval\\":\\"60\\",\\"UpdateSwitch\\":\\"0\\"}","{\\"SceneName\\":\\"Scene_Equip\\",\\"MemberPosition\\":\\"[\\\\\\"{\\\\\\\\\\\\\\"X\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\v[423]\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Y\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\"}\\\\\\"]\\",\\"ActorPosition\\":\\"[]\\",\\"ScaleX\\":\\"100\\",\\"ScaleY\\":\\"100\\",\\"ShowPictureSwitch\\":\\"0\\",\\"ShakeSwitch\\":\\"0\\",\\"UnFocusSwitch\\":\\"0\\",\\"MirrorSwitch\\":\\"0\\",\\"TouchSwitch\\":\\"0\\",\\"Priority\\":\\"0\\",\\"FadeFrame\\":\\"0\\",\\"UpdateInterval\\":\\"1\\",\\"UpdateSwitch\\":\\"0\\"}","{\\"SceneName\\":\\"Scene_Shop\\",\\"MemberPosition\\":\\"[\\\\\\"{\\\\\\\\\\\\\\"X\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\v[423]\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Y\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\"}\\\\\\"]\\",\\"ActorPosition\\":\\"[]\\",\\"ScaleX\\":\\"100\\",\\"ScaleY\\":\\"100\\",\\"ShowPictureSwitch\\":\\"0\\",\\"UnFocusSwitch\\":\\"0\\",\\"MirrorSwitch\\":\\"0\\",\\"TouchSwitch\\":\\"0\\",\\"Priority\\":\\"0\\",\\"FadeFrame\\":\\"0\\",\\"CrossFadeFrame\\":\\"0\\",\\"UpdateInterval\\":\\"2\\",\\"UpdateSwitch\\":\\"0\\"}","{\\"SceneName\\":\\"Scene_supponSSshop\\",\\"MemberPosition\\":\\"[\\\\\\"{\\\\\\\\\\\\\\"X\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\v[423]\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Y\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\"}\\\\\\"]\\",\\"ActorPosition\\":\\"[]\\",\\"ScaleX\\":\\"100\\",\\"ScaleY\\":\\"100\\",\\"ShowPictureSwitch\\":\\"0\\",\\"UnFocusSwitch\\":\\"0\\",\\"MirrorSwitch\\":\\"0\\",\\"TouchSwitch\\":\\"0\\",\\"Priority\\":\\"0\\",\\"FadeFrame\\":\\"0\\",\\"CrossFadeFrame\\":\\"0\\",\\"UpdateInterval\\":\\"2\\",\\"UpdateSwitch\\":\\"0\\"}","{\\"SceneName\\":\\"Scene_QuestSystem\\",\\"MemberPosition\\":\\"[\\\\\\"{\\\\\\\\\\\\\\"X\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\v[423]\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Y\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\"}\\\\\\"]\\",\\"ActorPosition\\":\\"[]\\",\\"ScaleX\\":\\"100\\",\\"ScaleY\\":\\"100\\",\\"ShowPictureSwitch\\":\\"0\\",\\"ShakeSwitch\\":\\"0\\",\\"UnFocusSwitch\\":\\"0\\",\\"MirrorSwitch\\":\\"0\\",\\"TouchSwitch\\":\\"0\\",\\"Priority\\":\\"0\\",\\"FadeFrame\\":\\"0\\",\\"UpdateInterval\\":\\"60\\",\\"UpdateSwitch\\":\\"0\\"}"]',
|
||
Origin: "0",
|
||
UsePointAdjust: "false",
|
||
ShakeOnDamage: "true",
|
||
ShakePower: "2",
|
||
ShakeSpeed: "15",
|
||
ShakeDuration: "6",
|
||
ShakeRotation: "0",
|
||
UnFocusPower: "255",
|
||
MenuActorOnly: "true",
|
||
SelectActorOnly: "false",
|
||
DressUp: "true",
|
||
UseAnimationTarget: "false",
|
||
},
|
||
},
|
||
{
|
||
name: "PictureControlExtend",
|
||
status: true,
|
||
description: "ピクチャの操作拡張プラグイン",
|
||
parameters: {},
|
||
},
|
||
{
|
||
name: "TriggerOnEquipAndState",
|
||
status: true,
|
||
description: "装備変更時の変数操作プラグイン",
|
||
parameters: {
|
||
list: '["{\\"name\\":\\"服破れ→裸フラグ\\",\\"weaponId\\":\\"0\\",\\"armorId\\":\\"95\\",\\"stateId\\":\\"\\",\\"equipType\\":\\"0\\",\\"list\\":\\"[\\\\\\"{\\\\\\\\\\\\\\"targetSwitch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"410\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"targetVariable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"addActorId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"operand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\"}\\\\\\"]\\"}","{\\"name\\":\\"手ブラ装備→裸フラグ\\",\\"weaponId\\":\\"0\\",\\"armorId\\":\\"99\\",\\"stateId\\":\\"0\\",\\"equipType\\":\\"0\\",\\"list\\":\\"[\\\\\\"{\\\\\\\\\\\\\\"targetSwitch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"410\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"targetVariable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"addActorId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"operand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"targetSwitch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"504\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"targetVariable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"addActorId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"operand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\"}\\\\\\"]\\"}","{\\"name\\":\\"奴隷面の監視フラグ\\",\\"weaponId\\":\\"0\\",\\"armorId\\":\\"608\\",\\"stateId\\":\\"0\\",\\"equipType\\":\\"0\\",\\"list\\":\\"[\\\\\\"{\\\\\\\\\\\\\\"targetSwitch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"492\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"targetVariable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"addActorId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"operand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\"}\\\\\\"]\\"}","{\\"name\\":\\"腹痛\\",\\"weaponId\\":\\"0\\",\\"armorId\\":\\"0\\",\\"stateId\\":\\"117\\",\\"equipType\\":\\"0\\",\\"list\\":\\"[\\\\\\"{\\\\\\\\\\\\\\"targetSwitch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"targetVariable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"651\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"addActorId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"operand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"100\\\\\\\\\\\\\\"}\\\\\\"]\\"}","{\\"name\\":\\"Hな気分\\",\\"weaponId\\":\\"0\\",\\"armorId\\":\\"0\\",\\"stateId\\":\\"193\\",\\"equipType\\":\\"0\\",\\"list\\":\\"[\\\\\\"{\\\\\\\\\\\\\\"targetSwitch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"targetVariable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"81\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"addActorId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"operand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"5\\\\\\\\\\\\\\"}\\\\\\"]\\"}","{\\"name\\":\\"Hな気分+\\",\\"weaponId\\":\\"0\\",\\"armorId\\":\\"0\\",\\"stateId\\":\\"194\\",\\"equipType\\":\\"0\\",\\"list\\":\\"[\\\\\\"{\\\\\\\\\\\\\\"targetSwitch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"targetVariable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"81\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"addActorId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"operand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"3\\\\\\\\\\\\\\"}\\\\\\"]\\"}","{\\"name\\":\\"合成エーテル薬\\",\\"weaponId\\":\\"0\\",\\"armorId\\":\\"0\\",\\"stateId\\":\\"13\\",\\"equipType\\":\\"0\\",\\"list\\":\\"[\\\\\\"{\\\\\\\\\\\\\\"targetSwitch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"targetVariable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"81\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"addActorId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"operand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"15\\\\\\\\\\\\\\"}\\\\\\"]\\"}","{\\"name\\":\\"隠密状態\\",\\"weaponId\\":\\"0\\",\\"armorId\\":\\"0\\",\\"stateId\\":\\"45\\",\\"equipType\\":\\"0\\",\\"list\\":\\"[\\\\\\"{\\\\\\\\\\\\\\"targetSwitch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"targetVariable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"addActorId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"operand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"targetSwitch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"18\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"targetVariable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"addActorId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"operand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\"}\\\\\\"]\\"}","{\\"name\\":\\"恐怖ステート\\",\\"weaponId\\":\\"0\\",\\"armorId\\":\\"0\\",\\"stateId\\":\\"90\\",\\"equipType\\":\\"0\\",\\"list\\":\\"[\\\\\\"{\\\\\\\\\\\\\\"targetSwitch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"198\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"targetVariable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"addActorId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"operand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\"}\\\\\\"]\\"}","{\\"name\\":\\"触手苗床Lv1\\",\\"weaponId\\":\\"0\\",\\"armorId\\":\\"0\\",\\"stateId\\":\\"55\\",\\"equipType\\":\\"0\\",\\"list\\":\\"[\\\\\\"{\\\\\\\\\\\\\\"targetSwitch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"61\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"targetVariable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"addActorId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"operand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\"}\\\\\\"]\\"}","{\\"name\\":\\"ゾンビバックLv1\\",\\"weaponId\\":\\"0\\",\\"armorId\\":\\"0\\",\\"stateId\\":\\"56\\",\\"equipType\\":\\"0\\",\\"list\\":\\"[\\\\\\"{\\\\\\\\\\\\\\"targetSwitch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"261\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"targetVariable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"addActorId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"operand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\"}\\\\\\"]\\"}","{\\"name\\":\\"ゴブリンa\\",\\"weaponId\\":\\"0\\",\\"armorId\\":\\"0\\",\\"stateId\\":\\"57\\",\\"equipType\\":\\"0\\",\\"list\\":\\"[\\\\\\"{\\\\\\\\\\\\\\"targetSwitch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"262\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"targetVariable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"addActorId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"operand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"targetSwitch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"targetVariable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"614\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"addActorId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"operand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"-280\\\\\\\\\\\\\\"}\\\\\\"]\\"}","{\\"name\\":\\"ブッチャー\\",\\"weaponId\\":\\"0\\",\\"armorId\\":\\"0\\",\\"stateId\\":\\"62\\",\\"equipType\\":\\"0\\",\\"list\\":\\"[\\\\\\"{\\\\\\\\\\\\\\"targetSwitch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"263\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"targetVariable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"addActorId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"operand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\"}\\\\\\"]\\"}","{\\"name\\":\\"インプ\\",\\"weaponId\\":\\"0\\",\\"armorId\\":\\"0\\",\\"stateId\\":\\"68\\",\\"equipType\\":\\"0\\",\\"list\\":\\"[\\\\\\"{\\\\\\\\\\\\\\"targetSwitch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"264\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"targetVariable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"addActorId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"operand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\"}\\\\\\"]\\"}","{\\"name\\":\\"バイコーン\\",\\"weaponId\\":\\"0\\",\\"armorId\\":\\"0\\",\\"stateId\\":\\"58\\",\\"equipType\\":\\"0\\",\\"list\\":\\"[\\\\\\"{\\\\\\\\\\\\\\"targetSwitch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"265\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"targetVariable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"addActorId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"operand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\"}\\\\\\"]\\"}","{\\"name\\":\\"バイコーン\\",\\"weaponId\\":\\"0\\",\\"armorId\\":\\"0\\",\\"stateId\\":\\"59\\",\\"equipType\\":\\"0\\",\\"list\\":\\"[\\\\\\"{\\\\\\\\\\\\\\"targetSwitch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"276\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"targetVariable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"addActorId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"operand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\"}\\\\\\"]\\"}","{\\"name\\":\\"黒色火薬ライフルの攻撃力\\",\\"weaponId\\":\\"38\\",\\"armorId\\":\\"0\\",\\"stateId\\":\\"0\\",\\"equipType\\":\\"0\\",\\"list\\":\\"[\\\\\\"{\\\\\\\\\\\\\\"targetSwitch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"targetVariable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"255\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"addActorId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"operand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"60\\\\\\\\\\\\\\"}\\\\\\"]\\"}","{\\"name\\":\\"バヨネットライフルの攻撃力\\",\\"weaponId\\":\\"39\\",\\"armorId\\":\\"0\\",\\"stateId\\":\\"0\\",\\"equipType\\":\\"0\\",\\"list\\":\\"[\\\\\\"{\\\\\\\\\\\\\\"targetSwitch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"targetVariable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"255\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"addActorId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"operand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"80\\\\\\\\\\\\\\"}\\\\\\"]\\"}","{\\"name\\":\\"水平二連ライフルの攻撃力\\",\\"weaponId\\":\\"41\\",\\"armorId\\":\\"0\\",\\"stateId\\":\\"0\\",\\"equipType\\":\\"0\\",\\"list\\":\\"[\\\\\\"{\\\\\\\\\\\\\\"targetSwitch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"targetVariable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"255\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"addActorId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"operand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"100\\\\\\\\\\\\\\"}\\\\\\"]\\"}","{\\"name\\":\\"帰還禁止\\",\\"weaponId\\":\\"0\\",\\"armorId\\":\\"608\\",\\"stateId\\":\\"0\\",\\"equipType\\":\\"0\\",\\"list\\":\\"[\\\\\\"{\\\\\\\\\\\\\\"targetSwitch\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"483\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"targetVariable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"addActorId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"false\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"operand\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\"}\\\\\\"]\\"}"]',
|
||
battleMemberOnly: "true",
|
||
},
|
||
},
|
||
{
|
||
name: "EquippedLimit",
|
||
status: true,
|
||
description: "ver1.01/計算式で装備を制限する機能を追加します。",
|
||
parameters: {},
|
||
},
|
||
{
|
||
name: "TemplateEvent",
|
||
status: true,
|
||
description: "テンプレートイベントプラグイン",
|
||
parameters: {
|
||
TemplateMapId: "40",
|
||
KeepEventId: "false",
|
||
OverrideTarget:
|
||
'{"Image":"false","Direction":"true","Move":"true","Priority":"false","Trigger":"false","Option":"false"}',
|
||
AutoOverride: "false",
|
||
IntegrateNote: "0",
|
||
},
|
||
},
|
||
{
|
||
name: "MPP_MessageEX",
|
||
status: true,
|
||
description: "文章表示の機能を拡張したり表示の演出を追加します。",
|
||
parameters: {
|
||
"Text Set": "[]",
|
||
"Wait Effects":
|
||
'{"Scroll Map":"true","Set Movement Route":"true","Show Animation":"true","Show Balloon Icon":"true","Move Picture":"true","Tint Picture":"true","Tint Screen":"true","Flash Screen":"true","Shake Screen":"false","Set Weather Effect":"false","Fadeout BGM":"false","Fadeout BGS":"false","Play ME":"false"}',
|
||
"Skip Effects":
|
||
'{"Scroll Map":"false","Set Movement Route":"false","Move Picture":"false","Tint Picture":"false","Tint Screen":"false","Flash Screen":"false","Shake Screen":"false","Set Weather Effect":"false"}',
|
||
"Skip Effects Timing": "skip",
|
||
"Ruby Font Size": "12",
|
||
"Ruby Oy": "4",
|
||
"Ruby Outline Width": "3",
|
||
"Always Leave Ruby Height": "false",
|
||
Default:
|
||
'{"Anime Type":"1","Message Row":"4","FadeOut Type":"0","Text Speed":"200","Outline Color":"0,0,0,0.7","Outline Width":"4","Ruby Color":"255,255,255"}',
|
||
__collapsed: ["Skip Effects"],
|
||
},
|
||
},
|
||
{
|
||
name: "Foreground",
|
||
status: true,
|
||
description: "マップに合わせてスクロールする近景の設定(Ver1.1)",
|
||
parameters: {},
|
||
},
|
||
{
|
||
name: "ScrollForceCenter",
|
||
status: true,
|
||
description: "強制中央スクロールプラグイン",
|
||
parameters: { adjustX: "4", adjustY: "0" },
|
||
},
|
||
{
|
||
name: "CustomizeConfigDefault",
|
||
status: true,
|
||
description: "オプションデフォルト値設定プラグイン",
|
||
parameters: {
|
||
AlwaysDash: "true",
|
||
CommandRemember: "true",
|
||
TouchUi: "true",
|
||
BgmVolume: "30",
|
||
BgsVolume: "30",
|
||
MeVolume: "30",
|
||
SeVolume: "30",
|
||
EraseAlwaysDash: "true",
|
||
EraseCommandRemember: "false",
|
||
EraseTouchUi: "false",
|
||
EraseBgmVolume: "false",
|
||
EraseBgsVolume: "false",
|
||
EraseMeVolume: "false",
|
||
EraseSeVolume: "false",
|
||
},
|
||
},
|
||
{
|
||
name: "CustomizeConfigItem",
|
||
status: true,
|
||
description: "オプション任意項目作成プラグイン",
|
||
parameters: {
|
||
NumberOptions: "",
|
||
StringOptions: "",
|
||
SwitchOptions:
|
||
'["{\\"Name\\":\\"Battle Voice\\",\\"DefaultValue\\":\\"true\\",\\"SwitchID\\":\\"1196\\",\\"OnText\\":\\"\\",\\"OffText\\":\\"\\",\\"HiddenFlag\\":\\"false\\",\\"Script\\":\\"\\",\\"AddPosition\\":\\"\\",\\"PaddingTop\\":\\"0\\"}"]',
|
||
VolumeOptions: "",
|
||
},
|
||
},
|
||
{
|
||
name: "MNKR_PartyCommandSkipMZ",
|
||
status: true,
|
||
description:
|
||
"戦闘開始時にパーティコマンドを飛ばし、アクターコマンドから開始します。",
|
||
parameters: {},
|
||
},
|
||
{
|
||
name: "MNKR_HideLevel",
|
||
status: true,
|
||
description: "レベルに関連する項目(レベル・経験値)を非表示にします。",
|
||
parameters: {},
|
||
},
|
||
{
|
||
name: "MPP_ChoiceEX",
|
||
status: true,
|
||
description: "選択肢の機能を拡張します。",
|
||
parameters: {
|
||
"Max Page Row": "9",
|
||
"Disabled Position": "none",
|
||
"Choice Help Commands": '["選択肢ヘルプ"]',
|
||
},
|
||
},
|
||
{
|
||
name: "MNKR_ChoiceColsMZ",
|
||
status: true,
|
||
description: "選択肢の列数・Y軸位置を変更する機能を追加します。",
|
||
parameters: { choiceColsVariableId: "7", choiceYpositionVariableId: "0" },
|
||
},
|
||
{
|
||
name: "ExtraGauge",
|
||
status: true,
|
||
description: "汎用ゲージ追加プラグイン",
|
||
parameters: {
|
||
GaugeList:
|
||
'["{\\"SceneName\\":\\"Scene_Map\\",\\"Id\\":\\"HPゲージ\\",\\"SwitchId\\":\\"480\\",\\"OpacityVariable\\":\\"0\\",\\"Layout\\":\\"{\\\\\\"x\\\\\\":\\\\\\"220\\\\\\",\\\\\\"y\\\\\\":\\\\\\"35\\\\\\",\\\\\\"realTime\\\\\\":\\\\\\"false\\\\\\",\\\\\\"width\\\\\\":\\\\\\"200\\\\\\",\\\\\\"height\\\\\\":\\\\\\"9\\\\\\",\\\\\\"GaugeX\\\\\\":\\\\\\"0\\\\\\",\\\\\\"GaugeHeight\\\\\\":\\\\\\"0\\\\\\",\\\\\\"Vertical\\\\\\":\\\\\\"false\\\\\\"}\\",\\"CurrentMethod\\":\\"{\\\\\\"VariableId\\\\\\":\\\\\\"\\\\\\",\\\\\\"Script\\\\\\":\\\\\\"battler.hp; // HP\\\\\\",\\\\\\"FixedValue\\\\\\":\\\\\\"\\\\\\"}\\",\\"MaxMethod\\":\\"{\\\\\\"VariableId\\\\\\":\\\\\\"\\\\\\",\\\\\\"Script\\\\\\":\\\\\\"battler.mhp; // 最大HP\\\\\\",\\\\\\"FixedValue\\\\\\":\\\\\\"\\\\\\"}\\",\\"Detail\\":\\"{\\\\\\"RisingSmoothness\\\\\\":\\\\\\"15\\\\\\",\\\\\\"FallingSmoothness\\\\\\":\\\\\\"15\\\\\\",\\\\\\"GaugeColorPreset\\\\\\":\\\\\\"hp\\\\\\",\\\\\\"GaugeColorLeft\\\\\\":\\\\\\"24\\\\\\",\\\\\\"GaugeColorRight\\\\\\":\\\\\\"18\\\\\\",\\\\\\"BackColor\\\\\\":\\\\\\"0\\\\\\",\\\\\\"Label\\\\\\":\\\\\\"\\\\\\",\\\\\\"LabelFont\\\\\\":\\\\\\"\\\\\\",\\\\\\"DrawValue\\\\\\":\\\\\\"false\\\\\\",\\\\\\"ValueFont\\\\\\":\\\\\\"\\\\\\",\\\\\\"FlashIfFull\\\\\\":\\\\\\"false\\\\\\"}\\",\\"LowerPicture\\":\\"\\",\\"UpperPicture\\":\\"{\\\\\\"FileName\\\\\\":\\\\\\"System_ui_gauge6\\\\\\",\\\\\\"OffsetX\\\\\\":\\\\\\"-118\\\\\\",\\\\\\"OffsetY\\\\\\":\\\\\\"5\\\\\\"}\\",\\"Battler\\":\\"\\"}","{\\"SceneName\\":\\"Scene_Map\\",\\"Id\\":\\"MPゲージ\\",\\"SwitchId\\":\\"480\\",\\"OpacityVariable\\":\\"0\\",\\"Layout\\":\\"{\\\\\\"x\\\\\\":\\\\\\"220\\\\\\",\\\\\\"y\\\\\\":\\\\\\"46\\\\\\",\\\\\\"realTime\\\\\\":\\\\\\"false\\\\\\",\\\\\\"width\\\\\\":\\\\\\"200\\\\\\",\\\\\\"height\\\\\\":\\\\\\"9\\\\\\",\\\\\\"GaugeX\\\\\\":\\\\\\"0\\\\\\",\\\\\\"GaugeHeight\\\\\\":\\\\\\"0\\\\\\",\\\\\\"Vertical\\\\\\":\\\\\\"false\\\\\\"}\\",\\"CurrentMethod\\":\\"{\\\\\\"VariableId\\\\\\":\\\\\\"\\\\\\",\\\\\\"Script\\\\\\":\\\\\\"$gameActors.actor(1).mp\\\\\\",\\\\\\"FixedValue\\\\\\":\\\\\\"\\\\\\"}\\",\\"MaxMethod\\":\\"{\\\\\\"VariableId\\\\\\":\\\\\\"\\\\\\",\\\\\\"Script\\\\\\":\\\\\\"$gameActors.actor(1).param(1)\\\\\\",\\\\\\"FixedValue\\\\\\":\\\\\\"\\\\\\"}\\",\\"Detail\\":\\"{\\\\\\"RisingSmoothness\\\\\\":\\\\\\"15\\\\\\",\\\\\\"FallingSmoothness\\\\\\":\\\\\\"15\\\\\\",\\\\\\"GaugeColorPreset\\\\\\":\\\\\\"hp\\\\\\",\\\\\\"GaugeColorLeft\\\\\\":\\\\\\"22\\\\\\",\\\\\\"GaugeColorRight\\\\\\":\\\\\\"31\\\\\\",\\\\\\"BackColor\\\\\\":\\\\\\"0\\\\\\",\\\\\\"Label\\\\\\":\\\\\\"\\\\\\",\\\\\\"LabelFont\\\\\\":\\\\\\"\\\\\\",\\\\\\"DrawValue\\\\\\":\\\\\\"false\\\\\\",\\\\\\"ValueFont\\\\\\":\\\\\\"\\\\\\",\\\\\\"FlashIfFull\\\\\\":\\\\\\"false\\\\\\"}\\",\\"LowerPicture\\":\\"\\",\\"UpperPicture\\":\\"{\\\\\\"FileName\\\\\\":\\\\\\"\\\\\\",\\\\\\"OffsetX\\\\\\":\\\\\\"0\\\\\\",\\\\\\"OffsetY\\\\\\":\\\\\\"0\\\\\\"}\\",\\"Battler\\":\\"\\"}","{\\"SceneName\\":\\"Scene_Map\\",\\"Id\\":\\"疲労ゲージ\\",\\"SwitchId\\":\\"480\\",\\"OpacityVariable\\":\\"0\\",\\"Layout\\":\\"{\\\\\\"x\\\\\\":\\\\\\"735\\\\\\",\\\\\\"y\\\\\\":\\\\\\"40\\\\\\",\\\\\\"realTime\\\\\\":\\\\\\"false\\\\\\",\\\\\\"width\\\\\\":\\\\\\"200\\\\\\",\\\\\\"height\\\\\\":\\\\\\"10\\\\\\",\\\\\\"GaugeX\\\\\\":\\\\\\"0\\\\\\",\\\\\\"GaugeHeight\\\\\\":\\\\\\"0\\\\\\",\\\\\\"Vertical\\\\\\":\\\\\\"false\\\\\\"}\\",\\"CurrentMethod\\":\\"{\\\\\\"VariableId\\\\\\":\\\\\\"50\\\\\\",\\\\\\"Script\\\\\\":\\\\\\"\\\\\\",\\\\\\"FixedValue\\\\\\":\\\\\\"\\\\\\"}\\",\\"MaxMethod\\":\\"{\\\\\\"VariableId\\\\\\":\\\\\\"0\\\\\\",\\\\\\"Script\\\\\\":\\\\\\"\\\\\\",\\\\\\"FixedValue\\\\\\":\\\\\\"150\\\\\\"}\\",\\"Detail\\":\\"{\\\\\\"RisingSmoothness\\\\\\":\\\\\\"10\\\\\\",\\\\\\"FallingSmoothness\\\\\\":\\\\\\"10\\\\\\",\\\\\\"GaugeColorPreset\\\\\\":\\\\\\"hp\\\\\\",\\\\\\"GaugeColorLeft\\\\\\":\\\\\\"rgba(200,150,0,255)\\\\\\",\\\\\\"GaugeColorRight\\\\\\":\\\\\\"rgba(255,255,0,255)\\\\\\",\\\\\\"BackColor\\\\\\":\\\\\\"0\\\\\\",\\\\\\"Label\\\\\\":\\\\\\"\\\\\\",\\\\\\"LabelFont\\\\\\":\\\\\\"\\\\\\",\\\\\\"DrawValue\\\\\\":\\\\\\"false\\\\\\",\\\\\\"ValueFont\\\\\\":\\\\\\"{\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Size\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Color\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"OutlineColor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"OutlineWidth\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"FlashIfFull\\\\\\":\\\\\\"false\\\\\\"}\\",\\"LowerPicture\\":\\"\\",\\"UpperPicture\\":\\"{\\\\\\"FileName\\\\\\":\\\\\\"System_ui_gauge\\\\\\",\\\\\\"OffsetX\\\\\\":\\\\\\"-117\\\\\\",\\\\\\"OffsetY\\\\\\":\\\\\\"0\\\\\\"}\\",\\"Battler\\":\\"\\"}","{\\"SceneName\\":\\"Scene_Map\\",\\"Id\\":\\"エクスタシーゲージ\\",\\"SwitchId\\":\\"480\\",\\"OpacityVariable\\":\\"0\\",\\"Layout\\":\\"{\\\\\\"x\\\\\\":\\\\\\"475\\\\\\",\\\\\\"y\\\\\\":\\\\\\"40\\\\\\",\\\\\\"realTime\\\\\\":\\\\\\"false\\\\\\",\\\\\\"width\\\\\\":\\\\\\"200\\\\\\",\\\\\\"height\\\\\\":\\\\\\"10\\\\\\",\\\\\\"GaugeX\\\\\\":\\\\\\"0\\\\\\",\\\\\\"GaugeHeight\\\\\\":\\\\\\"0\\\\\\",\\\\\\"Vertical\\\\\\":\\\\\\"false\\\\\\"}\\",\\"CurrentMethod\\":\\"{\\\\\\"VariableId\\\\\\":\\\\\\"47\\\\\\",\\\\\\"Script\\\\\\":\\\\\\"\\\\\\",\\\\\\"FixedValue\\\\\\":\\\\\\"\\\\\\"}\\",\\"MaxMethod\\":\\"{\\\\\\"VariableId\\\\\\":\\\\\\"0\\\\\\",\\\\\\"Script\\\\\\":\\\\\\"\\\\\\",\\\\\\"FixedValue\\\\\\":\\\\\\"100\\\\\\"}\\",\\"Detail\\":\\"{\\\\\\"RisingSmoothness\\\\\\":\\\\\\"60\\\\\\",\\\\\\"FallingSmoothness\\\\\\":\\\\\\"60\\\\\\",\\\\\\"GaugeColorPreset\\\\\\":\\\\\\"hp\\\\\\",\\\\\\"GaugeColorLeft\\\\\\":\\\\\\"27\\\\\\",\\\\\\"GaugeColorRight\\\\\\":\\\\\\"18\\\\\\",\\\\\\"BackColor\\\\\\":\\\\\\"0\\\\\\",\\\\\\"Label\\\\\\":\\\\\\"\\\\\\",\\\\\\"LabelFont\\\\\\":\\\\\\"\\\\\\",\\\\\\"DrawValue\\\\\\":\\\\\\"false\\\\\\",\\\\\\"ValueFont\\\\\\":\\\\\\"\\\\\\",\\\\\\"FlashIfFull\\\\\\":\\\\\\"true\\\\\\"}\\",\\"LowerPicture\\":\\"\\",\\"UpperPicture\\":\\"{\\\\\\"FileName\\\\\\":\\\\\\"System_ui_gauge2\\\\\\",\\\\\\"OffsetX\\\\\\":\\\\\\"-117\\\\\\",\\\\\\"OffsetY\\\\\\":\\\\\\"0\\\\\\"}\\",\\"Battler\\":\\"\\"}","{\\"SceneName\\":\\"Scene_Battle\\",\\"Id\\":\\"疲労ゲージ(バトル)\\",\\"SwitchId\\":\\"0\\",\\"OpacityVariable\\":\\"0\\",\\"Layout\\":\\"{\\\\\\"x\\\\\\":\\\\\\"636\\\\\\",\\\\\\"y\\\\\\":\\\\\\"75\\\\\\",\\\\\\"realTime\\\\\\":\\\\\\"false\\\\\\",\\\\\\"width\\\\\\":\\\\\\"136\\\\\\",\\\\\\"height\\\\\\":\\\\\\"11\\\\\\",\\\\\\"GaugeX\\\\\\":\\\\\\"0\\\\\\",\\\\\\"GaugeHeight\\\\\\":\\\\\\"0\\\\\\",\\\\\\"Vertical\\\\\\":\\\\\\"false\\\\\\"}\\",\\"CurrentMethod\\":\\"{\\\\\\"VariableId\\\\\\":\\\\\\"50\\\\\\",\\\\\\"Script\\\\\\":\\\\\\"\\\\\\",\\\\\\"FixedValue\\\\\\":\\\\\\"\\\\\\"}\\",\\"MaxMethod\\":\\"{\\\\\\"VariableId\\\\\\":\\\\\\"0\\\\\\",\\\\\\"Script\\\\\\":\\\\\\"\\\\\\",\\\\\\"FixedValue\\\\\\":\\\\\\"150\\\\\\"}\\",\\"Detail\\":\\"{\\\\\\"RisingSmoothness\\\\\\":\\\\\\"90\\\\\\",\\\\\\"FallingSmoothness\\\\\\":\\\\\\"10\\\\\\",\\\\\\"GaugeColorPreset\\\\\\":\\\\\\"tp\\\\\\",\\\\\\"GaugeColorLeft\\\\\\":\\\\\\"rgba(200,150,0,255)\\\\\\",\\\\\\"GaugeColorRight\\\\\\":\\\\\\"rgba(255,255,0,255)\\\\\\",\\\\\\"BackColor\\\\\\":\\\\\\"0\\\\\\",\\\\\\"Label\\\\\\":\\\\\\"\\\\\\",\\\\\\"LabelFont\\\\\\":\\\\\\"\\\\\\",\\\\\\"DrawValue\\\\\\":\\\\\\"false\\\\\\",\\\\\\"ValueFont\\\\\\":\\\\\\"\\\\\\",\\\\\\"FlashIfFull\\\\\\":\\\\\\"false\\\\\\"}\\",\\"LowerPicture\\":\\"\\",\\"UpperPicture\\":\\"{\\\\\\"FileName\\\\\\":\\\\\\"System_ui_gauge\\\\\\",\\\\\\"OffsetX\\\\\\":\\\\\\"-87\\\\\\",\\\\\\"OffsetY\\\\\\":\\\\\\"0\\\\\\"}\\",\\"Battler\\":\\"\\"}","{\\"SceneName\\":\\"Scene_Battle\\",\\"Id\\":\\"エクスタシーゲージ(バトル)\\",\\"SwitchId\\":\\"0\\",\\"OpacityVariable\\":\\"0\\",\\"Layout\\":\\"{\\\\\\"x\\\\\\":\\\\\\"446\\\\\\",\\\\\\"y\\\\\\":\\\\\\"75\\\\\\",\\\\\\"realTime\\\\\\":\\\\\\"false\\\\\\",\\\\\\"width\\\\\\":\\\\\\"136\\\\\\",\\\\\\"height\\\\\\":\\\\\\"11\\\\\\",\\\\\\"GaugeX\\\\\\":\\\\\\"0\\\\\\",\\\\\\"GaugeHeight\\\\\\":\\\\\\"0\\\\\\",\\\\\\"Vertical\\\\\\":\\\\\\"false\\\\\\"}\\",\\"CurrentMethod\\":\\"{\\\\\\"VariableId\\\\\\":\\\\\\"47\\\\\\",\\\\\\"Script\\\\\\":\\\\\\"\\\\\\",\\\\\\"FixedValue\\\\\\":\\\\\\"\\\\\\"}\\",\\"MaxMethod\\":\\"{\\\\\\"VariableId\\\\\\":\\\\\\"0\\\\\\",\\\\\\"Script\\\\\\":\\\\\\"\\\\\\",\\\\\\"FixedValue\\\\\\":\\\\\\"100\\\\\\"}\\",\\"Detail\\":\\"{\\\\\\"RisingSmoothness\\\\\\":\\\\\\"10\\\\\\",\\\\\\"FallingSmoothness\\\\\\":\\\\\\"10\\\\\\",\\\\\\"GaugeColorPreset\\\\\\":\\\\\\"hp\\\\\\",\\\\\\"GaugeColorLeft\\\\\\":\\\\\\"27\\\\\\",\\\\\\"GaugeColorRight\\\\\\":\\\\\\"18\\\\\\",\\\\\\"BackColor\\\\\\":\\\\\\"0\\\\\\",\\\\\\"Label\\\\\\":\\\\\\"\\\\\\",\\\\\\"LabelFont\\\\\\":\\\\\\"\\\\\\",\\\\\\"DrawValue\\\\\\":\\\\\\"false\\\\\\",\\\\\\"ValueFont\\\\\\":\\\\\\"\\\\\\",\\\\\\"FlashIfFull\\\\\\":\\\\\\"true\\\\\\"}\\",\\"LowerPicture\\":\\"\\",\\"UpperPicture\\":\\"{\\\\\\"FileName\\\\\\":\\\\\\"System_ui_gauge2\\\\\\",\\\\\\"OffsetX\\\\\\":\\\\\\"-87\\\\\\",\\\\\\"OffsetY\\\\\\":\\\\\\"0\\\\\\"}\\",\\"Battler\\":\\"\\"}","{\\"SceneName\\":\\"Scene_ActorList\\",\\"Id\\":\\"善悪ゲージ\\",\\"SwitchId\\":\\"0\\",\\"OpacityVariable\\":\\"0\\",\\"Layout\\":\\"{\\\\\\"x\\\\\\":\\\\\\"728\\\\\\",\\\\\\"y\\\\\\":\\\\\\"260\\\\\\",\\\\\\"realTime\\\\\\":\\\\\\"false\\\\\\",\\\\\\"width\\\\\\":\\\\\\"140\\\\\\",\\\\\\"height\\\\\\":\\\\\\"12\\\\\\",\\\\\\"GaugeX\\\\\\":\\\\\\"0\\\\\\",\\\\\\"GaugeHeight\\\\\\":\\\\\\"0\\\\\\",\\\\\\"Vertical\\\\\\":\\\\\\"false\\\\\\"}\\",\\"CurrentMethod\\":\\"{\\\\\\"VariableId\\\\\\":\\\\\\"83\\\\\\",\\\\\\"Script\\\\\\":\\\\\\"\\\\\\",\\\\\\"FixedValue\\\\\\":\\\\\\"\\\\\\"}\\",\\"MaxMethod\\":\\"{\\\\\\"VariableId\\\\\\":\\\\\\"\\\\\\",\\\\\\"Script\\\\\\":\\\\\\"\\\\\\",\\\\\\"FixedValue\\\\\\":\\\\\\"100\\\\\\"}\\",\\"Detail\\":\\"{\\\\\\"RisingSmoothness\\\\\\":\\\\\\"1\\\\\\",\\\\\\"FallingSmoothness\\\\\\":\\\\\\"1\\\\\\",\\\\\\"GaugeColorPreset\\\\\\":\\\\\\"hp\\\\\\",\\\\\\"GaugeColorLeft\\\\\\":\\\\\\"rgba(150,0,0,255)\\\\\\",\\\\\\"GaugeColorRight\\\\\\":\\\\\\"rgba(150,0,0,255)\\\\\\",\\\\\\"BackColor\\\\\\":\\\\\\"6\\\\\\",\\\\\\"Label\\\\\\":\\\\\\"\\\\\\",\\\\\\"LabelFont\\\\\\":\\\\\\"\\\\\\",\\\\\\"DrawValue\\\\\\":\\\\\\"false\\\\\\",\\\\\\"ValueFont\\\\\\":\\\\\\"\\\\\\",\\\\\\"FlashIfFull\\\\\\":\\\\\\"false\\\\\\"}\\",\\"LowerPicture\\":\\"\\",\\"UpperPicture\\":\\"{\\\\\\"FileName\\\\\\":\\\\\\"\\\\\\",\\\\\\"OffsetX\\\\\\":\\\\\\"0\\\\\\",\\\\\\"OffsetY\\\\\\":\\\\\\"0\\\\\\"}\\",\\"Battler\\":\\"\\"}","{\\"SceneName\\":\\"Scene_ActorList\\",\\"Id\\":\\"貞操ゲージ\\",\\"SwitchId\\":\\"0\\",\\"OpacityVariable\\":\\"0\\",\\"Layout\\":\\"{\\\\\\"x\\\\\\":\\\\\\"508\\\\\\",\\\\\\"y\\\\\\":\\\\\\"260\\\\\\",\\\\\\"realTime\\\\\\":\\\\\\"false\\\\\\",\\\\\\"width\\\\\\":\\\\\\"195\\\\\\",\\\\\\"height\\\\\\":\\\\\\"12\\\\\\",\\\\\\"GaugeX\\\\\\":\\\\\\"0\\\\\\",\\\\\\"GaugeHeight\\\\\\":\\\\\\"0\\\\\\",\\\\\\"Vertical\\\\\\":\\\\\\"false\\\\\\"}\\",\\"CurrentMethod\\":\\"{\\\\\\"VariableId\\\\\\":\\\\\\"81\\\\\\",\\\\\\"Script\\\\\\":\\\\\\"\\\\\\",\\\\\\"FixedValue\\\\\\":\\\\\\"\\\\\\"}\\",\\"MaxMethod\\":\\"{\\\\\\"VariableId\\\\\\":\\\\\\"\\\\\\",\\\\\\"Script\\\\\\":\\\\\\"\\\\\\",\\\\\\"FixedValue\\\\\\":\\\\\\"100\\\\\\"}\\",\\"Detail\\":\\"{\\\\\\"RisingSmoothness\\\\\\":\\\\\\"1\\\\\\",\\\\\\"FallingSmoothness\\\\\\":\\\\\\"1\\\\\\",\\\\\\"GaugeColorPreset\\\\\\":\\\\\\"hp\\\\\\",\\\\\\"GaugeColorLeft\\\\\\":\\\\\\"rgba(255,80,166,255)\\\\\\",\\\\\\"GaugeColorRight\\\\\\":\\\\\\"rgba(255,80,166,255)\\\\\\",\\\\\\"BackColor\\\\\\":\\\\\\"rgba(63,227,255,255)\\\\\\",\\\\\\"Label\\\\\\":\\\\\\"\\\\\\",\\\\\\"LabelFont\\\\\\":\\\\\\"\\\\\\",\\\\\\"DrawValue\\\\\\":\\\\\\"false\\\\\\",\\\\\\"ValueFont\\\\\\":\\\\\\"\\\\\\",\\\\\\"FlashIfFull\\\\\\":\\\\\\"false\\\\\\"}\\",\\"LowerPicture\\":\\"\\",\\"UpperPicture\\":\\"{\\\\\\"FileName\\\\\\":\\\\\\"\\\\\\",\\\\\\"OffsetX\\\\\\":\\\\\\"0\\\\\\",\\\\\\"OffsetY\\\\\\":\\\\\\"0\\\\\\"}\\",\\"Battler\\":\\"\\"}","{\\"SceneName\\":\\"Scene_ActorList\\",\\"Id\\":\\"メニューセックスゲージ\\",\\"SwitchId\\":\\"0\\",\\"OpacityVariable\\":\\"0\\",\\"Layout\\":\\"{\\\\\\"x\\\\\\":\\\\\\"440\\\\\\",\\\\\\"y\\\\\\":\\\\\\"210\\\\\\",\\\\\\"realTime\\\\\\":\\\\\\"false\\\\\\",\\\\\\"width\\\\\\":\\\\\\"120\\\\\\",\\\\\\"height\\\\\\":\\\\\\"5\\\\\\",\\\\\\"GaugeX\\\\\\":\\\\\\"0\\\\\\",\\\\\\"GaugeHeight\\\\\\":\\\\\\"0\\\\\\",\\\\\\"Vertical\\\\\\":\\\\\\"false\\\\\\"}\\",\\"CurrentMethod\\":\\"{\\\\\\"VariableId\\\\\\":\\\\\\"245\\\\\\",\\\\\\"Script\\\\\\":\\\\\\"\\\\\\",\\\\\\"FixedValue\\\\\\":\\\\\\"\\\\\\"}\\",\\"MaxMethod\\":\\"{\\\\\\"VariableId\\\\\\":\\\\\\"\\\\\\",\\\\\\"Script\\\\\\":\\\\\\"\\\\\\",\\\\\\"FixedValue\\\\\\":\\\\\\"100\\\\\\"}\\",\\"Detail\\":\\"{\\\\\\"RisingSmoothness\\\\\\":\\\\\\"1\\\\\\",\\\\\\"FallingSmoothness\\\\\\":\\\\\\"1\\\\\\",\\\\\\"GaugeColorPreset\\\\\\":\\\\\\"hp\\\\\\",\\\\\\"GaugeColorLeft\\\\\\":\\\\\\"rgba(238,60,136,255)\\\\\\",\\\\\\"GaugeColorRight\\\\\\":\\\\\\"rgba(238,60,136,255)\\\\\\",\\\\\\"BackColor\\\\\\":\\\\\\"rgba(0,0,0,255)\\\\\\",\\\\\\"Label\\\\\\":\\\\\\"\\\\\\",\\\\\\"LabelFont\\\\\\":\\\\\\"\\\\\\",\\\\\\"DrawValue\\\\\\":\\\\\\"false\\\\\\",\\\\\\"ValueFont\\\\\\":\\\\\\"\\\\\\",\\\\\\"FlashIfFull\\\\\\":\\\\\\"false\\\\\\"}\\",\\"LowerPicture\\":\\"\\",\\"UpperPicture\\":\\"{\\\\\\"FileName\\\\\\":\\\\\\"\\\\\\",\\\\\\"OffsetX\\\\\\":\\\\\\"0\\\\\\",\\\\\\"OffsetY\\\\\\":\\\\\\"0\\\\\\"}\\",\\"Battler\\":\\"\\"}","{\\"SceneName\\":\\"Scene_ActorList\\",\\"Id\\":\\"メニュー開発ゲージ\\",\\"SwitchId\\":\\"0\\",\\"OpacityVariable\\":\\"0\\",\\"Layout\\":\\"{\\\\\\"x\\\\\\":\\\\\\"590\\\\\\",\\\\\\"y\\\\\\":\\\\\\"210\\\\\\",\\\\\\"realTime\\\\\\":\\\\\\"false\\\\\\",\\\\\\"width\\\\\\":\\\\\\"120\\\\\\",\\\\\\"height\\\\\\":\\\\\\"5\\\\\\",\\\\\\"GaugeX\\\\\\":\\\\\\"0\\\\\\",\\\\\\"GaugeHeight\\\\\\":\\\\\\"0\\\\\\",\\\\\\"Vertical\\\\\\":\\\\\\"false\\\\\\"}\\",\\"CurrentMethod\\":\\"{\\\\\\"VariableId\\\\\\":\\\\\\"246\\\\\\",\\\\\\"Script\\\\\\":\\\\\\"\\\\\\",\\\\\\"FixedValue\\\\\\":\\\\\\"\\\\\\"}\\",\\"MaxMethod\\":\\"{\\\\\\"VariableId\\\\\\":\\\\\\"\\\\\\",\\\\\\"Script\\\\\\":\\\\\\"\\\\\\",\\\\\\"FixedValue\\\\\\":\\\\\\"100\\\\\\"}\\",\\"Detail\\":\\"{\\\\\\"RisingSmoothness\\\\\\":\\\\\\"1\\\\\\",\\\\\\"FallingSmoothness\\\\\\":\\\\\\"1\\\\\\",\\\\\\"GaugeColorPreset\\\\\\":\\\\\\"hp\\\\\\",\\\\\\"GaugeColorLeft\\\\\\":\\\\\\"rgba(238,60,136,255)\\\\\\",\\\\\\"GaugeColorRight\\\\\\":\\\\\\"rgba(238,60,136,255)\\\\\\",\\\\\\"BackColor\\\\\\":\\\\\\"rgba(0,0,0,255)\\\\\\",\\\\\\"Label\\\\\\":\\\\\\"\\\\\\",\\\\\\"LabelFont\\\\\\":\\\\\\"\\\\\\",\\\\\\"DrawValue\\\\\\":\\\\\\"false\\\\\\",\\\\\\"ValueFont\\\\\\":\\\\\\"\\\\\\",\\\\\\"FlashIfFull\\\\\\":\\\\\\"false\\\\\\"}\\",\\"LowerPicture\\":\\"\\",\\"UpperPicture\\":\\"{\\\\\\"FileName\\\\\\":\\\\\\"\\\\\\",\\\\\\"OffsetX\\\\\\":\\\\\\"0\\\\\\",\\\\\\"OffsetY\\\\\\":\\\\\\"0\\\\\\"}\\",\\"Battler\\":\\"\\"}","{\\"SceneName\\":\\"Scene_ActorList\\",\\"Id\\":\\"メニューhentaiゲージ\\",\\"SwitchId\\":\\"0\\",\\"OpacityVariable\\":\\"0\\",\\"Layout\\":\\"{\\\\\\"x\\\\\\":\\\\\\"740\\\\\\",\\\\\\"y\\\\\\":\\\\\\"210\\\\\\",\\\\\\"realTime\\\\\\":\\\\\\"false\\\\\\",\\\\\\"width\\\\\\":\\\\\\"120\\\\\\",\\\\\\"height\\\\\\":\\\\\\"5\\\\\\",\\\\\\"GaugeX\\\\\\":\\\\\\"0\\\\\\",\\\\\\"GaugeHeight\\\\\\":\\\\\\"0\\\\\\",\\\\\\"Vertical\\\\\\":\\\\\\"false\\\\\\"}\\",\\"CurrentMethod\\":\\"{\\\\\\"VariableId\\\\\\":\\\\\\"247\\\\\\",\\\\\\"Script\\\\\\":\\\\\\"\\\\\\",\\\\\\"FixedValue\\\\\\":\\\\\\"\\\\\\"}\\",\\"MaxMethod\\":\\"{\\\\\\"VariableId\\\\\\":\\\\\\"\\\\\\",\\\\\\"Script\\\\\\":\\\\\\"\\\\\\",\\\\\\"FixedValue\\\\\\":\\\\\\"100\\\\\\"}\\",\\"Detail\\":\\"{\\\\\\"RisingSmoothness\\\\\\":\\\\\\"1\\\\\\",\\\\\\"FallingSmoothness\\\\\\":\\\\\\"1\\\\\\",\\\\\\"GaugeColorPreset\\\\\\":\\\\\\"hp\\\\\\",\\\\\\"GaugeColorLeft\\\\\\":\\\\\\"rgba(238,60,136,255)\\\\\\",\\\\\\"GaugeColorRight\\\\\\":\\\\\\"rgba(238,60,136,255)\\\\\\",\\\\\\"BackColor\\\\\\":\\\\\\"rgba(0,0,0,255)\\\\\\",\\\\\\"Label\\\\\\":\\\\\\"\\\\\\",\\\\\\"LabelFont\\\\\\":\\\\\\"\\\\\\",\\\\\\"DrawValue\\\\\\":\\\\\\"false\\\\\\",\\\\\\"ValueFont\\\\\\":\\\\\\"\\\\\\",\\\\\\"FlashIfFull\\\\\\":\\\\\\"false\\\\\\"}\\",\\"LowerPicture\\":\\"\\",\\"UpperPicture\\":\\"{\\\\\\"FileName\\\\\\":\\\\\\"\\\\\\",\\\\\\"OffsetX\\\\\\":\\\\\\"0\\\\\\",\\\\\\"OffsetY\\\\\\":\\\\\\"0\\\\\\"}\\",\\"Battler\\":\\"\\"}","{\\"SceneName\\":\\"Scene_ActorList\\",\\"Id\\":\\"メニュー理性\\",\\"SwitchId\\":\\"0\\",\\"OpacityVariable\\":\\"0\\",\\"Layout\\":\\"{\\\\\\"x\\\\\\":\\\\\\"292\\\\\\",\\\\\\"y\\\\\\":\\\\\\"267\\\\\\",\\\\\\"originX\\\\\\":\\\\\\"center\\\\\\",\\\\\\"originY\\\\\\":\\\\\\"center\\\\\\",\\\\\\"linkCharacter\\\\\\":\\\\\\"0\\\\\\",\\\\\\"realTime\\\\\\":\\\\\\"false\\\\\\",\\\\\\"width\\\\\\":\\\\\\"114\\\\\\",\\\\\\"height\\\\\\":\\\\\\"5\\\\\\",\\\\\\"GaugeX\\\\\\":\\\\\\"0\\\\\\",\\\\\\"GaugeEndX\\\\\\":\\\\\\"0\\\\\\",\\\\\\"GaugeHeight\\\\\\":\\\\\\"0\\\\\\",\\\\\\"Vertical\\\\\\":\\\\\\"false\\\\\\",\\\\\\"Mirror\\\\\\":\\\\\\"false\\\\\\",\\\\\\"ParentWindow\\\\\\":\\\\\\"\\\\\\"}\\",\\"CurrentMethod\\":\\"{\\\\\\"VariableId\\\\\\":\\\\\\"203\\\\\\",\\\\\\"Script\\\\\\":\\\\\\"\\\\\\",\\\\\\"FixedValue\\\\\\":\\\\\\"\\\\\\"}\\",\\"MaxMethod\\":\\"{\\\\\\"VariableId\\\\\\":\\\\\\"\\\\\\",\\\\\\"Script\\\\\\":\\\\\\"\\\\\\",\\\\\\"FixedValue\\\\\\":\\\\\\"100\\\\\\"}\\",\\"Detail\\":\\"{\\\\\\"RisingSmoothness\\\\\\":\\\\\\"1\\\\\\",\\\\\\"FallingSmoothness\\\\\\":\\\\\\"1\\\\\\",\\\\\\"GaugeImage\\\\\\":\\\\\\"\\\\\\",\\\\\\"GaugeBackHidden\\\\\\":\\\\\\"false\\\\\\",\\\\\\"ScaleAutoAdjust\\\\\\":\\\\\\"true\\\\\\",\\\\\\"GaugeColorPreset\\\\\\":\\\\\\"hp\\\\\\",\\\\\\"GaugeColorLeft\\\\\\":\\\\\\"14\\\\\\",\\\\\\"GaugeColorRight\\\\\\":\\\\\\"6\\\\\\",\\\\\\"GaugeColorFullLeft\\\\\\":\\\\\\"0\\\\\\",\\\\\\"GaugeColorFullRight\\\\\\":\\\\\\"0\\\\\\",\\\\\\"BackColor\\\\\\":\\\\\\"rgba(0,0,0,255)\\\\\\",\\\\\\"Label\\\\\\":\\\\\\"\\\\\\",\\\\\\"LabelY\\\\\\":\\\\\\"3\\\\\\",\\\\\\"IconIndex\\\\\\":\\\\\\"0\\\\\\",\\\\\\"LabelFont\\\\\\":\\\\\\"\\\\\\",\\\\\\"DrawValue\\\\\\":\\\\\\"false\\\\\\",\\\\\\"ValueFont\\\\\\":\\\\\\"\\\\\\",\\\\\\"ValueFormat\\\\\\":\\\\\\"%1/%2\\\\\\",\\\\\\"ValuePadZeroDigit\\\\\\":\\\\\\"0\\\\\\",\\\\\\"ValueAlign\\\\\\":\\\\\\"right\\\\\\",\\\\\\"FlashIfFull\\\\\\":\\\\\\"false\\\\\\",\\\\\\"FullSwitchId\\\\\\":\\\\\\"0\\\\\\"}\\",\\"LowerPicture\\":\\"\\",\\"UpperPicture\\":\\"{\\\\\\"FileName\\\\\\":\\\\\\"\\\\\\",\\\\\\"OffsetX\\\\\\":\\\\\\"0\\\\\\",\\\\\\"OffsetY\\\\\\":\\\\\\"0\\\\\\"}\\",\\"Battler\\":\\"\\"}","{\\"SceneName\\":\\"Scene_oristatus\\",\\"Id\\":\\"遍歴-セックステク\\",\\"SwitchId\\":\\"0\\",\\"OpacityVariable\\":\\"0\\",\\"Layout\\":\\"{\\\\\\"x\\\\\\":\\\\\\"100\\\\\\",\\\\\\"y\\\\\\":\\\\\\"210\\\\\\",\\\\\\"realTime\\\\\\":\\\\\\"false\\\\\\",\\\\\\"width\\\\\\":\\\\\\"158\\\\\\",\\\\\\"height\\\\\\":\\\\\\"12\\\\\\",\\\\\\"GaugeX\\\\\\":\\\\\\"0\\\\\\",\\\\\\"GaugeHeight\\\\\\":\\\\\\"0\\\\\\",\\\\\\"Vertical\\\\\\":\\\\\\"false\\\\\\"}\\",\\"CurrentMethod\\":\\"{\\\\\\"VariableId\\\\\\":\\\\\\"245\\\\\\",\\\\\\"Script\\\\\\":\\\\\\"\\\\\\",\\\\\\"FixedValue\\\\\\":\\\\\\"\\\\\\"}\\",\\"MaxMethod\\":\\"{\\\\\\"VariableId\\\\\\":\\\\\\"\\\\\\",\\\\\\"Script\\\\\\":\\\\\\"\\\\\\",\\\\\\"FixedValue\\\\\\":\\\\\\"100\\\\\\"}\\",\\"Detail\\":\\"{\\\\\\"RisingSmoothness\\\\\\":\\\\\\"1\\\\\\",\\\\\\"FallingSmoothness\\\\\\":\\\\\\"1\\\\\\",\\\\\\"GaugeColorPreset\\\\\\":\\\\\\"hp\\\\\\",\\\\\\"GaugeColorLeft\\\\\\":\\\\\\"rgba(238,60,136,255)\\\\\\",\\\\\\"GaugeColorRight\\\\\\":\\\\\\"rgba(238,60,136,255)\\\\\\",\\\\\\"BackColor\\\\\\":\\\\\\"rgba(0,0,0,255)\\\\\\",\\\\\\"Label\\\\\\":\\\\\\"\\\\\\",\\\\\\"LabelFont\\\\\\":\\\\\\"\\\\\\",\\\\\\"DrawValue\\\\\\":\\\\\\"false\\\\\\",\\\\\\"ValueFont\\\\\\":\\\\\\"\\\\\\",\\\\\\"FlashIfFull\\\\\\":\\\\\\"false\\\\\\"}\\",\\"LowerPicture\\":\\"\\",\\"UpperPicture\\":\\"{\\\\\\"FileName\\\\\\":\\\\\\"\\\\\\",\\\\\\"OffsetX\\\\\\":\\\\\\"0\\\\\\",\\\\\\"OffsetY\\\\\\":\\\\\\"0\\\\\\"}\\",\\"Battler\\":\\"\\"}","{\\"SceneName\\":\\"Scene_oristatus\\",\\"Id\\":\\"遍歴-開発度\\",\\"SwitchId\\":\\"0\\",\\"OpacityVariable\\":\\"0\\",\\"Layout\\":\\"{\\\\\\"x\\\\\\":\\\\\\"300\\\\\\",\\\\\\"y\\\\\\":\\\\\\"210\\\\\\",\\\\\\"realTime\\\\\\":\\\\\\"false\\\\\\",\\\\\\"width\\\\\\":\\\\\\"158\\\\\\",\\\\\\"height\\\\\\":\\\\\\"12\\\\\\",\\\\\\"GaugeX\\\\\\":\\\\\\"0\\\\\\",\\\\\\"GaugeHeight\\\\\\":\\\\\\"0\\\\\\",\\\\\\"Vertical\\\\\\":\\\\\\"false\\\\\\"}\\",\\"CurrentMethod\\":\\"{\\\\\\"VariableId\\\\\\":\\\\\\"246\\\\\\",\\\\\\"Script\\\\\\":\\\\\\"\\\\\\",\\\\\\"FixedValue\\\\\\":\\\\\\"\\\\\\"}\\",\\"MaxMethod\\":\\"{\\\\\\"VariableId\\\\\\":\\\\\\"\\\\\\",\\\\\\"Script\\\\\\":\\\\\\"\\\\\\",\\\\\\"FixedValue\\\\\\":\\\\\\"100\\\\\\"}\\",\\"Detail\\":\\"{\\\\\\"RisingSmoothness\\\\\\":\\\\\\"1\\\\\\",\\\\\\"FallingSmoothness\\\\\\":\\\\\\"1\\\\\\",\\\\\\"GaugeColorPreset\\\\\\":\\\\\\"hp\\\\\\",\\\\\\"GaugeColorLeft\\\\\\":\\\\\\"rgba(238,60,136,255)\\\\\\",\\\\\\"GaugeColorRight\\\\\\":\\\\\\"rgba(238,60,136,255)\\\\\\",\\\\\\"BackColor\\\\\\":\\\\\\"rgba(0,0,0,255)\\\\\\",\\\\\\"Label\\\\\\":\\\\\\"\\\\\\",\\\\\\"LabelFont\\\\\\":\\\\\\"\\\\\\",\\\\\\"DrawValue\\\\\\":\\\\\\"false\\\\\\",\\\\\\"ValueFont\\\\\\":\\\\\\"\\\\\\",\\\\\\"FlashIfFull\\\\\\":\\\\\\"false\\\\\\"}\\",\\"LowerPicture\\":\\"\\",\\"UpperPicture\\":\\"{\\\\\\"FileName\\\\\\":\\\\\\"\\\\\\",\\\\\\"OffsetX\\\\\\":\\\\\\"0\\\\\\",\\\\\\"OffsetY\\\\\\":\\\\\\"0\\\\\\"}\\",\\"Battler\\":\\"\\"}","{\\"SceneName\\":\\"Scene_oristatus\\",\\"Id\\":\\"遍歴-変態度\\",\\"SwitchId\\":\\"0\\",\\"OpacityVariable\\":\\"0\\",\\"Layout\\":\\"{\\\\\\"x\\\\\\":\\\\\\"500\\\\\\",\\\\\\"y\\\\\\":\\\\\\"210\\\\\\",\\\\\\"realTime\\\\\\":\\\\\\"false\\\\\\",\\\\\\"width\\\\\\":\\\\\\"158\\\\\\",\\\\\\"height\\\\\\":\\\\\\"12\\\\\\",\\\\\\"GaugeX\\\\\\":\\\\\\"0\\\\\\",\\\\\\"GaugeHeight\\\\\\":\\\\\\"0\\\\\\",\\\\\\"Vertical\\\\\\":\\\\\\"false\\\\\\"}\\",\\"CurrentMethod\\":\\"{\\\\\\"VariableId\\\\\\":\\\\\\"247\\\\\\",\\\\\\"Script\\\\\\":\\\\\\"\\\\\\",\\\\\\"FixedValue\\\\\\":\\\\\\"\\\\\\"}\\",\\"MaxMethod\\":\\"{\\\\\\"VariableId\\\\\\":\\\\\\"\\\\\\",\\\\\\"Script\\\\\\":\\\\\\"\\\\\\",\\\\\\"FixedValue\\\\\\":\\\\\\"100\\\\\\"}\\",\\"Detail\\":\\"{\\\\\\"RisingSmoothness\\\\\\":\\\\\\"1\\\\\\",\\\\\\"FallingSmoothness\\\\\\":\\\\\\"1\\\\\\",\\\\\\"GaugeColorPreset\\\\\\":\\\\\\"hp\\\\\\",\\\\\\"GaugeColorLeft\\\\\\":\\\\\\"rgba(238,60,136,255)\\\\\\",\\\\\\"GaugeColorRight\\\\\\":\\\\\\"rgba(238,60,136,255)\\\\\\",\\\\\\"BackColor\\\\\\":\\\\\\"rgba(0,0,0,255)\\\\\\",\\\\\\"Label\\\\\\":\\\\\\"\\\\\\",\\\\\\"LabelFont\\\\\\":\\\\\\"\\\\\\",\\\\\\"DrawValue\\\\\\":\\\\\\"false\\\\\\",\\\\\\"ValueFont\\\\\\":\\\\\\"\\\\\\",\\\\\\"FlashIfFull\\\\\\":\\\\\\"false\\\\\\"}\\",\\"LowerPicture\\":\\"\\",\\"UpperPicture\\":\\"{\\\\\\"FileName\\\\\\":\\\\\\"\\\\\\",\\\\\\"OffsetX\\\\\\":\\\\\\"0\\\\\\",\\\\\\"OffsetY\\\\\\":\\\\\\"0\\\\\\"}\\",\\"Battler\\":\\"\\"}","{\\"SceneName\\":\\"Scene_oristatus\\",\\"Id\\":\\"遍歴-性欲\\",\\"SwitchId\\":\\"0\\",\\"OpacityVariable\\":\\"0\\",\\"Layout\\":\\"{\\\\\\"x\\\\\\":\\\\\\"730\\\\\\",\\\\\\"y\\\\\\":\\\\\\"468\\\\\\",\\\\\\"realTime\\\\\\":\\\\\\"false\\\\\\",\\\\\\"width\\\\\\":\\\\\\"210\\\\\\",\\\\\\"height\\\\\\":\\\\\\"6\\\\\\",\\\\\\"GaugeX\\\\\\":\\\\\\"0\\\\\\",\\\\\\"GaugeHeight\\\\\\":\\\\\\"0\\\\\\",\\\\\\"Vertical\\\\\\":\\\\\\"false\\\\\\"}\\",\\"CurrentMethod\\":\\"{\\\\\\"VariableId\\\\\\":\\\\\\"47\\\\\\",\\\\\\"Script\\\\\\":\\\\\\"\\\\\\",\\\\\\"FixedValue\\\\\\":\\\\\\"\\\\\\"}\\",\\"MaxMethod\\":\\"{\\\\\\"VariableId\\\\\\":\\\\\\"\\\\\\",\\\\\\"Script\\\\\\":\\\\\\"\\\\\\",\\\\\\"FixedValue\\\\\\":\\\\\\"100\\\\\\"}\\",\\"Detail\\":\\"{\\\\\\"RisingSmoothness\\\\\\":\\\\\\"1\\\\\\",\\\\\\"FallingSmoothness\\\\\\":\\\\\\"1\\\\\\",\\\\\\"GaugeColorPreset\\\\\\":\\\\\\"hp\\\\\\",\\\\\\"GaugeColorLeft\\\\\\":\\\\\\"rgba(255,255,255,255)\\\\\\",\\\\\\"GaugeColorRight\\\\\\":\\\\\\"rgba(255,255,255,255)\\\\\\",\\\\\\"BackColor\\\\\\":\\\\\\"rgba(0,0,0,255)\\\\\\",\\\\\\"Label\\\\\\":\\\\\\"\\\\\\",\\\\\\"LabelFont\\\\\\":\\\\\\"\\\\\\",\\\\\\"DrawValue\\\\\\":\\\\\\"false\\\\\\",\\\\\\"ValueFont\\\\\\":\\\\\\"\\\\\\",\\\\\\"FlashIfFull\\\\\\":\\\\\\"false\\\\\\"}\\",\\"LowerPicture\\":\\"\\",\\"UpperPicture\\":\\"{\\\\\\"FileName\\\\\\":\\\\\\"\\\\\\",\\\\\\"OffsetX\\\\\\":\\\\\\"0\\\\\\",\\\\\\"OffsetY\\\\\\":\\\\\\"0\\\\\\"}\\",\\"Battler\\":\\"\\"}","{\\"SceneName\\":\\"Scene_oristatus\\",\\"Id\\":\\"遍歴-膀胱\\",\\"SwitchId\\":\\"0\\",\\"OpacityVariable\\":\\"0\\",\\"Layout\\":\\"{\\\\\\"x\\\\\\":\\\\\\"730\\\\\\",\\\\\\"y\\\\\\":\\\\\\"506\\\\\\",\\\\\\"realTime\\\\\\":\\\\\\"false\\\\\\",\\\\\\"width\\\\\\":\\\\\\"210\\\\\\",\\\\\\"height\\\\\\":\\\\\\"6\\\\\\",\\\\\\"GaugeX\\\\\\":\\\\\\"0\\\\\\",\\\\\\"GaugeHeight\\\\\\":\\\\\\"0\\\\\\",\\\\\\"Vertical\\\\\\":\\\\\\"false\\\\\\"}\\",\\"CurrentMethod\\":\\"{\\\\\\"VariableId\\\\\\":\\\\\\"302\\\\\\",\\\\\\"Script\\\\\\":\\\\\\"\\\\\\",\\\\\\"FixedValue\\\\\\":\\\\\\"\\\\\\"}\\",\\"MaxMethod\\":\\"{\\\\\\"VariableId\\\\\\":\\\\\\"\\\\\\",\\\\\\"Script\\\\\\":\\\\\\"\\\\\\",\\\\\\"FixedValue\\\\\\":\\\\\\"100\\\\\\"}\\",\\"Detail\\":\\"{\\\\\\"RisingSmoothness\\\\\\":\\\\\\"1\\\\\\",\\\\\\"FallingSmoothness\\\\\\":\\\\\\"1\\\\\\",\\\\\\"GaugeColorPreset\\\\\\":\\\\\\"hp\\\\\\",\\\\\\"GaugeColorLeft\\\\\\":\\\\\\"rgba(255,255,255,255)\\\\\\",\\\\\\"GaugeColorRight\\\\\\":\\\\\\"rgba(255,255,255,255)\\\\\\",\\\\\\"BackColor\\\\\\":\\\\\\"rgba(0,0,0,255)\\\\\\",\\\\\\"Label\\\\\\":\\\\\\"\\\\\\",\\\\\\"LabelFont\\\\\\":\\\\\\"\\\\\\",\\\\\\"DrawValue\\\\\\":\\\\\\"false\\\\\\",\\\\\\"ValueFont\\\\\\":\\\\\\"\\\\\\",\\\\\\"FlashIfFull\\\\\\":\\\\\\"false\\\\\\"}\\",\\"LowerPicture\\":\\"\\",\\"UpperPicture\\":\\"{\\\\\\"FileName\\\\\\":\\\\\\"\\\\\\",\\\\\\"OffsetX\\\\\\":\\\\\\"0\\\\\\",\\\\\\"OffsetY\\\\\\":\\\\\\"0\\\\\\"}\\",\\"Battler\\":\\"\\"}","{\\"SceneName\\":\\"Scene_oristatus\\",\\"Id\\":\\"遍歴-腸内\\",\\"SwitchId\\":\\"0\\",\\"OpacityVariable\\":\\"0\\",\\"Layout\\":\\"{\\\\\\"x\\\\\\":\\\\\\"730\\\\\\",\\\\\\"y\\\\\\":\\\\\\"544\\\\\\",\\\\\\"realTime\\\\\\":\\\\\\"false\\\\\\",\\\\\\"width\\\\\\":\\\\\\"210\\\\\\",\\\\\\"height\\\\\\":\\\\\\"6\\\\\\",\\\\\\"GaugeX\\\\\\":\\\\\\"0\\\\\\",\\\\\\"GaugeHeight\\\\\\":\\\\\\"0\\\\\\",\\\\\\"Vertical\\\\\\":\\\\\\"false\\\\\\"}\\",\\"CurrentMethod\\":\\"{\\\\\\"VariableId\\\\\\":\\\\\\"651\\\\\\",\\\\\\"Script\\\\\\":\\\\\\"\\\\\\",\\\\\\"FixedValue\\\\\\":\\\\\\"\\\\\\"}\\",\\"MaxMethod\\":\\"{\\\\\\"VariableId\\\\\\":\\\\\\"\\\\\\",\\\\\\"Script\\\\\\":\\\\\\"\\\\\\",\\\\\\"FixedValue\\\\\\":\\\\\\"100\\\\\\"}\\",\\"Detail\\":\\"{\\\\\\"RisingSmoothness\\\\\\":\\\\\\"1\\\\\\",\\\\\\"FallingSmoothness\\\\\\":\\\\\\"1\\\\\\",\\\\\\"GaugeColorPreset\\\\\\":\\\\\\"hp\\\\\\",\\\\\\"GaugeColorLeft\\\\\\":\\\\\\"rgba(255,255,255,255)\\\\\\",\\\\\\"GaugeColorRight\\\\\\":\\\\\\"rgba(255,255,255,255)\\\\\\",\\\\\\"BackColor\\\\\\":\\\\\\"rgba(0,0,0,255)\\\\\\",\\\\\\"Label\\\\\\":\\\\\\"\\\\\\",\\\\\\"LabelFont\\\\\\":\\\\\\"\\\\\\",\\\\\\"DrawValue\\\\\\":\\\\\\"false\\\\\\",\\\\\\"ValueFont\\\\\\":\\\\\\"\\\\\\",\\\\\\"FlashIfFull\\\\\\":\\\\\\"false\\\\\\"}\\",\\"LowerPicture\\":\\"\\",\\"UpperPicture\\":\\"{\\\\\\"FileName\\\\\\":\\\\\\"\\\\\\",\\\\\\"OffsetX\\\\\\":\\\\\\"0\\\\\\",\\\\\\"OffsetY\\\\\\":\\\\\\"0\\\\\\"}\\",\\"Battler\\":\\"\\"}","{\\"SceneName\\":\\"Scene_oristatus\\",\\"Id\\":\\"遍歴-胃袋\\",\\"SwitchId\\":\\"0\\",\\"OpacityVariable\\":\\"0\\",\\"Layout\\":\\"{\\\\\\"x\\\\\\":\\\\\\"730\\\\\\",\\\\\\"y\\\\\\":\\\\\\"582\\\\\\",\\\\\\"realTime\\\\\\":\\\\\\"false\\\\\\",\\\\\\"width\\\\\\":\\\\\\"210\\\\\\",\\\\\\"height\\\\\\":\\\\\\"6\\\\\\",\\\\\\"GaugeX\\\\\\":\\\\\\"0\\\\\\",\\\\\\"GaugeHeight\\\\\\":\\\\\\"0\\\\\\",\\\\\\"Vertical\\\\\\":\\\\\\"false\\\\\\"}\\",\\"CurrentMethod\\":\\"{\\\\\\"VariableId\\\\\\":\\\\\\"411\\\\\\",\\\\\\"Script\\\\\\":\\\\\\"\\\\\\",\\\\\\"FixedValue\\\\\\":\\\\\\"\\\\\\"}\\",\\"MaxMethod\\":\\"{\\\\\\"VariableId\\\\\\":\\\\\\"\\\\\\",\\\\\\"Script\\\\\\":\\\\\\"\\\\\\",\\\\\\"FixedValue\\\\\\":\\\\\\"100\\\\\\"}\\",\\"Detail\\":\\"{\\\\\\"RisingSmoothness\\\\\\":\\\\\\"1\\\\\\",\\\\\\"FallingSmoothness\\\\\\":\\\\\\"1\\\\\\",\\\\\\"GaugeColorPreset\\\\\\":\\\\\\"hp\\\\\\",\\\\\\"GaugeColorLeft\\\\\\":\\\\\\"rgba(255,255,255,255)\\\\\\",\\\\\\"GaugeColorRight\\\\\\":\\\\\\"rgba(255,255,255,255)\\\\\\",\\\\\\"BackColor\\\\\\":\\\\\\"rgba(0,0,0,255)\\\\\\",\\\\\\"Label\\\\\\":\\\\\\"\\\\\\",\\\\\\"LabelFont\\\\\\":\\\\\\"\\\\\\",\\\\\\"DrawValue\\\\\\":\\\\\\"false\\\\\\",\\\\\\"ValueFont\\\\\\":\\\\\\"\\\\\\",\\\\\\"FlashIfFull\\\\\\":\\\\\\"false\\\\\\"}\\",\\"LowerPicture\\":\\"\\",\\"UpperPicture\\":\\"{\\\\\\"FileName\\\\\\":\\\\\\"\\\\\\",\\\\\\"OffsetX\\\\\\":\\\\\\"0\\\\\\",\\\\\\"OffsetY\\\\\\":\\\\\\"0\\\\\\"}\\",\\"Battler\\":\\"\\"}","{\\"SceneName\\":\\"Scene_Map\\",\\"Id\\":\\"おしっこゲージ\\",\\"SwitchId\\":\\"172\\",\\"OpacityVariable\\":\\"0\\",\\"Layout\\":\\"{\\\\\\"x\\\\\\":\\\\\\"165\\\\\\",\\\\\\"y\\\\\\":\\\\\\"285\\\\\\",\\\\\\"realTime\\\\\\":\\\\\\"false\\\\\\",\\\\\\"width\\\\\\":\\\\\\"200\\\\\\",\\\\\\"height\\\\\\":\\\\\\"10\\\\\\",\\\\\\"GaugeX\\\\\\":\\\\\\"0\\\\\\",\\\\\\"GaugeHeight\\\\\\":\\\\\\"0\\\\\\",\\\\\\"Vertical\\\\\\":\\\\\\"false\\\\\\"}\\",\\"CurrentMethod\\":\\"{\\\\\\"VariableId\\\\\\":\\\\\\"302\\\\\\",\\\\\\"Script\\\\\\":\\\\\\"\\\\\\",\\\\\\"FixedValue\\\\\\":\\\\\\"\\\\\\"}\\",\\"MaxMethod\\":\\"{\\\\\\"VariableId\\\\\\":\\\\\\"0\\\\\\",\\\\\\"Script\\\\\\":\\\\\\"\\\\\\",\\\\\\"FixedValue\\\\\\":\\\\\\"100\\\\\\"}\\",\\"Detail\\":\\"{\\\\\\"RisingSmoothness\\\\\\":\\\\\\"10\\\\\\",\\\\\\"FallingSmoothness\\\\\\":\\\\\\"200\\\\\\",\\\\\\"GaugeImage\\\\\\":\\\\\\"\\\\\\",\\\\\\"GaugeBackHidden\\\\\\":\\\\\\"false\\\\\\",\\\\\\"ScaleAutoAdjust\\\\\\":\\\\\\"true\\\\\\",\\\\\\"GaugeColorPreset\\\\\\":\\\\\\"hp\\\\\\",\\\\\\"GaugeColorLeft\\\\\\":\\\\\\"6\\\\\\",\\\\\\"GaugeColorRight\\\\\\":\\\\\\"6\\\\\\",\\\\\\"GaugeColorFullLeft\\\\\\":\\\\\\"0\\\\\\",\\\\\\"GaugeColorFullRight\\\\\\":\\\\\\"0\\\\\\",\\\\\\"BackColor\\\\\\":\\\\\\"0\\\\\\",\\\\\\"Label\\\\\\":\\\\\\"\\\\\\",\\\\\\"LabelY\\\\\\":\\\\\\"3\\\\\\",\\\\\\"IconIndex\\\\\\":\\\\\\"0\\\\\\",\\\\\\"LabelFont\\\\\\":\\\\\\"\\\\\\",\\\\\\"DrawValue\\\\\\":\\\\\\"false\\\\\\",\\\\\\"ValueFont\\\\\\":\\\\\\"\\\\\\",\\\\\\"ValueFormat\\\\\\":\\\\\\"%1/%2\\\\\\",\\\\\\"ValuePadZeroDigit\\\\\\":\\\\\\"0\\\\\\",\\\\\\"ValueAlign\\\\\\":\\\\\\"right\\\\\\",\\\\\\"FlashIfFull\\\\\\":\\\\\\"true\\\\\\",\\\\\\"FullSwitchId\\\\\\":\\\\\\"0\\\\\\"}\\",\\"LowerPicture\\":\\"\\",\\"UpperPicture\\":\\"{\\\\\\"FileName\\\\\\":\\\\\\"System_ui_gauge3\\\\\\",\\\\\\"OffsetX\\\\\\":\\\\\\"-117\\\\\\",\\\\\\"OffsetY\\\\\\":\\\\\\"0\\\\\\"}\\",\\"Battler\\":\\"\\"}","{\\"SceneName\\":\\"Scene_Map\\",\\"Id\\":\\"満腹度ゲージ\\",\\"SwitchId\\":\\"321\\",\\"OpacityVariable\\":\\"0\\",\\"Layout\\":\\"{\\\\\\"x\\\\\\":\\\\\\"165\\\\\\",\\\\\\"y\\\\\\":\\\\\\"285\\\\\\",\\\\\\"realTime\\\\\\":\\\\\\"false\\\\\\",\\\\\\"width\\\\\\":\\\\\\"200\\\\\\",\\\\\\"height\\\\\\":\\\\\\"10\\\\\\",\\\\\\"GaugeX\\\\\\":\\\\\\"0\\\\\\",\\\\\\"GaugeHeight\\\\\\":\\\\\\"0\\\\\\",\\\\\\"Vertical\\\\\\":\\\\\\"false\\\\\\"}\\",\\"CurrentMethod\\":\\"{\\\\\\"VariableId\\\\\\":\\\\\\"411\\\\\\",\\\\\\"Script\\\\\\":\\\\\\"\\\\\\",\\\\\\"FixedValue\\\\\\":\\\\\\"\\\\\\"}\\",\\"MaxMethod\\":\\"{\\\\\\"VariableId\\\\\\":\\\\\\"0\\\\\\",\\\\\\"Script\\\\\\":\\\\\\"\\\\\\",\\\\\\"FixedValue\\\\\\":\\\\\\"100\\\\\\"}\\",\\"Detail\\":\\"{\\\\\\"RisingSmoothness\\\\\\":\\\\\\"10\\\\\\",\\\\\\"FallingSmoothness\\\\\\":\\\\\\"10\\\\\\",\\\\\\"GaugeColorPreset\\\\\\":\\\\\\"hp\\\\\\",\\\\\\"GaugeColorLeft\\\\\\":\\\\\\"3\\\\\\",\\\\\\"GaugeColorRight\\\\\\":\\\\\\"3\\\\\\",\\\\\\"BackColor\\\\\\":\\\\\\"0\\\\\\",\\\\\\"Label\\\\\\":\\\\\\"\\\\\\",\\\\\\"LabelFont\\\\\\":\\\\\\"\\\\\\",\\\\\\"DrawValue\\\\\\":\\\\\\"false\\\\\\",\\\\\\"ValueFont\\\\\\":\\\\\\"\\\\\\",\\\\\\"FlashIfFull\\\\\\":\\\\\\"true\\\\\\"}\\",\\"LowerPicture\\":\\"\\",\\"UpperPicture\\":\\"{\\\\\\"FileName\\\\\\":\\\\\\"System_ui_gauge8\\\\\\",\\\\\\"OffsetX\\\\\\":\\\\\\"-117\\\\\\",\\\\\\"OffsetY\\\\\\":\\\\\\"0\\\\\\"}\\",\\"Battler\\":\\"\\"}","{\\"SceneName\\":\\"Scene_Map\\",\\"Id\\":\\"ダンス熱狂ゲージ\\",\\"SwitchId\\":\\"175\\",\\"OpacityVariable\\":\\"0\\",\\"Layout\\":\\"{\\\\\\"x\\\\\\":\\\\\\"115\\\\\\",\\\\\\"y\\\\\\":\\\\\\"285\\\\\\",\\\\\\"originX\\\\\\":\\\\\\"center\\\\\\",\\\\\\"originY\\\\\\":\\\\\\"center\\\\\\",\\\\\\"linkCharacter\\\\\\":\\\\\\"0\\\\\\",\\\\\\"realTime\\\\\\":\\\\\\"false\\\\\\",\\\\\\"width\\\\\\":\\\\\\"180\\\\\\",\\\\\\"height\\\\\\":\\\\\\"26\\\\\\",\\\\\\"GaugeX\\\\\\":\\\\\\"0\\\\\\",\\\\\\"GaugeEndX\\\\\\":\\\\\\"0\\\\\\",\\\\\\"GaugeHeight\\\\\\":\\\\\\"0\\\\\\",\\\\\\"Vertical\\\\\\":\\\\\\"false\\\\\\",\\\\\\"Mirror\\\\\\":\\\\\\"false\\\\\\",\\\\\\"ParentWindow\\\\\\":\\\\\\"\\\\\\"}\\",\\"CurrentMethod\\":\\"{\\\\\\"VariableId\\\\\\":\\\\\\"340\\\\\\",\\\\\\"Script\\\\\\":\\\\\\"\\\\\\",\\\\\\"FixedValue\\\\\\":\\\\\\"\\\\\\"}\\",\\"MaxMethod\\":\\"{\\\\\\"VariableId\\\\\\":\\\\\\"0\\\\\\",\\\\\\"Script\\\\\\":\\\\\\"\\\\\\",\\\\\\"FixedValue\\\\\\":\\\\\\"100\\\\\\"}\\",\\"Detail\\":\\"{\\\\\\"RisingSmoothness\\\\\\":\\\\\\"20\\\\\\",\\\\\\"FallingSmoothness\\\\\\":\\\\\\"20\\\\\\",\\\\\\"GaugeImage\\\\\\":\\\\\\"\\\\\\",\\\\\\"GaugeBackHidden\\\\\\":\\\\\\"false\\\\\\",\\\\\\"ScaleAutoAdjust\\\\\\":\\\\\\"true\\\\\\",\\\\\\"GaugeColorPreset\\\\\\":\\\\\\"hp\\\\\\",\\\\\\"GaugeColorLeft\\\\\\":\\\\\\"6\\\\\\",\\\\\\"GaugeColorRight\\\\\\":\\\\\\"18\\\\\\",\\\\\\"GaugeColorFullLeft\\\\\\":\\\\\\"0\\\\\\",\\\\\\"GaugeColorFullRight\\\\\\":\\\\\\"0\\\\\\",\\\\\\"BackColor\\\\\\":\\\\\\"0\\\\\\",\\\\\\"Label\\\\\\":\\\\\\"Audience Frenzy\\\\\\",\\\\\\"LabelY\\\\\\":\\\\\\"3\\\\\\",\\\\\\"IconIndex\\\\\\":\\\\\\"0\\\\\\",\\\\\\"LabelFont\\\\\\":\\\\\\"{\\\\\\\\\\\\\\"Face\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Size\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"24\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Color\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"OutlineColor\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"OutlineWidth\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"DrawValue\\\\\\":\\\\\\"false\\\\\\",\\\\\\"ValueFont\\\\\\":\\\\\\"\\\\\\",\\\\\\"ValueFormat\\\\\\":\\\\\\"%1/%2\\\\\\",\\\\\\"ValuePadZeroDigit\\\\\\":\\\\\\"0\\\\\\",\\\\\\"ValueAlign\\\\\\":\\\\\\"right\\\\\\",\\\\\\"FlashIfFull\\\\\\":\\\\\\"true\\\\\\",\\\\\\"FullSwitchId\\\\\\":\\\\\\"0\\\\\\"}\\",\\"LowerPicture\\":\\"\\",\\"UpperPicture\\":\\"\\",\\"Battler\\":\\"\\"}","{\\"SceneName\\":\\"Scene_Map\\",\\"Id\\":\\"Hイベ中淫乱ゲージ\\",\\"SwitchId\\":\\"479\\",\\"OpacityVariable\\":\\"0\\",\\"Layout\\":\\"{\\\\\\"x\\\\\\":\\\\\\"1100\\\\\\",\\\\\\"y\\\\\\":\\\\\\"560\\\\\\",\\\\\\"realTime\\\\\\":\\\\\\"false\\\\\\",\\\\\\"width\\\\\\":\\\\\\"227\\\\\\",\\\\\\"height\\\\\\":\\\\\\"10\\\\\\",\\\\\\"GaugeX\\\\\\":\\\\\\"0\\\\\\",\\\\\\"GaugeHeight\\\\\\":\\\\\\"0\\\\\\",\\\\\\"Vertical\\\\\\":\\\\\\"false\\\\\\"}\\",\\"CurrentMethod\\":\\"{\\\\\\"VariableId\\\\\\":\\\\\\"81\\\\\\",\\\\\\"Script\\\\\\":\\\\\\"\\\\\\",\\\\\\"FixedValue\\\\\\":\\\\\\"\\\\\\"}\\",\\"MaxMethod\\":\\"{\\\\\\"VariableId\\\\\\":\\\\\\"\\\\\\",\\\\\\"Script\\\\\\":\\\\\\"\\\\\\",\\\\\\"FixedValue\\\\\\":\\\\\\"100\\\\\\"}\\",\\"Detail\\":\\"{\\\\\\"RisingSmoothness\\\\\\":\\\\\\"50\\\\\\",\\\\\\"FallingSmoothness\\\\\\":\\\\\\"50\\\\\\",\\\\\\"GaugeImage\\\\\\":\\\\\\"\\\\\\",\\\\\\"GaugeBackHidden\\\\\\":\\\\\\"false\\\\\\",\\\\\\"ScaleAutoAdjust\\\\\\":\\\\\\"true\\\\\\",\\\\\\"GaugeColorPreset\\\\\\":\\\\\\"hp\\\\\\",\\\\\\"GaugeColorLeft\\\\\\":\\\\\\"rgba(238,60,136,255)\\\\\\",\\\\\\"GaugeColorRight\\\\\\":\\\\\\"rgba(238,60,136,255)\\\\\\",\\\\\\"GaugeColorFullLeft\\\\\\":\\\\\\"0\\\\\\",\\\\\\"GaugeColorFullRight\\\\\\":\\\\\\"0\\\\\\",\\\\\\"BackColor\\\\\\":\\\\\\"rgba(63,227,255,255)\\\\\\",\\\\\\"Label\\\\\\":\\\\\\"\\\\\\",\\\\\\"LabelY\\\\\\":\\\\\\"3\\\\\\",\\\\\\"IconIndex\\\\\\":\\\\\\"0\\\\\\",\\\\\\"LabelFont\\\\\\":\\\\\\"\\\\\\",\\\\\\"DrawValue\\\\\\":\\\\\\"false\\\\\\",\\\\\\"ValueFont\\\\\\":\\\\\\"\\\\\\",\\\\\\"ValueFormat\\\\\\":\\\\\\"%1/%2\\\\\\",\\\\\\"ValuePadZeroDigit\\\\\\":\\\\\\"0\\\\\\",\\\\\\"ValueAlign\\\\\\":\\\\\\"right\\\\\\",\\\\\\"FlashIfFull\\\\\\":\\\\\\"false\\\\\\",\\\\\\"FullSwitchId\\\\\\":\\\\\\"0\\\\\\"}\\",\\"LowerPicture\\":\\"{\\\\\\"FileName\\\\\\":\\\\\\"System_ui_hud1\\\\\\",\\\\\\"OffsetX\\\\\\":\\\\\\"-17\\\\\\",\\\\\\"OffsetY\\\\\\":\\\\\\"-10\\\\\\"}\\",\\"UpperPicture\\":\\"{\\\\\\"FileName\\\\\\":\\\\\\"\\\\\\",\\\\\\"OffsetX\\\\\\":\\\\\\"0\\\\\\",\\\\\\"OffsetY\\\\\\":\\\\\\"0\\\\\\"}\\",\\"Battler\\":\\"\\"}","{\\"SceneName\\":\\"Scene_Map\\",\\"Id\\":\\"Hイベ中理性\\",\\"SwitchId\\":\\"479\\",\\"OpacityVariable\\":\\"0\\",\\"Layout\\":\\"{\\\\\\"x\\\\\\":\\\\\\"1100\\\\\\",\\\\\\"y\\\\\\":\\\\\\"610\\\\\\",\\\\\\"realTime\\\\\\":\\\\\\"false\\\\\\",\\\\\\"width\\\\\\":\\\\\\"227\\\\\\",\\\\\\"height\\\\\\":\\\\\\"10\\\\\\",\\\\\\"GaugeX\\\\\\":\\\\\\"0\\\\\\",\\\\\\"GaugeHeight\\\\\\":\\\\\\"0\\\\\\",\\\\\\"Vertical\\\\\\":\\\\\\"false\\\\\\"}\\",\\"CurrentMethod\\":\\"{\\\\\\"VariableId\\\\\\":\\\\\\"203\\\\\\",\\\\\\"Script\\\\\\":\\\\\\"\\\\\\",\\\\\\"FixedValue\\\\\\":\\\\\\"\\\\\\"}\\",\\"MaxMethod\\":\\"{\\\\\\"VariableId\\\\\\":\\\\\\"\\\\\\",\\\\\\"Script\\\\\\":\\\\\\"\\\\\\",\\\\\\"FixedValue\\\\\\":\\\\\\"100\\\\\\"}\\",\\"Detail\\":\\"{\\\\\\"RisingSmoothness\\\\\\":\\\\\\"100\\\\\\",\\\\\\"FallingSmoothness\\\\\\":\\\\\\"100\\\\\\",\\\\\\"GaugeColorPreset\\\\\\":\\\\\\"hp\\\\\\",\\\\\\"GaugeColorLeft\\\\\\":\\\\\\"rgba(150,150,0,255)\\\\\\",\\\\\\"GaugeColorRight\\\\\\":\\\\\\"rgba(255,255,0,255)\\\\\\",\\\\\\"BackColor\\\\\\":\\\\\\"rgba(0,0,0,0)\\\\\\",\\\\\\"Label\\\\\\":\\\\\\"\\\\\\",\\\\\\"LabelFont\\\\\\":\\\\\\"\\\\\\",\\\\\\"DrawValue\\\\\\":\\\\\\"false\\\\\\",\\\\\\"ValueFont\\\\\\":\\\\\\"\\\\\\",\\\\\\"FlashIfFull\\\\\\":\\\\\\"false\\\\\\"}\\",\\"LowerPicture\\":\\"{\\\\\\"FileName\\\\\\":\\\\\\"System_ui_hud2\\\\\\",\\\\\\"OffsetX\\\\\\":\\\\\\"-17\\\\\\",\\\\\\"OffsetY\\\\\\":\\\\\\"-10\\\\\\"}\\",\\"UpperPicture\\":\\"{\\\\\\"FileName\\\\\\":\\\\\\"\\\\\\",\\\\\\"OffsetX\\\\\\":\\\\\\"0\\\\\\",\\\\\\"OffsetY\\\\\\":\\\\\\"0\\\\\\"}\\",\\"Battler\\":\\"\\"}","{\\"SceneName\\":\\"Scene_Map\\",\\"Id\\":\\"Hイベ中性欲\\",\\"SwitchId\\":\\"479\\",\\"OpacityVariable\\":\\"0\\",\\"Layout\\":\\"{\\\\\\"x\\\\\\":\\\\\\"1100\\\\\\",\\\\\\"y\\\\\\":\\\\\\"660\\\\\\",\\\\\\"realTime\\\\\\":\\\\\\"false\\\\\\",\\\\\\"width\\\\\\":\\\\\\"227\\\\\\",\\\\\\"height\\\\\\":\\\\\\"10\\\\\\",\\\\\\"GaugeX\\\\\\":\\\\\\"0\\\\\\",\\\\\\"GaugeHeight\\\\\\":\\\\\\"0\\\\\\",\\\\\\"Vertical\\\\\\":\\\\\\"false\\\\\\"}\\",\\"CurrentMethod\\":\\"{\\\\\\"VariableId\\\\\\":\\\\\\"47\\\\\\",\\\\\\"Script\\\\\\":\\\\\\"\\\\\\",\\\\\\"FixedValue\\\\\\":\\\\\\"\\\\\\"}\\",\\"MaxMethod\\":\\"{\\\\\\"VariableId\\\\\\":\\\\\\"\\\\\\",\\\\\\"Script\\\\\\":\\\\\\"\\\\\\",\\\\\\"FixedValue\\\\\\":\\\\\\"100\\\\\\"}\\",\\"Detail\\":\\"{\\\\\\"RisingSmoothness\\\\\\":\\\\\\"50\\\\\\",\\\\\\"FallingSmoothness\\\\\\":\\\\\\"30\\\\\\",\\\\\\"GaugeColorPreset\\\\\\":\\\\\\"hp\\\\\\",\\\\\\"GaugeColorLeft\\\\\\":\\\\\\"rgba(255,0,120,255)\\\\\\",\\\\\\"GaugeColorRight\\\\\\":\\\\\\"rgba(255,0,255,255)\\\\\\",\\\\\\"BackColor\\\\\\":\\\\\\"rgba(0,0,0,0)\\\\\\",\\\\\\"Label\\\\\\":\\\\\\"\\\\\\",\\\\\\"LabelFont\\\\\\":\\\\\\"\\\\\\",\\\\\\"DrawValue\\\\\\":\\\\\\"false\\\\\\",\\\\\\"ValueFont\\\\\\":\\\\\\"\\\\\\",\\\\\\"FlashIfFull\\\\\\":\\\\\\"true\\\\\\"}\\",\\"LowerPicture\\":\\"{\\\\\\"FileName\\\\\\":\\\\\\"System_ui_hud3\\\\\\",\\\\\\"OffsetX\\\\\\":\\\\\\"-17\\\\\\",\\\\\\"OffsetY\\\\\\":\\\\\\"-10\\\\\\"}\\",\\"UpperPicture\\":\\"{\\\\\\"FileName\\\\\\":\\\\\\"\\\\\\",\\\\\\"OffsetX\\\\\\":\\\\\\"0\\\\\\",\\\\\\"OffsetY\\\\\\":\\\\\\"0\\\\\\"}\\",\\"Battler\\":\\"\\"}","{\\"SceneName\\":\\"Scene_Map\\",\\"Id\\":\\"キャラメイク中善悪\\",\\"SwitchId\\":\\"599\\",\\"OpacityVariable\\":\\"0\\",\\"Layout\\":\\"{\\\\\\"x\\\\\\":\\\\\\"1100\\\\\\",\\\\\\"y\\\\\\":\\\\\\"510\\\\\\",\\\\\\"originX\\\\\\":\\\\\\"center\\\\\\",\\\\\\"originY\\\\\\":\\\\\\"center\\\\\\",\\\\\\"linkCharacter\\\\\\":\\\\\\"0\\\\\\",\\\\\\"realTime\\\\\\":\\\\\\"false\\\\\\",\\\\\\"width\\\\\\":\\\\\\"227\\\\\\",\\\\\\"height\\\\\\":\\\\\\"10\\\\\\",\\\\\\"GaugeX\\\\\\":\\\\\\"0\\\\\\",\\\\\\"GaugeEndX\\\\\\":\\\\\\"0\\\\\\",\\\\\\"GaugeHeight\\\\\\":\\\\\\"0\\\\\\",\\\\\\"Vertical\\\\\\":\\\\\\"false\\\\\\",\\\\\\"Mirror\\\\\\":\\\\\\"false\\\\\\",\\\\\\"ParentWindow\\\\\\":\\\\\\"\\\\\\"}\\",\\"CurrentMethod\\":\\"{\\\\\\"VariableId\\\\\\":\\\\\\"83\\\\\\",\\\\\\"Script\\\\\\":\\\\\\"\\\\\\",\\\\\\"FixedValue\\\\\\":\\\\\\"\\\\\\"}\\",\\"MaxMethod\\":\\"{\\\\\\"VariableId\\\\\\":\\\\\\"\\\\\\",\\\\\\"Script\\\\\\":\\\\\\"\\\\\\",\\\\\\"FixedValue\\\\\\":\\\\\\"100\\\\\\"}\\",\\"Detail\\":\\"{\\\\\\"RisingSmoothness\\\\\\":\\\\\\"50\\\\\\",\\\\\\"FallingSmoothness\\\\\\":\\\\\\"50\\\\\\",\\\\\\"GaugeImage\\\\\\":\\\\\\"\\\\\\",\\\\\\"GaugeBackHidden\\\\\\":\\\\\\"false\\\\\\",\\\\\\"ScaleAutoAdjust\\\\\\":\\\\\\"true\\\\\\",\\\\\\"GaugeColorPreset\\\\\\":\\\\\\"hp\\\\\\",\\\\\\"GaugeColorLeft\\\\\\":\\\\\\"rgba(150,0,0,255)\\\\\\",\\\\\\"GaugeColorRight\\\\\\":\\\\\\"rgba(150,0,0,255)\\\\\\",\\\\\\"GaugeColorFullLeft\\\\\\":\\\\\\"0\\\\\\",\\\\\\"GaugeColorFullRight\\\\\\":\\\\\\"0\\\\\\",\\\\\\"BackColor\\\\\\":\\\\\\"6\\\\\\",\\\\\\"Label\\\\\\":\\\\\\"\\\\\\",\\\\\\"LabelY\\\\\\":\\\\\\"3\\\\\\",\\\\\\"IconIndex\\\\\\":\\\\\\"0\\\\\\",\\\\\\"LabelFont\\\\\\":\\\\\\"\\\\\\",\\\\\\"DrawValue\\\\\\":\\\\\\"false\\\\\\",\\\\\\"ValueFont\\\\\\":\\\\\\"\\\\\\",\\\\\\"ValueFormat\\\\\\":\\\\\\"%1/%2\\\\\\",\\\\\\"ValuePadZeroDigit\\\\\\":\\\\\\"0\\\\\\",\\\\\\"ValueAlign\\\\\\":\\\\\\"right\\\\\\",\\\\\\"FlashIfFull\\\\\\":\\\\\\"true\\\\\\",\\\\\\"FullSwitchId\\\\\\":\\\\\\"0\\\\\\"}\\",\\"LowerPicture\\":\\"{\\\\\\"FileName\\\\\\":\\\\\\"System_ui_hud8\\\\\\",\\\\\\"OffsetX\\\\\\":\\\\\\"-17\\\\\\",\\\\\\"OffsetY\\\\\\":\\\\\\"-10\\\\\\"}\\",\\"UpperPicture\\":\\"{\\\\\\"FileName\\\\\\":\\\\\\"\\\\\\",\\\\\\"OffsetX\\\\\\":\\\\\\"0\\\\\\",\\\\\\"OffsetY\\\\\\":\\\\\\"0\\\\\\"}\\",\\"Battler\\":\\"\\"}","{\\"SceneName\\":\\"Scene_Map\\",\\"Id\\":\\"インタラクト中淫乱ゲージ\\",\\"SwitchId\\":\\"576\\",\\"OpacityVariable\\":\\"0\\",\\"Layout\\":\\"{\\\\\\"x\\\\\\":\\\\\\"730\\\\\\",\\\\\\"y\\\\\\":\\\\\\"456\\\\\\",\\\\\\"realTime\\\\\\":\\\\\\"false\\\\\\",\\\\\\"width\\\\\\":\\\\\\"145\\\\\\",\\\\\\"height\\\\\\":\\\\\\"10\\\\\\",\\\\\\"GaugeX\\\\\\":\\\\\\"0\\\\\\",\\\\\\"GaugeHeight\\\\\\":\\\\\\"0\\\\\\",\\\\\\"Vertical\\\\\\":\\\\\\"false\\\\\\"}\\",\\"CurrentMethod\\":\\"{\\\\\\"VariableId\\\\\\":\\\\\\"81\\\\\\",\\\\\\"Script\\\\\\":\\\\\\"\\\\\\",\\\\\\"FixedValue\\\\\\":\\\\\\"\\\\\\"}\\",\\"MaxMethod\\":\\"{\\\\\\"VariableId\\\\\\":\\\\\\"\\\\\\",\\\\\\"Script\\\\\\":\\\\\\"\\\\\\",\\\\\\"FixedValue\\\\\\":\\\\\\"100\\\\\\"}\\",\\"Detail\\":\\"{\\\\\\"RisingSmoothness\\\\\\":\\\\\\"1\\\\\\",\\\\\\"FallingSmoothness\\\\\\":\\\\\\"1\\\\\\",\\\\\\"GaugeColorPreset\\\\\\":\\\\\\"hp\\\\\\",\\\\\\"GaugeColorLeft\\\\\\":\\\\\\"rgba(238,60,136,255)\\\\\\",\\\\\\"GaugeColorRight\\\\\\":\\\\\\"rgba(238,60,136,255)\\\\\\",\\\\\\"BackColor\\\\\\":\\\\\\"rgba(63,227,255,255)\\\\\\",\\\\\\"Label\\\\\\":\\\\\\"\\\\\\",\\\\\\"LabelFont\\\\\\":\\\\\\"\\\\\\",\\\\\\"DrawValue\\\\\\":\\\\\\"false\\\\\\",\\\\\\"ValueFont\\\\\\":\\\\\\"\\\\\\",\\\\\\"FlashIfFull\\\\\\":\\\\\\"false\\\\\\"}\\",\\"LowerPicture\\":\\"{\\\\\\"FileName\\\\\\":\\\\\\"System_ui_hud6\\\\\\",\\\\\\"OffsetX\\\\\\":\\\\\\"-17\\\\\\",\\\\\\"OffsetY\\\\\\":\\\\\\"-10\\\\\\"}\\",\\"UpperPicture\\":\\"{\\\\\\"FileName\\\\\\":\\\\\\"\\\\\\",\\\\\\"OffsetX\\\\\\":\\\\\\"0\\\\\\",\\\\\\"OffsetY\\\\\\":\\\\\\"0\\\\\\"}\\",\\"Battler\\":\\"\\"}","{\\"SceneName\\":\\"Scene_Map\\",\\"Id\\":\\"インタラクト中善悪ゲージ\\",\\"SwitchId\\":\\"576\\",\\"OpacityVariable\\":\\"0\\",\\"Layout\\":\\"{\\\\\\"x\\\\\\":\\\\\\"730\\\\\\",\\\\\\"y\\\\\\":\\\\\\"501\\\\\\",\\\\\\"realTime\\\\\\":\\\\\\"false\\\\\\",\\\\\\"width\\\\\\":\\\\\\"145\\\\\\",\\\\\\"height\\\\\\":\\\\\\"10\\\\\\",\\\\\\"GaugeX\\\\\\":\\\\\\"0\\\\\\",\\\\\\"GaugeHeight\\\\\\":\\\\\\"0\\\\\\",\\\\\\"Vertical\\\\\\":\\\\\\"false\\\\\\"}\\",\\"CurrentMethod\\":\\"{\\\\\\"VariableId\\\\\\":\\\\\\"83\\\\\\",\\\\\\"Script\\\\\\":\\\\\\"\\\\\\",\\\\\\"FixedValue\\\\\\":\\\\\\"\\\\\\"}\\",\\"MaxMethod\\":\\"{\\\\\\"VariableId\\\\\\":\\\\\\"\\\\\\",\\\\\\"Script\\\\\\":\\\\\\"\\\\\\",\\\\\\"FixedValue\\\\\\":\\\\\\"100\\\\\\"}\\",\\"Detail\\":\\"{\\\\\\"RisingSmoothness\\\\\\":\\\\\\"1\\\\\\",\\\\\\"FallingSmoothness\\\\\\":\\\\\\"1\\\\\\",\\\\\\"GaugeColorPreset\\\\\\":\\\\\\"hp\\\\\\",\\\\\\"GaugeColorLeft\\\\\\":\\\\\\"rgba(150,0,0,255)\\\\\\",\\\\\\"GaugeColorRight\\\\\\":\\\\\\"rgba(150,0,0,255)\\\\\\",\\\\\\"BackColor\\\\\\":\\\\\\"6\\\\\\",\\\\\\"Label\\\\\\":\\\\\\"\\\\\\",\\\\\\"LabelFont\\\\\\":\\\\\\"\\\\\\",\\\\\\"DrawValue\\\\\\":\\\\\\"false\\\\\\",\\\\\\"ValueFont\\\\\\":\\\\\\"\\\\\\",\\\\\\"FlashIfFull\\\\\\":\\\\\\"false\\\\\\"}\\",\\"LowerPicture\\":\\"{\\\\\\"FileName\\\\\\":\\\\\\"System_ui_hud7\\\\\\",\\\\\\"OffsetX\\\\\\":\\\\\\"-17\\\\\\",\\\\\\"OffsetY\\\\\\":\\\\\\"-10\\\\\\"}\\",\\"UpperPicture\\":\\"{\\\\\\"FileName\\\\\\":\\\\\\"\\\\\\",\\\\\\"OffsetX\\\\\\":\\\\\\"0\\\\\\",\\\\\\"OffsetY\\\\\\":\\\\\\"0\\\\\\"}\\",\\"Battler\\":\\"\\"}","{\\"SceneName\\":\\"Scene_Map\\",\\"Id\\":\\"淫乱ゲージ変動\\",\\"SwitchId\\":\\"610\\",\\"OpacityVariable\\":\\"0\\",\\"Layout\\":\\"{\\\\\\"x\\\\\\":\\\\\\"165\\\\\\",\\\\\\"y\\\\\\":\\\\\\"285\\\\\\",\\\\\\"originX\\\\\\":\\\\\\"center\\\\\\",\\\\\\"originY\\\\\\":\\\\\\"center\\\\\\",\\\\\\"linkCharacter\\\\\\":\\\\\\"0\\\\\\",\\\\\\"realTime\\\\\\":\\\\\\"false\\\\\\",\\\\\\"width\\\\\\":\\\\\\"227\\\\\\",\\\\\\"height\\\\\\":\\\\\\"10\\\\\\",\\\\\\"GaugeX\\\\\\":\\\\\\"0\\\\\\",\\\\\\"GaugeEndX\\\\\\":\\\\\\"0\\\\\\",\\\\\\"GaugeHeight\\\\\\":\\\\\\"0\\\\\\",\\\\\\"Vertical\\\\\\":\\\\\\"false\\\\\\",\\\\\\"Mirror\\\\\\":\\\\\\"false\\\\\\",\\\\\\"ParentWindow\\\\\\":\\\\\\"\\\\\\"}\\",\\"CurrentMethod\\":\\"{\\\\\\"VariableId\\\\\\":\\\\\\"81\\\\\\",\\\\\\"Script\\\\\\":\\\\\\"\\\\\\",\\\\\\"FixedValue\\\\\\":\\\\\\"\\\\\\"}\\",\\"MaxMethod\\":\\"{\\\\\\"VariableId\\\\\\":\\\\\\"\\\\\\",\\\\\\"Script\\\\\\":\\\\\\"\\\\\\",\\\\\\"FixedValue\\\\\\":\\\\\\"100\\\\\\"}\\",\\"Detail\\":\\"{\\\\\\"RisingSmoothness\\\\\\":\\\\\\"60\\\\\\",\\\\\\"FallingSmoothness\\\\\\":\\\\\\"60\\\\\\",\\\\\\"GaugeImage\\\\\\":\\\\\\"\\\\\\",\\\\\\"GaugeBackHidden\\\\\\":\\\\\\"false\\\\\\",\\\\\\"ScaleAutoAdjust\\\\\\":\\\\\\"true\\\\\\",\\\\\\"GaugeColorPreset\\\\\\":\\\\\\"hp\\\\\\",\\\\\\"GaugeColorLeft\\\\\\":\\\\\\"rgba(238,60,136,255)\\\\\\",\\\\\\"GaugeColorRight\\\\\\":\\\\\\"rgba(238,60,136,255)\\\\\\",\\\\\\"GaugeColorFullLeft\\\\\\":\\\\\\"0\\\\\\",\\\\\\"GaugeColorFullRight\\\\\\":\\\\\\"0\\\\\\",\\\\\\"BackColor\\\\\\":\\\\\\"rgba(63,227,255,255)\\\\\\",\\\\\\"Label\\\\\\":\\\\\\"\\\\\\",\\\\\\"LabelY\\\\\\":\\\\\\"3\\\\\\",\\\\\\"IconIndex\\\\\\":\\\\\\"0\\\\\\",\\\\\\"LabelFont\\\\\\":\\\\\\"\\\\\\",\\\\\\"DrawValue\\\\\\":\\\\\\"false\\\\\\",\\\\\\"ValueFont\\\\\\":\\\\\\"\\\\\\",\\\\\\"ValueFormat\\\\\\":\\\\\\"%1/%2\\\\\\",\\\\\\"ValuePadZeroDigit\\\\\\":\\\\\\"0\\\\\\",\\\\\\"ValueAlign\\\\\\":\\\\\\"right\\\\\\",\\\\\\"FlashIfFull\\\\\\":\\\\\\"false\\\\\\",\\\\\\"FullSwitchId\\\\\\":\\\\\\"0\\\\\\"}\\",\\"LowerPicture\\":\\"{\\\\\\"FileName\\\\\\":\\\\\\"System_ui_hud1\\\\\\",\\\\\\"OffsetX\\\\\\":\\\\\\"-17\\\\\\",\\\\\\"OffsetY\\\\\\":\\\\\\"-10\\\\\\"}\\",\\"UpperPicture\\":\\"{\\\\\\"FileName\\\\\\":\\\\\\"\\\\\\",\\\\\\"OffsetX\\\\\\":\\\\\\"0\\\\\\",\\\\\\"OffsetY\\\\\\":\\\\\\"0\\\\\\"}\\",\\"Battler\\":\\"\\"}","{\\"SceneName\\":\\"Scene_Map\\",\\"Id\\":\\"種子のエーテル残量\\",\\"SwitchId\\":\\"613\\",\\"OpacityVariable\\":\\"\\",\\"Layout\\":\\"{\\\\\\"x\\\\\\":\\\\\\"1100\\\\\\",\\\\\\"y\\\\\\":\\\\\\"510\\\\\\",\\\\\\"originX\\\\\\":\\\\\\"center\\\\\\",\\\\\\"originY\\\\\\":\\\\\\"center\\\\\\",\\\\\\"linkCharacter\\\\\\":\\\\\\"0\\\\\\",\\\\\\"realTime\\\\\\":\\\\\\"false\\\\\\",\\\\\\"width\\\\\\":\\\\\\"227\\\\\\",\\\\\\"height\\\\\\":\\\\\\"10\\\\\\",\\\\\\"GaugeX\\\\\\":\\\\\\"0\\\\\\",\\\\\\"GaugeEndX\\\\\\":\\\\\\"0\\\\\\",\\\\\\"GaugeHeight\\\\\\":\\\\\\"0\\\\\\",\\\\\\"Vertical\\\\\\":\\\\\\"false\\\\\\",\\\\\\"Mirror\\\\\\":\\\\\\"false\\\\\\",\\\\\\"ParentWindow\\\\\\":\\\\\\"\\\\\\"}\\",\\"CurrentMethod\\":\\"{\\\\\\"VariableId\\\\\\":\\\\\\"678\\\\\\",\\\\\\"Script\\\\\\":\\\\\\"\\\\\\",\\\\\\"FixedValue\\\\\\":\\\\\\"\\\\\\"}\\",\\"MaxMethod\\":\\"{\\\\\\"VariableId\\\\\\":\\\\\\"\\\\\\",\\\\\\"Script\\\\\\":\\\\\\"\\\\\\",\\\\\\"FixedValue\\\\\\":\\\\\\"100\\\\\\"}\\",\\"Detail\\":\\"{\\\\\\"RisingSmoothness\\\\\\":\\\\\\"60\\\\\\",\\\\\\"FallingSmoothness\\\\\\":\\\\\\"60\\\\\\",\\\\\\"GaugeImage\\\\\\":\\\\\\"\\\\\\",\\\\\\"GaugeBackHidden\\\\\\":\\\\\\"false\\\\\\",\\\\\\"ScaleAutoAdjust\\\\\\":\\\\\\"true\\\\\\",\\\\\\"GaugeColorPreset\\\\\\":\\\\\\"hp\\\\\\",\\\\\\"GaugeColorLeft\\\\\\":\\\\\\"19\\\\\\",\\\\\\"GaugeColorRight\\\\\\":\\\\\\"30\\\\\\",\\\\\\"GaugeColorFullLeft\\\\\\":\\\\\\"0\\\\\\",\\\\\\"GaugeColorFullRight\\\\\\":\\\\\\"0\\\\\\",\\\\\\"BackColor\\\\\\":\\\\\\"15\\\\\\",\\\\\\"Label\\\\\\":\\\\\\"\\\\\\",\\\\\\"LabelY\\\\\\":\\\\\\"3\\\\\\",\\\\\\"IconIndex\\\\\\":\\\\\\"0\\\\\\",\\\\\\"LabelFont\\\\\\":\\\\\\"\\\\\\",\\\\\\"DrawValue\\\\\\":\\\\\\"false\\\\\\",\\\\\\"ValueFont\\\\\\":\\\\\\"\\\\\\",\\\\\\"ValueFormat\\\\\\":\\\\\\"%1/%2\\\\\\",\\\\\\"ValuePadZeroDigit\\\\\\":\\\\\\"0\\\\\\",\\\\\\"ValueAlign\\\\\\":\\\\\\"right\\\\\\",\\\\\\"FlashIfFull\\\\\\":\\\\\\"false\\\\\\",\\\\\\"FullSwitchId\\\\\\":\\\\\\"0\\\\\\"}\\",\\"LowerPicture\\":\\"{\\\\\\"FileName\\\\\\":\\\\\\"System_ui_hud10\\\\\\",\\\\\\"OffsetX\\\\\\":\\\\\\"-17\\\\\\",\\\\\\"OffsetY\\\\\\":\\\\\\"-10\\\\\\"}\\",\\"UpperPicture\\":\\"{\\\\\\"FileName\\\\\\":\\\\\\"\\\\\\",\\\\\\"OffsetX\\\\\\":\\\\\\"0\\\\\\",\\\\\\"OffsetY\\\\\\":\\\\\\"0\\\\\\"}\\",\\"Battler\\":\\"\\"}"]',
|
||
Priority: "2",
|
||
},
|
||
},
|
||
{
|
||
name: "LL_ExGaugeDrawing",
|
||
status: true,
|
||
description: "ゲージ描画をカスタマイズします。",
|
||
parameters: {
|
||
gaugeHeight: "10",
|
||
solidGradation: "true",
|
||
gaugeBackColor: "#202040",
|
||
gaugeOutlineColor: "#000",
|
||
labelY: "4",
|
||
labelFontSize: "-6",
|
||
valueAdjustY: "0",
|
||
valueFontSize: "-8",
|
||
maxValueWidth: "32",
|
||
maxValueAdjustY: "2",
|
||
maxValueFontSize: "-14",
|
||
hpGauge:
|
||
'{"gaugeColor1":"#ff7600","gaugeColor2":"#FF0000","lowPercentage":"0","gaugeAlertColor1":"#ff7600","gaugeAlertColor2":"#ff784c","lowAlert":"battle","maxValueEnable":"true","gaugeX":"24","gaugeHidden":"false"}',
|
||
mpGauge:
|
||
'{"gaugeColor1":"#e000ff","gaugeColor2":"#6200ff","lowPercentage":"0","gaugeAlertColor1":"#e000ff","gaugeAlertColor2":"#6200ff","lowAlert":"none","maxValueEnable":"true","gaugeX":"24","gaugeHidden":"false"}',
|
||
tpGauge:
|
||
'{"gaugeColor1":"#cffd00","gaugeColor2":"#ffbf00","lowPercentage":"0","gaugeAlertColor1":"#ff2020","gaugeAlertColor2":"#ff784c","lowAlert":"none","maxValueEnable":"false","gaugeX":"24","gaugeHidden":"false"}',
|
||
timeGauge:
|
||
'{"gaugeColor1":"#a060e0","gaugeColor2":"#ccc0ff","lowPercentage":"0","gaugeAlertColor1":"#ff2020","gaugeAlertColor2":"#ff784c","lowAlert":"none","maxValueEnable":"false","gaugeX":"0","gaugeHidden":"false"}',
|
||
},
|
||
},
|
||
{
|
||
name: "Yami_8DirEx",
|
||
status: true,
|
||
description: "8方向移動(タッチパネル対応版)",
|
||
parameters: { "dir4 Switch ID": "0" },
|
||
},
|
||
{
|
||
name: "Unit03_8dir_slow",
|
||
status: true,
|
||
description: "カスタムメニューで上書き",
|
||
parameters: { DiagonalSlow: "false" },
|
||
},
|
||
{
|
||
name: "SoR_EnemySymbolEncounter_MZ",
|
||
status: true,
|
||
description: "<シンボルエンカウント総合> v1.72",
|
||
parameters: {
|
||
"-----一般設定-----": "",
|
||
AutoDisable_DefaultEncounter: "true",
|
||
FollowerAttack: "2",
|
||
InvincibleTime_AfterBattle: "150",
|
||
EnemySearchRange_scale: "2.00",
|
||
SymbolKeepOut_RegionID: "-1",
|
||
"-リンクエンカウント-": "",
|
||
Enable_SymbolLink: "false",
|
||
SymbolInvolvementRange: "3",
|
||
MaximumSymbolInvolvement: "0",
|
||
"-ゲーム演出-": "",
|
||
BalloonID_PlayerDetected: "11",
|
||
SE_PlayerDetected:
|
||
'{"name":"ex_heartbeats2","volume":"100","pitch":"100","pan":"0"}',
|
||
BalloonID_PlayerFled: "12",
|
||
SE_PlayerFled: '{"name":"","volume":"100","pitch":"100","pan":"0"}',
|
||
BalloonID_Evacuate: "12",
|
||
SE_Evacuate: '{"name":"","volume":"100","pitch":"100","pan":"0"}',
|
||
BattleBGM_surprised: '{"name":"","volume":"100","pitch":"100","pan":"0"}',
|
||
"-エンカウント発生後表現-": "",
|
||
InvincibleStyle_Flash: "true",
|
||
InvincibleStyle_Opaque: "false",
|
||
InvincibleStyle_Blend: "0",
|
||
},
|
||
},
|
||
{
|
||
name: "PANDA_ControlSelfSwitches",
|
||
status: true,
|
||
description: "プラグインコマンドで任意のセルフスイッチを操作します。",
|
||
parameters: {},
|
||
},
|
||
{
|
||
name: "MNKR_TMBattlerExMZ",
|
||
status: true,
|
||
description: "v2.0.0 敵キャラに遠近感や息づかいの表現を追加します。",
|
||
parameters: {
|
||
baseY: "400",
|
||
breathH: "0.02",
|
||
mirrorRate: "0",
|
||
breathStop: "true",
|
||
shakeEffect: "true",
|
||
},
|
||
},
|
||
{
|
||
name: "CustomizeCritical",
|
||
status: true,
|
||
description: "会心カスタマイズプラグイン",
|
||
parameters: {
|
||
commonFormula: "normalDamage * 1.5",
|
||
commonMessage: "\\c[18]Fatal Blow!",
|
||
commonAnimation: "158",
|
||
commonSe: "",
|
||
suppressDefault: "true",
|
||
},
|
||
},
|
||
{ name: "NUUN_Base", status: true, description: "共通処理", parameters: {} },
|
||
{
|
||
name: "NUUN_ItemNameColor",
|
||
status: true,
|
||
description: "アイテム、スキルネームカラー",
|
||
parameters: {},
|
||
},
|
||
{
|
||
name: "NUUN_BattleStyleEX_XP",
|
||
status: true,
|
||
description: "バトルスタイル拡張XPスタイル設定用",
|
||
parameters: {
|
||
Setting: "////////////////////////////////",
|
||
PartyCommand: "////////////////////////////////",
|
||
PartyCommandPosition: "'top'",
|
||
PartyCommandMaxCol: "4",
|
||
PartyCommandMaxRow: "1",
|
||
PartyCommandWindow: "------------------------------",
|
||
PartyCommandWindowShow: "true",
|
||
PartyCommandWindowSkin: "",
|
||
PartyCommandWindowColor: '{"red":"0","green":"0","bule":"0"}',
|
||
PartyCommand_X: "0",
|
||
PartyCommand_Y: "0",
|
||
PartyCommand_Width: "0",
|
||
PartyCommandBackGround: "------------------------------",
|
||
PartyCommandBackgroundImg: "",
|
||
PartyBackground_X: "0",
|
||
PartyBackground_Y: "0",
|
||
PartyCommandOption: "------------------------------",
|
||
PartyCommandWindowCenter: "false",
|
||
PartyCommandMode: "false",
|
||
ActorCommand: "////////////////////////////////",
|
||
ActorCommandWindowShow: "true",
|
||
ActorCommandWindowSkin: "",
|
||
ActorCommandWindowColor: '{"red":"0","green":"0","bule":"0"}',
|
||
ActorCommandPosition: "'custom'",
|
||
ActorCommandMaxRow: "8",
|
||
ActorCommandMinRow: "8",
|
||
ActorCommandMaxCol: "1",
|
||
ActorCommandVariable: "true",
|
||
ActorCommandWindow: "------------------------------",
|
||
ActorCommand_X: "-3",
|
||
ActorCommand_Y: "480",
|
||
ActorCommand_Width: "180",
|
||
ActorCommandBackGround: "------------------------------",
|
||
ActorCommandBackgroundImg: "",
|
||
ActorBackground_X: "0",
|
||
ActorBackground_Y: "0",
|
||
ActorCommandOption: "------------------------------",
|
||
ActorCommandWindowCenter: "true",
|
||
ActorCommandMode: "false",
|
||
ButtonSetting: "////////////////////////////////",
|
||
ButtonMode: "'right'",
|
||
CancelButtonX: "0",
|
||
ActorStatus: "////////////////////////////////",
|
||
ActorStatusWindowSkin: "",
|
||
ActorStatusWindowColor: '{"red":"0","green":"0","bule":"0"}',
|
||
ActorStatusVariable: "false",
|
||
ActorMaxCol: "1",
|
||
ActorMaxRow: "1",
|
||
ActorStatusMode: "'left'",
|
||
ActorStatusRowsMode: "'top'",
|
||
ActorStatusActorWindow: "------------------------------",
|
||
ActorStatusActorWindowShow: "false",
|
||
ActorStatusWindow: "------------------------------",
|
||
ActorStatusWindowPosition: "'custom'",
|
||
ActorStatusWindow_X: "3",
|
||
ActorStatusWindow_Y: "7",
|
||
ActorStatusWindow_Width: "700",
|
||
ActorStatusWindow_Height: "0",
|
||
WindowShow: "false",
|
||
WindowFrameShow: "false",
|
||
CursorBackShow: "false",
|
||
WindowContentsRect: "------------------------------",
|
||
ActorContentsSetting: "[]",
|
||
ActorWindowBackGround: "------------------------------",
|
||
WindowBackground: "",
|
||
WindowBackground_X: "0",
|
||
WindowBackground_Y: "0",
|
||
ActorStatusOption: "------------------------------",
|
||
ActorStatusWindowCenter: "false",
|
||
BattleEndActorStatusClose: "true",
|
||
EnemyWindow: "------------------------------",
|
||
EnemyWindowShow: "true",
|
||
EnemyMaxRow: "1",
|
||
EnemyMaxCol: "2",
|
||
EnemyWindow_X: "0",
|
||
EnemyWindow_Y: "106",
|
||
EnemyWindow_Width: "831",
|
||
EnemyWindowOpacity: "255",
|
||
EnemyWindowOption: "------------------------------",
|
||
EnemyWindowMode: "false",
|
||
EnemyNameDyingColor: "true",
|
||
EnemyWindowBackGround: "------------------------------",
|
||
EnemyWindowBackgroundImg: "",
|
||
EnemyWindowBackground_X: "0",
|
||
EnemyWindowBackground_Y: "0",
|
||
ActorSetting: "////////////////////////////////",
|
||
DefaultStatusPositionData:
|
||
'{"StatusListData":"[\\"{\\\\\\"Status\\\\\\":\\\\\\"\'hpgauge\'\\\\\\",\\\\\\"Width\\\\\\":\\\\\\"240\\\\\\",\\\\\\"Height\\\\\\":\\\\\\"12\\\\\\",\\\\\\"PositionX\\\\\\":\\\\\\"49\\\\\\",\\\\\\"PositionY\\\\\\":\\\\\\"5\\\\\\",\\\\\\"FontSize\\\\\\":\\\\\\"0\\\\\\",\\\\\\"ParamName\\\\\\":\\\\\\"\\\\\\",\\\\\\"UserParamID\\\\\\":\\\\\\"\\\\\\",\\\\\\"DetaEval1\\\\\\":\\\\\\"\\\\\\",\\\\\\"DetaEval2\\\\\\":\\\\\\"\\\\\\",\\\\\\"NamePosition\\\\\\":\\\\\\"\\\\\\\\\\\\\\"left\\\\\\\\\\\\\\"\\\\\\",\\\\\\"GaugeSetting\\\\\\":\\\\\\"------------------------------\\\\\\",\\\\\\"Color1\\\\\\":\\\\\\"0\\\\\\",\\\\\\"Color2\\\\\\":\\\\\\"0\\\\\\",\\\\\\"ImgesSetting\\\\\\":\\\\\\"------------------------------\\\\\\",\\\\\\"ContentsImges\\\\\\":\\\\\\"\\\\\\"}\\",\\"{\\\\\\"Status\\\\\\":\\\\\\"\'mpgauge\'\\\\\\",\\\\\\"Width\\\\\\":\\\\\\"160\\\\\\",\\\\\\"Height\\\\\\":\\\\\\"12\\\\\\",\\\\\\"PositionX\\\\\\":\\\\\\"332\\\\\\",\\\\\\"PositionY\\\\\\":\\\\\\"5\\\\\\",\\\\\\"FontSize\\\\\\":\\\\\\"0\\\\\\",\\\\\\"ParamName\\\\\\":\\\\\\"\\\\\\",\\\\\\"UserParamID\\\\\\":\\\\\\"\\\\\\",\\\\\\"DetaEval1\\\\\\":\\\\\\"\\\\\\",\\\\\\"DetaEval2\\\\\\":\\\\\\"\\\\\\",\\\\\\"NamePosition\\\\\\":\\\\\\"\\\\\\\\\\\\\\"left\\\\\\\\\\\\\\"\\\\\\",\\\\\\"GaugeSetting\\\\\\":\\\\\\"------------------------------\\\\\\",\\\\\\"Color1\\\\\\":\\\\\\"0\\\\\\",\\\\\\"Color2\\\\\\":\\\\\\"0\\\\\\",\\\\\\"ImgesSetting\\\\\\":\\\\\\"------------------------------\\\\\\",\\\\\\"ContentsImges\\\\\\":\\\\\\"\\\\\\"}\\",\\"{\\\\\\"Status\\\\\\":\\\\\\"\'tpgauge\'\\\\\\",\\\\\\"Width\\\\\\":\\\\\\"160\\\\\\",\\\\\\"Height\\\\\\":\\\\\\"12\\\\\\",\\\\\\"PositionX\\\\\\":\\\\\\"522\\\\\\",\\\\\\"PositionY\\\\\\":\\\\\\"5\\\\\\",\\\\\\"FontSize\\\\\\":\\\\\\"0\\\\\\",\\\\\\"ParamName\\\\\\":\\\\\\"\\\\\\",\\\\\\"UserParamID\\\\\\":\\\\\\"\\\\\\",\\\\\\"DetaEval1\\\\\\":\\\\\\"\\\\\\",\\\\\\"DetaEval2\\\\\\":\\\\\\"\\\\\\",\\\\\\"NamePosition\\\\\\":\\\\\\"\\\\\\\\\\\\\\"left\\\\\\\\\\\\\\"\\\\\\",\\\\\\"GaugeSetting\\\\\\":\\\\\\"------------------------------\\\\\\",\\\\\\"Color1\\\\\\":\\\\\\"0\\\\\\",\\\\\\"Color2\\\\\\":\\\\\\"0\\\\\\",\\\\\\"ImgesSetting\\\\\\":\\\\\\"------------------------------\\\\\\",\\\\\\"ContentsImges\\\\\\":\\\\\\"\\\\\\"}\\",\\"{\\\\\\"Status\\\\\\":\\\\\\"\'state\'\\\\\\",\\\\\\"Width\\\\\\":\\\\\\"128\\\\\\",\\\\\\"Height\\\\\\":\\\\\\"12\\\\\\",\\\\\\"PositionX\\\\\\":\\\\\\"90\\\\\\",\\\\\\"PositionY\\\\\\":\\\\\\"60\\\\\\",\\\\\\"FontSize\\\\\\":\\\\\\"0\\\\\\",\\\\\\"ParamName\\\\\\":\\\\\\"\\\\\\",\\\\\\"UserParamID\\\\\\":\\\\\\"\\\\\\",\\\\\\"DetaEval1\\\\\\":\\\\\\"\\\\\\",\\\\\\"DetaEval2\\\\\\":\\\\\\"\\\\\\",\\\\\\"NamePosition\\\\\\":\\\\\\"\\\\\\\\\\\\\\"left\\\\\\\\\\\\\\"\\\\\\",\\\\\\"GaugeSetting\\\\\\":\\\\\\"------------------------------\\\\\\",\\\\\\"Color1\\\\\\":\\\\\\"0\\\\\\",\\\\\\"Color2\\\\\\":\\\\\\"0\\\\\\",\\\\\\"ImgesSetting\\\\\\":\\\\\\"------------------------------\\\\\\",\\\\\\"ContentsImges\\\\\\":\\\\\\"\\\\\\"}\\"]","ActorImgChangePosition":"------------------------------","ImgChangePosition":"false","ActorImg_X":"0","ActorImg_Y":"0","ActorWindow":"------------------------------","ActorWindowSkin":"","ActorWindowColor":"{\\"red\\":\\"0\\",\\"green\\":\\"0\\",\\"bule\\":\\"0\\"}","ActorCommandSkin":"------------------------------","WindowSkin":"","WindowColor":"{\\"red\\":\\"0\\",\\"green\\":\\"0\\",\\"bule\\":\\"0\\"}","Background":"------------------------------","ActorBackground":"","ActorFrontBackground":"system/battleui2","OldSetting":"------------------------------","ActorNameChangePosition":"","NameChangePosition":"false","ActorName_X":"0","ActorName_Y":"88","ActorHPChangePosition":"------------------------------","HPGaugeWidth":"128","HPGaugeHeight":"12","HPChangePosition":"false","ActorHP_X":"0","ActorHP_Y":"112","ActorMPChangePosition":"------------------------------","MPGaugeWidth":"128","MPGaugeHeight":"12","MPChangePosition":"false","ActorMP_X":"0","ActorMP_Y":"136","ActorTPChangePosition":"------------------------------","TPGaugeWidth":"128","TPGaugeHeight":"12","TPChangePosition":"false","ActorTP_X":"0","ActorTP_Y":"160","ActorTPBChangePosition":"------------------------------","TPBGaugeWidth":"128","TPBGaugeHeight":"12","TPBChangePosition":"false","ActorTPB_X":"0","ActorTPB_Y":"88","ActorStateChangePosition":"------------------------------","StateChangePosition":"false","ActorState_X":"4","ActorState_Y":"20"}',
|
||
DefaultActorImgData:
|
||
'{"ActorImgMode":"\'none\'","Actor_X":"0","Actor_Y":"0","Img_SX":"0","Img_SY":"0","Actor_Scale":"100","ActorImgHPosition":"\'center\'","ActorImgVPosition":"\'under\'","ActorStateAnimationPosition":"------------------------------","ActorState_X":"0","ActorState_Y":"0"}',
|
||
ActorData: "[]",
|
||
OnActorPictureEX: "false",
|
||
Img_SW: "0",
|
||
Img_SH: "0",
|
||
SelectBackShow: "false",
|
||
ActorSelectBackShow: "false",
|
||
ActorStatusParamOption: "------------------------------",
|
||
NameShow: "false",
|
||
ActorNameFont: "",
|
||
TPBShow: "false",
|
||
StateVisible: "true",
|
||
NoStateIcon: "0",
|
||
FaceHeight: "0",
|
||
FaceHeightOnWindow: "false",
|
||
NotVisibleStateIcons: "[]",
|
||
NotVisibleBuffIcons: "[]",
|
||
ActorEffect: "////////////////////////////////",
|
||
ActorEffectShow: "true",
|
||
ActorEffect_X: "650",
|
||
ActorEffect_Y: "430",
|
||
ActorDamage_X: "0",
|
||
ActorDamage_Y: "-30",
|
||
ActorsMirror: "true",
|
||
ActorStateAnimation: "////////////////////////////////",
|
||
StateAnimationShow: "true",
|
||
ActorState_X: "0",
|
||
ActorState_Y: "0",
|
||
ActorImgEffect: "////////////////////////////////",
|
||
DamageImgFrame: "30",
|
||
CounterImgFrame: "60",
|
||
OnActorShake: "false",
|
||
ActorShakeFlame: "36",
|
||
ActorShakePower: "2",
|
||
ActorShakeSpeed: "20",
|
||
OnActionZoom: "false",
|
||
ActionZoomDuration: "60",
|
||
ActorFlash: "true",
|
||
ImgDeathHide: "true",
|
||
EnemyEffect: "////////////////////////////////",
|
||
EnemySkillAnimation: "1",
|
||
EnemyDamage_X: "0",
|
||
EnemyDamage_Y: "0",
|
||
WeatherSetting: "////////////////////////////////",
|
||
BattleShowWeather: "'Show'",
|
||
BattleWeatherSwitch: "0",
|
||
BattleCommonEvent: "////////////////////////////////",
|
||
BattleStartCommonEvent: "0",
|
||
BattleEndCommonEvent: "0",
|
||
EnemyAppearWindow: "////////////////////////////////",
|
||
AppearWindowVisible: "false",
|
||
AppearWindowAnchorMode: "'under'",
|
||
AppearWindowOpacity: "255",
|
||
AppearWindowBackGround: "------------------------------",
|
||
AppearBackgroundImg: "",
|
||
AppearWindowBackground_X: "0",
|
||
AppearWindowBackground_Y: "0",
|
||
ItemWindow: "////////////////////////////////",
|
||
ItemWindowShow: "false",
|
||
ItemWindowOpacity: "255",
|
||
ItemMaxRow: "4",
|
||
ItemMaxCol: "2",
|
||
ItemWindow_X: "0",
|
||
ItemWindow_Y: "-15",
|
||
ItemWindow_Width: "810",
|
||
ItemWindowMode: "true",
|
||
ItemWindowBackGround: "------------------------------",
|
||
ItemWindowBackgroundImg: "",
|
||
ItemWindowBackground_X: "0",
|
||
ItemWindowBackground_Y: "0",
|
||
SkillWindow: "////////////////////////////////",
|
||
SkillWindowShow: "false",
|
||
SkillWindowOpacity: "255",
|
||
SkillMaxRow: "4",
|
||
SkillMaxCol: "2",
|
||
SkillWindow_X: "0",
|
||
SkillWindow_Y: "-15",
|
||
SkillWindow_Width: "810",
|
||
SkillWindowMode: "true",
|
||
SkillWindowBackGround: "------------------------------",
|
||
SkillWindowBackgroundImg: "",
|
||
SkillBackground_X: "0",
|
||
SkillBackground_Y: "0",
|
||
HelpWindow: "////////////////////////////////",
|
||
HelpWindowShow: "false",
|
||
HelpWindowBackGround: "------------------------------",
|
||
HelpWindowBackgroundImg: "system/help_ui",
|
||
HelpBackground_X: "-4",
|
||
HelpBackground_Y: "-4",
|
||
VictoryWindow: "////////////////////////////////",
|
||
VictoryWindowAnchorMode: "'under'",
|
||
VictoryWindowOpacity: "0",
|
||
VictoryWindowBackGround: "------------------------------",
|
||
VictoryBackgroundImg: "",
|
||
VictoryBackground_X: "0",
|
||
VictoryBackground_Y: "0",
|
||
LoseWindow: "////////////////////////////////",
|
||
LoseWindowAnchorMode: "'under'",
|
||
LoseWindowOpacity: "255",
|
||
LoseWindowBackGround: "------------------------------",
|
||
LoseBackgroundImg: "system/Destination_Shadow",
|
||
LoseBackground_X: "0",
|
||
LoseBackground_Y: "0",
|
||
EscapeWindow: "////////////////////////////////",
|
||
EscapeWindowAnchorMode: "'under'",
|
||
EscapeWindowOpacity: "0",
|
||
EscapeWindowBackGround: "------------------------------",
|
||
EscapeBackgroundImg: "",
|
||
EscapeBackground_X: "0",
|
||
EscapeBackground_Y: "0",
|
||
EscapeFailureBackgroundImg: "",
|
||
EscapeFailureBackground_X: "0",
|
||
EscapeFailureBackground_Y: "0",
|
||
MessageWindow: "////////////////////////////////",
|
||
MessageWindowOpacity: "255",
|
||
GamePadSetting: "////////////////////////////////",
|
||
DamegeVibration: "false",
|
||
DamegeVibrationSetting:
|
||
'{"StartDelay":"0","Duration":"20","WeakMagnitude":"1.0","StrongMagnitude":"1.0"}',
|
||
CriticalVibration: "false",
|
||
CriticalVibrationSetting:
|
||
'{"StartDelay":"0","Duration":"20","WeakMagnitude":"1.0","StrongMagnitude":"1.0"}',
|
||
BossCollapseVibration: "false",
|
||
BossCollapseVibrationSetting:
|
||
'{"StartDelay":"0","Duration":"0","WeakMagnitude":"1.0","StrongMagnitude":"1.0"}',
|
||
SpecialSetting: "////////////////////////////////",
|
||
WindowDisplayMode: "'Sprite'",
|
||
SupportActorCommand: "////////////////////////////////",
|
||
SupportActorCommand_X: "0",
|
||
SupportActorCommand_Y: "0",
|
||
},
|
||
},
|
||
{
|
||
name: "NUUN_BattleStyleEX",
|
||
status: true,
|
||
description: "バトルスタイル拡張",
|
||
parameters: {},
|
||
},
|
||
{
|
||
name: "NUUN_BattlerOverlayBase",
|
||
status: true,
|
||
description: "バトラーオーバーレイベース",
|
||
parameters: { ConflictScale: "'Img'" },
|
||
},
|
||
{
|
||
name: "NUUN_ButlerHPGauge",
|
||
status: true,
|
||
description: "敵HPゲージ",
|
||
parameters: {
|
||
CommonSetting: "------------------------------",
|
||
HPPosition: "1",
|
||
HPVisible: "0",
|
||
HPVisibleMode: "0",
|
||
HPEnemyBookVisible: "0",
|
||
GaugeWidth: "150",
|
||
GaugeHeight: "8",
|
||
Gauge_X: "0",
|
||
Gauge_Y: "-20",
|
||
HPLabelVisible: "true",
|
||
HPValueVisible: "true",
|
||
ValueFontSize: "-6",
|
||
LabelFontSize: "-2",
|
||
MaskValueName: "????",
|
||
},
|
||
},
|
||
{
|
||
name: "NUUN_ButlerName",
|
||
status: true,
|
||
description: "敵名前表示",
|
||
parameters: {
|
||
EnemySetting: "------------------------------",
|
||
EnemyNamePosition: "1",
|
||
EnemyNameVisible: "0",
|
||
Name_X: "0",
|
||
Name_Y: "-50",
|
||
Name_FontSize: "-9",
|
||
},
|
||
},
|
||
{
|
||
name: "NUUN_StateIconSideBySide",
|
||
status: true,
|
||
description: "ステート横並び表示",
|
||
parameters: {
|
||
Setting: "------------------------------",
|
||
StateIconWidth: "0",
|
||
ActorStateIcon: "------------------------------",
|
||
ActorStateIconShowVal: "7",
|
||
ActorStateIconRows: "1",
|
||
NoStateIcon: "0",
|
||
ActorStateIconAlign: "'left'",
|
||
ActorStateIconPosition: "'auto'",
|
||
EnemyStateIcon: "------------------------------",
|
||
EnemyStateIconShowVal: "5",
|
||
EnemyStateIconRows: "1",
|
||
EnemyStateIconAlign: "'left'",
|
||
StateTurn: "------------------------------",
|
||
TurnMode: "'remaining'",
|
||
ActorStateIconVisible: "false",
|
||
EnemyStateIconVisible: "false",
|
||
TurnX: "0",
|
||
TurnY: "0",
|
||
TurnFontSize: "-4",
|
||
TurnCorrection: "0",
|
||
TurnColor: "0",
|
||
BadTurnColor: "0",
|
||
OtherSetting: "------------------------------",
|
||
SmoothMode: "true",
|
||
},
|
||
},
|
||
{
|
||
name: "NUUN_EnemyStateIconEX",
|
||
status: true,
|
||
description: "敵ステート表示拡張",
|
||
parameters: {
|
||
EnemyStatePosition: "1",
|
||
StateVisible: "0",
|
||
State_X: "-50",
|
||
State_Y: "-115",
|
||
ConflictScale: "2",
|
||
},
|
||
},
|
||
{
|
||
name: "BattleEffectPopup",
|
||
status: true,
|
||
description: "Battle Action Result Popup Plugin",
|
||
parameters: {
|
||
Critical:
|
||
'{"text":"Fatal","fileName":"","stateId":"","color":"rgb( 255, 0, 0)","flash":"{\\"red\\":\\"255\\",\\"green\\":\\"255\\",\\"blue\\":\\"255\\",\\"alpha\\":\\"100\\"}","se":""}',
|
||
Avoid:
|
||
'{"text":"Miss","fileName":"","stateId":"","color":"","flash":"","se":""}',
|
||
Miss: '{"text":"","fileName":"","stateId":"","color":"","flash":"","se":""}',
|
||
Buff: '{"text":"%1 UP","fileName":"","stateId":"","color":"","flash":"","se":""}',
|
||
Debuff:
|
||
'{"text":"%1 DOWN","fileName":"","stateId":"","color":"","flash":"","se":""}',
|
||
ParamName:
|
||
'["MaxHP","MaxMP","Attack","Defense","Magic","Magic Defense","Agility","Luck"]',
|
||
Invalid:
|
||
'{"text":"Invalid","fileName":"","stateId":"","color":"","flash":"","se":""}',
|
||
Guard:
|
||
'{"text":"Guard","fileName":"","stateId":"","color":"","flash":"","se":""}',
|
||
Reflection:
|
||
'{"text":"Reflect","fileName":"","stateId":"","color":"","flash":"","se":""}',
|
||
Counter:
|
||
'{"text":"Counter","fileName":"","stateId":"","color":"","flash":"","se":""}',
|
||
Substitute:
|
||
'{"text":"Substitute","fileName":"","stateId":"","color":"","flash":"","se":""}',
|
||
SubstituteTarget: "false",
|
||
Weakness:
|
||
'{"text":"Weak","fileName":"","stateId":"","color":"rgb( 255, 255, 0)","flash":"{\\"red\\":\\"255\\",\\"green\\":\\"255\\",\\"blue\\":\\"255\\",\\"alpha\\":\\"100\\"}","se":""}',
|
||
Resistance:
|
||
'{"text":"Resist","fileName":"","stateId":"","color":"rgb( 170, 170, 170)","flash":"{\\"red\\":\\"255\\",\\"green\\":\\"255\\",\\"blue\\":\\"255\\",\\"alpha\\":\\"0\\"}","se":""}',
|
||
IgnoreElements: "[]",
|
||
StateList:
|
||
'["{\\"text\\":\\"Bleeding\\",\\"fileName\\":\\"\\",\\"stateId\\":\\"7\\",\\"color\\":\\"red\\",\\"flash\\":\\"\\",\\"se\\":\\"\\"}","{\\"text\\":\\"Incapacitated\\",\\"fileName\\":\\"\\",\\"stateId\\":\\"6\\",\\"color\\":\\"yellow\\",\\"flash\\":\\"\\",\\"se\\":\\"\\"}","{\\"text\\":\\"Lethal Poison\\",\\"fileName\\":\\"\\",\\"stateId\\":\\"8\\",\\"color\\":\\"purple\\",\\"flash\\":\\"\\",\\"se\\":\\"\\"}","{\\"text\\":\\"Aroused\\",\\"fileName\\":\\"\\",\\"stateId\\":\\"5\\",\\"color\\":\\"rgba(234, 145, 152, 1.0)\\",\\"flash\\":\\"{\\\\\\"red\\\\\\":\\\\\\"255\\\\\\",\\\\\\"green\\\\\\":\\\\\\"255\\\\\\",\\\\\\"blue\\\\\\":\\\\\\"255\\\\\\",\\\\\\"alpha\\\\\\":\\\\\\"0\\\\\\"}\\",\\"se\\":\\"\\"}","{\\"text\\":\\"Slime Covered\\",\\"fileName\\":\\"\\",\\"stateId\\":\\"9\\",\\"color\\":\\"aqua\\",\\"flash\\":\\"{\\\\\\"red\\\\\\":\\\\\\"255\\\\\\",\\\\\\"green\\\\\\":\\\\\\"255\\\\\\",\\\\\\"blue\\\\\\":\\\\\\"255\\\\\\",\\\\\\"alpha\\\\\\":\\\\\\"0\\\\\\"}\\",\\"se\\":\\"\\"}","{\\"text\\":\\"Burn\\",\\"fileName\\":\\"\\",\\"stateId\\":\\"26\\",\\"color\\":\\"red\\",\\"flash\\":\\"\\",\\"se\\":\\"\\"}","{\\"text\\":\\"Curse\\",\\"fileName\\":\\"\\",\\"stateId\\":\\"10\\",\\"color\\":\\"purple\\",\\"flash\\":\\"\\",\\"se\\":\\"\\"}","{\\"text\\":\\"Petrified\\",\\"fileName\\":\\"\\",\\"stateId\\":\\"11\\",\\"color\\":\\"gray\\",\\"flash\\":\\"\\",\\"se\\":\\"\\"}","{\\"text\\":\\"Brainwashed\\",\\"fileName\\":\\"\\",\\"stateId\\":\\"12\\",\\"color\\":\\"fuchsia\\",\\"flash\\":\\"\\",\\"se\\":\\"\\"}","{\\"text\\":\\"Frostbite\\",\\"fileName\\":\\"\\",\\"stateId\\":\\"25\\",\\"color\\":\\"aqua\\",\\"flash\\":\\"\\",\\"se\\":\\"\\"}","{\\"text\\":\\"Fainted\\",\\"fileName\\":\\"\\",\\"stateId\\":\\"49\\",\\"color\\":\\"yellow\\",\\"flash\\":\\"{\\\\\\"red\\\\\\":\\\\\\"255\\\\\\",\\\\\\"green\\\\\\":\\\\\\"255\\\\\\",\\\\\\"blue\\\\\\":\\\\\\"255\\\\\\",\\\\\\"alpha\\\\\\":\\\\\\"100\\\\\\"}\\",\\"se\\":\\"{\\\\\\"name\\\\\\":\\\\\\"\\\\\\",\\\\\\"volume\\\\\\":\\\\\\"90\\\\\\",\\\\\\"pitch\\\\\\":\\\\\\"100\\\\\\",\\\\\\"pan\\\\\\":\\\\\\"0\\\\\\"}\\"}","{\\"text\\":\\"Creampied\\",\\"fileName\\":\\"\\",\\"stateId\\":\\"52\\",\\"color\\":\\"\\",\\"flash\\":\\"\\",\\"se\\":\\"\\"}","{\\"text\\":\\"Fear\\",\\"fileName\\":\\"\\",\\"stateId\\":\\"90\\",\\"color\\":\\"purple\\",\\"flash\\":\\"\\",\\"se\\":\\"\\"}","{\\"text\\":\\"Terror\\",\\"fileName\\":\\"\\",\\"stateId\\":\\"91\\",\\"color\\":\\"yellow\\",\\"flash\\":\\"\\",\\"se\\":\\"\\"}","{\\"text\\":\\"Berserk\\",\\"fileName\\":\\"\\",\\"stateId\\":\\"92\\",\\"color\\":\\"\\",\\"flash\\":\\"\\",\\"se\\":\\"\\"}","{\\"text\\":\\"Lust\\",\\"fileName\\":\\"\\",\\"stateId\\":\\"14\\",\\"color\\":\\"purple\\",\\"flash\\":\\"\\",\\"se\\":\\"\\"}"]',
|
||
MaxWidth: "240",
|
||
OffsetX: "0",
|
||
OffsetY: "-15",
|
||
MessageWait: "16",
|
||
MessageMarginY: "16",
|
||
},
|
||
},
|
||
{
|
||
name: "NUUN_Result",
|
||
status: true,
|
||
description: "Result",
|
||
parameters: {
|
||
CommonSetting: "------------------------------",
|
||
LineColor: "0",
|
||
Decimal: "0",
|
||
DecimalMode: "true",
|
||
ResultVisibleFrame: "14",
|
||
ResultFadein: "true",
|
||
ButtonSetting: "------------------------------",
|
||
ResultButton_X: "-1",
|
||
WindowSetting: "------------------------------",
|
||
ResultWindowCenter: "true",
|
||
CloseActorStatusWindow: "true",
|
||
NoTouchUIWindow: "true",
|
||
BackUiWidth: "true",
|
||
GetWindowSetting: "------------------------------",
|
||
ResultWidth: "450",
|
||
ResultHeight: "260",
|
||
ResultWindow_X: "-200",
|
||
ResultWindow_Y: "200",
|
||
LevelUpWindowSetting: "------------------------------",
|
||
LevelUpResultWidth: "0",
|
||
LevelUpResultHeight: "616",
|
||
LevelUpResultWindow_X: "0",
|
||
LevelUpResultWindow_Y: "0",
|
||
HelpWindowSetting: "------------------------------",
|
||
ResultTextPosition: "'center'",
|
||
LevelUpResultTextPosition: "'TextEx'",
|
||
SkinSetting: "------------------------------",
|
||
ResultWindowsSkin: "",
|
||
ResultMainWindowsSkin: "",
|
||
ResultLevelWindowsSkin: "",
|
||
GetPage: "------------------------------",
|
||
ActorShow: "0",
|
||
ReserveMembers: "false",
|
||
FaceWidth: "144",
|
||
FaceHeight: "120",
|
||
ActorResult_Y: "0",
|
||
FaceScale: "100",
|
||
FaceScaleHeight: "true",
|
||
ResultActorWidth: "0",
|
||
ResultActorVisible: "false",
|
||
ResultActorDefaultAutoSize: "false",
|
||
ResultActorLessThanSize: "false",
|
||
ResultActorAutoSize: "false",
|
||
DefaultActorVisible: "0",
|
||
ActorCols: "1",
|
||
LavelUpPosition: "1",
|
||
LevelUp_X: "0",
|
||
LevelUp_Y: "0",
|
||
PartyBackGroundImg: "[]",
|
||
FontColor: "------------------------------",
|
||
LevelUpNameColor: "17",
|
||
LevelUpValueColor: "17",
|
||
EXPBoostValueColor: "0",
|
||
EXPResistValueColor: "0",
|
||
FontSize: "------------------------------",
|
||
ActorNameFontSize: "0",
|
||
LevelFontSize: "0",
|
||
EXPFontSize: "-4",
|
||
LevelUpFontSize: "0",
|
||
ExpSetting: "------------------------------",
|
||
GaugeValueShow: "0",
|
||
GainEXPVisible: "false",
|
||
Gauge_Width: "0",
|
||
EXP_Y: "30",
|
||
EXPGauge_X: "0",
|
||
EXPGauge_Y: "18",
|
||
Gauge_Margin: "40",
|
||
GaugeRefreshFrame: "100",
|
||
GaugeValueFontSize: "-6",
|
||
GaugeMaxValueFontSize: "-6",
|
||
GaugeMaxValueY: "0",
|
||
GainParam:
|
||
'["{\\"GainParamName\\":\\"\\",\\"GainParamDate\\":\\"20\\",\\"GainParamEval\\":\\"\\"}"]',
|
||
DropItem_Y: "0",
|
||
PartyPageRefreshFrame: "0",
|
||
DropItemSetting: "------------------------------",
|
||
DropItemRows: "0",
|
||
DropItemNumVisible: "true",
|
||
DropItemNumx: "x",
|
||
StealItemSetting: "------------------------------",
|
||
StealItemVisible: "false",
|
||
StealItemNumVisible: "false",
|
||
StealItemNumx: "x",
|
||
LevelUpPage: "------------------------------",
|
||
ActorPageRefreshFrame: "0",
|
||
ActorBackGroundImg: "[]",
|
||
ActorImg: "------------------------------",
|
||
FaceVisible: "false",
|
||
LineVisible: "true",
|
||
ButlerActors: "[]",
|
||
ActorPictureData: "[]",
|
||
ActorPictureEXApp: "true",
|
||
ActorPosition: "2",
|
||
LavelUpWindowShow: "false",
|
||
LevelUpWidth: "100",
|
||
DifferenceStatusColor: "24",
|
||
VisibleStatus:
|
||
'["{\\"StatusParamDate\\":\\"0\\",\\"DifferenceVisible\\":\\"true\\",\\"OriginalParamName\\":\\"\\",\\"OriginalParamEval\\":\\"\\"}","{\\"StatusParamDate\\":\\"1\\",\\"DifferenceVisible\\":\\"true\\",\\"OriginalParamName\\":\\"\\",\\"OriginalParamEval\\":\\"\\"}","{\\"StatusParamDate\\":\\"2\\",\\"DifferenceVisible\\":\\"true\\",\\"OriginalParamName\\":\\"\\",\\"OriginalParamEval\\":\\"\\"}","{\\"StatusParamDate\\":\\"3\\",\\"DifferenceVisible\\":\\"true\\",\\"OriginalParamName\\":\\"\\",\\"OriginalParamEval\\":\\"\\"}","{\\"StatusParamDate\\":\\"4\\",\\"DifferenceVisible\\":\\"true\\",\\"OriginalParamName\\":\\"\\",\\"OriginalParamEval\\":\\"\\"}","{\\"StatusParamDate\\":\\"5\\",\\"DifferenceVisible\\":\\"true\\",\\"OriginalParamName\\":\\"\\",\\"OriginalParamEval\\":\\"\\"}","{\\"StatusParamDate\\":\\"6\\",\\"DifferenceVisible\\":\\"true\\",\\"OriginalParamName\\":\\"\\",\\"OriginalParamEval\\":\\"\\"}","{\\"StatusParamDate\\":\\"7\\",\\"DifferenceVisible\\":\\"true\\",\\"OriginalParamName\\":\\"\\",\\"OriginalParamEval\\":\\"\\"}"]',
|
||
StatusFontSize: "0",
|
||
LevelUpActorSeSetting: "------------------------------",
|
||
LevelUpActorSe: "",
|
||
LevelUpActorVolume: "90",
|
||
LevelUpActorPitch: "100",
|
||
LevelUpActorPan: "0",
|
||
NameSetting: "------------------------------",
|
||
ResultName: "Battle Results/Press Cancel to Continue",
|
||
LevelUpResultHelpName: "%1 reached \\c[16]Level\\c[17] %2\\c[0]!",
|
||
GetEXPName: "Experience",
|
||
GetItemName: "Victory!",
|
||
LevelUpName: "LEVEL UP",
|
||
learnSkillName: "Skills Learned",
|
||
GetStealItemName: "Stolen Items",
|
||
SESetting: "------------------------------",
|
||
LevelUpSe: "",
|
||
volume: "90",
|
||
pitch: "100",
|
||
pan: "0",
|
||
BGMSetting: "------------------------------",
|
||
VictoryBGM: "",
|
||
VictoryVolume: "90",
|
||
VictoryPitch: "100",
|
||
VictoryPan: "0",
|
||
},
|
||
},
|
||
{
|
||
name: "NUUN_SupportActor",
|
||
status: true,
|
||
description: "サポートアクタープラグイン",
|
||
parameters: { SupportActorMode: "false", SupportActorSV: "[]" },
|
||
},
|
||
{
|
||
name: "NUUN_DisplaySupportActor",
|
||
status: true,
|
||
description: "サポートアクターインジケータ(サポートアクター拡張)",
|
||
parameters: {
|
||
WindowSetting: "------------------------------",
|
||
Window_X: "0",
|
||
Window_Y: "0",
|
||
Window_Width: "128",
|
||
Window_Margin: "24",
|
||
SupporterName: "COMPANION",
|
||
SummonName: "Summon",
|
||
InitSupport: "true",
|
||
RightDisplay: "true",
|
||
CommandSetting: "------------------------------",
|
||
CommandShow: "true",
|
||
SupportShowName: "サポートアクター表示",
|
||
},
|
||
},
|
||
{
|
||
name: "SmartAutoBattle",
|
||
status: true,
|
||
description: "戦闘時アクターの自動戦闘をカスタム/改善",
|
||
parameters: {},
|
||
},
|
||
{
|
||
name: "AutoBattle",
|
||
status: true,
|
||
description: "自動戦闘プラグイン",
|
||
parameters: {
|
||
PartyCommandName: "",
|
||
PartyCommandIndex: "-1",
|
||
ActorCommandName: "\\I[176]Auto",
|
||
ActorCommandIndex: "0",
|
||
AutoSwitch: "366",
|
||
},
|
||
},
|
||
{
|
||
name: "AutoActionExclude",
|
||
status: true,
|
||
description: "自動戦闘の対象外スキル設定プラグイン",
|
||
parameters: {
|
||
skillList:
|
||
'["{\\"id\\":\\"55\\",\\"conditionSwitch\\":\\"1198\\",\\"conditionScript\\":\\"\\"}","{\\"id\\":\\"22\\",\\"conditionSwitch\\":\\"0\\",\\"conditionScript\\":\\"\\"}","{\\"id\\":\\"25\\",\\"conditionSwitch\\":\\"0\\",\\"conditionScript\\":\\"\\"}","{\\"id\\":\\"26\\",\\"conditionSwitch\\":\\"0\\",\\"conditionScript\\":\\"\\"}","{\\"id\\":\\"29\\",\\"conditionSwitch\\":\\"0\\",\\"conditionScript\\":\\"\\"}","{\\"id\\":\\"57\\",\\"conditionSwitch\\":\\"0\\",\\"conditionScript\\":\\"\\"}","{\\"id\\":\\"80\\",\\"conditionSwitch\\":\\"0\\",\\"conditionScript\\":\\"\\"}","{\\"id\\":\\"81\\",\\"conditionSwitch\\":\\"0\\",\\"conditionScript\\":\\"\\"}","{\\"id\\":\\"104\\",\\"conditionSwitch\\":\\"0\\",\\"conditionScript\\":\\"\\"}","{\\"id\\":\\"105\\",\\"conditionSwitch\\":\\"0\\",\\"conditionScript\\":\\"\\"}","{\\"id\\":\\"106\\",\\"conditionSwitch\\":\\"0\\",\\"conditionScript\\":\\"\\"}","{\\"id\\":\\"108\\",\\"conditionSwitch\\":\\"0\\",\\"conditionScript\\":\\"\\"}","{\\"id\\":\\"109\\",\\"conditionSwitch\\":\\"0\\",\\"conditionScript\\":\\"\\"}","{\\"id\\":\\"101\\",\\"conditionSwitch\\":\\"0\\",\\"conditionScript\\":\\"\\"}","{\\"id\\":\\"102\\",\\"conditionSwitch\\":\\"0\\",\\"conditionScript\\":\\"\\"}"]',
|
||
},
|
||
},
|
||
{
|
||
name: "MPP_SmoothBattleLog",
|
||
status: true,
|
||
description: "戦闘ログの表示方法や動作を変更し、戦闘の進行を早くします。",
|
||
parameters: {
|
||
"Log Type": "1-line",
|
||
"Battle Log Window Params":
|
||
'{"X":"35","Y":"490","Width":"0","Lines":"6","Font Size":"18"}',
|
||
"Message Speed": "10",
|
||
"View Duration": "0",
|
||
"Wait New Line?": "true",
|
||
"Start Messages On Log?": "true",
|
||
"Log Command": "",
|
||
"Past Log Window Params":
|
||
'{"X":"0","Y":"0","Width":"0","Height":"0","Font Size":"26"}',
|
||
},
|
||
},
|
||
{
|
||
name: "MPP_EncounterEffect",
|
||
status: true,
|
||
description: "エンカウント時の演出を特殊なエフェクトに変更します。",
|
||
parameters: { "Effect Type": "5", "Effect Color": "0,0,0" },
|
||
},
|
||
{
|
||
name: "MPP_EncounterEffect_Op1",
|
||
status: true,
|
||
description: "MPP_EncounterEffect.js の細かなパラメータを設定できます。",
|
||
parameters: {
|
||
"Type 1 Params": "",
|
||
"Type 2 Params": "",
|
||
"Type 3 Params": "",
|
||
"Type 4 Params":
|
||
'{"Shape Type":"random","Break Direction":"center","Scatter Direction":"outside","Break Duration":"10","Interval Duration":"10","Scatter Duration":"20","Move Duration":"40","Split X":"10","X Random Rate":"70","Split Y":"10","Y Random Rate":"70"}',
|
||
"Type 5 Params":
|
||
'{"Shape Type":"random","Break Direction":"outside","Scatter Direction":"outside","Break Duration":"10","Interval Duration":"10","Scatter Duration":"20","Move Duration":"40","Split X":"15","X Random Rate":"0","Split Y":"1","Y Random Rate":"0"}',
|
||
"Line Width": "1",
|
||
"Flash Opacity": "255",
|
||
"Break Rate": "100",
|
||
"Slide Rate": "100",
|
||
"Rotation Rate": "100",
|
||
},
|
||
},
|
||
{
|
||
name: "MPP_MapLight",
|
||
status: true,
|
||
description: "マップの明るさを設定できるようにします。",
|
||
parameters: {
|
||
"Light Colors":
|
||
'["255,255,255","255,200,150","100,140,255","255,120,90","255,200,150","200,200,200","255,0,255","255,70,255","255,70,125","255,255,80","120,255,120","255,0,0"]',
|
||
"Front Light":
|
||
'{"Radius":"6","Angle":"90","Oy":"4","Turn Duration":"24"}',
|
||
"Darkness Size": "3",
|
||
"Additive Alpha": "40",
|
||
"Darkness Priority": "9",
|
||
},
|
||
},
|
||
{
|
||
name: "FloatingCharacter",
|
||
status: true,
|
||
description: "キャラクターの浮遊プラグイン",
|
||
parameters: {
|
||
TerrainTags: '["3"]',
|
||
RegionId: "[]",
|
||
HighestTerrainTags: "[]",
|
||
HighestRegionId: "[]",
|
||
HighestThreshold: "48",
|
||
FloatFollower: "true",
|
||
},
|
||
},
|
||
{
|
||
name: "MNKR_TMLogWindowMZ",
|
||
status: true,
|
||
description: "マップシーンにログウィンドウを表示します。",
|
||
parameters: {
|
||
logWindowX: "10",
|
||
logWindowY: "70",
|
||
logWindowWidth: "860",
|
||
lines: "6",
|
||
lineHeight: "28",
|
||
padding: "10",
|
||
fontSize: "18",
|
||
startVisible: "true",
|
||
opacity: "0",
|
||
collideOpacity: "0",
|
||
messageBusyHide: "false",
|
||
eventBusyHide: "false",
|
||
maxLogs: "7",
|
||
autoDelete: "1",
|
||
},
|
||
},
|
||
{
|
||
name: "MapNameExtend",
|
||
status: true,
|
||
description: "マップ名表示拡張プラグイン",
|
||
parameters: {
|
||
positionX: "450",
|
||
positionY: "50",
|
||
moveXInFade: "1",
|
||
moveYInFace: "0",
|
||
allDuration: "600",
|
||
fadeInSpeed: "8",
|
||
viewDelay: "0",
|
||
width: "0",
|
||
showWindow: "false",
|
||
backgroundImage: "",
|
||
showReal: "false",
|
||
useControlCharacter: "false",
|
||
},
|
||
},
|
||
{
|
||
name: "MNKR_SupponShopStockMZ",
|
||
status: true,
|
||
description: "在庫システムを有するお店を設定します。",
|
||
parameters: {
|
||
"Label of stock Number": "Stock",
|
||
"Label of sold out": "Sold Out",
|
||
"Display option": "true",
|
||
"Display option space": "20",
|
||
},
|
||
},
|
||
{
|
||
name: "DTextPicture",
|
||
status: true,
|
||
description: "動的文字列ピクチャ生成プラグイン",
|
||
parameters: {
|
||
frameWindowSkin: "",
|
||
frameWindowPadding: "18",
|
||
padCharacter: "0",
|
||
prefixText: "",
|
||
widthVariable: "0",
|
||
heightVariable: "0",
|
||
},
|
||
},
|
||
{
|
||
name: "MOG_DestinationPointer",
|
||
status: true,
|
||
description:
|
||
"(v1.0) マップ移動時の行先ポインタの画像をカスタマイズできます。",
|
||
parameters: {
|
||
"X-Axis Offset": "0",
|
||
"Y-Axis Offset": "0",
|
||
"Smooth Movement": "true",
|
||
"Zoom Animation": "false",
|
||
"Blink Animation": "false",
|
||
"Float Animation": "true",
|
||
"Blend Mode": "0",
|
||
"Rotation Speed": "0",
|
||
"Number of Frames": "1",
|
||
"Animation Speed": "4",
|
||
},
|
||
},
|
||
{
|
||
name: "ExtendSkillCondition",
|
||
status: true,
|
||
description: "スキル使用条件拡張プラグイン",
|
||
parameters: {},
|
||
},
|
||
{
|
||
name: "OverpassTile",
|
||
status: true,
|
||
description: "立体交差を作成します。",
|
||
parameters: {
|
||
overPathRegion: "1",
|
||
overPathTerrainTag: "",
|
||
gatewayRegion: "2",
|
||
gatewayTerrainTag: "",
|
||
},
|
||
},
|
||
{
|
||
name: "OverpassTileEventAttach",
|
||
status: true,
|
||
description: "立体交差プラグインのイベントアタッチメント",
|
||
parameters: {},
|
||
},
|
||
{
|
||
name: "SimplePassiveSkillMZ",
|
||
status: true,
|
||
description: "能力値や特徴が付けられるパッシブスキルを作成します",
|
||
parameters: {},
|
||
},
|
||
{
|
||
name: "Unit03_Custom_windows",
|
||
status: true,
|
||
description: "バトルメッセージ背景透過",
|
||
parameters: {},
|
||
},
|
||
{
|
||
name: "Unit03_menu_override",
|
||
status: true,
|
||
description: "カスタムメニューで上書き",
|
||
parameters: {},
|
||
},
|
||
{
|
||
name: "Unit03_no_damageflash",
|
||
status: true,
|
||
description:
|
||
"スリップダメージの画面フラッシュ除去、指定アニメーションの再生",
|
||
parameters: {},
|
||
},
|
||
{
|
||
name: "Unit03_salevalue",
|
||
status: true,
|
||
description: "カスタムメニューで上書き",
|
||
parameters: {},
|
||
},
|
||
{
|
||
name: "Unit03_menu_width",
|
||
status: true,
|
||
description: "メニュー幅の変更、ショップダミーウインドウの隠ぺい処理",
|
||
parameters: {},
|
||
},
|
||
{
|
||
name: "Unit03_is_hit",
|
||
status: true,
|
||
description: "レオタードダメージのためのヒット確認",
|
||
parameters: {},
|
||
},
|
||
{
|
||
name: "Unit03_omitspeedrand",
|
||
status: true,
|
||
description: "行動順からランダム性を除外",
|
||
parameters: {},
|
||
},
|
||
{
|
||
name: "Unit03_timer",
|
||
status: true,
|
||
description: "タイマー位置の変更",
|
||
parameters: { paraX: "30", paraY: "300" },
|
||
},
|
||
{
|
||
name: "MessageWindowKeep",
|
||
status: true,
|
||
description: "メッセージウィンドウの維持プラグイン",
|
||
parameters: { keepSwitch: "20" },
|
||
},
|
||
{
|
||
name: "GABA_MessageWindowPosition",
|
||
status: true,
|
||
description: "メッセージウィンドウの位置を調整します。",
|
||
parameters: {
|
||
upX: "-250",
|
||
upY: "340",
|
||
midX: "200",
|
||
midY: "0",
|
||
downX: "45",
|
||
downY: "0",
|
||
onlyMapScene: "false",
|
||
},
|
||
},
|
||
{
|
||
name: "SoR_MessageBackLog_MZ",
|
||
status: true,
|
||
description: "<メッセージバックログ> v1.46test",
|
||
parameters: {
|
||
"-----基本設定-----": "",
|
||
Header_Style: "0",
|
||
HeaderWindow_Text: "Message Log",
|
||
Header_OriginalImage: "msglog_bg",
|
||
HelpWindow_Text: "PageDown: Latest PageUp: Oldest",
|
||
Background_OriginalImage: "",
|
||
BackgroundSkin_LogWindow: "window_menu",
|
||
EnableAccumulate_BattleMessage: "false",
|
||
"---操作演出---": "",
|
||
BackLog_TriggerKey: "tab",
|
||
SE_OpenBackLog: '{"name":"","volume":"100","pitch":"100","pan":"0"}',
|
||
SE_CloseBackLog: '{"name":"","volume":"100","pitch":"100","pan":"0"}',
|
||
SE_BackLogCursor: '{"name":"","volume":"100","pitch":"100","pan":"0"}',
|
||
"---ログ詳細設定---": "",
|
||
SpeakerName_Color: "#ffff00",
|
||
MessageSplit_Color: "#2b2b2b",
|
||
Max_MessageStore: "50",
|
||
EnableSave_BackLog: "true",
|
||
"---UI配置微調整---": "",
|
||
LogWindowWidth: "1200",
|
||
HelpWindow_Ypadd: "56",
|
||
ControlHelpText_XPadd: "36",
|
||
ScrollBar_Xpadd: "230",
|
||
ScrollBar_Ypadd: "-18",
|
||
ScrollBar_Width: "5",
|
||
SplitLine_YPadd: "-5",
|
||
SplitLine_WidthPadd: "-60",
|
||
"-おしゃべりポップアップ併用-": "",
|
||
CollectLog_SoR_GabWindow: "true",
|
||
Text_MessageLogCursor: "メッセージ",
|
||
Text_GabLogCursor: "チャット",
|
||
LogtypeTab_Xpadd: "-240",
|
||
LogtypeTab_Ypadd: "28",
|
||
LogtypeTab_width: "296",
|
||
LogtypeTab_height: "50",
|
||
LogtypeTab_fontSize: "16",
|
||
FacePos_Xpadd: "0",
|
||
FacePos_Ypadd: "0",
|
||
SE_ShiftPageType: '{"name":"","volume":"100","pitch":"100","pan":"0"}',
|
||
"-その他-": "",
|
||
MouseTrigger: "0",
|
||
CancelButton_PaddX: "0",
|
||
CancelButton_PaddY: "0",
|
||
DeleteSequenceList:
|
||
'["{\\"Sequence\\":\\"i\\",\\"SequenceType\\":\\"0\\",\\"Note\\":\\"\\"}"]',
|
||
},
|
||
},
|
||
{
|
||
name: "MessageSkip",
|
||
status: true,
|
||
description: "メッセージスキッププラグイン",
|
||
parameters: {
|
||
スキップキー: "S",
|
||
オートキー: "A",
|
||
スキップスイッチ: "0",
|
||
オートスイッチ: "0",
|
||
スキップアイコン: "176",
|
||
オートアイコン: "176",
|
||
スキップアイコンピクチャ: "",
|
||
オートアイコンピクチャ: "",
|
||
アイコンX: "75",
|
||
アイコンY: "695",
|
||
押し続けスキップ: "true",
|
||
ピクチャは押し続け対象外: "true",
|
||
オート待機フレーム: "100 + textSize * 6",
|
||
終了解除スイッチID: "0",
|
||
スキップピクチャ: "System_ui_massage_skip",
|
||
スキップピクチャX: "800",
|
||
スキップピクチャY: "700",
|
||
オートピクチャ: "System_ui_massage_auto",
|
||
オートピクチャX: "690",
|
||
オートピクチャY: "700",
|
||
スイッチピクチャ: "",
|
||
スイッチピクチャトリガー: "0",
|
||
スイッチピクチャX: "750",
|
||
スイッチピクチャY: "0",
|
||
ボタン原点: "0",
|
||
ボタン表示スイッチID: "0",
|
||
ピクチャ座標タイプ: "absolute",
|
||
無効化スイッチ: "624",
|
||
skipWait: "false",
|
||
},
|
||
},
|
||
{
|
||
name: "WindowBackImage",
|
||
status: true,
|
||
description: "ウィンドウ背景画像指定プラグイン",
|
||
parameters: {
|
||
windowImageInfo:
|
||
'["{\\"WindowClass\\":\\"Window_Message\\",\\"ImageFile\\":\\"System_ui_message2\\",\\"WindowSkin\\":\\"\\",\\"FontFace\\":\\"\\",\\"OffsetX\\":\\"-256\\",\\"OffsetY\\":\\"-28\\",\\"ScaleX\\":\\"100\\",\\"ScaleY\\":\\"100\\",\\"WindowShow\\":\\"false\\",\\"SwitchId\\":\\"0\\",\\"OverlapOther\\":\\"false\\"}","{\\"WindowClass\\":\\"Window_NameBox\\",\\"ImageFile\\":\\"System_ui_massage_name\\",\\"WindowSkin\\":\\"\\",\\"FontFace\\":\\"\\",\\"OffsetX\\":\\"-1\\",\\"OffsetY\\":\\"-2\\",\\"ScaleX\\":\\"100\\",\\"ScaleY\\":\\"100\\",\\"WindowShow\\":\\"false\\",\\"SwitchId\\":\\"0\\",\\"OverlapOther\\":\\"true\\"}","{\\"WindowClass\\":\\"Window_ShopCommand\\",\\"ImageFile\\":\\"system_event_window8\\",\\"WindowSkin\\":\\"\\",\\"FontFace\\":\\"\\",\\"OffsetX\\":\\"330\\",\\"OffsetY\\":\\"270\\",\\"ScaleX\\":\\"100\\",\\"ScaleY\\":\\"100\\",\\"WindowShow\\":\\"true\\",\\"SwitchId\\":\\"0\\",\\"OverlapOther\\":\\"false\\"}"]',
|
||
},
|
||
},
|
||
{
|
||
name: "NRP_ChangeCharacterSpeed",
|
||
status: true,
|
||
description: "v1.01 キャラクターの移動速度を細かく変更します。",
|
||
parameters: {
|
||
DefaultAlwaysDash: "true",
|
||
PlayerSpeed: "4.000",
|
||
PlusSpeedDash: "1.200",
|
||
"<BasicSpeedRate>": "",
|
||
PlayerBasicSpeedRate: "100",
|
||
EventBasicSpeedRate: "170",
|
||
"<Vehicles>": "",
|
||
BoatSpeed: "",
|
||
ShipSpeed: "",
|
||
AirShipSpeed: "",
|
||
},
|
||
},
|
||
{
|
||
name: "SearchLimit",
|
||
status: true,
|
||
description: "経路探索の範囲の上限値を変更します",
|
||
parameters: { SearchLimit: "3" },
|
||
},
|
||
{
|
||
name: "TMRegionPassable",
|
||
status: true,
|
||
description:
|
||
"その場所が通行可能かどうかをリージョンで設定できるようになります。",
|
||
parameters: {
|
||
passableRegions: "43",
|
||
dontPassRegions: "44",
|
||
counterRegions: "",
|
||
},
|
||
},
|
||
{
|
||
name: "MoveSpeedChangeByRegion",
|
||
status: true,
|
||
description: "地形による速度変化プラグイン",
|
||
parameters: {
|
||
slowlyTerrainTags: '["1","2","7"]',
|
||
fasterTerrainTags: "",
|
||
slowlyRegions: "",
|
||
fasterRegions: "",
|
||
deltaSpeed: "1",
|
||
eventNoApply: "true",
|
||
enableBenchMembersTrait: "false",
|
||
},
|
||
},
|
||
{
|
||
name: "FootstepSound",
|
||
status: true,
|
||
description: "足音プラグイン",
|
||
parameters: {
|
||
EventRunningInvalid: "false",
|
||
ResetIfStop: "false",
|
||
InvalidSwitchId: "0",
|
||
airship: "",
|
||
ship: "",
|
||
boat: "",
|
||
regionList: "[]",
|
||
damageFloor: "",
|
||
bush: "",
|
||
counter: "",
|
||
ladder: "",
|
||
terrainTagList:
|
||
'["{\\"interval\\":\\"0\\",\\"id\\":\\"7\\",\\"walk1\\":\\"\\",\\"walk2\\":\\"\\",\\"dash1\\":\\"{\\\\\\"name\\\\\\":\\\\\\"ex_water9\\\\\\",\\\\\\"volume\\\\\\":\\\\\\"90\\\\\\",\\\\\\"pitch\\\\\\":\\\\\\"100\\\\\\",\\\\\\"pan\\\\\\":\\\\\\"0\\\\\\",\\\\\\"interval\\\\\\":\\\\\\"0\\\\\\"}\\",\\"dash2\\":\\"{\\\\\\"name\\\\\\":\\\\\\"ex_water10\\\\\\",\\\\\\"volume\\\\\\":\\\\\\"90\\\\\\",\\\\\\"pitch\\\\\\":\\\\\\"100\\\\\\",\\\\\\"pan\\\\\\":\\\\\\"0\\\\\\",\\\\\\"interval\\\\\\":\\\\\\"0\\\\\\"}\\"}","{\\"interval\\":\\"0\\",\\"id\\":\\"6\\",\\"walk1\\":\\"\\",\\"walk2\\":\\"\\",\\"dash1\\":\\"{\\\\\\"name\\\\\\":\\\\\\"ex_weed\\\\\\",\\\\\\"volume\\\\\\":\\\\\\"90\\\\\\",\\\\\\"pitch\\\\\\":\\\\\\"100\\\\\\",\\\\\\"pan\\\\\\":\\\\\\"0\\\\\\",\\\\\\"interval\\\\\\":\\\\\\"0\\\\\\"}\\",\\"dash2\\":\\"\\"}","{\\"interval\\":\\"0\\",\\"id\\":\\"5\\",\\"walk1\\":\\"\\",\\"walk2\\":\\"\\",\\"dash1\\":\\"{\\\\\\"name\\\\\\":\\\\\\"ex_water9\\\\\\",\\\\\\"volume\\\\\\":\\\\\\"90\\\\\\",\\\\\\"pitch\\\\\\":\\\\\\"100\\\\\\",\\\\\\"pan\\\\\\":\\\\\\"0\\\\\\",\\\\\\"interval\\\\\\":\\\\\\"0\\\\\\"}\\",\\"dash2\\":\\"{\\\\\\"name\\\\\\":\\\\\\"ex_water10\\\\\\",\\\\\\"volume\\\\\\":\\\\\\"90\\\\\\",\\\\\\"pitch\\\\\\":\\\\\\"100\\\\\\",\\\\\\"pan\\\\\\":\\\\\\"0\\\\\\",\\\\\\"interval\\\\\\":\\\\\\"0\\\\\\"}\\"}","{\\"interval\\":\\"0\\",\\"id\\":\\"2\\",\\"walk1\\":\\"\\",\\"walk2\\":\\"\\",\\"dash1\\":\\"{\\\\\\"name\\\\\\":\\\\\\"ex_water9\\\\\\",\\\\\\"volume\\\\\\":\\\\\\"90\\\\\\",\\\\\\"pitch\\\\\\":\\\\\\"130\\\\\\",\\\\\\"pan\\\\\\":\\\\\\"0\\\\\\",\\\\\\"interval\\\\\\":\\\\\\"0\\\\\\"}\\",\\"dash2\\":\\"{\\\\\\"name\\\\\\":\\\\\\"ex_water10\\\\\\",\\\\\\"volume\\\\\\":\\\\\\"90\\\\\\",\\\\\\"pitch\\\\\\":\\\\\\"130\\\\\\",\\\\\\"pan\\\\\\":\\\\\\"0\\\\\\",\\\\\\"interval\\\\\\":\\\\\\"0\\\\\\"}\\"}","{\\"interval\\":\\"0\\",\\"id\\":\\"1\\",\\"walk1\\":\\"\\",\\"walk2\\":\\"\\",\\"dash1\\":\\"{\\\\\\"name\\\\\\":\\\\\\"ex_poison2\\\\\\",\\\\\\"volume\\\\\\":\\\\\\"70\\\\\\",\\\\\\"pitch\\\\\\":\\\\\\"100\\\\\\",\\\\\\"pan\\\\\\":\\\\\\"0\\\\\\",\\\\\\"interval\\\\\\":\\\\\\"0\\\\\\"}\\",\\"dash2\\":\\"\\"}"]',
|
||
always: "",
|
||
},
|
||
},
|
||
{
|
||
name: "MPP_SimpleItemWindows",
|
||
status: true,
|
||
description:
|
||
"アイテム画面とショップ売却画面のカテゴリー変更操作を簡略化します。",
|
||
parameters: {},
|
||
},
|
||
{
|
||
name: "CommandSkill",
|
||
status: true,
|
||
description: "コマンドスキルプラグイン",
|
||
parameters: { index: "9", includeMenu: "false", showHelp: "true" },
|
||
},
|
||
{
|
||
name: "SealActorCommand",
|
||
status: true,
|
||
description: "アクターコマンド封印プラグイン",
|
||
parameters: { commandDisable: "true", disableSign: "" },
|
||
},
|
||
{
|
||
name: "omittarget",
|
||
status: true,
|
||
description: "戦闘画面でターゲット選択時、対象が一つの場合は省略します。",
|
||
parameters: {},
|
||
},
|
||
{
|
||
name: "GR_SemifixedRandomNumber",
|
||
status: true,
|
||
description: "イベントで使用する乱数を事前に100個分だけ記憶し固定します",
|
||
parameters: {},
|
||
},
|
||
{
|
||
name: "GR_OnSwitchByDeath",
|
||
status: true,
|
||
description:
|
||
"戦闘中にアクターのHPが0になった際に指定スイッチをオンにする",
|
||
parameters: { switchId: "40", variableId: "119" },
|
||
},
|
||
{
|
||
name: "NRP_EquipSlot",
|
||
status: true,
|
||
description: "v1.03 装備スロットを自由に変更。",
|
||
parameters: {
|
||
DefaultEquipSlots: '["1","2","3","4","5","7"]',
|
||
AdjustInitEquip: "true",
|
||
DualWieldPosition: "2",
|
||
PagingEquipmentType: "",
|
||
StatusShowSlots: "[]",
|
||
},
|
||
},
|
||
{
|
||
name: "TorigoyaMZ_NotRemoveWeapon",
|
||
status: true,
|
||
description: "装備画面で武器は外せないようにするプラグイン (v.1.1.0)",
|
||
parameters: { advanced: "", advancedSlotIds: '["1","5"]' },
|
||
},
|
||
{
|
||
name: "MPP_SimpleEquipWindows",
|
||
status: true,
|
||
description:
|
||
"装備コマンドから[装備]を削除し、上下キーで移動できるように変更します。",
|
||
parameters: {},
|
||
},
|
||
{
|
||
name: "PANDA_ExNumberInput",
|
||
status: true,
|
||
description: "数値入力ウィンドウを強化するプラグインです。",
|
||
parameters: {},
|
||
},
|
||
{
|
||
name: "FixCommonOnBattleEnd",
|
||
status: true,
|
||
description: "戦闘終了時のコモンイベント実行修正プラグイン",
|
||
parameters: {},
|
||
},
|
||
{
|
||
name: "NumbState",
|
||
status: true,
|
||
description: "一定確率で行動できないステート(Ver1.2)",
|
||
parameters: { dispMsgType: "state", NumbMsg: "%1" },
|
||
},
|
||
{
|
||
name: "ParallelBgs",
|
||
status: true,
|
||
description: "BGS並行演奏プラグイン",
|
||
parameters: {},
|
||
},
|
||
{
|
||
name: "ChangeSelectItemWindowMZ",
|
||
status: true,
|
||
description: "『アイテム選択の処理』のウィンドウ設定を変更します",
|
||
parameters: {
|
||
"Switch ID": "1207",
|
||
"Visible Rows": "5",
|
||
"Max Columns": "2",
|
||
"X position": "-1",
|
||
"Y position": "465",
|
||
Width: "850",
|
||
},
|
||
},
|
||
{
|
||
name: "CharacterPopupDamage",
|
||
status: true,
|
||
description: "キャラクターのダメージポッププラグイン",
|
||
parameters: {
|
||
PlaySe: "true",
|
||
SuppressSwitchId: "0",
|
||
OffsetX: "0",
|
||
OffsetY: "0",
|
||
HpAutoPop: "true",
|
||
MpAutoPop: "false",
|
||
TpAutoPop: "false",
|
||
IncreaseAutoPop: "true",
|
||
DecreaseAutoPop: "true",
|
||
DisableAutoPop: "78",
|
||
MpDamageSe: "",
|
||
Rotation: "false",
|
||
RadiusX: "40",
|
||
RadiusY: "40",
|
||
RotateSpeed: "60",
|
||
Scale: "75",
|
||
ScaleDelta: "0",
|
||
OnTop: "true",
|
||
},
|
||
},
|
||
{
|
||
name: "BattleToneTemporary",
|
||
status: true,
|
||
description: "戦闘時の色調の一時化プラグイン",
|
||
parameters: { toneList: "[]" },
|
||
},
|
||
{
|
||
name: "NRP_BattleParallelCommon",
|
||
status: true,
|
||
description: "v1.022 コモンイベントの並列処理を戦闘中も有効にします。",
|
||
parameters: {
|
||
commonEventsWhiteList: '["181","182","184"]',
|
||
invalidOnMap: "true",
|
||
validAllCommon: "false",
|
||
alwaysMonitorChange: "false",
|
||
},
|
||
},
|
||
{
|
||
name: "NRP_GetItemCommon",
|
||
status: true,
|
||
description: "v1.01 アイテムの入手処理を共通化します。",
|
||
parameters: {
|
||
GoldCommonEvent: "277",
|
||
ItemCommonEvent: "278",
|
||
WeaponCommonEvent: "279",
|
||
ArmorCommonEvent: "280",
|
||
DisableSwitch: "287",
|
||
},
|
||
},
|
||
{
|
||
name: "ConditionalState",
|
||
status: true,
|
||
description: "条件付きステート付与プラグイン",
|
||
parameters: {},
|
||
},
|
||
{
|
||
name: "NRP_TraitsPlus",
|
||
status: true,
|
||
description: "v1.02 特徴(能力補正や属性有効度)を加算方式に変更する。",
|
||
parameters: {
|
||
RegularParameterPlus: "true",
|
||
"Battler&ClassPlus": "true",
|
||
EquipPlus: "true",
|
||
StatePlus: "true",
|
||
ElementRatePlus: "true",
|
||
ElementRateMax: "",
|
||
ElementRateMin: "",
|
||
StateRatePlus: "true",
|
||
DebuffRatePlus: "true",
|
||
SpParameterPlus: "false",
|
||
FixHitFormula: "false",
|
||
ConsiderNegativeEva: "true",
|
||
},
|
||
},
|
||
{
|
||
name: "MessageSelectPicture",
|
||
status: true,
|
||
description: "選択肢のピクチャ表示プラグイン",
|
||
parameters: {},
|
||
},
|
||
{
|
||
name: "NearEventSensor",
|
||
status: true,
|
||
description: "周辺イベント感知プラグイン",
|
||
parameters: {
|
||
DefaultFlash: "false",
|
||
DefaultBalloon: "0",
|
||
SensorSelfSwitch: "",
|
||
SensorSwitch: "0",
|
||
DisableEmpty: "true",
|
||
SensorDistance: "0",
|
||
SensorRange: "{}",
|
||
FlashColor: '{"Red":"255","Green":"255","Blue":"255","Alpha":"255"}',
|
||
FlashDuration: "60",
|
||
BalloonInterval: "15",
|
||
WaitForBalloon: "true",
|
||
ConsiderationDir: "false",
|
||
ApplyPlayer: "false",
|
||
EraseWhenAway: "false",
|
||
DetailList:
|
||
'["{\\"Id\\":\\"sensor01\\",\\"Page\\":\\"1\\",\\"Switch\\":\\"0\\",\\"SensorDistance\\":\\"0\\",\\"SensorRange\\":\\"{}\\",\\"Balloon\\":\\"13\\",\\"FlashColor\\":\\"\\",\\"SensorSelfSwitch\\":\\"\\",\\"SensorSwitch\\":\\"0\\"}","{\\"Id\\":\\"sensor02\\",\\"Page\\":\\"2\\",\\"Switch\\":\\"0\\",\\"SensorDistance\\":\\"0\\",\\"SensorRange\\":\\"{}\\",\\"Balloon\\":\\"13\\",\\"FlashColor\\":\\"\\",\\"SensorSelfSwitch\\":\\"\\",\\"SensorSwitch\\":\\"0\\"}","{\\"Id\\":\\"sensor03\\",\\"Page\\":\\"2\\",\\"Switch\\":\\"0\\",\\"SensorDistance\\":\\"4\\",\\"SensorRange\\":\\"{}\\",\\"Balloon\\":\\"0\\",\\"FlashColor\\":\\"\\",\\"SensorSelfSwitch\\":\\"A\\",\\"SensorSwitch\\":\\"0\\"}","{\\"Id\\":\\"sensor04\\",\\"Page\\":\\"1\\",\\"Switch\\":\\"0\\",\\"SensorDistance\\":\\"0\\",\\"SensorRange\\":\\"{}\\",\\"Balloon\\":\\"13\\",\\"FlashColor\\":\\"\\",\\"SensorSelfSwitch\\":\\"\\",\\"SensorSwitch\\":\\"0\\"}","{\\"Id\\":\\"guard\\",\\"Page\\":\\"1\\",\\"Switch\\":\\"0\\",\\"SensorDistance\\":\\"0\\",\\"SensorRange\\":\\"{}\\",\\"Balloon\\":\\"12\\",\\"FlashColor\\":\\"\\",\\"SensorSelfSwitch\\":\\"\\",\\"SensorSwitch\\":\\"0\\"}","{\\"Id\\":\\"sensor04\\",\\"Page\\":\\"0\\",\\"Switch\\":\\"311\\",\\"SensorDistance\\":\\"0\\",\\"SensorRange\\":\\"{}\\",\\"Balloon\\":\\"13\\",\\"FlashColor\\":\\"\\",\\"SensorSelfSwitch\\":\\"\\",\\"SensorSwitch\\":\\"0\\"}","{\\"Id\\":\\"company\\",\\"Page\\":\\"1\\",\\"Switch\\":\\"0\\",\\"SensorDistance\\":\\"0\\",\\"SensorRange\\":\\"{}\\",\\"Balloon\\":\\"13\\",\\"FlashColor\\":\\"\\",\\"SensorSelfSwitch\\":\\"\\",\\"SensorSwitch\\":\\"0\\"}"]',
|
||
},
|
||
},
|
||
{
|
||
name: "DynamicActorGraphic",
|
||
status: true,
|
||
description: "アクターグラフィックの動的設定プラグイン",
|
||
parameters: {
|
||
list: '["{\\"id\\":\\"1\\",\\"name\\":\\"隠密状態\\",\\"faceImage\\":\\"\\",\\"faceIndex\\":\\"\\",\\"characterImage\\":\\"heroine_2\\",\\"characterIndex\\":\\"\\",\\"battlerImage\\":\\"\\",\\"hpRate\\":\\"\\",\\"state\\":\\"45\\",\\"weapon\\":\\"\\",\\"armor\\":\\"\\",\\"gameClass\\":\\"\\",\\"tag\\":\\"\\",\\"dashing\\":\\"\\",\\"inBattle\\":\\"\\",\\"motion\\":\\"\\",\\"switchId\\":\\"\\",\\"variableId\\":\\"\\",\\"compareType\\":\\"\\",\\"operand\\":\\"\\"}","{\\"id\\":\\"1\\",\\"name\\":\\"奴隷状態\\",\\"faceImage\\":\\"\\",\\"faceIndex\\":\\"\\",\\"characterImage\\":\\"heroine_slave\\",\\"characterIndex\\":\\"\\",\\"battlerImage\\":\\"\\",\\"hpRate\\":\\"\\",\\"state\\":\\"\\",\\"weapon\\":\\"\\",\\"armor\\":\\"608\\",\\"gameClass\\":\\"\\",\\"tag\\":\\"\\",\\"dashing\\":\\"\\",\\"inBattle\\":\\"\\",\\"motion\\":\\"\\",\\"switchId\\":\\"\\",\\"variableId\\":\\"\\",\\"compareType\\":\\"\\",\\"operand\\":\\"\\"}","{\\"id\\":\\"1\\",\\"name\\":\\"壁尻\\",\\"faceImage\\":\\"\\",\\"faceIndex\\":\\"\\",\\"characterImage\\":\\"!$ex_hip\\",\\"characterIndex\\":\\"\\",\\"battlerImage\\":\\"\\",\\"hpRate\\":\\"\\",\\"state\\":\\"106\\",\\"weapon\\":\\"\\",\\"armor\\":\\"\\",\\"gameClass\\":\\"\\",\\"tag\\":\\"\\",\\"dashing\\":\\"\\",\\"inBattle\\":\\"\\",\\"motion\\":\\"\\",\\"switchId\\":\\"\\",\\"variableId\\":\\"\\",\\"compareType\\":\\"\\",\\"operand\\":\\"\\"}"]',
|
||
},
|
||
},
|
||
{
|
||
name: "SkillTypeLib",
|
||
status: true,
|
||
description:
|
||
"[Ver1.1.0]特定条件下でのみ表示されるスキルタイプを設定します。",
|
||
parameters: {
|
||
passiveSkills: '["5"]',
|
||
superSpecialSkills: "[]",
|
||
doesDisplaySpecialOnMap: "true",
|
||
fullMpSkills: "[]",
|
||
doesDisplayFullMpOnMap: "1",
|
||
},
|
||
},
|
||
{
|
||
name: "EventLabel",
|
||
status: true,
|
||
description: "イベントラベルプラグイン",
|
||
parameters: {
|
||
showDefault: "false",
|
||
hideNoImage: "true",
|
||
hideNameEv: "true",
|
||
fontSize: "18",
|
||
backColor: "rgba(0,0,0,1)",
|
||
padding: "2",
|
||
borderColor: "rgba(255,255,255,1)",
|
||
borderSize: "1",
|
||
showTail: "true",
|
||
tailWidth: "12",
|
||
tailHeight: "8",
|
||
invisibleSwitchId: "0",
|
||
},
|
||
},
|
||
{
|
||
name: "PhantomEvent",
|
||
status: true,
|
||
description: "ファントムイベントプラグイン",
|
||
parameters: {
|
||
invisibleDistance: "3",
|
||
visibleSelfSwitch: "",
|
||
visibleSwitch: "0",
|
||
minimumOpacity: "0",
|
||
visibleRate: "leader",
|
||
},
|
||
},
|
||
{
|
||
name: "forbidden_sell",
|
||
status: true,
|
||
description: "指定スイッチがONの時、売却できないアイテムを作ります。",
|
||
parameters: { switchId: "0" },
|
||
},
|
||
{
|
||
name: "Keke_SpeedStarBattle",
|
||
status: true,
|
||
description: "流れるように疾走する快速バトル",
|
||
parameters: {
|
||
バトルウェイト: "",
|
||
基本バトルウェイト: "30",
|
||
"バトルウェイト補正(短)": "0.25",
|
||
"バトルウェイト補正(長)": "0.5",
|
||
バトルウェイト乱数: "0",
|
||
各動作速度: "",
|
||
アニメ速度: "1.1",
|
||
ムーブ速度: "1.1",
|
||
モーション速度: "1.1",
|
||
エフェクト速度: "1.1",
|
||
連続アニメディレイ: "4",
|
||
早送り倍率: "1",
|
||
タイムプログレス速度: "",
|
||
タイムゲージ速度: "1",
|
||
タイムオートファスト: "5",
|
||
ウェイト: "",
|
||
基本ポップウェイト: "30",
|
||
通常コラプスウェイト: "0",
|
||
ボスコラプスウェイト: "60",
|
||
その他: "",
|
||
オプションに追加: "false",
|
||
オプション追加リスト: "[]",
|
||
バトルログ無効: "false",
|
||
__collapsed: ["Other"],
|
||
},
|
||
},
|
||
{
|
||
name: "SubstituteExtend",
|
||
status: true,
|
||
description: "身代わり拡張プラグイン",
|
||
parameters: {
|
||
condDying: "false",
|
||
condNonCertainHit: "true",
|
||
substituteCounter: "false",
|
||
invalidConfused: "false",
|
||
validRestriction: "false",
|
||
},
|
||
},
|
||
{
|
||
name: "ReflectionAnimation",
|
||
status: true,
|
||
description: "反射アニメーションプラグイン",
|
||
parameters: { animationId: "223", wait: "true" },
|
||
},
|
||
{
|
||
name: "Keke_ReactionSkill",
|
||
status: true,
|
||
description: "リアクションスキルを自在に作成",
|
||
parameters: {
|
||
リアクション登録:
|
||
'["{\\"アクション名\\":\\"木の板\\",\\"実行スキル\\":\\"569\\",\\"/実行アイテム\\":\\"\\",\\"/ものまね\\":\\"\\",\\"タイミング\\":\\"前\\",\\"発動設定\\":\\"\\",\\"相手条件\\":\\"敵からのみ\\",\\"…発動条件スクリプト\\":\\"\\",\\"発動率\\":\\"40\\",\\"…発動率スクリプト\\":\\"\\",\\"…共通発動率を無視\\":\\"\\",\\"…発動率固定\\":\\"false\\",\\"発動順\\":\\"100\\",\\"発動打ち止め\\":\\"\\",\\"味方リアクション\\":\\"false\\",\\"…味方発動率補正\\":\\"100\\",\\"…かばう\\":\\"false\\",\\"…アニメ引き付け\\":\\"\\",\\"反応リアクション\\":\\"\\",\\"特殊効果\\":\\"\\",\\"行動ガード\\":\\"false\\",\\"/行動キャンセル\\":\\"\\",\\"コスト消費\\":\\"false\\",\\"…消費HP\\":\\"\\",\\"…消費MP\\":\\"\\",\\"…消費TP\\":\\"\\",\\"RA中ステート-自分\\":\\"\\",\\"RA中ステート-敵\\":\\"\\",\\"回数分繰り返し\\":\\"\\",\\"ポップアップとログ\\":\\"\\",\\"リアクションポップ\\":\\"Block\\",\\"かばうポップ\\":\\"\\",\\"…ポップアップ設定\\":\\"\\",\\"リアクションログ\\":\\"%1 quickly raised their shield\\",\\"かばうログ\\":\\"\\",\\"ログ技名\\":\\"\\",\\"他プラグイン連携\\":\\"\\",\\"バトルウェイト-自分\\":\\"\\",\\"バトルウェイト-敵\\":\\"\\",\\"フリーアニメ\\":\\"\\"}","{\\"アクション名\\":\\"木の小盾\\",\\"実行スキル\\":\\"570\\",\\"/実行アイテム\\":\\"\\",\\"/ものまね\\":\\"\\",\\"タイミング\\":\\"前\\",\\"発動設定\\":\\"\\",\\"相手条件\\":\\"敵からのみ\\",\\"…発動条件スクリプト\\":\\"\\",\\"発動率\\":\\"50\\",\\"…発動率スクリプト\\":\\"\\",\\"…共通発動率を無視\\":\\"\\",\\"…発動率固定\\":\\"false\\",\\"発動順\\":\\"100\\",\\"発動打ち止め\\":\\"\\",\\"味方リアクション\\":\\"false\\",\\"…味方発動率補正\\":\\"100\\",\\"…かばう\\":\\"false\\",\\"…アニメ引き付け\\":\\"\\",\\"反応リアクション\\":\\"\\",\\"特殊効果\\":\\"\\",\\"行動ガード\\":\\"false\\",\\"/行動キャンセル\\":\\"\\",\\"コスト消費\\":\\"false\\",\\"…消費HP\\":\\"\\",\\"…消費MP\\":\\"\\",\\"…消費TP\\":\\"\\",\\"RA中ステート-自分\\":\\"\\",\\"RA中ステート-敵\\":\\"\\",\\"回数分繰り返し\\":\\"\\",\\"ポップアップとログ\\":\\"\\",\\"リアクションポップ\\":\\"Block\\",\\"かばうポップ\\":\\"\\",\\"…ポップアップ設定\\":\\"\\",\\"リアクションログ\\":\\"%1 quickly raised their shield\\",\\"かばうログ\\":\\"\\",\\"ログ技名\\":\\"\\",\\"他プラグイン連携\\":\\"\\",\\"バトルウェイト-自分\\":\\"\\",\\"バトルウェイト-敵\\":\\"\\",\\"フリーアニメ\\":\\"\\"}","{\\"アクション名\\":\\"ヒーターシールド\\",\\"実行スキル\\":\\"571\\",\\"/実行アイテム\\":\\"\\",\\"/ものまね\\":\\"\\",\\"タイミング\\":\\"前\\",\\"発動設定\\":\\"\\",\\"相手条件\\":\\"敵からのみ\\",\\"…発動条件スクリプト\\":\\"\\",\\"発動率\\":\\"40\\",\\"…発動率スクリプト\\":\\"\\",\\"…共通発動率を無視\\":\\"\\",\\"…発動率固定\\":\\"false\\",\\"発動順\\":\\"100\\",\\"発動打ち止め\\":\\"\\",\\"味方リアクション\\":\\"false\\",\\"…味方発動率補正\\":\\"100\\",\\"…かばう\\":\\"false\\",\\"…アニメ引き付け\\":\\"\\",\\"反応リアクション\\":\\"\\",\\"特殊効果\\":\\"\\",\\"行動ガード\\":\\"false\\",\\"/行動キャンセル\\":\\"\\",\\"コスト消費\\":\\"false\\",\\"…消費HP\\":\\"\\",\\"…消費MP\\":\\"\\",\\"…消費TP\\":\\"\\",\\"RA中ステート-自分\\":\\"\\",\\"RA中ステート-敵\\":\\"\\",\\"回数分繰り返し\\":\\"\\",\\"ポップアップとログ\\":\\"\\",\\"リアクションポップ\\":\\"Block\\",\\"かばうポップ\\":\\"\\",\\"…ポップアップ設定\\":\\"\\",\\"リアクションログ\\":\\"%1 quickly raised their shield\\",\\"かばうログ\\":\\"\\",\\"ログ技名\\":\\"\\",\\"他プラグイン連携\\":\\"\\",\\"バトルウェイト-自分\\":\\"\\",\\"バトルウェイト-敵\\":\\"\\",\\"フリーアニメ\\":\\"\\"}","{\\"アクション名\\":\\"古兵の大盾\\",\\"実行スキル\\":\\"572\\",\\"/実行アイテム\\":\\"\\",\\"/ものまね\\":\\"\\",\\"タイミング\\":\\"前\\",\\"発動設定\\":\\"\\",\\"相手条件\\":\\"敵からのみ\\",\\"…発動条件スクリプト\\":\\"\\",\\"発動率\\":\\"30\\",\\"…発動率スクリプト\\":\\"\\",\\"…共通発動率を無視\\":\\"\\",\\"…発動率固定\\":\\"false\\",\\"発動順\\":\\"100\\",\\"発動打ち止め\\":\\"\\",\\"味方リアクション\\":\\"false\\",\\"…味方発動率補正\\":\\"100\\",\\"…かばう\\":\\"false\\",\\"…アニメ引き付け\\":\\"\\",\\"反応リアクション\\":\\"\\",\\"特殊効果\\":\\"\\",\\"行動ガード\\":\\"false\\",\\"/行動キャンセル\\":\\"\\",\\"コスト消費\\":\\"false\\",\\"…消費HP\\":\\"\\",\\"…消費MP\\":\\"\\",\\"…消費TP\\":\\"\\",\\"RA中ステート-自分\\":\\"\\",\\"RA中ステート-敵\\":\\"\\",\\"回数分繰り返し\\":\\"\\",\\"ポップアップとログ\\":\\"\\",\\"リアクションポップ\\":\\"Block\\",\\"かばうポップ\\":\\"\\",\\"…ポップアップ設定\\":\\"\\",\\"リアクションログ\\":\\"%1 quickly raised their shield\\",\\"かばうログ\\":\\"\\",\\"ログ技名\\":\\"\\",\\"他プラグイン連携\\":\\"\\",\\"バトルウェイト-自分\\":\\"\\",\\"バトルウェイト-敵\\":\\"\\",\\"フリーアニメ\\":\\"\\"}","{\\"アクション名\\":\\"バックラー\\",\\"実行スキル\\":\\"573\\",\\"/実行アイテム\\":\\"\\",\\"/ものまね\\":\\"\\",\\"タイミング\\":\\"前\\",\\"発動設定\\":\\"\\",\\"相手条件\\":\\"敵からのみ\\",\\"…発動条件スクリプト\\":\\"\\",\\"発動率\\":\\"50\\",\\"…発動率スクリプト\\":\\"\\",\\"…共通発動率を無視\\":\\"\\",\\"…発動率固定\\":\\"false\\",\\"発動順\\":\\"100\\",\\"発動打ち止め\\":\\"\\",\\"味方リアクション\\":\\"false\\",\\"…味方発動率補正\\":\\"100\\",\\"…かばう\\":\\"false\\",\\"…アニメ引き付け\\":\\"\\",\\"反応リアクション\\":\\"\\",\\"特殊効果\\":\\"\\",\\"行動ガード\\":\\"false\\",\\"/行動キャンセル\\":\\"\\",\\"コスト消費\\":\\"false\\",\\"…消費HP\\":\\"\\",\\"…消費MP\\":\\"\\",\\"…消費TP\\":\\"\\",\\"RA中ステート-自分\\":\\"\\",\\"RA中ステート-敵\\":\\"\\",\\"回数分繰り返し\\":\\"\\",\\"ポップアップとログ\\":\\"\\",\\"リアクションポップ\\":\\"Block\\",\\"かばうポップ\\":\\"\\",\\"…ポップアップ設定\\":\\"\\",\\"リアクションログ\\":\\"%1 quickly raised their shield\\",\\"かばうログ\\":\\"\\",\\"ログ技名\\":\\"\\",\\"他プラグイン連携\\":\\"\\",\\"バトルウェイト-自分\\":\\"\\",\\"バトルウェイト-敵\\":\\"\\",\\"フリーアニメ\\":\\"\\"}","{\\"アクション名\\":\\"ラウンドシールド\\",\\"実行スキル\\":\\"574\\",\\"/実行アイテム\\":\\"\\",\\"/ものまね\\":\\"\\",\\"タイミング\\":\\"前\\",\\"発動設定\\":\\"\\",\\"相手条件\\":\\"敵からのみ\\",\\"…発動条件スクリプト\\":\\"\\",\\"発動率\\":\\"40\\",\\"…発動率スクリプト\\":\\"\\",\\"…共通発動率を無視\\":\\"\\",\\"…発動率固定\\":\\"false\\",\\"発動順\\":\\"100\\",\\"発動打ち止め\\":\\"\\",\\"味方リアクション\\":\\"false\\",\\"…味方発動率補正\\":\\"100\\",\\"…かばう\\":\\"false\\",\\"…アニメ引き付け\\":\\"\\",\\"反応リアクション\\":\\"\\",\\"特殊効果\\":\\"\\",\\"行動ガード\\":\\"false\\",\\"/行動キャンセル\\":\\"\\",\\"コスト消費\\":\\"false\\",\\"…消費HP\\":\\"\\",\\"…消費MP\\":\\"\\",\\"…消費TP\\":\\"\\",\\"RA中ステート-自分\\":\\"\\",\\"RA中ステート-敵\\":\\"\\",\\"回数分繰り返し\\":\\"\\",\\"ポップアップとログ\\":\\"\\",\\"リアクションポップ\\":\\"Block\\",\\"かばうポップ\\":\\"\\",\\"…ポップアップ設定\\":\\"\\",\\"リアクションログ\\":\\"%1 quickly raised their shield\\",\\"かばうログ\\":\\"\\",\\"ログ技名\\":\\"\\",\\"他プラグイン連携\\":\\"\\",\\"バトルウェイト-自分\\":\\"\\",\\"バトルウェイト-敵\\":\\"\\",\\"フリーアニメ\\":\\"\\"}","{\\"アクション名\\":\\"ホプロン\\",\\"実行スキル\\":\\"575\\",\\"/実行アイテム\\":\\"\\",\\"/ものまね\\":\\"\\",\\"タイミング\\":\\"前\\",\\"発動設定\\":\\"\\",\\"相手条件\\":\\"敵からのみ\\",\\"…発動条件スクリプト\\":\\"\\",\\"発動率\\":\\"50\\",\\"…発動率スクリプト\\":\\"\\",\\"…共通発動率を無視\\":\\"\\",\\"…発動率固定\\":\\"false\\",\\"発動順\\":\\"100\\",\\"発動打ち止め\\":\\"\\",\\"味方リアクション\\":\\"false\\",\\"…味方発動率補正\\":\\"100\\",\\"…かばう\\":\\"false\\",\\"…アニメ引き付け\\":\\"\\",\\"反応リアクション\\":\\"\\",\\"特殊効果\\":\\"\\",\\"行動ガード\\":\\"false\\",\\"/行動キャンセル\\":\\"\\",\\"コスト消費\\":\\"false\\",\\"…消費HP\\":\\"\\",\\"…消費MP\\":\\"\\",\\"…消費TP\\":\\"\\",\\"RA中ステート-自分\\":\\"\\",\\"RA中ステート-敵\\":\\"\\",\\"回数分繰り返し\\":\\"\\",\\"ポップアップとログ\\":\\"\\",\\"リアクションポップ\\":\\"Block\\",\\"かばうポップ\\":\\"\\",\\"…ポップアップ設定\\":\\"\\",\\"リアクションログ\\":\\"%1 quickly raised their shield\\",\\"かばうログ\\":\\"\\",\\"ログ技名\\":\\"\\",\\"他プラグイン連携\\":\\"\\",\\"バトルウェイト-自分\\":\\"\\",\\"バトルウェイト-敵\\":\\"\\",\\"フリーアニメ\\":\\"\\"}","{\\"アクション名\\":\\"炎のバックラー\\",\\"実行スキル\\":\\"576\\",\\"/実行アイテム\\":\\"\\",\\"/ものまね\\":\\"\\",\\"タイミング\\":\\"前\\",\\"発動設定\\":\\"\\",\\"相手条件\\":\\"敵からのみ\\",\\"…発動条件スクリプト\\":\\"\\",\\"発動率\\":\\"50\\",\\"…発動率スクリプト\\":\\"\\",\\"…共通発動率を無視\\":\\"\\",\\"…発動率固定\\":\\"false\\",\\"発動順\\":\\"100\\",\\"発動打ち止め\\":\\"\\",\\"味方リアクション\\":\\"false\\",\\"…味方発動率補正\\":\\"100\\",\\"…かばう\\":\\"false\\",\\"…アニメ引き付け\\":\\"\\",\\"反応リアクション\\":\\"\\",\\"特殊効果\\":\\"\\",\\"行動ガード\\":\\"false\\",\\"/行動キャンセル\\":\\"\\",\\"コスト消費\\":\\"false\\",\\"…消費HP\\":\\"\\",\\"…消費MP\\":\\"\\",\\"…消費TP\\":\\"\\",\\"RA中ステート-自分\\":\\"\\",\\"RA中ステート-敵\\":\\"\\",\\"回数分繰り返し\\":\\"\\",\\"ポップアップとログ\\":\\"\\",\\"リアクションポップ\\":\\"Block\\",\\"かばうポップ\\":\\"\\",\\"…ポップアップ設定\\":\\"\\",\\"リアクションログ\\":\\"%1 quickly raised their shield\\",\\"かばうログ\\":\\"\\",\\"ログ技名\\":\\"\\",\\"他プラグイン連携\\":\\"\\",\\"バトルウェイト-自分\\":\\"\\",\\"バトルウェイト-敵\\":\\"\\",\\"フリーアニメ\\":\\"\\"}","{\\"アクション名\\":\\"魔石のカイトシールド\\",\\"実行スキル\\":\\"577\\",\\"/実行アイテム\\":\\"\\",\\"/ものまね\\":\\"\\",\\"タイミング\\":\\"前\\",\\"発動設定\\":\\"\\",\\"相手条件\\":\\"敵からのみ\\",\\"…発動条件スクリプト\\":\\"\\",\\"発動率\\":\\"40\\",\\"…発動率スクリプト\\":\\"\\",\\"…共通発動率を無視\\":\\"\\",\\"…発動率固定\\":\\"false\\",\\"発動順\\":\\"100\\",\\"発動打ち止め\\":\\"\\",\\"味方リアクション\\":\\"false\\",\\"…味方発動率補正\\":\\"100\\",\\"…かばう\\":\\"false\\",\\"…アニメ引き付け\\":\\"\\",\\"反応リアクション\\":\\"\\",\\"特殊効果\\":\\"\\",\\"行動ガード\\":\\"false\\",\\"/行動キャンセル\\":\\"\\",\\"コスト消費\\":\\"false\\",\\"…消費HP\\":\\"\\",\\"…消費MP\\":\\"\\",\\"…消費TP\\":\\"\\",\\"RA中ステート-自分\\":\\"\\",\\"RA中ステート-敵\\":\\"\\",\\"回数分繰り返し\\":\\"\\",\\"ポップアップとログ\\":\\"\\",\\"リアクションポップ\\":\\"Block\\",\\"かばうポップ\\":\\"\\",\\"…ポップアップ設定\\":\\"\\",\\"リアクションログ\\":\\"%1 quickly raised their shield\\",\\"かばうログ\\":\\"\\",\\"ログ技名\\":\\"\\",\\"他プラグイン連携\\":\\"\\",\\"バトルウェイト-自分\\":\\"\\",\\"バトルウェイト-敵\\":\\"\\",\\"フリーアニメ\\":\\"\\"}","{\\"アクション名\\":\\"城壁のタワーシールド\\",\\"実行スキル\\":\\"578\\",\\"/実行アイテム\\":\\"\\",\\"/ものまね\\":\\"\\",\\"タイミング\\":\\"前\\",\\"発動設定\\":\\"\\",\\"相手条件\\":\\"敵からのみ\\",\\"…発動条件スクリプト\\":\\"\\",\\"発動率\\":\\"30\\",\\"…発動率スクリプト\\":\\"\\",\\"…共通発動率を無視\\":\\"\\",\\"…発動率固定\\":\\"false\\",\\"発動順\\":\\"100\\",\\"発動打ち止め\\":\\"\\",\\"味方リアクション\\":\\"false\\",\\"…味方発動率補正\\":\\"100\\",\\"…かばう\\":\\"false\\",\\"…アニメ引き付け\\":\\"\\",\\"反応リアクション\\":\\"\\",\\"特殊効果\\":\\"\\",\\"行動ガード\\":\\"false\\",\\"/行動キャンセル\\":\\"\\",\\"コスト消費\\":\\"false\\",\\"…消費HP\\":\\"\\",\\"…消費MP\\":\\"\\",\\"…消費TP\\":\\"\\",\\"RA中ステート-自分\\":\\"\\",\\"RA中ステート-敵\\":\\"\\",\\"回数分繰り返し\\":\\"\\",\\"ポップアップとログ\\":\\"\\",\\"リアクションポップ\\":\\"Block\\",\\"かばうポップ\\":\\"\\",\\"…ポップアップ設定\\":\\"\\",\\"リアクションログ\\":\\"%1 quickly raised their shield\\",\\"かばうログ\\":\\"\\",\\"ログ技名\\":\\"\\",\\"他プラグイン連携\\":\\"\\",\\"バトルウェイト-自分\\":\\"\\",\\"バトルウェイト-敵\\":\\"\\",\\"フリーアニメ\\":\\"\\"}","{\\"アクション名\\":\\"エネミーガード50\\",\\"実行スキル\\":\\"592\\",\\"/実行アイテム\\":\\"\\",\\"/ものまね\\":\\"\\",\\"タイミング\\":\\"前\\",\\"発動設定\\":\\"\\",\\"相手条件\\":\\"敵からのみ\\",\\"…発動条件スクリプト\\":\\"\\",\\"発動率\\":\\"100\\",\\"…発動率スクリプト\\":\\"\\",\\"…共通発動率を無視\\":\\"\\",\\"…発動率固定\\":\\"false\\",\\"発動順\\":\\"100\\",\\"発動打ち止め\\":\\"false\\",\\"味方リアクション\\":\\"false\\",\\"…味方発動率補正\\":\\"100\\",\\"…かばう\\":\\"false\\",\\"…アニメ引き付け\\":\\"\\",\\"反応リアクション\\":\\"\\",\\"特殊効果\\":\\"\\",\\"行動ガード\\":\\"false\\",\\"/行動キャンセル\\":\\"\\",\\"コスト消費\\":\\"false\\",\\"…消費HP\\":\\"\\",\\"…消費MP\\":\\"\\",\\"…消費TP\\":\\"\\",\\"RA中ステート-自分\\":\\"\\",\\"RA中ステート-敵\\":\\"\\",\\"回数分繰り返し\\":\\"\\",\\"ポップアップとログ\\":\\"\\",\\"リアクションポップ\\":\\"Block\\",\\"かばうポップ\\":\\"\\",\\"…ポップアップ設定\\":\\"\\",\\"リアクションログ\\":\\"%1 quickly raised their shield\\",\\"かばうログ\\":\\"\\",\\"ログ技名\\":\\"\\",\\"他プラグイン連携\\":\\"\\",\\"バトルウェイト-自分\\":\\"\\",\\"バトルウェイト-敵\\":\\"\\",\\"フリーアニメ\\":\\"\\"}","{\\"アクション名\\":\\"エネミーガード90\\",\\"実行スキル\\":\\"593\\",\\"/実行アイテム\\":\\"\\",\\"/ものまね\\":\\"\\",\\"タイミング\\":\\"前\\",\\"発動設定\\":\\"\\",\\"相手条件\\":\\"敵からのみ\\",\\"…発動条件スクリプト\\":\\"\\",\\"発動率\\":\\"100\\",\\"…発動率スクリプト\\":\\"\\",\\"…共通発動率を無視\\":\\"\\",\\"…発動率固定\\":\\"false\\",\\"発動順\\":\\"100\\",\\"発動打ち止め\\":\\"false\\",\\"味方リアクション\\":\\"false\\",\\"…味方発動率補正\\":\\"100\\",\\"…かばう\\":\\"false\\",\\"…アニメ引き付け\\":\\"\\",\\"反応リアクション\\":\\"\\",\\"特殊効果\\":\\"\\",\\"行動ガード\\":\\"false\\",\\"/行動キャンセル\\":\\"\\",\\"コスト消費\\":\\"false\\",\\"…消費HP\\":\\"\\",\\"…消費MP\\":\\"\\",\\"…消費TP\\":\\"\\",\\"RA中ステート-自分\\":\\"\\",\\"RA中ステート-敵\\":\\"\\",\\"回数分繰り返し\\":\\"\\",\\"ポップアップとログ\\":\\"\\",\\"リアクションポップ\\":\\"Block\\",\\"かばうポップ\\":\\"\\",\\"…ポップアップ設定\\":\\"\\",\\"リアクションログ\\":\\"%1 quickly raised their shield\\",\\"かばうログ\\":\\"\\",\\"ログ技名\\":\\"\\",\\"他プラグイン連携\\":\\"\\",\\"バトルウェイト-自分\\":\\"\\",\\"バトルウェイト-敵\\":\\"\\",\\"フリーアニメ\\":\\"\\"}"]',
|
||
ポップアップアニメ: "",
|
||
出現アニメ登録:
|
||
'["{\\"アニメ名\\":\\"小さく出る\\",\\"アニメ時間\\":\\"20\\",\\"ディレイ\\":\\"\\",\\"上方レイヤー\\":\\"\\",\\"アニメ内容\\":\\"\\",\\"スケール\\":\\"0\\",\\"スケールターン\\":\\"\\",\\"フェードイン\\":\\"0\\"}","{\\"アニメ名\\":\\"大きく出る\\",\\"アニメ時間\\":\\"20\\",\\"ディレイ\\":\\"\\",\\"上方レイヤー\\":\\"true\\",\\"アニメ内容\\":\\"\\",\\"スケール\\":\\"1.5\\",\\"スケールターン\\":\\"\\",\\"フェードイン\\":\\"\\"}","{\\"アニメ名\\":\\"飛び出る\\",\\"アニメ時間\\":\\"30\\",\\"ディレイ\\":\\"\\",\\"上方レイヤー\\":\\"true\\",\\"アニメ内容\\":\\"\\",\\"スケール\\":\\"\\",\\"スケールターン\\":\\"1.5\\",\\"フェードイン\\":\\"\\"}","{\\"アニメ名\\":\\"大きく強調\\",\\"アニメ時間\\":\\"30\\",\\"ディレイ\\":\\"\\",\\"上方レイヤー\\":\\"true\\",\\"アニメ内容\\":\\"\\",\\"スケール\\":\\"\\",\\"スケールターン\\":\\"2\\",\\"フェードイン\\":\\"\\"}"]',
|
||
基本の出現アニメ: "大きく強調",
|
||
標準のアニメ無効: "true",
|
||
ポップフォント設定: "",
|
||
ポップフォント: "",
|
||
ポップ文字サイズ: "32",
|
||
ポップ文字色: "180, 180, 180, 1",
|
||
ポップ縁取り幅: "3",
|
||
ポップ縁取り色: "0, 0, 0, 1",
|
||
ポップその他設定: "",
|
||
ポップ表示時間: "40",
|
||
ポップ行間調整: "5",
|
||
アイコン表示: "false",
|
||
アイコンサイズ: "80",
|
||
アイコン間隔: "2",
|
||
ポップアップ無効: "",
|
||
かばう設定: "",
|
||
かばう位置X: "-80",
|
||
かばう位置Y: "0",
|
||
かばう移動時間: "12",
|
||
かばう持続時間: "40",
|
||
共通設定: "",
|
||
発動条件スクリプト: "",
|
||
発動率スクリプト: "",
|
||
重複リアクション計算: "加算",
|
||
},
|
||
},
|
||
{
|
||
name: "TargetRemember",
|
||
status: true,
|
||
description: "ターゲット記憶プラグイン",
|
||
parameters: {},
|
||
},
|
||
{
|
||
name: "CommandIcon",
|
||
status: true,
|
||
description: "アイコン付きコマンドプラグイン",
|
||
parameters: {},
|
||
},
|
||
{
|
||
name: "ItemUseCommand",
|
||
status: true,
|
||
description: "アイテム使用コマンドプラグイン",
|
||
parameters: { unusableSwitch: "0", playSe: "true" },
|
||
},
|
||
{
|
||
name: "EventItemCondition",
|
||
status: true,
|
||
description: "アイテム選択の表示条件プラグイン",
|
||
parameters: {
|
||
DefaultVisible: "false",
|
||
RefreshSwitchId: "0",
|
||
TextColor: "0",
|
||
},
|
||
},
|
||
{
|
||
name: "FTKR_ItemNonScope",
|
||
status: true,
|
||
description:
|
||
"v1.0.0 アイテムが範囲なしの場合にパーティーの全メンバーを対象にする。",
|
||
parameters: {},
|
||
},
|
||
{
|
||
name: "SoR_TagDataProcessor_MZ",
|
||
status: true,
|
||
description: "<SoRタグデータ解析> v1.10",
|
||
parameters: {},
|
||
},
|
||
{
|
||
name: "SoR_ParameterEffectsByWalk_MZ",
|
||
status: true,
|
||
description:
|
||
"<任意歩数ごとのアクターへの各種効果を与えるステート・装備> v1.30",
|
||
parameters: { IsEnableFlash_for_HPDamage: "false" },
|
||
},
|
||
{
|
||
name: "StepsForTurn",
|
||
status: true,
|
||
description: "ターン経過歩数変更プラグイン",
|
||
parameters: { turn: "30", turnVariable: "0" },
|
||
},
|
||
{
|
||
name: "BattleLogOutput",
|
||
status: true,
|
||
description: "バトルログ出力プラグイン",
|
||
parameters: {},
|
||
},
|
||
{
|
||
name: "StateAfterDeath",
|
||
status: true,
|
||
description: "戦闘不能後継続ステートプラグイン",
|
||
parameters: {
|
||
states: '["5","12","51","190","198","199"]',
|
||
stateIdStart: "0",
|
||
stateIdEnd: "0",
|
||
considerRecoverAll: "true",
|
||
},
|
||
},
|
||
{
|
||
name: "AutoLoad",
|
||
status: true,
|
||
description: "自動ロードプラグイン",
|
||
parameters: {
|
||
loadTiming: "additional",
|
||
commandName: "Continue",
|
||
commandIndex: "1",
|
||
},
|
||
},
|
||
{
|
||
name: "NUUN_SaveScreen",
|
||
status: true,
|
||
description: "セーブ画面拡張",
|
||
parameters: {
|
||
BasicSetting: "------------------------------",
|
||
PartyActorMode: "1",
|
||
HelpWindowVisible: "true",
|
||
SaveWindowVisible: "true",
|
||
SaveFileWindow: "------------------------------",
|
||
ContentsList:
|
||
'["{\\"DateSelect\\":\\"10\\",\\"X_Position\\":\\"1\\",\\"Y_Position\\":\\"1\\",\\"X_Coordinate\\":\\"300\\",\\"Y_Coordinate\\":\\"15\\",\\"ItemWidth\\":\\"0\\",\\"SystemItemWidth\\":\\"0\\",\\"SystemNameColor\\":\\"8\\",\\"FontSize\\":\\"-4\\",\\"ParamName\\":\\"\\",\\"DetaEval\\":\\"\\",\\"Align\\":\\"\\\\\\"left\\\\\\"\\",\\"ShowEval\\":\\"\\"}","{\\"DateSelect\\":\\"1\\",\\"X_Position\\":\\"2\\",\\"Y_Position\\":\\"1\\",\\"X_Coordinate\\":\\"600\\",\\"Y_Coordinate\\":\\"15\\",\\"ItemWidth\\":\\"260\\",\\"SystemItemWidth\\":\\"0\\",\\"SystemNameColor\\":\\"16\\",\\"FontSize\\":\\"-6\\",\\"ParamName\\":\\"Playtime\\",\\"DetaEval\\":\\"\\",\\"Align\\":\\"\\\\\\"left\\\\\\"\\",\\"ShowEval\\":\\"\\"}","{\\"DateSelect\\":\\"100\\",\\"X_Position\\":\\"1\\",\\"Y_Position\\":\\"2\\",\\"X_Coordinate\\":\\"0\\",\\"Y_Coordinate\\":\\"0\\",\\"ItemWidth\\":\\"0\\",\\"SystemItemWidth\\":\\"0\\",\\"SystemNameColor\\":\\"16\\",\\"FontSize\\":\\"-6\\",\\"ParamName\\":\\"\\",\\"DetaEval\\":\\"\\",\\"Align\\":\\"\\\\\\"left\\\\\\"\\",\\"ShowEval\\":\\"\\"}","{\\"DateSelect\\":\\"5\\",\\"X_Position\\":\\"1\\",\\"Y_Position\\":\\"3\\",\\"X_Coordinate\\":\\"300\\",\\"Y_Coordinate\\":\\"15\\",\\"ItemWidth\\":\\"0\\",\\"SystemItemWidth\\":\\"0\\",\\"SystemNameColor\\":\\"16\\",\\"FontSize\\":\\"-6\\",\\"ParamName\\":\\"Lv\\",\\"DetaEval\\":\\"\'$gameVariables.value(69);//ゲーム変数\'\\",\\"Align\\":\\"\\\\\\"left\\\\\\"\\",\\"ShowEval\\":\\"\\"}","{\\"DateSelect\\":\\"20\\",\\"X_Position\\":\\"2\\",\\"Y_Position\\":\\"3\\",\\"X_Coordinate\\":\\"500\\",\\"Y_Coordinate\\":\\"15\\",\\"ItemWidth\\":\\"0\\",\\"SystemItemWidth\\":\\"0\\",\\"SystemNameColor\\":\\"16\\",\\"FontSize\\":\\"-6\\",\\"ParamName\\":\\"\\",\\"DetaEval\\":\\"\\",\\"Align\\":\\"\\\\\\"left\\\\\\"\\",\\"ShowEval\\":\\"\\"}","{\\"DateSelect\\":\\"5\\",\\"X_Position\\":\\"1\\",\\"Y_Position\\":\\"4\\",\\"X_Coordinate\\":\\"300\\",\\"Y_Coordinate\\":\\"15\\",\\"ItemWidth\\":\\"0\\",\\"SystemItemWidth\\":\\"0\\",\\"SystemNameColor\\":\\"16\\",\\"FontSize\\":\\"-6\\",\\"ParamName\\":\\"\\",\\"DetaEval\\":\\"\'$gameVariables.value(616);//ゲーム変数\'\\",\\"Align\\":\\"\\\\\\"left\\\\\\"\\",\\"ShowEval\\":\\"\\"}","{\\"DateSelect\\":\\"3\\",\\"X_Position\\":\\"1\\",\\"Y_Position\\":\\"5\\",\\"X_Coordinate\\":\\"300\\",\\"Y_Coordinate\\":\\"15\\",\\"ItemWidth\\":\\"520\\",\\"SystemItemWidth\\":\\"0\\",\\"SystemNameColor\\":\\"16\\",\\"FontSize\\":\\"-6\\",\\"ParamName\\":\\"Location\\",\\"DetaEval\\":\\"\\",\\"Align\\":\\"\\\\\\"left\\\\\\"\\",\\"ShowEval\\":\\"\\"}","{\\"DateSelect\\":\\"90\\",\\"X_Position\\":\\"1\\",\\"Y_Position\\":\\"1\\",\\"X_Coordinate\\":\\"5\\",\\"Y_Coordinate\\":\\"15\\",\\"ItemWidth\\":\\"0\\",\\"SystemItemWidth\\":\\"0\\",\\"SystemNameColor\\":\\"16\\",\\"FontSize\\":\\"-6\\",\\"ParamName\\":\\"\\",\\"DetaEval\\":\\"\\",\\"Align\\":\\"\\\\\\"left\\\\\\"\\",\\"ShowEval\\":\\"\\"}","{\\"DateSelect\\":\\"5\\",\\"X_Position\\":\\"1\\",\\"Y_Position\\":\\"1\\",\\"X_Coordinate\\":\\"400\\",\\"Y_Coordinate\\":\\"15\\",\\"ItemWidth\\":\\"0\\",\\"SystemItemWidth\\":\\"0\\",\\"SystemNameColor\\":\\"16\\",\\"FontSize\\":\\"-6\\",\\"ParamName\\":\\"\\",\\"DetaEval\\":\\"\'$gameVariables.value(1306);//ゲーム変数\'\\",\\"Align\\":\\"\\\\\\"left\\\\\\"\\",\\"ShowEval\\":\\"\\"}"]',
|
||
NumSaveCols: "1",
|
||
NumSaveRows: "3",
|
||
SaveContentsCols: "1",
|
||
MaxSave: "41",
|
||
AutoSaveSetting: "------------------------------",
|
||
MapTransferAutoSave: "false",
|
||
BattleEndAutoSave: "false",
|
||
AutoSaveEnabledSwitch: "0",
|
||
Contents: "------------------------------",
|
||
DayTime: "'default'",
|
||
CharacterSpecifyActorOnry: "false",
|
||
FaceSpecifyActorOnry: "false",
|
||
SvSpecifyActorOnry: "false",
|
||
NameSpecifyActorOnry: "true",
|
||
ClassSpecifyActorOnry: "false",
|
||
NickNameSpecifyActorOnry: "false",
|
||
LevelSpecifyActorOnry: "false",
|
||
SaveSnapSetting: "------------------------------",
|
||
InfoSaveSnap: "true",
|
||
SaveSnapQuality: "0.7",
|
||
SaveSnapScale: "22",
|
||
AnyName: "------------------------------",
|
||
AnyNameVariable: "0",
|
||
Actor: "------------------------------",
|
||
FaceWidth: "144",
|
||
FaceHeight: "144",
|
||
FaceScale: "100",
|
||
BackGround: "------------------------------",
|
||
BackGroundImg: "",
|
||
BackUiWidth: "true",
|
||
BackFitWidth: "false",
|
||
AutomaticSetting: "true",
|
||
ContentsBackVisible: "false",
|
||
ContentsBackGroundImg: "[]",
|
||
ContentsBackSettingsList: "",
|
||
ContentsBackScale: "100",
|
||
},
|
||
},
|
||
{
|
||
name: "Unit03_autosave",
|
||
status: true,
|
||
description: "オートセーブシステム",
|
||
parameters: {},
|
||
},
|
||
{
|
||
name: "MOG_TitleParticles",
|
||
status: true,
|
||
description: "(v1.3) タイトル画面にパーティクルを追加します。",
|
||
parameters: {
|
||
"-> Particles 1 <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"P1 Visible": "true",
|
||
"P1 File Name": "Particles",
|
||
"P1 Amount": "25",
|
||
"P1 X Speed": "-10",
|
||
"P1 Y Speed": "-1",
|
||
"P1 Rotation Speed": "0.02",
|
||
"P1 Blend Mode": "1",
|
||
"P1 Anchor": "0",
|
||
"P1 Leaf Mode": "false",
|
||
"P1 Transition Time": "0",
|
||
"-> Particles 2 <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"P2 Visible": "true",
|
||
"P2 File Name": "Particles2",
|
||
"P2 Amount": "7",
|
||
"P2 X Speed": "-10",
|
||
"P2 Y Speed": "-1",
|
||
"P2 Rotation Speed": "0.01",
|
||
"P2 Blend Mode": "1",
|
||
"P2 Anchor": "0",
|
||
"P2 Leaf Mode": "false",
|
||
"P2 Transition Time": "0",
|
||
"-> Particles 3 <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"P3 Visible": "false",
|
||
"P3 File Name": "Particles3",
|
||
"P3 Amount": "5",
|
||
"P3 X Speed": "0.5",
|
||
"P3 Y Speed": "0.5",
|
||
"P3 Rotation Speed": "0.006",
|
||
"P3 Blend Mode": "0",
|
||
"P3 Anchor": "0",
|
||
"P3 Leaf Mode": "true",
|
||
"P3 Transition Time": "0",
|
||
"-> Particles 4 <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"P4 Visible": "false",
|
||
"P4 File Name": "Particles4",
|
||
"P4 Amount": "25",
|
||
"P4 X Speed": "2",
|
||
"P4 Y Speed": "0.3",
|
||
"P4 Rotation Speed": "0.3",
|
||
"P4 Blend Mode": "1",
|
||
"P4 Anchor": "0",
|
||
"P4 Leaf Mode": "true",
|
||
"P4 Transition Time": "0",
|
||
"-> Particles 5 <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"P5 Visible": "false",
|
||
"P5 File Name": "Particles5",
|
||
"P5 Amount": "25",
|
||
"P5 X Speed": "4",
|
||
"P5 Y Speed": "0",
|
||
"P5 Rotation Speed": "0",
|
||
"P5 Blend Mode": "1",
|
||
"P5 Anchor": "0",
|
||
"P5 Leaf Mode": "false",
|
||
"P5 Transition Time": "0",
|
||
"-> Particles 6 <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"P6 Visible": "false",
|
||
"P6 File Name": "Particles6",
|
||
"P6 Amount": "25",
|
||
"P6 X Speed": "4",
|
||
"P6 Y Speed": "0",
|
||
"P6 Rotation Speed": "0",
|
||
"P6 Blend Mode": "1",
|
||
"P6 Anchor": "0",
|
||
"P6 Leaf Mode": "false",
|
||
"P6 Transition Time": "0",
|
||
},
|
||
},
|
||
{
|
||
name: "MOG_TitleLayers",
|
||
status: true,
|
||
description: "(v1.2.1) タイトル画面に複数のレイヤーを追加します",
|
||
parameters: {
|
||
"-> Main <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"Fit Screen Resolution": "false",
|
||
"Screen Movement": "false",
|
||
"Screen Move Speed": "1",
|
||
"Screen Move Duration": "160",
|
||
"-> Title Text <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"Title Text Visible": "false",
|
||
"Title Text File Name": "",
|
||
"Title Text X-Axis": "0",
|
||
"Title Text Y-Axis": "-30",
|
||
"Title Text Zoom Animation": "false",
|
||
"Title Text Zoom Value": "1.30",
|
||
"-> Layer 1 <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"L1 Visible": "true",
|
||
"L1 File Name": "Title2",
|
||
"L1 X-axis / Scroll": "0",
|
||
"L1 Y-axis / Scroll": "0",
|
||
"L1 Blend Mode": "1",
|
||
"L1 Transition Time": "0",
|
||
"L1 Animated": "false",
|
||
"L1 Frames": "4",
|
||
"L1 Animation Speed": "20",
|
||
"-> Layer 2 <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"L2 Visible": "true",
|
||
"L2 File Name": "Title",
|
||
"L2 X-axis / Scroll": "0",
|
||
"L2 Y-axis / Scroll": "0",
|
||
"L2 Blend Mode": "0",
|
||
"L2 Transition Time": "10",
|
||
"L2 Animated": "false",
|
||
"L2 Frames": "4",
|
||
"L2 Animation Speed": "20",
|
||
"-> Layer 3 <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"L3 Visible": "true",
|
||
"L3 File Name": "Title3",
|
||
"L3 X-axis / Scroll": "0",
|
||
"L3 Y-axis / Scroll": "0",
|
||
"L3 Blend Mode": "0",
|
||
"L3 Transition Time": "90",
|
||
"L3 Animated": "false",
|
||
"L3 Frames": "4",
|
||
"L3 Animation Speed": "20",
|
||
"-> Layer 4 <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"L4 Visible": "false",
|
||
"L4 File Name": "Layer4",
|
||
"L4 X-axis / Scroll": "3",
|
||
"L4 Y-axis / Scroll": "0",
|
||
"L4 Blend Mode": "0",
|
||
"L4 Transition Time": "0",
|
||
"L4 Animated": "false",
|
||
"L4 Frames": "4",
|
||
"L4 Animation Speed": "20",
|
||
"-> Layer 5 <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"L5 Visible": "false",
|
||
"L5 File Name": "Layer5",
|
||
"L5 X-axis / Scroll": "1.1",
|
||
"L5 Y-axis / Scroll": "0",
|
||
"L5 Blend Mode": "0",
|
||
"L5 Transition Time": "0",
|
||
"L5 Animated": "false",
|
||
"L5 Frames": "4",
|
||
"L5 Animation Speed": "20",
|
||
"-> Layer 6 <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"L6 Visible": "false",
|
||
"L6 File Name": "Layer6",
|
||
"L6 X-axis / Scroll": "1.3",
|
||
"L6 Y-axis / Scroll": "0",
|
||
"L6 Blend Mode": "0",
|
||
"L6 Transition Time": "0",
|
||
"L6 Animated": "false",
|
||
"L6 Frames": "4",
|
||
"L6 Animation Speed": "20",
|
||
"-> Layer 7 <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"L7 Visible": "false",
|
||
"L7 File Name": "Layer7",
|
||
"L7 X-axis / Scroll": "1.5",
|
||
"L7 Y-axis / Scroll": "0",
|
||
"L7 Blend Mode": "0",
|
||
"L7 Transition Time": "0",
|
||
"L7 Animated": "false",
|
||
"L7 Frames": "4",
|
||
"L7 Animation Speed": "20",
|
||
"-> Layer 8 <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"L8 Visible": "false",
|
||
"L8 File Name": "Layer8",
|
||
"L8 X-axis / Scroll": "1.7",
|
||
"L8 Y-axis / Scroll": "0",
|
||
"L8 Blend Mode": "0",
|
||
"L8 Transition Time": "0",
|
||
"L8 Animated": "false",
|
||
"L8 Frames": "4",
|
||
"L8 Animation Speed": "20",
|
||
"-> Layer 9 <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"L9 Visible": "false",
|
||
"L9 File Name": "Layer9",
|
||
"L9 X-axis / Scroll": "1.9",
|
||
"L9 Y-axis / Scroll": "0",
|
||
"L9 Blend Mode": "0",
|
||
"L9 Transition Time": "0",
|
||
"L9 Animated": "false",
|
||
"L9 Frames": "4",
|
||
"L9 Animation Speed": "20",
|
||
"-> Layer 10 <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"L10 Visible": "false",
|
||
"L10 File Name": "Layer10",
|
||
"L10 X-axis / Scroll": "2.1",
|
||
"L10 Y-axis / Scroll": "0",
|
||
"L10 Blend Mode": "0",
|
||
"L10 Transition Time": "0",
|
||
"L10 Animated": "false",
|
||
"L10 Frames": "4",
|
||
"L10 Animation Speed": "20",
|
||
},
|
||
},
|
||
{
|
||
name: "MOG_TitleCommands",
|
||
status: true,
|
||
description: "(v1.3) タイトルメニューのコマンドを画像で表示します",
|
||
parameters: {
|
||
"-> Main <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"Animation Mode": "0",
|
||
"Left & Right Input": "false",
|
||
"Shake Duration": "60",
|
||
"Slide X-Axis": "0",
|
||
"Slide Y-Axis": "0",
|
||
"-> Cursor <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"Cursor X-Axis": "0",
|
||
"Cursor Y-Axis": "10",
|
||
"Cursor Visible": "true",
|
||
"Cursor Wave Animation": "false",
|
||
"Cursor Rotation Animation": "false",
|
||
"Cursor Rotation Speed": "0.05",
|
||
"-> Commands <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"Command Pos 1": "-180,80",
|
||
"Command Pos 2": "-180,130",
|
||
"Command Pos 3": "-180,180",
|
||
"Command Pos 4": "-180,230",
|
||
"Command Pos 5": "-180,280",
|
||
"Command Pos 6": "-231,200",
|
||
"Command Pos 7": "-231,250",
|
||
"Command Pos 8": "-231,300",
|
||
"Command Pos 9": "870,256",
|
||
"Command Pos 10": "870,288",
|
||
},
|
||
},
|
||
{
|
||
name: "MKR_ControlCharacterEx",
|
||
status: true,
|
||
description: "(v1.2.1) 制御文字拡張プラグイン",
|
||
parameters: { Default_Name_Color: "1" },
|
||
},
|
||
{
|
||
name: "SlotMachine",
|
||
status: true,
|
||
description: "スロットマシーン機能を設定します。",
|
||
parameters: {
|
||
variableID: "619",
|
||
slotIcon1:
|
||
'{"iconCharaFile":"slot","iconCharaIndex":"0","fiveLineScale":"200","fourLineScale":"30","threeLineScale":"10"}',
|
||
slotIcon2:
|
||
'{"iconCharaFile":"slot","iconCharaIndex":"1","fiveLineScale":"1000","fourLineScale":"100","threeLineScale":"20"}',
|
||
slotIcon3:
|
||
'{"iconCharaFile":"slot","iconCharaIndex":"2","fiveLineScale":"2000","fourLineScale":"200","threeLineScale":"50"}',
|
||
slotIcon4:
|
||
'{"iconCharaFile":"slot","iconCharaIndex":"3","fiveLineScale":"3000","fourLineScale":"300","threeLineScale":"100"}',
|
||
slotIcon5:
|
||
'{"iconCharaFile":"slot","iconCharaIndex":"4","fiveLineScale":"4000","fourLineScale":"1000","threeLineScale":"500"}',
|
||
fiveLineSevenScale: "15000",
|
||
fourLineSevenScale: "7777",
|
||
threeLineSevenScale: "777",
|
||
helpMsg:
|
||
"Cursor Key↑: Bet\\nConfirm Key: Start/Stop Cancel Key: Exit",
|
||
coinNumUnit: "",
|
||
winMsg: "Lucky!\\nYou won %1%2 coins!",
|
||
lostMsg: "Lost",
|
||
notEnoughMsg: "Not enough casino coins",
|
||
},
|
||
},
|
||
{
|
||
name: "CoinExchangeShop",
|
||
status: true,
|
||
description: "コイン交換ショップを設定します。",
|
||
parameters: { variableID: "619", coinNumUnit: "CC", exchangeCmd: "Exchange" },
|
||
},
|
||
{
|
||
name: "MPP_HiddenPassage",
|
||
status: true,
|
||
description:
|
||
"指定したリージョンIDのタイルをプレイヤーより上に表示させます。",
|
||
parameters: { "Passable Region Ids": "45", "Impassable Region Ids": "46" },
|
||
},
|
||
{
|
||
name: "BattlerGraphicExtend",
|
||
status: true,
|
||
description: "バトラーグラフィック表示拡張プラグイン",
|
||
parameters: {},
|
||
},
|
||
{
|
||
name: "NameInputDefault",
|
||
status: true,
|
||
description: "名前入力のデフォルト名設定プラグイン",
|
||
parameters: {
|
||
nameList: "[]",
|
||
defaultEmpty: "false",
|
||
shiftDefault: "false",
|
||
},
|
||
},
|
||
{
|
||
name: "FilterControllerMZ",
|
||
status: true,
|
||
description: "FilterControllerMZ",
|
||
parameters: {
|
||
decimalVariable: "false",
|
||
displacementImage: "DarkSpace",
|
||
"enabledAll-Settings": "",
|
||
"enabledAll-ShowInOptionMenu": "true",
|
||
"enabledAll-Text": "Post-Processing",
|
||
"enabledAll-DefaultValue": "true",
|
||
},
|
||
},
|
||
{
|
||
name: "DarkPlasma_OrderIdAlias",
|
||
status: true,
|
||
description: "Set id to skill, item for display order",
|
||
parameters: { sortSkillById: "false" },
|
||
},
|
||
{
|
||
name: "Unit03_anime_separation",
|
||
status: true,
|
||
description: "アニメーションの色調変化分離",
|
||
parameters: {},
|
||
},
|
||
{
|
||
name: "Unit03_pausesign",
|
||
status: true,
|
||
description: "テキスト送りサインの位置調整",
|
||
parameters: {},
|
||
},
|
||
{
|
||
name: "SceneGlossary",
|
||
status: true,
|
||
description: "ゲーム内用語辞典プラグイン",
|
||
parameters: {
|
||
GlossaryInfo:
|
||
'["{\\"GlossaryType\\":\\"1\\",\\"CommandName\\":\\"情報メモ\\",\\"UseCategory\\":\\"false\\",\\"CommandSwitchId\\":\\"0\\",\\"BackPicture\\":\\"\\",\\"SelectAction\\":\\"0\\",\\"SelectSwitchId\\":\\"0\\",\\"SelectVariableId\\":\\"0\\",\\"ConfirmMessage\\":\\"false\\",\\"ConfirmUse\\":\\"使う\\",\\"ConfirmNoUse\\":\\"やめる\\",\\"GlossaryHelp\\":\\"\\",\\"CategoryHelp\\":\\"カテゴリを選択してください。\\",\\"ConfirmHelp\\":\\"\\",\\"UsingHelp\\":\\"\\",\\"CompleteView\\":\\"false\\",\\"CompleteMessage\\":\\"収集率 \\\\\\\\c[2]%1\\\\\\\\c[0] %\\",\\"ShowingItemNumber\\":\\"false\\",\\"UsableDefault\\":\\"true\\",\\"UseItemHistory\\":\\"false\\",\\"GlossaryListWidth\\":\\"240\\",\\"VisibleItemNotYet\\":\\"\\",\\"HideIcon\\":\\"false\\",\\"CancelSwitchId\\":\\"0\\"}"]',
|
||
Layout: "",
|
||
FontSize: "22",
|
||
WindowSkin: "",
|
||
AutoResizePicture: "true",
|
||
PicturePosition: "top",
|
||
PictureAlign: "center",
|
||
PicturePriority: "top",
|
||
ThroughBackPicture: "false",
|
||
FramelessDesign: "false",
|
||
NewGlossaryColor: "6",
|
||
PageWrap: "true",
|
||
BottomHelpMode: "true",
|
||
TextPosition: "0",
|
||
AutoAddition: "false",
|
||
SwitchAutoAdd: "0",
|
||
VariableAutoAdd: "0",
|
||
AutoAdditionEnemy: "false",
|
||
CategoryOrder: "",
|
||
CategoryUnusable: "",
|
||
ShowPageNumber: "true",
|
||
},
|
||
},
|
||
{
|
||
name: "QuestSystem",
|
||
status: true,
|
||
description: "Quest System v1.7.0",
|
||
parameters: {
|
||
QuestDatas:
|
||
'["{\\"VariableId\\":\\"481\\",\\"Title\\":\\"Deliver 3 Types of Herbs\\",\\"IconIndex\\":\\"0\\",\\"Requester\\":\\"Herb Shop\\",\\"Rewards\\":\\"[\\\\\\"{\\\\\\\\\\\\\\"Type\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"any\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"GoldValue\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"ExpValue\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"ItemId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"ItemCount\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Text\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"200G\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"IconIndex\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"123\\\\\\\\\\\\\\"}\\\\\\"]\\",\\"Difficulty\\":\\"2h\\",\\"Place\\":\\"Herb Shop in South Market\\",\\"TimeLimit\\":\\"Until Evening\\",\\"DetailNote\\":\\"\\\\\\"\\\\\\\\\\\\\\\\c[2]Lavender, Jasmine\\\\\\\\nGentian\\\\\\\\\\\\\\\\c[0], Wanted!\\\\\\\\n\\\\\\\\nPurchase price negotiable\\\\\\"\\",\\"HiddenDetailNote\\":\\"\\",\\"Detail\\":\\"\\",\\"HiddenDetail\\":\\"\\",\\"QuestOrderCommonEventId\\":\\"284\\",\\"CommonEventId\\":\\"0\\",\\"QuestCancelCommonEventId\\":\\"0\\",\\"Priority\\":\\"0\\"}","{\\"VariableId\\":\\"485\\",\\"Title\\":\\"Deliver Herbal Tea\\",\\"IconIndex\\":\\"0\\",\\"Requester\\":\\"Roseford Trading Company\\",\\"Rewards\\":\\"[\\\\\\"{\\\\\\\\\\\\\\"Type\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"any\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"GoldValue\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"ExpValue\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"ItemId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"ItemCount\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Text\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"200G\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"IconIndex\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"123\\\\\\\\\\\\\\"}\\\\\\"]\\",\\"Difficulty\\":\\"2h\\",\\"Place\\":\\"Roseford Trading Co. General Goods\\",\\"TimeLimit\\":\\"Until Evening\\",\\"DetailNote\\":\\"\\\\\\"Urgently seeking two\\\\\\\\nherbal teas\\\\\\\\n\\\\\\\\nPlease come to the general goods\\\\\\\\ncounter at Roseford Trading Co.\\\\\\"\\",\\"HiddenDetailNote\\":\\"\\",\\"Detail\\":\\"\\",\\"HiddenDetail\\":\\"\\",\\"QuestOrderCommonEventId\\":\\"284\\",\\"CommonEventId\\":\\"0\\",\\"QuestCancelCommonEventId\\":\\"0\\",\\"Priority\\":\\"0\\"}","{\\"VariableId\\":\\"486\\",\\"Title\\":\\"Buy Founding Commemorative Coins\\",\\"IconIndex\\":\\"0\\",\\"Requester\\":\\"Art Dealer\\",\\"Rewards\\":\\"[\\\\\\"{\\\\\\\\\\\\\\"Type\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"any\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"GoldValue\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"ExpValue\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"ItemId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"ItemCount\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Text\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"300G\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"IconIndex\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"123\\\\\\\\\\\\\\"}\\\\\\"]\\",\\"Difficulty\\":\\"2h\\",\\"Place\\":\\"Pub Nest\\",\\"TimeLimit\\":\\"Until Night\\",\\"DetailNote\\":\\"\\\\\\"We will purchase\\\\\\\\n\\\\\\\\\\\\\\\\c[2]Founding Commemorative Coins×3\\\\\\\\\\\\\\\\c[0]\\\\\\\\n\\\\\\\\nWaiting for you at the window\\\\\\\\ntable on the 2nd floor of the pub\\\\\\"\\",\\"HiddenDetailNote\\":\\"\\",\\"Detail\\":\\"\\",\\"HiddenDetail\\":\\"\\",\\"QuestOrderCommonEventId\\":\\"284\\",\\"CommonEventId\\":\\"0\\",\\"QuestCancelCommonEventId\\":\\"0\\",\\"Priority\\":\\"0\\"}","{\\"VariableId\\":\\"488\\",\\"Title\\":\\"Buy Black Powder\\",\\"IconIndex\\":\\"0\\",\\"Requester\\":\\"Bounty Hunter Gray\\",\\"Rewards\\":\\"[\\\\\\"{\\\\\\\\\\\\\\"Type\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"any\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"GoldValue\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"ExpValue\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"ItemId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"ItemCount\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Text\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"200G\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"IconIndex\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"123\\\\\\\\\\\\\\"}\\\\\\"]\\",\\"Difficulty\\":\\"2h\\",\\"Place\\":\\"Back Alley\\",\\"TimeLimit\\":\\"Until Night\\",\\"DetailNote\\":\\"\\\\\\"Need someone who can provide\\\\\\\\nBlack Powder×5\\\\\\\\nWaiting in the alley at night\\\\\\\\n\\\\\\\\nPassword is \\\\\\\\\\\\\\"Charcoal\\\\\\\\\\\\\\"\\\\\\\\nDon\'t forget it\\\\\\"\\",\\"HiddenDetailNote\\":\\"\\",\\"Detail\\":\\"\\",\\"HiddenDetail\\":\\"\\",\\"QuestOrderCommonEventId\\":\\"284\\",\\"CommonEventId\\":\\"0\\",\\"QuestCancelCommonEventId\\":\\"0\\",\\"Priority\\":\\"0\\"}","{\\"VariableId\\":\\"487\\",\\"Title\\":\\"Deliver Silk Thread\\",\\"IconIndex\\":\\"0\\",\\"Requester\\":\\"Red-Light District Outlet\\",\\"Rewards\\":\\"[\\\\\\"{\\\\\\\\\\\\\\"Type\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"any\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"GoldValue\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"ExpValue\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"ItemId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"ItemCount\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Text\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"200G\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"IconIndex\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"123\\\\\\\\\\\\\\"}\\\\\\"]\\",\\"Difficulty\\":\\"2h\\",\\"Place\\":\\"Red-Light District Outlet\\",\\"TimeLimit\\":\\"Until Evening\\",\\"DetailNote\\":\\"\\\\\\"We\'re short on fabric and\\\\\\\\nseeking Silk Thread×3\\\\\\\\n\\\\\\\\nIf you have any, please come\\\\\\\\nto the outlet in the red-light district!\\\\\\"\\",\\"HiddenDetailNote\\":\\"\\",\\"Detail\\":\\"\\",\\"HiddenDetail\\":\\"\\",\\"QuestOrderCommonEventId\\":\\"284\\",\\"CommonEventId\\":\\"0\\",\\"QuestCancelCommonEventId\\":\\"0\\",\\"Priority\\":\\"0\\"}","{\\"VariableId\\":\\"482\\",\\"Title\\":\\"Public Bath Cleaning\\",\\"IconIndex\\":\\"0\\",\\"Requester\\":\\"Thermae Manager\\",\\"Rewards\\":\\"[\\\\\\"{\\\\\\\\\\\\\\"Type\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"any\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"GoldValue\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"ExpValue\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"ItemId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"ItemCount\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Text\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"200G\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"IconIndex\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"123\\\\\\\\\\\\\\"}\\\\\\"]\\",\\"Difficulty\\":\\"5h\\",\\"Place\\":\\"Thermae\\",\\"TimeLimit\\":\\"Until Evening\\",\\"DetailNote\\":\\"\\\\\\"Recruiting cleaners for the public bath\\\\\\\\n\\\\\\\\\\\\\\\\c[27]Preferably someone used to\\\\\\\\nhandling men\\\\\\\\\\\\\\\\c[0]\\\\\\\\n\\\\\\\\nThe Thermae is left of central district\\\\\\\\nPast the gate with flowing water\\\\\\"\\",\\"HiddenDetailNote\\":\\"\\",\\"Detail\\":\\"\\",\\"HiddenDetail\\":\\"\\",\\"QuestOrderCommonEventId\\":\\"284\\",\\"CommonEventId\\":\\"0\\",\\"QuestCancelCommonEventId\\":\\"0\\",\\"Priority\\":\\"0\\"}","{\\"VariableId\\":\\"483\\",\\"Title\\":\\"Pub Cleaning\\",\\"IconIndex\\":\\"0\\",\\"Requester\\":\\"Pub Master\\",\\"Rewards\\":\\"[\\\\\\"{\\\\\\\\\\\\\\"Type\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"any\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"GoldValue\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"ExpValue\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"ItemId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"ItemCount\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Text\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"200G\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"IconIndex\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"123\\\\\\\\\\\\\\"}\\\\\\"]\\",\\"Difficulty\\":\\"4h\\",\\"Place\\":\\"Pub Nest\\",\\"TimeLimit\\":\\"Until Evening\\",\\"DetailNote\\":\\"\\\\\\"Need someone to clean the inside\\\\\\\\nbefore the bar opens at night\\\\\\\\n\\\\\\\\nThe shop is just to the left of this bulletin board\\\\\\"\\",\\"HiddenDetailNote\\":\\"\\",\\"Detail\\":\\"\\",\\"HiddenDetail\\":\\"\\",\\"QuestOrderCommonEventId\\":\\"284\\",\\"CommonEventId\\":\\"0\\",\\"QuestCancelCommonEventId\\":\\"0\\",\\"Priority\\":\\"0\\"}","{\\"VariableId\\":\\"484\\",\\"Title\\":\\"Inn Cleaning\\",\\"IconIndex\\":\\"0\\",\\"Requester\\":\\"Inn Elder Roy\\",\\"Rewards\\":\\"[\\\\\\"{\\\\\\\\\\\\\\"Type\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"any\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"GoldValue\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"ExpValue\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"ItemId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"ItemCount\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Text\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"100G\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"IconIndex\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"123\\\\\\\\\\\\\\"}\\\\\\"]\\",\\"Difficulty\\":\\"3h\\",\\"Place\\":\\"Inn -Twilight Pavilion-\\",\\"TimeLimit\\":\\"Until Evening\\",\\"DetailNote\\":\\"\\\\\\"Recruiting someone to help clean\\\\\\\\nguest rooms and lounge\\\\\\\\nWaiting for you at the inn\\\\\\\\n\\\\\\\\nThe inn is the building just left\\\\\\\\nof the dungeon main gate\\\\\\"\\",\\"HiddenDetailNote\\":\\"\\",\\"Detail\\":\\"\\",\\"HiddenDetail\\":\\"\\",\\"QuestOrderCommonEventId\\":\\"284\\",\\"CommonEventId\\":\\"0\\",\\"QuestCancelCommonEventId\\":\\"0\\",\\"Priority\\":\\"0\\"}","{\\"VariableId\\":\\"491\\",\\"Title\\":\\"Exterminate Ropers\\",\\"IconIndex\\":\\"0\\",\\"Requester\\":\\"Vigilante Corps\\",\\"Rewards\\":\\"[\\\\\\"{\\\\\\\\\\\\\\"Type\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"any\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"GoldValue\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"ExpValue\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"ItemId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"ItemCount\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Text\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"200G\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"IconIndex\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"123\\\\\\\\\\\\\\"}\\\\\\"]\\",\\"Difficulty\\":\\"--\\",\\"Place\\":\\"Galad Castle Courtyard Rest Area\\",\\"TimeLimit\\":\\"--\\",\\"DetailNote\\":\\"\\\\\\"\\\\\\\\\\\\\\\\c[2]Ropers\\\\\\\\\\\\\\\\c[0] are appearing en masse\\\\\\\\nat Galad Castle\'s\\\\\\\\ncourtyard rest area\\\\\\\\n\\\\\\\\nIt\'s where the camping tents are\\\\\\\\nIf anyone\'s free, go\\\\\\\\nexterminate them\\\\\\"\\",\\"HiddenDetailNote\\":\\"\\",\\"Detail\\":\\"\\",\\"HiddenDetail\\":\\"\\",\\"QuestOrderCommonEventId\\":\\"284\\",\\"CommonEventId\\":\\"0\\",\\"QuestCancelCommonEventId\\":\\"0\\",\\"Priority\\":\\"0\\"}","{\\"VariableId\\":\\"492\\",\\"Title\\":\\"Exterminate Sludges\\",\\"IconIndex\\":\\"0\\",\\"Requester\\":\\"Vigilante Corps\\",\\"Rewards\\":\\"[\\\\\\"{\\\\\\\\\\\\\\"Type\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"any\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"GoldValue\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"ExpValue\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"ItemId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"ItemCount\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Text\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"200G\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"IconIndex\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"123\\\\\\\\\\\\\\"}\\\\\\"]\\",\\"Difficulty\\":\\"--\\",\\"Place\\":\\"Galad Castle East Outer Rest Area\\",\\"TimeLimit\\":\\"--\\",\\"DetailNote\\":\\"\\\\\\"\\\\\\\\\\\\\\\\c[2]Sludges\\\\\\\\\\\\\\\\c[0] are appearing en masse\\\\\\\\nin front of the east library\\\\\\\\nat Galad Castle\\\\\\\\n\\\\\\\\nThat\'s also a camping spot\\\\\\\\nIf anyone\'s free, go\\\\\\\\nexterminate them\\\\\\"\\",\\"HiddenDetailNote\\":\\"\\",\\"Detail\\":\\"\\",\\"HiddenDetail\\":\\"\\",\\"QuestOrderCommonEventId\\":\\"284\\",\\"CommonEventId\\":\\"0\\",\\"QuestCancelCommonEventId\\":\\"0\\",\\"Priority\\":\\"0\\"}","{\\"VariableId\\":\\"494\\",\\"Title\\":\\"Exterminate Glow Rats\\",\\"IconIndex\\":\\"0\\",\\"Requester\\":\\"Vigilante Corps\\",\\"Rewards\\":\\"[\\\\\\"{\\\\\\\\\\\\\\"Type\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"any\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"GoldValue\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"ExpValue\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"ItemId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"ItemCount\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Text\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"150G\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"IconIndex\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"123\\\\\\\\\\\\\\"}\\\\\\"]\\",\\"Difficulty\\":\\"--\\",\\"Place\\":\\"Galad Castle Entrance\\",\\"TimeLimit\\":\\"--\\",\\"DetailNote\\":\\"\\\\\\"\\\\\\\\\\\\\\\\c[2]Glow Rats\\\\\\\\\\\\\\\\c[0] are appearing en masse\\\\\\\\nJust east after entering the dungeon\\\\\\\\n\\\\\\\\nIf you\'re free, go exterminate them\\\\\\"\\",\\"HiddenDetailNote\\":\\"\\",\\"Detail\\":\\"\\",\\"HiddenDetail\\":\\"\\",\\"QuestOrderCommonEventId\\":\\"284\\",\\"CommonEventId\\":\\"0\\",\\"QuestCancelCommonEventId\\":\\"0\\",\\"Priority\\":\\"0\\"}","{\\"VariableId\\":\\"497\\",\\"Title\\":\\"Bulk Purchase of Black Powder\\",\\"IconIndex\\":\\"0\\",\\"Requester\\":\\"Roseford Trading Company\\",\\"Rewards\\":\\"[\\\\\\"{\\\\\\\\\\\\\\"Type\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"any\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"GoldValue\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"ExpValue\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"ItemId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"ItemCount\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Text\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"200G\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"IconIndex\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"123\\\\\\\\\\\\\\"}\\\\\\"]\\",\\"Difficulty\\":\\"1h\\",\\"Place\\":\\"Roseford Trading Co. Weapon Shop\\",\\"TimeLimit\\":\\"Until Evening\\",\\"DetailNote\\":\\"\\\\\\"Bulk purchase of\\\\\\\\n\\\\\\\\\\\\\\\\c[2]Black Powder×5\\\\\\\\\\\\\\\\c[0] in progress!\\\\\\\\n\\\\\\\\nContact the weapon shop clerk\\\\\\\\nat Roseford Trading Company\\\\\\"\\",\\"HiddenDetailNote\\":\\"\\",\\"Detail\\":\\"\\",\\"HiddenDetail\\":\\"\\",\\"QuestOrderCommonEventId\\":\\"284\\",\\"CommonEventId\\":\\"0\\",\\"QuestCancelCommonEventId\\":\\"0\\",\\"Priority\\":\\"0\\"}"]',
|
||
EnabledQuestMenu: "false",
|
||
EnabledQuestMenuSwitchId: "0",
|
||
MenuCommands: '["orderingQuest","reportedQuest","all"]',
|
||
MenuBackgroundImage:
|
||
'{"FileName1":"","FileName2":"","XOfs":"240","YOfs":"300"}',
|
||
DisplayRequestor: "true",
|
||
DisplayRewards: "true",
|
||
DisplayDifficulty: "true",
|
||
DisplayPlace: "true",
|
||
DisplayTimeLimit: "true",
|
||
EnabledQuestOrderingCountWindow: "true",
|
||
QuestOrderSe: '{"FileName":"","Volume":"90","Pitch":"100","Pan":"0"}',
|
||
QuestReportMe: '{"FileName":"win","Volume":"90","Pitch":"100","Pan":"0"}',
|
||
WindowSize:
|
||
'{"CommandWindowWidth":"500","CommandWindowHeight":"120","DialogWindowWidth":"350","GetRewardWindowWidth":"500"}',
|
||
Text: '{"MenuQuestSystemText":"Check Jobs","QuestOrderText":"Accept this job?","QuestOrderYesText":"Accept","QuestOrderNoText":"Decline","QuestCancelText":"Cancel this job?","QuestCancelYesText":"Cancel","QuestCancelNoText":"Don\'t Cancel","QuestReportText":"Report job completion","QuestReportYesText":"Report","QuestReportNoText":"Don\'t Report","NothingQuestText":"No Information","GetRewardText":"Reward Obtained","ReachedLimitText":"Request limit reached","HiddenTitleText":"??????","AllCommandText":"All Jobs","QuestOrderCommandText":"Today\'s Job Listings","OrderingQuestCommandText":"Active Jobs","QuestCancelCommandText":"Cancel Job","QuestReportCommandText":"Report Job","ReportedQuestCommandText":"Completed Jobs","FailedQuestCommandText":"Failed Jobs","ExpiredQuestCommandText":"Expired Jobs","HiddenQuestCommandText":"Unknown Jobs","NotOrderedStateText":"Not Accepted","OrderingStateText":"In Progress","ReportableStateText":"Reportable","ReportedStateText":"Reported","FailedStateText":"Failed","ExpiredStateText":"Expired","RequesterText":"【Client】:","RewardText":"【Base Reward】:","DifficultyText":"【Duration】:","PlaceText":"【Location】:","TimeLimitText":"【Deadline】","OrderingCountText":"Accepted:"}',
|
||
TextColor:
|
||
'{"NotOrderedStateColor":"#ffffff","OrderingStateColor":"#ee7800","ReportableStateColor":"#00ed4f","ReportedStateColor":"#ffffff","FailedStateColor":"#ffffff","ExpiredStateColor":"#ff0000"}',
|
||
CommandIcon:
|
||
'{"AllCommandIcon":"0","QuestOrderCommandIcon":"0","OrderingQuestCommandIcon":"0","QuestCancelCommandIcon":"0","QuestReportCommandIcon":"0","ReportedQuestCommandIcon":"0","FailedQuestCommandIcon":"0","ExpiredQuestCommandIcon":"0","HiddenQuestCommandIcon":"0"}',
|
||
GoldIcon: "123",
|
||
ExpIcon: "12",
|
||
QuestTitleWrap: "false",
|
||
MaxOrderingQuests: "5",
|
||
},
|
||
},
|
||
{
|
||
name: "LoadingSpinnerCustomize",
|
||
status: true,
|
||
description: "ローディングスピナー調整プラグイン",
|
||
parameters: { hidden: "true" },
|
||
},
|
||
{
|
||
name: "EquipRemoveUi",
|
||
status: true,
|
||
description: "装備解除UI調整プラグイン",
|
||
parameters: {
|
||
removeText: "Remove",
|
||
removeDesc: "Remove Equipment",
|
||
commandTop: "false",
|
||
},
|
||
},
|
||
{
|
||
name: "BeforeCommon",
|
||
status: true,
|
||
description:
|
||
"ver1.01/スキルやアイテムの発動前に、スキルやアイテムに設定されたコモンイベントを発生させます。",
|
||
parameters: { IndexVariableID: "308", TargetIndexVariableID: "309" },
|
||
},
|
||
{
|
||
name: "BugFixSellWindow",
|
||
status: true,
|
||
description: "売却リストウィンドウのバグ修正プラグイン",
|
||
parameters: {},
|
||
},
|
||
{
|
||
name: "MNKR_SkipSkillScope",
|
||
status: true,
|
||
description:
|
||
"マップ上でスキル(範囲が利用者)使用時に、対象選択をスキップします。",
|
||
parameters: {},
|
||
},
|
||
{
|
||
name: "DarkPlasma_HighlightNewItem",
|
||
status: true,
|
||
description: "新しく入手したアイテムをメニューのアイテム一覧で強調表示する",
|
||
parameters: { newItemColor: "6", newItemToTop: "false" },
|
||
},
|
||
{
|
||
name: "IconDescription",
|
||
status: true,
|
||
description: "Icon Description Plugin",
|
||
parameters: {
|
||
list: '["{\\"iconIndex\\":\\"138\\",\\"caption\\":\\"\\\\\\\\C[27]<Meal Buff: Temporary Status Boost>\\\\\\\\C[0]\\\\n\\\\\\\\N[1]「I have replenished my nutrition with a warm meal」\\"}","{\\"iconIndex\\":\\"139\\",\\"caption\\":\\"\\\\\\\\C[27]<Hot Spring: Post-Battle Natural Healing UP>\\\\\\\\C[0]\\\\n\\\\\\\\N[1]「My body is warmed to the core」\\"}","{\\"iconIndex\\":\\"114\\",\\"caption\\":\\"\\\\\\\\C[27]<Drunk: Occasionally Miss Attacks>\\\\\\\\C[0]\\\\n\\\\\\\\N[1]「M-My head is spinning...」\\"}","{\\"iconIndex\\":\\"113\\",\\"caption\\":\\"\\\\\\\\C[27]<Musky\\\\\\\\I[15]: Causes Male Arousal & Restraints>\\\\\\\\C[0]\\\\n\\\\\\\\N[1]「I might smell a bit sweaty... I should take a bath」\\"}","{\\"iconIndex\\":\\"116\\",\\"caption\\":\\"\\\\\\\\C[1]<Burn: Natural Healing Reduced>\\\\\\\\C[0]\\\\n\\\\\\\\N[1]「It stings, I need to treat this quickly...」\\"}","{\\"iconIndex\\":\\"117\\",\\"caption\\":\\"\\\\\\\\C[1]<Deadly Poison: Fatal Continuous Damage>\\\\\\\\C[0]\\\\n\\\\\\\\N[1]「I-I cannot breathe... I will die like this...」\\"}","{\\"iconIndex\\":\\"120\\",\\"caption\\":\\"\\\\\\\\C[1]<Curse: Cannot Use Prayer or Magic>\\\\\\\\C[0]\\\\n\\\\\\\\N[1]「........!........!」\\"}","{\\"iconIndex\\":\\"121\\",\\"caption\\":\\"\\\\\\\\C[1]<Slime: Continuous Damage to Underwear>\\\\\\\\C[0]\\\\n\\\\\\\\N[1]「It is nothing much... wait, only my clothes are melting!」\\"}","{\\"iconIndex\\":\\"122\\",\\"caption\\":\\"\\\\\\\\C[1]<Bleeding: Minor Continuous Damage>\\\\\\\\C[0]\\\\n\\\\\\\\N[1]「This should heal naturally」\\"}","{\\"iconIndex\\":\\"128\\",\\"caption\\":\\"\\\\\\\\C[27]<Brainwashed: ???>\\\\\\\\C[0]\\\\n\\\\\\\\N[1]「Huh...? What was I just doing...?」\\"}","{\\"iconIndex\\":\\"129\\",\\"caption\\":\\"\\\\\\\\C[1]<Stomachache: Excrete Ether After Time>\\\\\\\\C[0]\\\\n\\\\\\\\N[1]「Haa... haa... something is writhing in my stomach...!」\\"}","{\\"iconIndex\\":\\"130\\",\\"caption\\":\\"\\\\\\\\C[1]<Petrification: Turn to Stone After Time>\\\\\\\\C[0]\\\\n\\\\\\\\N[1]「Nooo! I do not want to die!!」\\"}","{\\"iconIndex\\":\\"131\\",\\"caption\\":\\"\\\\\\\\C[27]<Erection: Dick is Erect\\\\\\\\C[0]\\\\n\\\\\\\\N[1]「T-This is impossible...! Why do I have a penis...!」\\"}","{\\"iconIndex\\":\\"133\\",\\"caption\\":\\"\\\\\\\\C[27]<Creampied: Prayer Power Greatly Reduced>\\\\\\\\C[0]\\\\n\\\\\\\\N[1]「Ugh... semen is coming out from inside...」\\"}","{\\"iconIndex\\":\\"134\\",\\"caption\\":\\"\\\\\\\\C[27]<Mind Broken: Chastity Temporarily Collapsed>\\\\\\\\C[0]\\\\n\\\\\\\\N[1]「Nhooo...\\\\\\\\I[15]cock...\\\\\\\\I[15]」\\"}","{\\"iconIndex\\":\\"135\\",\\"caption\\":\\"\\\\\\\\C[27]<Aroused: Lewdness % Slightly Increased>\\\\\\\\C[0]\\\\n\\\\\\\\N[1]「(I long for warmth...)」\\"}","{\\"iconIndex\\":\\"14\\",\\"caption\\":\\"\\\\\\\\C[27]<Exhausted: Stats Greatly Decreased>\\\\\\\\C[0]\\\\n\\\\\\\\N[1]「I-I am at my limit... I need to rest soon」\\"}","{\\"iconIndex\\":\\"136\\",\\"caption\\":\\"\\\\\\\\C[27]<Leech: HP Continuous Damage <Medium>>\\\\\\\\C[0]\\\\n\\\\\\\\N[1]「Ugh... this feels disgusting...」\\"}","{\\"iconIndex\\":\\"140\\",\\"caption\\":\\"\\\\\\\\C[27]<Revelation: Advised by Fortune>\\\\\\\\C[0]\\\\n\\\\\\\\N[1]「I should probably follow that advice」\\"}","{\\"iconIndex\\":\\"144\\",\\"caption\\":\\"\\\\\\\\C[27]<Horny: Libido Pent Up, Chastity Loosened>\\\\\\\\C[0]\\\\n\\\\\\\\N[1](Come to think of it, it has been a while...)\\"}","{\\"iconIndex\\":\\"145\\",\\"caption\\":\\"\\\\\\\\C[27]<Clear-Minded: Libido Relieved, Chastity Firm>\\\\\\\\C[0]\\\\n\\\\\\\\N[1]「What a waste of time that was...」\\"}","{\\"iconIndex\\":\\"147\\",\\"caption\\":\\"\\\\\\\\C[27]<Lucky Pervert: Night Job Lucky Pervert Guaranteed>\\\\\\\\C[0]\\\\n\\\\\\\\N[1]「I have a bad feeling about this...」\\"}"]',
|
||
fontSize: "22",
|
||
padding: "8",
|
||
backOpacity: "0",
|
||
triggerType: "click",
|
||
se: '{"name":"ex_paper","volume":"90","pitch":"100","pan":"0"}',
|
||
},
|
||
},
|
||
{
|
||
name: "AlchemySystem",
|
||
status: true,
|
||
description: "アイテム合成プラグイン v2.1.2",
|
||
parameters: {
|
||
RecipeInfos: "[]",
|
||
EnabledMenuAlchemy: "false",
|
||
EnabledAlchemySwitchId: "0",
|
||
EnabledCategoryWindow: "false",
|
||
EnabledGoldWindow: "true",
|
||
DisplayItemCategory: "true",
|
||
DisplayWeaponCategory: "false",
|
||
DisplayArmorCategory: "false",
|
||
DisplayKeyItemCategory: "false",
|
||
EnableIncludeEquipItem: "false",
|
||
MaxNumMakeItem: "99",
|
||
MaxMaterials: "4",
|
||
MakeItemSeFileName: "ex_item4",
|
||
MakeItemSeVolume: "100",
|
||
MakeItemSePitch: "80",
|
||
MakeItemSePan: "0",
|
||
MenuAlchemyText: "Item Crafting",
|
||
NeedMaterialText: "Required Materials:",
|
||
NeedPriceText: "Fee:",
|
||
TargetItemText: "Item Obtained:",
|
||
NoteParseErrorMessage: "Failed to parse note field. Content of the relevant section: (%1)",
|
||
},
|
||
},
|
||
{
|
||
name: "KeepDestination",
|
||
status: true,
|
||
description: "タッチ移動先の保持プラグイン",
|
||
parameters: {},
|
||
},
|
||
{
|
||
name: "NRP_VictoryRewards",
|
||
status: true,
|
||
description: "v1.05 戦闘勝利時の表示をカスタマイズします。",
|
||
parameters: {
|
||
NotDisplayVictoryMessage: "false",
|
||
ApplyNotBattle: "false",
|
||
StartCommmonEvent: "",
|
||
EndCommmonEvent: "239",
|
||
"<Window>": "",
|
||
VictoryWindowBackground: "",
|
||
WindowX: "0",
|
||
WindowY: "0",
|
||
WindowWidth: "Graphics.boxWidth",
|
||
WindowHeight: "Graphics.boxHeight",
|
||
DefeatWindowBackground: "",
|
||
"<DimmerWindow>": "",
|
||
GradientType: "2",
|
||
StartGradientSize: "",
|
||
EndGradientSize: "",
|
||
DimmerColor: "",
|
||
"<Message>": "",
|
||
MessageSpeed: "100",
|
||
FontSize: "",
|
||
LineHeight: "",
|
||
AdjustMessageX: "",
|
||
AdjustMessageY: "",
|
||
MessageFitWidth: "false",
|
||
"<Actor>": "",
|
||
UseActorHeadline: "false",
|
||
ActorHeadline: "\\c[16]【%1】\\c[0]",
|
||
"<DropItem>": "",
|
||
DropItemHeadline: "\\c[16]【戦利品】\\c[0]",
|
||
DropItemDisplay: "%2%1 × %3",
|
||
DropItemNewline: "true",
|
||
DropItemConsolidate: "true",
|
||
"<AdditionalClasses>": "",
|
||
AC_DisplayStyle: "input",
|
||
__collapsed: ["<DropItem>"],
|
||
},
|
||
},
|
||
{
|
||
name: "SystemSoundCustomize",
|
||
status: true,
|
||
description: "システム効果音変更プラグイン",
|
||
parameters: {},
|
||
},
|
||
{
|
||
name: "NRP_HideTouchButton",
|
||
status: true,
|
||
description: "v1.00 タッチUI用ボタンと領域を非表示にする。",
|
||
parameters: {
|
||
HideCancelButton: "false",
|
||
HidePageButton: "true",
|
||
HideMenuButton: "true",
|
||
HideNumberButton: "false",
|
||
HideTouchArea: "false",
|
||
HideOption: "true",
|
||
OptionForceOn: "true",
|
||
PageButtonAdjustX: "0",
|
||
PageButtonAdjustY: "0",
|
||
},
|
||
},
|
||
{
|
||
name: "SimpleVoice",
|
||
status: true,
|
||
description: "簡易ボイスプラグイン",
|
||
parameters: { optionName: "Voice Volume", optionValue: "100" },
|
||
},
|
||
{
|
||
name: "NRP_OptionCustomize",
|
||
status: true,
|
||
description: "v1.001 オプション画面の表示をカスタマイズ",
|
||
parameters: {
|
||
SeparateList: "[]",
|
||
SeparateCenter: "false",
|
||
MaxVisibleCommands: "8",
|
||
WindowWidth: "",
|
||
WindowBackgroundType: "0",
|
||
VolumeOffset: "10.00",
|
||
MagnifiedVolume: "1",
|
||
},
|
||
},
|
||
{
|
||
name: "ColorFadeOut",
|
||
status: true,
|
||
description: "カラーフェードアウトプラグイン",
|
||
parameters: {},
|
||
},
|
||
{
|
||
name: "TorigoyaMZ_MaxSlipDamageSetting",
|
||
status: true,
|
||
description: "敵のスリップダメージ上限設定プラグイン (v.1.0.0)",
|
||
parameters: {},
|
||
},
|
||
{
|
||
name: "OpenExternalLink",
|
||
status: true,
|
||
description: "外部リンクを開くプラグイン",
|
||
parameters: {
|
||
commandText: "Dlsite",
|
||
url: "https://www.dlsite.com/maniax/announce/=/product_id/RJ01412576.html",
|
||
},
|
||
},
|
||
{
|
||
name: "AutoScrollHelpWindow",
|
||
status: true,
|
||
description: "Auto-scrolls help window text when it's too long to fit",
|
||
parameters: {
|
||
scrollSpeed: "1",
|
||
scrollDelay: "60",
|
||
pauseAtTop: "60",
|
||
pauseAtBottom: "120",
|
||
},
|
||
},
|
||
{
|
||
name: "RefreshTextVariables",
|
||
status: true,
|
||
description: "Adds F9 keybind to refresh text variables with updated translations",
|
||
parameters: {},
|
||
},
|
||
{
|
||
name: "MinimapZoom",
|
||
status: true,
|
||
description: "Press M to toggle a zoomed-out minimap view of the current map",
|
||
parameters: { "Toggle Key": "77" },
|
||
},
|
||
{
|
||
name: "IconScaler",
|
||
status: true,
|
||
description: "Automatically scales icons in text (\\I[x]) to match the current font size.",
|
||
parameters: {},
|
||
},
|
||
{
|
||
"name": "FullMapScreenshot",
|
||
"status": true,
|
||
description: "Press O to take a screenshot of the current map, which will be saved to (FullMapScreenshot)",
|
||
"parameters": {},
|
||
},
|
||
];
|