7078 lines
314 KiB
JavaScript
7078 lines
314 KiB
JavaScript
// Generated by RPG Maker.
|
||
// Do not edit this file directly.
|
||
var $plugins = [
|
||
{
|
||
name: "QuestSystem",
|
||
status: false,
|
||
description: "クエストシステム v1.4.0",
|
||
parameters: {
|
||
QuestDatas: "[]",
|
||
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",
|
||
QuestOrderSe:
|
||
'{"FileName":"Skill1","Volume":"90","Pitch":"100","Pan":"0"}',
|
||
QuestReportMe:
|
||
'{"FileName":"Item","Volume":"90","Pitch":"100","Pan":"0"}',
|
||
WindowSize:
|
||
'{"CommandWindowWidth":"300","CommandWindowHeight":"160","DialogWindowWidth":"400","GetRewardWindowWidth":"540"}',
|
||
Text: '{"MenuQuestSystemText":"Check Quest","QuestOrderText":"Will you accept this quest?","QuestOrderYesText":"Accept","QuestOrderNoText":"Do not accept","QuestCancelText":"Will you cancel this quest?","QuestCancelYesText":"Cancel","QuestCancelNoText":"Do not cancel","QuestReportText":"Will you report this quest?","QuestReportYesText":"Report","QuestReportNoText":"Do not report","NothingQuestText":"There are no applicable quests.","GetRewardText":"You have received the following items as a reward.","ReachedLimitText":"The number of quests has reached the limit.","HiddenTitleText":"????","AllCommandText":"All Quests","QuestOrderCommandText":"Accept Quest","OrderingQuestCommandText":"Ongoing Quests","QuestCancelCommandText":"Cancel Quest","QuestReportCommandText":"Report Quest","ReportedQuestCommandText":"Reported Quests","FailedQuestCommandText":"Failed Quests","ExpiredQuestCommandText":"Expired Quests","HiddenQuestCommandText":"Unknown Quest","NotOrderedStateText":"Not Accepted","OrderingStateText":"Ongoing","ReportableStateText":"Reportable","ReportedStateText":"Reported","FailedStateText":"Failed","ExpiredStateText":"Expired","RequesterText":"[Requester]:","RewardText":"[Reward]:","DifficultyText":"[Difficulty]:","PlaceText":"[Location]:","TimeLimitText":"[Time Limit]:"}',
|
||
TextColor:
|
||
'{"NotOrderedStateColor":"#ffffff","OrderingStateColor":"#ffffff","ReportableStateColor":"#ffffff","ReportedStateColor":"#ffffff","FailedStateColor":"#ffffff","ExpiredStateColor":"#ff0000"}',
|
||
GoldIcon: "314",
|
||
ExpIcon: "89",
|
||
QuestTitleWrap: "false",
|
||
MaxOrderingQuests:
|
||
'{"FileName1":"","FileName2":"","XOfs":"240","YOfs":"300"}',
|
||
},
|
||
},
|
||
{
|
||
name: "MessageWindowPopup",
|
||
status: false,
|
||
description: "フキダシウィンドウプラグイン",
|
||
parameters: {
|
||
フォントサイズ: "28",
|
||
余白: "13",
|
||
自動設定: "OFF",
|
||
フェイス倍率: "100",
|
||
ウィンドウ連携: "OFF",
|
||
行間: "4",
|
||
ウィンドウ透過: "OFF",
|
||
フォントサイズ増減幅: "12",
|
||
フォントサイズ上限: "96",
|
||
フォントサイズ下限: "24",
|
||
画面内に収める: "ON",
|
||
振動の速さ: "5",
|
||
振動時間: "60",
|
||
テールを使わない: "false",
|
||
最小横幅取得変数ID: "0",
|
||
最小高さ取得変数ID: "0",
|
||
lowerLimitX: "0",
|
||
upperLimitX: "0",
|
||
lowerLimitY: "0",
|
||
upperLimitY: "0",
|
||
tailImage: "",
|
||
tailImageAdjustY: "0",
|
||
},
|
||
},
|
||
{
|
||
name: "FTKR_ItemCompositionSystem",
|
||
status: false,
|
||
description: "v1.7.4 アイテム合成システム",
|
||
parameters: {
|
||
"--基本設定--": "",
|
||
"Menu Command":
|
||
'["{\\"enabled\\":\\"1\\",\\"name\\":\\"料理\\",\\"switchId\\":\\"0\\"}"]',
|
||
"Enable Confirmation": "0",
|
||
"Enable End Confirmation": "0",
|
||
"Disable Material Number Input": "1",
|
||
"Category Type ID": "",
|
||
"Category Format": "カテゴリー %1",
|
||
"Not Applicable to Recipe": "reset",
|
||
"Recipe Materials Treatment": "lost",
|
||
"Recipe Matching Pattern": "1",
|
||
"Item Number Delimiters": ":",
|
||
"--合成成功率の設定--": "",
|
||
"Composition Parameter": "",
|
||
"Success Base Rate": "100",
|
||
"Upper Add Rate": "2",
|
||
"Downer Reduce Rate": "0",
|
||
"Max Success Rate": "100",
|
||
"Default Difficulty": "20,80,0",
|
||
"--合成タイトルウィンドウの設定--": "",
|
||
"Composit Title Format": '["\\\\c[16]料理"]',
|
||
"Composit Title Align": "0",
|
||
"Comp Title Opacity": "192",
|
||
"Comp Title Frame Hide": "表示する(show)",
|
||
"--合成コマンドウィンドウの設定--": "",
|
||
"Command List": '["action,item,weapon,armor,change,slot,end"]',
|
||
"Change Materials Name": '["素材から選ぶ"]',
|
||
"Change Resipes Name": '["レシピから選ぶ"]',
|
||
"Slot Cmd Name": '["素材を戻す"]',
|
||
"Action Cmd Name": '["料理を行う"]',
|
||
"End Cmd Name": '["料理を止める"]',
|
||
"Item Cmd Name": '["アイテム"]',
|
||
"Weapon Cmd Name": "[]",
|
||
"Armor Cmd Name": "[]",
|
||
"Composit Command Align": "0",
|
||
"Comp Cmd Opacity": "192",
|
||
"Comp Cmd Frame Hide": "表示する(show)",
|
||
"--アイテムリストウィンドウの設定--": "",
|
||
"Item List Opacity": "192",
|
||
"Item List Frame Hide": "表示する(show)",
|
||
"--素材数指定ウィンドウの設定--": "",
|
||
"Show Number Button": "1",
|
||
"Display Materials On Number": "1",
|
||
"Number Opacity": "192",
|
||
"Number Frame Hide": "表示する(show)",
|
||
"--スロットタイトルウィンドウの設定--": "",
|
||
"Slot Title Format": '["\\\\c[16]素材"]',
|
||
"Slot Title Align": "0",
|
||
"Slot Title Opacity": "192",
|
||
"Slot Title Frame Hide": "表示する(show)",
|
||
"--素材スロットウィンドウの設定--": "",
|
||
"Empty Format": '["未設定"]',
|
||
"Empty Icon": "160",
|
||
"Return All Slot": '["素材をすべて戻す"]',
|
||
"Slot Opacity": "192",
|
||
"Slot Frame Hide": "表示する(show)",
|
||
"--合成情報タイトルウィンドウの設定--": "",
|
||
"Status Title Format": '["\\\\c[16]情報"]',
|
||
"Status Title Align": "0",
|
||
"Status Title Opacity": "192",
|
||
"Status Title Frame Hide": "表示する(show)",
|
||
"--合成情報ウィンドウの設定--": "",
|
||
"Unkouwn Item Name": '["????"]',
|
||
"Display Difficulty": "1",
|
||
"Difficulty Format": '["難易度:%1"]',
|
||
"Composit Number Format": '["生成数:"]',
|
||
"Display Recipe Materials": "1",
|
||
"Recipe Title Format": '["必要素材"]',
|
||
"Recipe Material Number Format": '{"text":"%2/%1","width":"5"}',
|
||
"Status Opacity": "192",
|
||
"Status Frame Hide": "表示する(show)",
|
||
"--確認ウィンドウの設定(Confirmation Window)--": "",
|
||
"Conf Title Format": '["\\\\c[16]実行の確認"]',
|
||
"Conf Title Align": "0",
|
||
"Confirmation Ok Format": '["実行する"]',
|
||
"Confirmation Cancel Format": '["実行しない"]',
|
||
"Conf Command Align": "1",
|
||
"Confirmation Opacity": "192",
|
||
"Confirmation Frame Hide": "表示する(show)",
|
||
"--合成結果ウィンドウの設定--": "",
|
||
"Result Title Format": '["\\\\c[16]結果"]',
|
||
"Result Title Align": "0",
|
||
"Result Great Success": '["大成功"]',
|
||
"Result Success": '["成功"]',
|
||
"Result Failure": '["失敗"]',
|
||
"Result Lost": '["消失"]',
|
||
"Result Reset": '["復元"]',
|
||
"Result Ok Format": '["確認"]',
|
||
"Result Opacity": "192",
|
||
"Result Frame Hide": "表示する(show)",
|
||
"--終了確認ウィンドウの設定--": "",
|
||
"End Title Format": '["\\\\c[16]料理を終了しますか?"]',
|
||
"End Title Align": "0",
|
||
"End Ok Format": '["終了する"]',
|
||
"End Cancel Format": '["終了しない"]',
|
||
"End Command Align": "1",
|
||
"End Opacity": "192",
|
||
"End Frame Hide": "表示する(show)",
|
||
"--背景設定(Background Window)--": "",
|
||
"Background Image Name": '[""]',
|
||
"--合成時のSEの設定--": "",
|
||
"Success SE":
|
||
'["{\\"name\\":\\"Sound2\\",\\"volume\\":\\"90\\",\\"pitch\\":\\"100\\",\\"pan\\":\\"0\\"}"]',
|
||
"Great SE":
|
||
'["{\\"name\\":\\"Sound2\\",\\"volume\\":\\"90\\",\\"pitch\\":\\"100\\",\\"pan\\":\\"0\\"}"]',
|
||
"Failure SE":
|
||
'["{\\"name\\":\\"Sound2\\",\\"volume\\":\\"90\\",\\"pitch\\":\\"100\\",\\"pan\\":\\"0\\"}"]',
|
||
"Lost SE":
|
||
'["{\\"name\\":\\"Sound2\\",\\"volume\\":\\"90\\",\\"pitch\\":\\"100\\",\\"pan\\":\\"0\\"}"]',
|
||
"--カテゴリー別の合成コマンドの設定--": "",
|
||
"Custom Cmd 1 Name": "",
|
||
"Custom Cmd 1 Category": "",
|
||
"Custom Cmd 2 Name": "",
|
||
"Custom Cmd 2 Category": "",
|
||
"Custom Cmd 3 Name": "",
|
||
"Custom Cmd 3 Category": "",
|
||
"Custom Cmd 4 Name": "",
|
||
"Custom Cmd 4 Category": "",
|
||
"Custom Cmd 5 Name": "",
|
||
"Custom Cmd 5 Category": "",
|
||
},
|
||
},
|
||
{
|
||
name: "TMSecondName",
|
||
status: false,
|
||
description: "二つ名に実績機能と付け替えによるパラメータ変化を追加します。",
|
||
parameters: {
|
||
secondNameCommand: "称号",
|
||
defaultSecondNameId: "1",
|
||
vnSecondNameExp: "0",
|
||
dateFontSize: "20",
|
||
equipText: "【選択中】",
|
||
infoWindowWidth: "240",
|
||
infoWindowNumberText: "集めた数",
|
||
infoWindowExpText: "",
|
||
hidePartyMember: "false",
|
||
},
|
||
},
|
||
{
|
||
name: "ItemSort",
|
||
status: false,
|
||
description: "ver1.01/アイテムをソートする仕組みを追加します。",
|
||
parameters: {
|
||
SortTrigger: "shift",
|
||
MaxNewerCount: "10",
|
||
NewerItemColor1: "rgba(128,128,255,0.5)",
|
||
NewerItemColor2: "rgba(255,255,255,0.5)",
|
||
NewerItemNewText: "NEW!",
|
||
NewerItemNewColor: "6",
|
||
NewerItemFontColor: "6",
|
||
SortList: "new,usable,idA,idB,kanaA,kanaB,priceA,priceB",
|
||
SortTextColor: "6",
|
||
SortNewText: "新規入手優先",
|
||
SortIdAText: "ID昇順",
|
||
SortIdBText: "ID降順",
|
||
SortKanaAText: "名前昇順",
|
||
SortKanaBText: "名前降順",
|
||
SortPriceAText: "価格昇順",
|
||
SortPriceBText: "価格降順",
|
||
SortUsableText: "使用可能優先",
|
||
},
|
||
},
|
||
{
|
||
name: "SwitchOnLoad",
|
||
status: false,
|
||
description: "ゲームをロードしたときに指定のスイッチをONにします。",
|
||
parameters: { "Switch ID": "8" },
|
||
},
|
||
{
|
||
name: "FTKR_ExBattleEvent",
|
||
status: false,
|
||
description: "v1.3.5 バトルイベントを拡張するプラグイン",
|
||
parameters: {
|
||
"Battle Event": "",
|
||
"--勝利時イベント--": "",
|
||
"Custom Victory Event": "1",
|
||
"Victory Event": "86",
|
||
"--敗北時イベント--": "",
|
||
"Custom Defeat Event": "1",
|
||
"Defeat Event": "87",
|
||
"Invalid Battle Phase": "action",
|
||
},
|
||
},
|
||
{
|
||
name: "BigEnemy",
|
||
status: false,
|
||
description: "巨大モンスタープラグイン",
|
||
parameters: {},
|
||
},
|
||
{
|
||
name: "OriginalWindowSkin",
|
||
status: false,
|
||
description: "自作の一枚画像をウィンドウに適用します。",
|
||
parameters: {},
|
||
},
|
||
{
|
||
name: "ConditionallyCore",
|
||
status: false,
|
||
description:
|
||
"ver1.07/条件付き○○のプラグインを使用するのに、必要となる条件をまとめたベースプラグインです。",
|
||
parameters: {},
|
||
},
|
||
{
|
||
name: "InvalidSlotHidden",
|
||
status: false,
|
||
description: "封印装備スロットの非表示プラグイン",
|
||
parameters: {},
|
||
},
|
||
{
|
||
name: "MPP_RemovoEquipText",
|
||
status: false,
|
||
description:
|
||
"【ver.1.1】装備画面で装備後のアイテムを選択する際、一番左上の空白に「はずす」などの文字を入れます。",
|
||
parameters: { Text: "はずす", "Text X": "36", "Text Enabled": "true" },
|
||
},
|
||
{
|
||
name: "MPP_SimpleEquipWindows",
|
||
status: false,
|
||
description: "【ver.1.4】装備画面の簡略化",
|
||
parameters: {},
|
||
},
|
||
{
|
||
name: "Text2Frame",
|
||
status: false,
|
||
description:
|
||
"テキストファイル(.txtファイルなど)から「文章の表示」イベントコマンドに簡単に変換するための、開発支援プラグインです。ツクールMV・MZの両方に対応しています。",
|
||
parameters: {
|
||
"Default Window Position": "下",
|
||
"Default Background": "ウインドウ",
|
||
"Default Scenario Folder": "text",
|
||
"Default Scenario File": "ava08_01.txt",
|
||
"Default Common Event ID": "4",
|
||
"Default MapID": "3",
|
||
"Default EventID": "32",
|
||
"Default PageID": "1",
|
||
IsOverwrite: "false",
|
||
"Comment Out Char": "//",
|
||
IsDebug: "false",
|
||
DisplayMsg: "true",
|
||
DisplayWarning: "true",
|
||
},
|
||
},
|
||
{
|
||
name: "TMTopFix",
|
||
status: false,
|
||
description: "パーティの先頭にいるアクターの並び替えを禁止します。",
|
||
parameters: {},
|
||
},
|
||
{
|
||
name: "IRPP_MV_PrizeShop",
|
||
status: false,
|
||
description: "(※下部)特殊なショップの処理を実装します。",
|
||
parameters: {
|
||
Page1: "",
|
||
"SellShop SID": "17",
|
||
"BuyingPrice VID": "9",
|
||
"SellingPrice VID": "10",
|
||
Page2: "",
|
||
"ItemShop SID": "18",
|
||
"ItemMoney VID": "11",
|
||
"Text Buy ItemShop": "交換する",
|
||
"Text Sell ItemShop": "交換する",
|
||
"Text ItemMoney": "個",
|
||
"Show Sell Item": "0",
|
||
Page3: "",
|
||
"VariableShop SID": "19",
|
||
"VariableMoney VID": "12",
|
||
"Text Buy VariableShop": "交換する",
|
||
"Text Sell VariableShop": "引換する",
|
||
"Text VariableMoney": "BP",
|
||
"Show Sell Variable": "0",
|
||
},
|
||
},
|
||
{
|
||
name: "SupponShopStock",
|
||
status: false,
|
||
description: "在庫システムを有するお店を設定します。version 1.03",
|
||
parameters: {
|
||
"Label of stock Number": "在庫数",
|
||
"Label of sold out": "売り切れ",
|
||
},
|
||
},
|
||
{
|
||
name: "---------------------",
|
||
status: false,
|
||
description: "",
|
||
parameters: {},
|
||
},
|
||
{
|
||
name: "---------------------",
|
||
status: false,
|
||
description: "",
|
||
parameters: {},
|
||
},
|
||
{
|
||
name: "Yami_SkipTitle",
|
||
status: false,
|
||
description: "テストプレイ用にタイトルシーンを飛ばすことができます。",
|
||
parameters: {},
|
||
},
|
||
{
|
||
name: "Trb_VisualizationPassable",
|
||
status: false,
|
||
description: "テストプレイ用・マップの通行判定を可視化するプラグイン",
|
||
parameters: { color1: "red", color2: "blue" },
|
||
},
|
||
{
|
||
name: "---------------------",
|
||
status: false,
|
||
description: "",
|
||
parameters: {},
|
||
},
|
||
{
|
||
name: "AlchemySystem",
|
||
status: true,
|
||
description: "アイテム合成プラグイン v2.1.0",
|
||
parameters: {
|
||
RecipeInfos:
|
||
'["{\\"RecipeItem\\":\\"42\\",\\"Recipe\\":\\"[\\\\\\"{\\\\\\\\\\\\\\"Materials\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"[\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemInfo\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Type\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Item\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"13\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"WeaponId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ArmorId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"NeedItems\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemInfo\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Type\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Item\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"18\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"WeaponId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ArmorId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"NeedItems\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"]\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Price\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"TargetItemInfo\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Type\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Item\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"49\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"WeaponId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ArmorId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"Materials\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"[\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemInfo\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Type\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Item\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"13\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"WeaponId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ArmorId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"NeedItems\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemInfo\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Type\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Item\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"19\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"WeaponId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ArmorId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"NeedItems\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"]\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Price\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"TargetItemInfo\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Type\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Item\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"50\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"WeaponId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ArmorId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"Materials\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"[\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemInfo\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Type\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Item\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"13\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"WeaponId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ArmorId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"NeedItems\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemInfo\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Type\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Item\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"20\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"WeaponId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ArmorId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"NeedItems\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"]\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Price\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"TargetItemInfo\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Type\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Item\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"51\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"WeaponId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ArmorId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"Materials\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"[\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemInfo\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Type\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Item\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"14\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"WeaponId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ArmorId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"NeedItems\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemInfo\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Type\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Item\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"18\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"WeaponId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ArmorId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"NeedItems\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"]\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Price\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"TargetItemInfo\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Type\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Item\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"53\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"WeaponId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ArmorId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"Materials\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"[\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemInfo\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Type\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Item\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"14\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"WeaponId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ArmorId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"NeedItems\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemInfo\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Type\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Item\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"19\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"WeaponId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ArmorId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"NeedItems\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"]\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Price\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"TargetItemInfo\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Type\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Item\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"54\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"WeaponId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ArmorId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"Materials\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"[\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemInfo\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Type\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Item\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"14\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"WeaponId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ArmorId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"NeedItems\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemInfo\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Type\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Item\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"20\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"WeaponId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ArmorId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"NeedItems\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"]\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Price\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"TargetItemInfo\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Type\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Item\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"55\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"WeaponId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ArmorId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"Materials\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"[\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemInfo\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Type\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Item\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"15\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"WeaponId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ArmorId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"NeedItems\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemInfo\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Type\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Item\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"18\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"WeaponId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ArmorId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"NeedItems\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"]\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Price\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"TargetItemInfo\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Type\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Item\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"57\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"WeaponId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ArmorId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"Materials\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"[\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemInfo\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Type\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Item\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"15\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"WeaponId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ArmorId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"NeedItems\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemInfo\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Type\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Item\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"19\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"WeaponId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ArmorId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"NeedItems\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"]\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Price\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"TargetItemInfo\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Type\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Item\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"58\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"WeaponId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ArmorId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"Materials\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"[\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemInfo\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Type\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Item\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"15\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"WeaponId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ArmorId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"NeedItems\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemInfo\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Type\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Item\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"20\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"WeaponId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ArmorId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"NeedItems\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"]\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Price\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"TargetItemInfo\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Type\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Item\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"59\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"WeaponId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ArmorId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\"}\\\\\\"]\\",\\"Memo\\":\\"フィッシュチップス\\"}","{\\"RecipeItem\\":\\"43\\",\\"Recipe\\":\\"[\\\\\\"{\\\\\\\\\\\\\\"Materials\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"[\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemInfo\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Type\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Item\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"23\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"WeaponId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ArmorId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"NeedItems\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemInfo\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Type\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Item\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"25\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"WeaponId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ArmorId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"NeedItems\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"]\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Price\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"TargetItemInfo\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Type\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Item\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"61\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"WeaponId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ArmorId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"Materials\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"[\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemInfo\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Type\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Item\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"13\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"WeaponId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ArmorId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"NeedItems\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemInfo\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Type\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Item\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"25\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"WeaponId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ArmorId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"NeedItems\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"]\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Price\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"TargetItemInfo\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Type\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Item\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"62\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"WeaponId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ArmorId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"Materials\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"[\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemInfo\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Type\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Item\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"18\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"WeaponId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ArmorId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"NeedItems\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemInfo\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Type\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Item\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"25\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"WeaponId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ArmorId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"NeedItems\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"]\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Price\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"TargetItemInfo\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Type\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Item\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"63\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"WeaponId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ArmorId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"Materials\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"[\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemInfo\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Type\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Item\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"24\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"WeaponId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ArmorId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"NeedItems\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemInfo\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Type\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Item\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"20\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"WeaponId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ArmorId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"NeedItems\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"]\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Price\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"TargetItemInfo\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Type\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Item\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"64\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"WeaponId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ArmorId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"Materials\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"[\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemInfo\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Type\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Item\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"24\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"WeaponId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ArmorId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"NeedItems\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemInfo\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Type\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Item\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"15\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"WeaponId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ArmorId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"NeedItems\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"]\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Price\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"TargetItemInfo\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Type\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Item\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"65\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"WeaponId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ArmorId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\"}\\\\\\"]\\",\\"Memo\\":\\"2\\"}","{\\"RecipeItem\\":\\"44\\",\\"Recipe\\":\\"[\\\\\\"{\\\\\\\\\\\\\\"Materials\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"[\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemInfo\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Type\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Item\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"28\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"WeaponId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ArmorId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"NeedItems\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemInfo\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Type\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Item\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"25\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"WeaponId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ArmorId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"NeedItems\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"]\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Price\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"TargetItemInfo\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Type\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Item\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"67\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"WeaponId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ArmorId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"Materials\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"[\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemInfo\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Type\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Item\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"29\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"WeaponId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ArmorId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"NeedItems\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemInfo\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Type\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Item\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"14\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"WeaponId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ArmorId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"NeedItems\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"]\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Price\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"TargetItemInfo\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Type\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Item\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"68\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"WeaponId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ArmorId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"Materials\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"[\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemInfo\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Type\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Item\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"30\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"WeaponId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ArmorId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"NeedItems\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemInfo\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Type\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Item\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"19\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"WeaponId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ArmorId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"NeedItems\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"]\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Price\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"TargetItemInfo\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Type\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Item\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"69\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"WeaponId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ArmorId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"Materials\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"[\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemInfo\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Type\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Item\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"31\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"WeaponId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ArmorId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"NeedItems\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemInfo\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Type\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Item\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"25\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"WeaponId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ArmorId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"NeedItems\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"]\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Price\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"TargetItemInfo\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Type\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Item\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"70\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"WeaponId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ArmorId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"{\\\\\\\\\\\\\\"Materials\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"[\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemInfo\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Type\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Item\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"32\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"WeaponId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ArmorId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"NeedItems\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemInfo\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Type\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Item\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"25\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"WeaponId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ArmorId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"NeedItems\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"]\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Price\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"TargetItemInfo\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Type\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Item\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ItemId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"71\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"WeaponId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"ArmorId\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\"}\\\\\\"]\\",\\"Memo\\":\\"\\"}"]',
|
||
EnabledMenuAlchemy: "false",
|
||
EnabledAlchemySwitchId: "0",
|
||
EnabledCategoryWindow: "true",
|
||
EnabledGoldWindow: "false",
|
||
DisplayItemCategory: "true",
|
||
DisplayWeaponCategory: "false",
|
||
DisplayArmorCategory: "false",
|
||
DisplayKeyItemCategory: "false",
|
||
EnableIncludeEquipItem: "false",
|
||
MaxNumMakeItem: "999",
|
||
MaxMaterials: "2",
|
||
MakeItemSeFileName: "Heal8",
|
||
MakeItemSeVolume: "80",
|
||
MakeItemSePitch: "100",
|
||
MakeItemSePan: "0",
|
||
MenuAlchemyText: "料理",
|
||
NeedMaterialText: "必要素材:",
|
||
NeedPriceText: "必要経費:",
|
||
TargetItemText: "完成品:",
|
||
NoteParseErrorMessage: "料理を始めます",
|
||
},
|
||
},
|
||
{
|
||
name: "YEP_MessageCore",
|
||
status: true,
|
||
description: "v1.19 文章の表示方法や機能を変更できます。",
|
||
parameters: {
|
||
"---一般---": "",
|
||
"Default Rows": "4",
|
||
"Default Width": "850",
|
||
"Face Indent": "Window_Base._faceWidth + 24",
|
||
"Fast Forward Key": "pagedown",
|
||
"Enable Fast Forward": "false",
|
||
"Word Wrapping": "false",
|
||
"Description Wrap": "false",
|
||
"Word Wrap Space": "false",
|
||
"Tight Wrap": "false",
|
||
"---フォント---": "",
|
||
"Font Name": "GameFont",
|
||
"Font Name CH": "SimHei, Heiti TC, sans-serif",
|
||
"Font Name KR": "Dotum, AppleGothic, sans-serif",
|
||
"Font Size": "28",
|
||
"Font Size Change": "12",
|
||
"Font Changed Max": "96",
|
||
"Font Changed Min": "12",
|
||
"Font Outline": "4",
|
||
"Maintain Font": "false",
|
||
"---名前ボックス---": "",
|
||
"Name Box Buffer X": "-28",
|
||
"Name Box Buffer Y": "0",
|
||
"Name Box Padding": "this.standardPadding() * 4",
|
||
"Name Box Color": "0",
|
||
"Name Box Clear": "false",
|
||
"Name Box Added Text": "\\c[6]",
|
||
"Name Box Auto Close": "false",
|
||
},
|
||
},
|
||
{
|
||
name: "PictureChangeLoadStandby",
|
||
status: true,
|
||
description: "ピクチャーの切り替え時ロードを待つプラグイン",
|
||
parameters: {},
|
||
},
|
||
{
|
||
name: "Community_Basic",
|
||
status: true,
|
||
description: "基本的なパラメーターを設定するプラグインです。",
|
||
parameters: {
|
||
cacheLimit: "200",
|
||
screenWidth: "1280",
|
||
screenHeight: "720",
|
||
changeWindowWidthTo: "",
|
||
changeWindowHeightTo: "",
|
||
renderingMode: "auto",
|
||
alwaysDash: "on",
|
||
textSpeed: "1",
|
||
autoSaveFileId: "0",
|
||
errorMessage: "エラーが発生しました。ゲームの作者にご連絡ください。",
|
||
showErrorDetail: "true",
|
||
enableProgressBar: "false",
|
||
maxRenderingFps: "0",
|
||
},
|
||
},
|
||
{
|
||
name: "DP_MapZoom",
|
||
status: true,
|
||
description: "マップの拡大率を制御します。",
|
||
parameters: {
|
||
"Base Scale": "1.2",
|
||
"Encount Effect": "false",
|
||
"Camera Controll": "true",
|
||
"Weather Patch": "true",
|
||
"Picture Size Fixation": "true",
|
||
"Old Focus": "false",
|
||
},
|
||
},
|
||
{
|
||
name: "RestoreMenuAfterCommon",
|
||
status: true,
|
||
description:
|
||
"Back to the same menu scene after common events caused by items.",
|
||
parameters: {},
|
||
},
|
||
{
|
||
name: "BB_CustomSaveWindow",
|
||
status: true,
|
||
description: "セーブウインドウ改造プラグイン",
|
||
parameters: {
|
||
OutsideFrameColor: "0",
|
||
OutsideFrameOpacity: "64",
|
||
InsideFrameColor: "0",
|
||
InsideFrameOpacity: "64",
|
||
MaxItem: "0",
|
||
Item0: "6",
|
||
Item0Length: "300",
|
||
Item1title: "Playtime",
|
||
Item1: "2",
|
||
Item2title: "Location",
|
||
Item2: "3",
|
||
Item3title: "Money",
|
||
Item3: "4",
|
||
Item4title: "Saves",
|
||
Item4: "5",
|
||
Item5: "0",
|
||
ItemValue1: "2",
|
||
ItemValue2: "",
|
||
ItemValue3: "",
|
||
ItemValue4: "",
|
||
ItemValue1unit: "",
|
||
ItemValue2unit: "",
|
||
ItemValue3unit: "",
|
||
ItemValue4unit: "",
|
||
TitleFramelength1: "110",
|
||
TitleFramelength2: "110",
|
||
TitleFramelength3: "110",
|
||
TitleFramelength4: "110",
|
||
CharacterPositionY: "12",
|
||
CharacterOpacity: "2",
|
||
LevelPositionY: "23",
|
||
LevelOnOff: "1",
|
||
},
|
||
},
|
||
{
|
||
name: "TKM_ChoiceList",
|
||
status: true,
|
||
description: "ツキミ式選択肢",
|
||
parameters: {
|
||
use: "true",
|
||
"-- Choice settings --": "",
|
||
image: "Window",
|
||
tone: "100, -40, 40",
|
||
fontSize: "32",
|
||
okFlashDuration: "30",
|
||
okFlashFrequency: "4",
|
||
textAlign: "0",
|
||
"-- Advanced settings --": "",
|
||
backOpacity: "255",
|
||
fontOLWidth: "3",
|
||
fontOLColor: "rgba(0, 0, 0, 0.5)",
|
||
vertiPadding: "8",
|
||
choiceHoriPadding: "32",
|
||
choiceVertiPadding: "5",
|
||
maxRows: "4",
|
||
maxRowsC: "3",
|
||
mineLineWidth: "96",
|
||
},
|
||
},
|
||
{
|
||
name: "AnimationFrameRate",
|
||
status: true,
|
||
description: "アニメフレームレート",
|
||
parameters: {
|
||
"framerate:1": "!",
|
||
"framerate:2": "&",
|
||
"framerate:3": "$",
|
||
"framerate:5": "#",
|
||
"framerate:6": "%",
|
||
},
|
||
},
|
||
{
|
||
name: "MessageSkip",
|
||
status: true,
|
||
description: "メッセージスキッププラグイン",
|
||
parameters: {
|
||
スキップキー: "S",
|
||
オートキー: "A",
|
||
スキップスイッチ: "0",
|
||
オートスイッチ: "0",
|
||
スキップアイコン: "75",
|
||
オートアイコン: "0",
|
||
押し続けスキップ: "true",
|
||
オート待機フレーム: "5 + textSize * 10",
|
||
終了解除スイッチID: "0",
|
||
スキップピクチャ: "",
|
||
ボタン原点: "0",
|
||
ボタン表示スイッチID: "0",
|
||
スキップピクチャX: "500",
|
||
スキップピクチャY: "0",
|
||
オートピクチャ: "",
|
||
オートピクチャX: "500",
|
||
オートピクチャY: "0",
|
||
無効化スイッチ: "6",
|
||
},
|
||
},
|
||
{
|
||
name: "VCData",
|
||
status: true,
|
||
description: "RPGツクールMVに別途音声用の再生jsonデータを作成します。",
|
||
parameters: {},
|
||
},
|
||
{
|
||
name: "AudioVoice",
|
||
status: true,
|
||
description: "RPGツクールMVに別途音声用の再生機能補助を追加します。",
|
||
parameters: {},
|
||
},
|
||
{
|
||
name: "BasicMapVoice",
|
||
status: true,
|
||
description: "会話音声を文章中のコードから拾う機能を追加します。",
|
||
parameters: {
|
||
AutoVolumeset: "false",
|
||
Setbgmvolume: "25",
|
||
AutoVolumesetather: "true",
|
||
},
|
||
},
|
||
{
|
||
name: "ConfigEX",
|
||
status: true,
|
||
description: "標準コマンドのオプションに音声関連の項目を追加します。",
|
||
parameters: {},
|
||
},
|
||
{
|
||
name: "AKUNOU_OptionBase",
|
||
status: true,
|
||
description:
|
||
"オプション追加用のベーススクリプトです。\r\n入れるだけで若干オプションの操作性が向上したりもします。",
|
||
parameters: {
|
||
"Window Options Width": "400",
|
||
"Window Options Number": "13",
|
||
},
|
||
},
|
||
{
|
||
name: "AKUNOU_OptionMessageSpeed",
|
||
status: true,
|
||
description:
|
||
"オプションにメッセージ表示速度の変更を追加します。\r\n動作には同作者のオプションベーススクリプトが必須です。",
|
||
parameters: {
|
||
"Message Speed Term": "MSG Speed",
|
||
"Message Speed List":
|
||
'{"Slowest": -2, "Slower": -1, "Standard": 0, "Slightly Faster": 1, "Faster": 2, "Much Faster": 4, "Quite Fast": 10, "Very Fast": 20, "Instant": 100}',
|
||
"Message Speed Default": "2",
|
||
},
|
||
},
|
||
{
|
||
name: "AKUNOU_OptionDefault",
|
||
status: true,
|
||
description:
|
||
"オプションにデフォルトに戻すコマンドを追加します。\r\n動作には同作者のオプションベーススクリプトが必須です。",
|
||
parameters: {
|
||
"Default Term": "Reset to Default",
|
||
"Always Dash Default": "1",
|
||
"Command Remember Default": "1",
|
||
"Bgm Volume Default": "40",
|
||
"Bgs Volume Default": "80",
|
||
"Me Volume Default": "80",
|
||
"Se Volume Default": "80",
|
||
},
|
||
},
|
||
{
|
||
name: "AKUNOU_OptionGauge",
|
||
status: true,
|
||
description: "オプションの数値で表されている一部項目にゲージを描画します。",
|
||
parameters: {
|
||
"Gauge Color 1": "255, 204, 32, 255",
|
||
"Gauge Color 2": "255, 255, 160, 255",
|
||
"Gauge Color R 1": "255, 96, 96, 255",
|
||
"Gauge Color R 2": "255, 192, 192, 255",
|
||
"Gauge Color G 1": "96, 255, 96, 255",
|
||
"Gauge Color G 2": "192, 255, 192, 255",
|
||
"Gauge Color B 1": "96, 96, 255, 255",
|
||
"Gauge Color B 2": "192, 192, 255, 255",
|
||
},
|
||
},
|
||
{
|
||
name: "AKUNOU_OptionVolumeOffset",
|
||
status: true,
|
||
description: "オプションのボリューム設定の値の幅を設定できます。",
|
||
parameters: { Offset: "5" },
|
||
},
|
||
{
|
||
name: "AKUNOU_OptionWindowOpacity",
|
||
status: true,
|
||
description:
|
||
"オプションにウィンドウ透明度の変更を追加します。\r\n動作には同作者のオプションベーススクリプトが必須です。",
|
||
parameters: {
|
||
"Window Opacity Term": "Window Opacity",
|
||
"Window Opacity Offset": "1",
|
||
"Window Opacity Default": "80",
|
||
},
|
||
},
|
||
{
|
||
name: "TRP_SkitConfig",
|
||
status: true,
|
||
description: "TRP_Skitの設定用プラグイン。TRP_Skitより上に配置。",
|
||
parameters: {
|
||
categoryBasic: "==============================",
|
||
SkitActorSettings:
|
||
'["{\\"name\\":\\"レイラ\\",\\"inputName\\":\\"\\",\\"fileName\\":\\"rei\\",\\"displayOffsetY\\":\\"470\\",\\"animationOffsetX\\":\\"0\\",\\"animationOffsetY\\":\\"0\\"}","{\\"name\\":\\"レイラ大\\",\\"inputName\\":\\"\\",\\"fileName\\":\\"rei2\\",\\"displayOffsetY\\":\\"1200\\",\\"animationOffsetX\\":\\"0\\",\\"animationOffsetY\\":\\"0\\"}","{\\"name\\":\\"ミア\\",\\"inputName\\":\\"\\",\\"fileName\\":\\"mia\\",\\"displayOffsetY\\":\\"470\\",\\"animationOffsetX\\":\\"0\\",\\"animationOffsetY\\":\\"0\\"}","{\\"name\\":\\"ミア大\\",\\"inputName\\":\\"\\",\\"fileName\\":\\"mia2\\",\\"displayOffsetY\\":\\"1200\\",\\"animationOffsetX\\":\\"0\\",\\"animationOffsetY\\":\\"0\\"}","{\\"name\\":\\"ローズ\\",\\"inputName\\":\\"\\",\\"fileName\\":\\"ros\\",\\"displayOffsetY\\":\\"470\\",\\"animationOffsetX\\":\\"0\\",\\"animationOffsetY\\":\\"0\\"}","{\\"name\\":\\"ローズ大\\",\\"inputName\\":\\"\\",\\"fileName\\":\\"ros2\\",\\"displayOffsetY\\":\\"1200\\",\\"animationOffsetX\\":\\"0\\",\\"animationOffsetY\\":\\"0\\"}"]',
|
||
firstPictureId: "10",
|
||
lastPictureId: "20",
|
||
useDefaultExpression: "true",
|
||
categoryDisplayPosition: "────────────────",
|
||
zOrder: "2",
|
||
verticalPositionType: "1",
|
||
baseOffsetY: "0",
|
||
xPosition:
|
||
'["{\\"name\\":\\"中\\",\\"position\\":\\"5.0\\"}","{\\"name\\":\\"center\\",\\"position\\":\\"5.0\\"}","{\\"name\\":\\"左\\",\\"position\\":\\"2.0\\"}","{\\"name\\":\\"left\\",\\"position\\":\\"2.0\\"}","{\\"name\\":\\"右\\",\\"position\\":\\"8.0\\"}","{\\"name\\":\\"right\\",\\"position\\":\\"8.0\\"}","{\\"name\\":\\"外\\",\\"position\\":\\"20.0\\"}","{\\"name\\":\\"戦\\",\\"position\\":\\"8.6\\"}","{\\"name\\":\\"左2\\",\\"position\\":\\"3.0\\"}","{\\"name\\":\\"右2\\",\\"position\\":\\"7.0\\"}","{\\"name\\":\\"マップ\\",\\"position\\":\\"9.0\\"}"]',
|
||
noReverse: "true",
|
||
bustsScale: "100",
|
||
border: "================================",
|
||
macro:
|
||
'["{\\"name\\":\\"pop1\\",\\"macro\\":\\"jump shizu t 30 d 180\\"}","{\\"name\\":\\"pop2\\",\\"macro\\":\\"jump shizu t 80\\"}","{\\"name\\":\\"pop\\",\\"macro\\":\\"sequence shizu t d pop1 pop2\\"}","{\\"name\\":\\"double1\\",\\"macro\\":\\"jump shizu t 30 1.7\\"}","{\\"name\\":\\"double\\",\\"macro\\":\\"sequence shizu t d double1 double1\\"}","{\\"name\\":\\"nod\\",\\"macro\\":\\"jump shizu t 25 0.9 180\\"}","{\\"name\\":\\"stamp1\\",\\"macro\\":\\"jump shizu t 5 0.3\\"}","{\\"name\\":\\"stamp\\",\\"macro\\":\\"sequence shizu t t stamp1 stamp1 stamp1 stamp1 stamp1 stamp1\\"}","{\\"name\\":\\"slide\\",\\"macro\\":\\"slidef shizu t\\"}","{\\"name\\":\\"slidef\\",\\"macro\\":\\"shake shizu t 10 1 15 t\\"}","{\\"name\\":\\"slideb\\",\\"macro\\":\\"shake shizu t 10 1 15\\"}","{\\"name\\":\\"tremble\\",\\"macro\\":\\"shake shizu t 4 10 6\\"}","{\\"name\\":\\"rock\\",\\"macro\\":\\"shake shizu t 5 5 25 t\\"}","{\\"name\\":\\"push\\",\\"macro\\":\\"shake shizu t 17 1 16 t\\"}","{\\"name\\":\\"attack\\",\\"macro\\":\\"shake shizu t 17 1 15\\"}"]',
|
||
macro2: "[]",
|
||
macro3: "[]",
|
||
macro4: "[]",
|
||
mobNames: "[]",
|
||
controlCharacters:
|
||
'{"expression":"SE","pose":"SP","animation":"SA","motion":"SM"}',
|
||
categoryAppearCommands: "────────────────",
|
||
defaultPositionX: "中",
|
||
pushInMargin: "2",
|
||
pushInSpeed: "5",
|
||
fadeIn: '{"duration":"12","wait":"true","easeType":"3","pushIn":"true"}',
|
||
slideIn:
|
||
'{"speed":"4","slideLength":"1","wait":"true","easeType":"3","pushIn":"true"}',
|
||
moveIn: '{"speed":"14","wait":"true","easeType":"3","pushIn":"true"}',
|
||
categoryDisappearCommands: "────────────────",
|
||
defaultDisappear: "0",
|
||
fadeOut: '{"duration":"12","wait":"true","easeType":"3"}',
|
||
slideOut: '{"speed":"6","slideLength":"1","wait":"true","easeType":"3"}',
|
||
moveOut: '{"speed":"14","wait":"true","easeType":"3"}',
|
||
categoryExpCommands: "────────────────",
|
||
expression: '{"duration":"4","wait":"false"}',
|
||
pose: '{"style":"0","duration":"10","wait":"false","easeType":"0"}',
|
||
categoryMoveCommands: "────────────────",
|
||
speed:
|
||
'["{\\"name\\":\\"verySlow\\",\\"speed\\":\\"3.0\\"}","{\\"name\\":\\"slow\\",\\"speed\\":\\"6.0\\"}","{\\"name\\":\\"littleSlow\\",\\"speed\\":\\"9.0\\"}","{\\"name\\":\\"normal\\",\\"speed\\":\\"12.0\\"}","{\\"name\\":\\"littleFast\\",\\"speed\\":\\"15.0\\"}","{\\"name\\":\\"fast\\",\\"speed\\":\\"20.0\\"}","{\\"name\\":\\"veryFast\\",\\"speed\\":\\"30.0\\"}"]',
|
||
move: '{"speed":"12","wait":"false","easeType":"3"}',
|
||
jump: '{"height":"60","gravity":"1.5","wait":"false"}',
|
||
step: '{"height":"20","gravity":"0.5","speed":"1.5","wait":"false","relative":"0","easeType":"3"}',
|
||
flip: '{"num":"1","durationPerCount":"14","wait":"true","easeType":"0"}',
|
||
shake:
|
||
'{"strength":"8","count":"4","durationPerCount":"6","wait":"false","easeType":"3"}',
|
||
angle:
|
||
'{"angle":"360","duration":"60","relative":"1","wait":"false","easeType":"3"}',
|
||
scale:
|
||
'{"scaleX":"160","scaleY":"160","duration":"1","relative":"0","wait":"false","easeType":"0"}',
|
||
categoryEffectCommands: "────────────────",
|
||
animation: '{"list":"[]","focus":"true","mirror":"false","wait":"false"}',
|
||
opacity:
|
||
'{"duration":"20","opacity":"0","relative":"0","wait":"false","easeType":"3"}',
|
||
focus: '{"duration":"10","wait":"false","easeType":"3"}',
|
||
unFocus:
|
||
'{"duration":"10","tone":"0 0 0 0","scale":"100.0","wait":"false","easeType":"3"}',
|
||
emphasize:
|
||
'{"duration":"20","tone":"0 0 0 0","scaleX":"120","scaleY":"120","num":"1","interval":"20","wait":"true","easeType":"3"}',
|
||
tint: '{"duration":"20","tone":"0 0 0 0","wait":"false"}',
|
||
},
|
||
},
|
||
{
|
||
name: "TRP_Skit",
|
||
status: true,
|
||
description: "立ち絵操作プラグイン。",
|
||
parameters: {},
|
||
},
|
||
{
|
||
name: "TRP_SkitExCostume",
|
||
status: true,
|
||
description: "TRP_Skitのポーズごとの衣装差分拡張",
|
||
parameters: {
|
||
types:
|
||
'["{\\"name\\":\\"淫紋\\",\\"priority\\":\\"10\\",\\"costumes\\":\\"[\\\\\\"inmon\\\\\\",\\\\\\"inmon2\\\\\\",\\\\\\"inmon3\\\\\\"]\\"}","{\\"name\\":\\"服\\",\\"priority\\":\\"11\\",\\"costumes\\":\\"[\\\\\\"huku\\\\\\",\\\\\\"hukuh\\\\\\",\\\\\\"hadaka\\\\\\",\\\\\\"ero\\\\\\",\\\\\\"sitagi\\\\\\",\\\\\\"huku2\\\\\\",\\\\\\"hukuh2\\\\\\",\\\\\\"hadaka2\\\\\\",\\\\\\"ero2\\\\\\",\\\\\\"sitagi2\\\\\\",\\\\\\"huku3\\\\\\",\\\\\\"hukuh3\\\\\\",\\\\\\"ero3\\\\\\",\\\\\\"sitagi3\\\\\\",\\\\\\"huku3s\\\\\\",\\\\\\"hadaka3\\\\\\"]\\"}","{\\"name\\":\\"ボテ腹\\",\\"priority\\":\\"12\\",\\"costumes\\":\\"[\\\\\\"botebara\\\\\\",\\\\\\"botebara2\\\\\\",\\\\\\"botebara3\\\\\\",\\\\\\"botebaram\\\\\\",\\\\\\"botebaram2\\\\\\",\\\\\\"botebaram3\\\\\\",\\\\\\"botebarar\\\\\\",\\\\\\"botebarar2\\\\\\",\\\\\\"botebarar3\\\\\\"]\\"}","{\\"name\\":\\"淫紋ボテ腹\\",\\"priority\\":\\"13\\",\\"costumes\\":\\"[\\\\\\"inmonb\\\\\\",\\\\\\"inmonb2\\\\\\",\\\\\\"inmonb3\\\\\\"]\\"}","{\\"name\\":\\"精液\\",\\"priority\\":\\"14\\",\\"costumes\\":\\"[\\\\\\"seieki\\\\\\",\\\\\\"seieki2\\\\\\",\\\\\\"seieki3\\\\\\"]\\"}","{\\"name\\":\\"ピアス\\",\\"priority\\":\\"16\\",\\"costumes\\":\\"[\\\\\\"piasu\\\\\\",\\\\\\"piasu2\\\\\\",\\\\\\"piasum\\\\\\",\\\\\\"piasur\\\\\\"]\\"}","{\\"name\\":\\"メガネ\\",\\"priority\\":\\"15\\",\\"costumes\\":\\"[\\\\\\"megane\\\\\\"]\\"}","{\\"name\\":\\"ミア髪\\",\\"priority\\":\\"18\\",\\"costumes\\":\\"[\\\\\\"kami\\\\\\"]\\"}","{\\"name\\":\\"ローズ髪\\",\\"priority\\":\\"22\\",\\"costumes\\":\\"[\\\\\\"kami2\\\\\\"]\\"}","{\\"name\\":\\"マスク\\",\\"priority\\":\\"20\\",\\"costumes\\":\\"[\\\\\\"mask\\\\\\"]\\"}","{\\"name\\":\\"照れ\\",\\"priority\\":\\"21\\",\\"costumes\\":\\"[\\\\\\"tere\\\\\\",\\\\\\"tere2\\\\\\",\\\\\\"tere3\\\\\\"]\\"}"]',
|
||
actorSetting:
|
||
'["{\\"fileName\\":\\"rei\\",\\"actorId\\":\\"2\\",\\"defaultCostumes\\":\\"[\\\\\\"hadaka\\\\\\"]\\",\\"invalidPose\\":\\"[]\\"}","{\\"fileName\\":\\"rei2\\",\\"actorId\\":\\"2\\",\\"defaultCostumes\\":\\"[\\\\\\"hadaka\\\\\\"]\\",\\"invalidPose\\":\\"[]\\"}","{\\"fileName\\":\\"mia\\",\\"actorId\\":\\"3\\",\\"defaultCostumes\\":\\"[\\\\\\"hadaka2\\\\\\"]\\",\\"invalidPose\\":\\"[]\\"}","{\\"fileName\\":\\"mia2\\",\\"actorId\\":\\"3\\",\\"defaultCostumes\\":\\"[\\\\\\"hadaka2\\\\\\"]\\",\\"invalidPose\\":\\"[]\\"}","{\\"fileName\\":\\"ros\\",\\"actorId\\":\\"4\\",\\"defaultCostumes\\":\\"[\\\\\\"hadaka3\\\\\\"]\\",\\"invalidPose\\":\\"[]\\"}","{\\"fileName\\":\\"ros2\\",\\"actorId\\":\\"4\\",\\"defaultCostumes\\":\\"[\\\\\\"hadaka3\\\\\\"]\\",\\"invalidPose\\":\\"[]\\"}"]',
|
||
defaultFade: "false",
|
||
fadeDuration: "1",
|
||
},
|
||
},
|
||
{
|
||
name: "CommonPopupCore",
|
||
status: true,
|
||
description:
|
||
"ver1.04/汎用的なポップアップの仕組みを提供するためのベースプラグインです。",
|
||
parameters: {
|
||
"Text Back Color": "rgba(0,0,0,0.6)",
|
||
"Text Back FileName": "popup_back%d",
|
||
},
|
||
},
|
||
{
|
||
name: "GetInformation",
|
||
status: true,
|
||
description:
|
||
"ver1.16/アイテムの入手などにスライドアニメするインフォメーションを追加するプラグインです。",
|
||
parameters: {
|
||
"Info Disable Switch Id": "9",
|
||
"Use Battle Info": "false",
|
||
"Use Rewards Info": "true",
|
||
"Info Pattern": "GrowUp",
|
||
"Info Font Size": "20",
|
||
"Info Count": "120",
|
||
"Info Delay": "20",
|
||
"Info MoveWait": "100",
|
||
"Info MoveFade": "10",
|
||
"Enable Out Move": "false",
|
||
"Info Position": "Up",
|
||
"Info Slide Action": "",
|
||
"Info Sup X": "0",
|
||
"Info Sup Y": "0",
|
||
"Info Width": "816",
|
||
"Gold Icon Index": "220",
|
||
"Actor Icon Start Index": "0",
|
||
"Reward Popup Delay": "0",
|
||
"Log Key": "",
|
||
"Log Max": "100",
|
||
"Log Row": "2",
|
||
"Log Reverse": "false",
|
||
"Menu Info Log Name": "",
|
||
"Battle Show List": "item,gold,exp,skill,params,level,abp,classLevel",
|
||
"Get Gold Text": "「\\I[208]_num\\C[14]\\G\\C[0]」 \\C[24]Obtained!",
|
||
"Lost Gold Text": "「\\I[208]_num\\C[14]\\G\\C[0]」 \\C[2]Lost...",
|
||
"Get Item Text":
|
||
"「\\I[_icon]_name」 \\C[24]Obtained!\\n\\C[6]_desc1",
|
||
"Lost Item Text":
|
||
"「\\I[_icon]_name」 \\C[2]Lost...\\n\\C[6]_desc1",
|
||
"Get Item Text Num":
|
||
"「\\I[_icon]_name」 \\C[14]_numx \\C[24]Obtained!\\n\\C[6]_desc1",
|
||
"Lost Item Text Num":
|
||
"「\\I[_icon]_name」 \\C[14]_numx \\C[2]Lost...\\n\\C[6]_desc1",
|
||
"Get Skill Text":
|
||
"_actorは「\\I[_icon]_name」 \\C[24]覚えた!\\n\\C[6]_desc1",
|
||
"Lost Skill Text":
|
||
"_actorは「\\I[_icon]_name」 \\C[2]忘れてしまった・・・\\n\\C[6]_desc1",
|
||
"Exp Up Text":
|
||
"_actor \\C[14]_num points\\C[0]の\\C[4]_name\\C[0]を\\C[24]得た!",
|
||
"Exp Down Text":
|
||
"_actor \\C[14]_num points\\C[0]の\\C[4]_name\\C[0]を\\C[2]Lost...",
|
||
"Lv Up Text":
|
||
"_actor \\C[4]_name\\C[0] Increased By \\C[14]_num points\\C[24]",
|
||
"Lv Down Text":
|
||
"_actor \\C[4]_name\\C[0] Decreased By \\C[14]_num points\\C[2]",
|
||
"Param Up Text":
|
||
"_actor \\C[4]_name\\C[0] \\C[14]_num points\\C[24]",
|
||
"Param Down Text":
|
||
"_actor \\C[4]_name\\C[0] \\C[14]_num points\\C[2]",
|
||
"Abp Up Text":
|
||
"_actor \\C[14]_num points\\C[0]の\\C[4]_name\\C[0]を\\C[24]得た!",
|
||
"Abp Down Text":
|
||
"_actor \\C[14]_num points\\C[0]の\\C[4]_name\\C[0]を\\C[2]Lost...",
|
||
"Class Lv Up Text":
|
||
"_actor \\C[4]_classの_name\\C[0] \\C[14]_num points\\C[24]",
|
||
"Class Lv Down Text":
|
||
"_actor \\C[4]_classの_name\\C[0] \\C[14]_num points\\C[2]",
|
||
"Formation Lv Up Text":
|
||
"\\C[4]_nameの熟練度\\C[0] \\C[14]_num points\\C[24]",
|
||
"Formation Lv Max Text": "\\C[4]_name\\C[0]を\\C[14]マスターした!",
|
||
},
|
||
},
|
||
{
|
||
name: "Escape100",
|
||
status: true,
|
||
description: "逃げる成功率を100%にする",
|
||
parameters: { escapeSwitche: "10" },
|
||
},
|
||
{
|
||
name: "KeyItemNumber",
|
||
status: true,
|
||
description: "「大事なもの」の個数表示の設定",
|
||
parameters: { KeyItem: "0", MessageWindow: "0" },
|
||
},
|
||
{
|
||
name: "BackLog_utf8",
|
||
status: true,
|
||
description: "バックログ及びメッセージ周りの補填関係",
|
||
parameters: {
|
||
nBackLogDisplayLine: "12",
|
||
nBackLogLimitMax: "-1",
|
||
nBackLogButtonUp: "0",
|
||
nBackLogButtonDown: "0",
|
||
nBackLogButtonHide: "0",
|
||
bBackLogNameOn_forYepMessageCore: "false",
|
||
bBackLogNameOn_Flame: "●",
|
||
bBackLogNameOn_Flame2: "",
|
||
sBackLogNoFaceSymbol: "★",
|
||
sBackLogNoFaceSpace: "",
|
||
},
|
||
},
|
||
{
|
||
name: "MouseWheelExtend",
|
||
status: true,
|
||
description: "マウスホイール拡張プラグイン",
|
||
parameters: {
|
||
メッセージ送り: "ON",
|
||
カーソル移動: "ON",
|
||
クリックで決定: "ON",
|
||
クリックでキャンセル: "OFF",
|
||
クリックでスイッチ: "0",
|
||
クリックでトグル: "0",
|
||
スクロールで十字キー: "OFF",
|
||
スクロールで変数: "0",
|
||
感度Y: "20",
|
||
感度X: "20",
|
||
},
|
||
},
|
||
{
|
||
name: "DynamicDatabase",
|
||
status: true,
|
||
description: "動的データベース構築プラグイン",
|
||
parameters: {},
|
||
},
|
||
{
|
||
name: "Yami_8DirEx",
|
||
status: true,
|
||
description: "8方向移動(タッチパネル対応版)",
|
||
parameters: { "dir4 Switch ID": "0" },
|
||
},
|
||
{
|
||
name: "Mano_OneButtonCommonEventCall",
|
||
status: true,
|
||
description:
|
||
"マップ上で、1ボタンでコモンイベントを呼び出す機能を追加します。",
|
||
parameters: {
|
||
commonA:
|
||
'{"enabled":"true","enableSwitch":"0","event":"5","symbol":"event1","text":"立ち絵表示","mandatory":"false","keycode":"81","padButton":"-1"}',
|
||
commonB:
|
||
'{"enabled":"false","enableSwitch":"","event":"44","symbol":"event2","text":"地図","mandatory":"false","keycode":"87","padButton":"-1"}',
|
||
commonC:
|
||
'{"enabled":"false","enableSwitch":"","event":"0","symbol":"event3","description":"イベント3","text":"テキスト3","keycode":"","padButton":"-1"}',
|
||
commonD:
|
||
'{"enabled":"false","enableSwitch":"","event":"0","symbol":"event4","description":"イベント4","text":"テキスト4","keycode":"","padButton":"-1"}',
|
||
commonE:
|
||
'{"enabled":"false","enableSwitch":"","event":"0","symbol":"event5","description":"イベント5","text":"テキスト5","keycode":"","padButton":"-1"}',
|
||
commonF:
|
||
'{"enabled":"false","enableSwitch":"","event":"0","symbol":"event6","description":"イベント6","text":"テキスト6","keycode":"","padButton":"-1"}',
|
||
commonG:
|
||
'{"enabled":"false","enableSwitch":"","event":"0","symbol":"event7","description":"イベント7","text":"テキスト7","keycode":"","padButton":"-1"}',
|
||
commonH:
|
||
'{"enabled":"false","enableSwitch":"","event":"0","symbol":"event8","description":"イベント8","text":"テキスト8","keycode":"","padButton":"-1"}',
|
||
},
|
||
},
|
||
{
|
||
name: "PlayStepSE",
|
||
status: true,
|
||
description: "プレイヤーとイベントの足音を演奏します",
|
||
parameters: {
|
||
"Play Player Step SE": "true",
|
||
"Default SE Filename": "",
|
||
"Default Volume": "50",
|
||
"Default Pitch": "65",
|
||
"Default Interval": "2",
|
||
"Enable in EventRunning": "true",
|
||
},
|
||
},
|
||
{
|
||
name: "OverpassTile",
|
||
status: true,
|
||
description: "キャラクターが下をくぐり抜けられる橋の設定です。",
|
||
parameters: { "Overpass Region ID": "255", "Gateway Region ID": "254" },
|
||
},
|
||
{
|
||
name: "StairMove",
|
||
status: true,
|
||
description: "階段自動斜め移動",
|
||
parameters: {
|
||
右斜め上移動リージョンID: "40",
|
||
左斜め上移動リージョンID: "41",
|
||
},
|
||
},
|
||
{
|
||
name: "YEP_RegionRestrictions",
|
||
status: true,
|
||
description:
|
||
"v1.04 Use regions to block out Events and/or the player from\nbeing able to venture into those spots.",
|
||
parameters: {
|
||
"Player Restrict": "13",
|
||
"Event Restrict": "11",
|
||
"All Restrict": "14",
|
||
"Player Allow": "12",
|
||
"Event Allow": "10",
|
||
"All Allow": "15",
|
||
},
|
||
},
|
||
{
|
||
name: "YEP_EventChasePlayer",
|
||
status: true,
|
||
description:
|
||
"v1.06 When a player is in the proximity of a certain event,\nthe event will start chasing or fleeing from the player.",
|
||
parameters: {
|
||
"Sight Lock": "200",
|
||
"See Player": "true",
|
||
"Alert Timer": "120",
|
||
"Alert Balloon": "1",
|
||
"Alert Sound": "Attack1",
|
||
"Alert Common Event": "0",
|
||
"Return After": "true",
|
||
"Return Wait": "180",
|
||
},
|
||
},
|
||
{
|
||
name: "StepSpeed",
|
||
status: true,
|
||
description: "ver1.00/イベントの足踏み速度を変更します。",
|
||
parameters: {},
|
||
},
|
||
{
|
||
name: "PopupMessage",
|
||
status: true,
|
||
description:
|
||
"ver1.02/メッセージの表示をポップアップに変更する制御文字_pum[delay,x,y,action]を追加します。",
|
||
parameters: {
|
||
"Pop Message FontSize": "24",
|
||
"Pop Message Count": "180",
|
||
"Popup Pattern": "Normal",
|
||
},
|
||
},
|
||
{
|
||
name: "MPP_HiddenPassage",
|
||
status: true,
|
||
description:
|
||
"【ver.1.1】指定したリージョンIDのタイルをプレイヤーより上に表示させます。",
|
||
parameters: {
|
||
"Upper Floor Region Ids": "32",
|
||
"Upper Wall Region Ids": "33",
|
||
},
|
||
},
|
||
{
|
||
name: "YEP_SlipperyTiles",
|
||
status: true,
|
||
description:
|
||
"v1.05 タイルに地形タグをマークしたりリージョンナンバーを振ることで、滑るタイルを作成することができます。",
|
||
parameters: {
|
||
"Slippery Frame": "2",
|
||
"Slippery Region": "60",
|
||
"Slippery Speed": "5",
|
||
},
|
||
},
|
||
{
|
||
name: "AudioSource",
|
||
status: true,
|
||
description:
|
||
"音源と聞き手の位置関係に応じて自動的に音量・位相を調節します。",
|
||
parameters: { listener: "screen", decay: "80", pan: "10", cutoff: "false" },
|
||
},
|
||
{
|
||
name: "SwitchOnLoad",
|
||
status: true,
|
||
description: "ゲームをロードしたときに指定のスイッチをONにします。",
|
||
parameters: { "Switch ID": "60" },
|
||
},
|
||
{
|
||
name: "---------------------",
|
||
status: false,
|
||
description: "",
|
||
parameters: {},
|
||
},
|
||
{
|
||
name: "CBR_eroStatus_main",
|
||
status: true,
|
||
description: "エロステータス作れちゃうプラグイン(本体)",
|
||
parameters: { eroStaName: "H-Status", "": "", commonEvent: "" },
|
||
},
|
||
{
|
||
name: "CBR_eroStatus_1",
|
||
status: true,
|
||
description: "エロステータス作れちゃうプラグイン(追加用)",
|
||
parameters: {
|
||
"#### ピクチャ1 ####": "",
|
||
picName_1: "Hback",
|
||
picOrigin_1: "left",
|
||
picX_1: "0",
|
||
picY_1: "0",
|
||
picOpacity_1: "100",
|
||
picZoom_1: "100",
|
||
picShow_1: "on",
|
||
"": "",
|
||
"#### ピクチャ2 ####": "",
|
||
picName_2: "character01",
|
||
picOrigin_2: "left",
|
||
picX_2: "0",
|
||
picY_2: "0",
|
||
picOpacity_2: "100",
|
||
picZoom_2: "100",
|
||
picShow_2: "on",
|
||
"#### ピクチャ3 ####": "",
|
||
picName_3: "",
|
||
picOrigin_3: "left",
|
||
picX_3: "0",
|
||
picY_3: "0",
|
||
picOpacity_3: "100",
|
||
picZoom_3: "100",
|
||
picShow_3: "on",
|
||
"#### ピクチャ4 ####": "",
|
||
picName_4: "",
|
||
picOrigin_4: "left",
|
||
picX_4: "0",
|
||
picY_4: "0",
|
||
picOpacity_4: "100",
|
||
picZoom_4: "100",
|
||
picShow_4: "on",
|
||
"#### ピクチャ5 ####": "",
|
||
picName_5: "",
|
||
picOrigin_5: "left",
|
||
picX_5: "0",
|
||
picY_5: "0",
|
||
picOpacity_5: "100",
|
||
picZoom_5: "100",
|
||
picShow_5: "on",
|
||
"#### ピクチャ6 ####": "",
|
||
picName_6: "",
|
||
picOrigin_6: "left",
|
||
picX_6: "0",
|
||
picY_6: "0",
|
||
picOpacity_6: "100",
|
||
picZoom_6: "100",
|
||
picShow_6: "on",
|
||
"#### ピクチャ7 ####": "",
|
||
picName_7: "",
|
||
picOrigin_7: "left",
|
||
picX_7: "0",
|
||
picY_7: "0",
|
||
picOpacity_7: "100",
|
||
picZoom_7: "100",
|
||
picShow_7: "on",
|
||
"#### ピクチャ8 ####": "",
|
||
picName_8: "",
|
||
picOrigin_8: "left",
|
||
picX_8: "0",
|
||
picY_8: "0",
|
||
picOpacity_8: "100",
|
||
picZoom_8: "100",
|
||
picShow_8: "on",
|
||
"#### ピクチャ9 ####": "",
|
||
picName_9: "",
|
||
picOrigin_9: "left",
|
||
picX_9: "0",
|
||
picY_9: "0",
|
||
picOpacity_9: "100",
|
||
picZoom_9: "100",
|
||
picShow_9: "on",
|
||
"#### ピクチャ10 ####": "",
|
||
picName_10: "",
|
||
picOrigin_10: "left",
|
||
picX_10: "0",
|
||
picY_10: "0",
|
||
picOpacity_10: "100",
|
||
picZoom_10: "100",
|
||
picShow_10: "on",
|
||
"#### ピクチャ11 ####": "",
|
||
picName_11: "",
|
||
picOrigin_11: "left",
|
||
picX_11: "0",
|
||
picY_11: "0",
|
||
picOpacity_11: "100",
|
||
picZoom_11: "100",
|
||
picShow_11: "on",
|
||
"#### ピクチャ12 ####": "",
|
||
picName_12: "",
|
||
picOrigin_12: "left",
|
||
picX_12: "0",
|
||
picY_12: "0",
|
||
picOpacity_12: "100",
|
||
picZoom_12: "100",
|
||
picShow_12: "on",
|
||
"#### ピクチャ13 ####": "",
|
||
picName_13: "",
|
||
picOrigin_13: "left",
|
||
picX_13: "0",
|
||
picY_13: "0",
|
||
picOpacity_13: "100",
|
||
picZoom_13: "100",
|
||
picShow_13: "on",
|
||
"#### ピクチャ14 ####": "",
|
||
picName_14: "",
|
||
picOrigin_14: "left",
|
||
picX_14: "0",
|
||
picY_14: "0",
|
||
picOpacity_14: "100",
|
||
picZoom_14: "100",
|
||
picShow_14: "on",
|
||
"#### ピクチャ15 ####": "",
|
||
picName_15: "",
|
||
picOrigin_15: "left",
|
||
picX_15: "0",
|
||
picY_15: "0",
|
||
picOpacity_15: "100",
|
||
picZoom_15: "100",
|
||
picShow_15: "on",
|
||
"#### ピクチャ16 ####": "",
|
||
picName_16: "",
|
||
picOrigin_16: "left",
|
||
picX_16: "0",
|
||
picY_16: "0",
|
||
picOpacity_16: "100",
|
||
picZoom_16: "100",
|
||
picShow_16: "on",
|
||
"#### ピクチャ17 ####": "",
|
||
picName_17: "",
|
||
picOrigin_17: "left",
|
||
picX_17: "0",
|
||
picY_17: "0",
|
||
picOpacity_17: "100",
|
||
picZoom_17: "100",
|
||
picShow_17: "on",
|
||
"#### ピクチャ18 ####": "",
|
||
picName_18: "",
|
||
picOrigin_18: "left",
|
||
picX_18: "0",
|
||
picY_18: "0",
|
||
picOpacity_18: "100",
|
||
picZoom_18: "100",
|
||
picShow_18: "on",
|
||
"#### ピクチャ19 ####": "",
|
||
picName_19: "",
|
||
picOrigin_19: "left",
|
||
picX_19: "0",
|
||
picY_19: "0",
|
||
picOpacity_19: "100",
|
||
picZoom_19: "100",
|
||
picShow_19: "on",
|
||
"#### ピクチャ20 ####": "",
|
||
picName_20: "",
|
||
picOrigin_20: "left",
|
||
picX_20: "0",
|
||
picY_20: "0",
|
||
picOpacity_20: "100",
|
||
picZoom_20: "100",
|
||
picShow_20: "on",
|
||
"#### ピクチャ21 ####": "",
|
||
picName_21: "",
|
||
picOrigin_21: "left",
|
||
picX_21: "0",
|
||
picY_21: "0",
|
||
picOpacity_21: "100",
|
||
picZoom_21: "100",
|
||
picShow_21: "on",
|
||
"#### ピクチャ22 ####": "",
|
||
picName_22: "",
|
||
picOrigin_22: "left",
|
||
picX_22: "0",
|
||
picY_22: "0",
|
||
picOpacity_22: "100",
|
||
picZoom_22: "100",
|
||
picShow_22: "on",
|
||
"#### ピクチャ23 ####": "",
|
||
picName_23: "",
|
||
picOrigin_23: "left",
|
||
picX_23: "0",
|
||
picY_23: "0",
|
||
picOpacity_23: "100",
|
||
picZoom_23: "100",
|
||
picShow_23: "on",
|
||
"#### ピクチャ24 ####": "",
|
||
picName_24: "",
|
||
picOrigin_24: "left",
|
||
picX_24: "0",
|
||
picY_24: "0",
|
||
picOpacity_24: "100",
|
||
picZoom_24: "100",
|
||
picShow_24: "on",
|
||
"#### ピクチャ25 ####": "",
|
||
picName_25: "",
|
||
picOrigin_25: "left",
|
||
picX_25: "0",
|
||
picY_25: "0",
|
||
picOpacity_25: "100",
|
||
picZoom_25: "100",
|
||
picShow_25: "on",
|
||
"#### ピクチャ26 ####": "",
|
||
picName_26: "",
|
||
picOrigin_26: "left",
|
||
picX_26: "0",
|
||
picY_26: "0",
|
||
picOpacity_26: "100",
|
||
picZoom_26: "100",
|
||
picShow_26: "on",
|
||
"#### ピクチャ27 ####": "",
|
||
picName_27: "",
|
||
picOrigin_27: "left",
|
||
picX_27: "0",
|
||
picY_27: "0",
|
||
picOpacity_27: "100",
|
||
picZoom_27: "100",
|
||
picShow_27: "on",
|
||
"#### ピクチャ28 ####": "",
|
||
picName_28: "",
|
||
picOrigin_28: "left",
|
||
picX_28: "0",
|
||
picY_28: "0",
|
||
picOpacity_28: "100",
|
||
picZoom_28: "100",
|
||
picShow_28: "on",
|
||
"#### ピクチャ29 ####": "",
|
||
picName_29: "",
|
||
picOrigin_29: "left",
|
||
picX_29: "0",
|
||
picY_29: "0",
|
||
picOpacity_29: "100",
|
||
picZoom_29: "100",
|
||
picShow_29: "on",
|
||
"#### ピクチャ30 ####": "",
|
||
picName_30: "",
|
||
picOrigin_30: "left",
|
||
picX_30: "0",
|
||
picY_30: "0",
|
||
picOpacity_30: "100",
|
||
picZoom_30: "100",
|
||
picShow_30: "on",
|
||
"#### ピクチャ31 ####": "",
|
||
picName_31: "",
|
||
picOrigin_31: "left",
|
||
picX_31: "0",
|
||
picY_31: "0",
|
||
picOpacity_31: "100",
|
||
picZoom_31: "100",
|
||
picShow_31: "on",
|
||
"#### ピクチャ32 ####": "",
|
||
picName_32: "",
|
||
picOrigin_32: "left",
|
||
picX_32: "0",
|
||
picY_32: "0",
|
||
picOpacity_32: "100",
|
||
picZoom_32: "100",
|
||
picShow_32: "on",
|
||
"#### ピクチャ33 ####": "",
|
||
picName_33: "",
|
||
picOrigin_33: "left",
|
||
picX_33: "0",
|
||
picY_33: "0",
|
||
picOpacity_33: "100",
|
||
picZoom_33: "100",
|
||
picShow_33: "on",
|
||
"#### ピクチャ34 ####": "",
|
||
picName_34: "",
|
||
picOrigin_34: "left",
|
||
picX_34: "0",
|
||
picY_34: "0",
|
||
picOpacity_34: "100",
|
||
picZoom_34: "100",
|
||
picShow_34: "on",
|
||
"#### ピクチャ35 ####": "",
|
||
picName_35: "",
|
||
picOrigin_35: "left",
|
||
picX_35: "0",
|
||
picY_35: "0",
|
||
picOpacity_35: "100",
|
||
picZoom_35: "100",
|
||
picShow_35: "on",
|
||
"#### ピクチャ36 ####": "",
|
||
picName_36: "",
|
||
picOrigin_36: "left",
|
||
picX_36: "0",
|
||
picY_36: "0",
|
||
picOpacity_36: "100",
|
||
picZoom_36: "100",
|
||
picShow_36: "on",
|
||
"#### ピクチャ37 ####": "",
|
||
picName_37: "",
|
||
picOrigin_37: "left",
|
||
picX_37: "0",
|
||
picY_37: "0",
|
||
picOpacity_37: "100",
|
||
picZoom_37: "100",
|
||
picShow_37: "on",
|
||
"#### ピクチャ38 ####": "",
|
||
picName_38: "",
|
||
picOrigin_38: "left",
|
||
picX_38: "0",
|
||
picY_38: "0",
|
||
picOpacity_38: "100",
|
||
picZoom_38: "100",
|
||
picShow_38: "on",
|
||
"#### ピクチャ39 ####": "",
|
||
picName_39: "",
|
||
picOrigin_39: "left",
|
||
picX_39: "0",
|
||
picY_39: "0",
|
||
picOpacity_39: "100",
|
||
picZoom_39: "100",
|
||
picShow_39: "on",
|
||
"#### ピクチャ40 ####": "",
|
||
picName_40: "",
|
||
picOrigin_40: "left",
|
||
picX_40: "0",
|
||
picY_40: "0",
|
||
picOpacity_40: "100",
|
||
picZoom_40: "100",
|
||
picShow_40: "on",
|
||
"#### ピクチャ41 ####": "",
|
||
picName_41: "",
|
||
picOrigin_41: "left",
|
||
picX_41: "0",
|
||
picY_41: "0",
|
||
picOpacity_41: "100",
|
||
picZoom_41: "100",
|
||
picShow_41: "on",
|
||
"#### ピクチャ42 ####": "",
|
||
picName_42: "",
|
||
picOrigin_42: "left",
|
||
picX_42: "0",
|
||
picY_42: "0",
|
||
picOpacity_42: "100",
|
||
picZoom_42: "100",
|
||
picShow_42: "on",
|
||
"#### ピクチャ43 ####": "",
|
||
picName_43: "",
|
||
picOrigin_43: "left",
|
||
picX_43: "0",
|
||
picY_43: "0",
|
||
picOpacity_43: "100",
|
||
picZoom_43: "100",
|
||
picShow_43: "on",
|
||
"#### ピクチャ44 ####": "",
|
||
picName_44: "",
|
||
picOrigin_44: "left",
|
||
picX_44: "0",
|
||
picY_44: "0",
|
||
picOpacity_44: "100",
|
||
picZoom_44: "100",
|
||
picShow_44: "on",
|
||
"#### ピクチャ45 ####": "",
|
||
picName_45: "",
|
||
picOrigin_45: "left",
|
||
picX_45: "0",
|
||
picY_45: "0",
|
||
picOpacity_45: "100",
|
||
picZoom_45: "100",
|
||
picShow_45: "on",
|
||
"#### ピクチャ46 ####": "",
|
||
picName_46: "",
|
||
picOrigin_46: "left",
|
||
picX_46: "0",
|
||
picY_46: "0",
|
||
picOpacity_46: "100",
|
||
picZoom_46: "100",
|
||
picShow_46: "on",
|
||
"#### ピクチャ47 ####": "",
|
||
picName_47: "",
|
||
picOrigin_47: "left",
|
||
picX_47: "0",
|
||
picY_47: "0",
|
||
picOpacity_47: "100",
|
||
picZoom_47: "100",
|
||
picShow_47: "on",
|
||
"#### ピクチャ48 ####": "",
|
||
picName_48: "",
|
||
picOrigin_48: "left",
|
||
picX_48: "0",
|
||
picY_48: "0",
|
||
picOpacity_48: "100",
|
||
picZoom_48: "100",
|
||
picShow_48: "on",
|
||
"#### ピクチャ49 ####": "",
|
||
picName_49: "",
|
||
picOrigin_49: "left",
|
||
picX_49: "0",
|
||
picY_49: "0",
|
||
picOpacity_49: "100",
|
||
picZoom_49: "100",
|
||
picShow_49: "on",
|
||
"#### ピクチャ50 ####": "",
|
||
picName_50: "",
|
||
picOrigin_50: "left",
|
||
picX_50: "0",
|
||
picY_50: "0",
|
||
picOpacity_50: "100",
|
||
picZoom_50: "100",
|
||
picShow_50: "on",
|
||
"#### ピクチャ51 ####": "",
|
||
picName_51: "",
|
||
picOrigin_51: "left",
|
||
picX_51: "0",
|
||
picY_51: "0",
|
||
picOpacity_51: "100",
|
||
picZoom_51: "100",
|
||
picShow_51: "on",
|
||
"#### ピクチャ52 ####": "",
|
||
picName_52: "",
|
||
picOrigin_52: "left",
|
||
picX_52: "0",
|
||
picY_52: "0",
|
||
picOpacity_52: "100",
|
||
picZoom_52: "100",
|
||
picShow_52: "on",
|
||
"#### ピクチャ53 ####": "",
|
||
picName_53: "",
|
||
picOrigin_53: "left",
|
||
picX_53: "0",
|
||
picY_53: "0",
|
||
picOpacity_53: "100",
|
||
picZoom_53: "100",
|
||
picShow_53: "on",
|
||
"#### ピクチャ54 ####": "",
|
||
picName_54: "",
|
||
picOrigin_54: "left",
|
||
picX_54: "0",
|
||
picY_54: "0",
|
||
picOpacity_54: "100",
|
||
picZoom_54: "100",
|
||
picShow_54: "on",
|
||
"#### ピクチャ55 ####": "",
|
||
picName_55: "",
|
||
picOrigin_55: "left",
|
||
picX_55: "0",
|
||
picY_55: "0",
|
||
picOpacity_55: "100",
|
||
picZoom_55: "100",
|
||
picShow_55: "on",
|
||
"#### ピクチャ56 ####": "",
|
||
picName_56: "",
|
||
picOrigin_56: "left",
|
||
picX_56: "0",
|
||
picY_56: "0",
|
||
picOpacity_56: "100",
|
||
picZoom_56: "100",
|
||
picShow_56: "on",
|
||
"#### ピクチャ57 ####": "",
|
||
picName_57: "",
|
||
picOrigin_57: "left",
|
||
picX_57: "0",
|
||
picY_57: "0",
|
||
picOpacity_57: "100",
|
||
picZoom_57: "100",
|
||
picShow_57: "on",
|
||
"#### ピクチャ58 ####": "",
|
||
picName_58: "",
|
||
picOrigin_58: "left",
|
||
picX_58: "0",
|
||
picY_58: "0",
|
||
picOpacity_58: "100",
|
||
picZoom_58: "100",
|
||
picShow_58: "on",
|
||
"#### ピクチャ59 ####": "",
|
||
picName_59: "",
|
||
picOrigin_59: "left",
|
||
picX_59: "0",
|
||
picY_59: "0",
|
||
picOpacity_59: "100",
|
||
picZoom_59: "100",
|
||
picShow_59: "on",
|
||
"#### ピクチャ60 ####": "",
|
||
picName_60: "",
|
||
picOrigin_60: "left",
|
||
picX_60: "0",
|
||
picY_60: "0",
|
||
picOpacity_60: "100",
|
||
picZoom_60: "100",
|
||
picShow_60: "on",
|
||
"#### ピクチャ61 ####": "",
|
||
picName_61: "",
|
||
picOrigin_61: "left",
|
||
picX_61: "0",
|
||
picY_61: "0",
|
||
picOpacity_61: "100",
|
||
picZoom_61: "100",
|
||
picShow_61: "on",
|
||
"#### ピクチャ62 ####": "",
|
||
picName_62: "",
|
||
picOrigin_62: "left",
|
||
picX_62: "0",
|
||
picY_62: "0",
|
||
picOpacity_62: "100",
|
||
picZoom_62: "100",
|
||
picShow_62: "on",
|
||
"#### ピクチャ63 ####": "",
|
||
picName_63: "",
|
||
picOrigin_63: "left",
|
||
picX_63: "0",
|
||
picY_63: "0",
|
||
picOpacity_63: "100",
|
||
picZoom_63: "100",
|
||
picShow_63: "on",
|
||
"#### ピクチャ64 ####": "",
|
||
picName_64: "",
|
||
picOrigin_64: "left",
|
||
picX_64: "0",
|
||
picY_64: "0",
|
||
picOpacity_64: "100",
|
||
picZoom_64: "100",
|
||
picShow_64: "on",
|
||
"#### ピクチャ65 ####": "",
|
||
picName_65: "",
|
||
picOrigin_65: "left",
|
||
picX_65: "0",
|
||
picY_65: "0",
|
||
picOpacity_65: "100",
|
||
picZoom_65: "100",
|
||
picShow_65: "on",
|
||
"#### ピクチャ66 ####": "",
|
||
picName_66: "",
|
||
picOrigin_66: "left",
|
||
picX_66: "0",
|
||
picY_66: "0",
|
||
picOpacity_66: "100",
|
||
picZoom_66: "100",
|
||
picShow_66: "on",
|
||
"#### ピクチャ67 ####": "",
|
||
picName_67: "",
|
||
picOrigin_67: "left",
|
||
picX_67: "0",
|
||
picY_67: "0",
|
||
picOpacity_67: "100",
|
||
picZoom_67: "100",
|
||
picShow_67: "on",
|
||
"#### ピクチャ68 ####": "",
|
||
picName_68: "",
|
||
picOrigin_68: "left",
|
||
picX_68: "0",
|
||
picY_68: "0",
|
||
picOpacity_68: "100",
|
||
picZoom_68: "100",
|
||
picShow_68: "on",
|
||
"#### ピクチャ69 ####": "",
|
||
picName_69: "",
|
||
picOrigin_69: "left",
|
||
picX_69: "0",
|
||
picY_69: "0",
|
||
picOpacity_69: "100",
|
||
picZoom_69: "100",
|
||
picShow_69: "on",
|
||
"#### ピクチャ70 ####": "",
|
||
picName_70: "",
|
||
picOrigin_70: "left",
|
||
picX_70: "0",
|
||
picY_70: "0",
|
||
picOpacity_70: "100",
|
||
picZoom_70: "100",
|
||
picShow_70: "on",
|
||
"#### ピクチャ71 ####": "",
|
||
picName_71: "",
|
||
picOrigin_71: "left",
|
||
picX_71: "0",
|
||
picY_71: "0",
|
||
picOpacity_71: "100",
|
||
picZoom_71: "100",
|
||
picShow_71: "on",
|
||
"#### ピクチャ72 ####": "",
|
||
picName_72: "",
|
||
picOrigin_72: "left",
|
||
picX_72: "0",
|
||
picY_72: "0",
|
||
picOpacity_72: "100",
|
||
picZoom_72: "100",
|
||
picShow_72: "on",
|
||
"#### ピクチャ73 ####": "",
|
||
picName_73: "",
|
||
picOrigin_73: "left",
|
||
picX_73: "0",
|
||
picY_73: "0",
|
||
picOpacity_73: "100",
|
||
picZoom_73: "100",
|
||
picShow_73: "on",
|
||
"#### ピクチャ74 ####": "",
|
||
picName_74: "",
|
||
picOrigin_74: "left",
|
||
picX_74: "0",
|
||
picY_74: "0",
|
||
picOpacity_74: "100",
|
||
picZoom_74: "100",
|
||
picShow_74: "on",
|
||
"#### ピクチャ75 ####": "",
|
||
picName_75: "",
|
||
picOrigin_75: "left",
|
||
picX_75: "0",
|
||
picY_75: "0",
|
||
picOpacity_75: "100",
|
||
picZoom_75: "100",
|
||
picShow_75: "on",
|
||
"#### ピクチャ76 ####": "",
|
||
picName_76: "",
|
||
picOrigin_76: "left",
|
||
picX_76: "0",
|
||
picY_76: "0",
|
||
picOpacity_76: "100",
|
||
picZoom_76: "100",
|
||
picShow_76: "on",
|
||
"#### ピクチャ77 ####": "",
|
||
picName_77: "",
|
||
picOrigin_77: "left",
|
||
picX_77: "0",
|
||
picY_77: "0",
|
||
picOpacity_77: "100",
|
||
picZoom_77: "100",
|
||
picShow_77: "on",
|
||
"#### ピクチャ78 ####": "",
|
||
picName_78: "",
|
||
picOrigin_78: "left",
|
||
picX_78: "0",
|
||
picY_78: "0",
|
||
picOpacity_78: "100",
|
||
picZoom_78: "100",
|
||
picShow_78: "on",
|
||
"#### ピクチャ79 ####": "",
|
||
picName_79: "",
|
||
picOrigin_79: "left",
|
||
picX_79: "0",
|
||
picY_79: "0",
|
||
picOpacity_79: "100",
|
||
picZoom_79: "100",
|
||
picShow_79: "on",
|
||
"#### ピクチャ80 ####": "",
|
||
picName_80: "",
|
||
picOrigin_80: "left",
|
||
picX_80: "0",
|
||
picY_80: "0",
|
||
picOpacity_80: "100",
|
||
picZoom_80: "100",
|
||
picShow_80: "on",
|
||
"#### ピクチャ81 ####": "",
|
||
picName_81: "",
|
||
picOrigin_81: "left",
|
||
picX_81: "0",
|
||
picY_81: "0",
|
||
picOpacity_81: "100",
|
||
picZoom_81: "100",
|
||
picShow_81: "on",
|
||
"#### ピクチャ82 ####": "",
|
||
picName_82: "",
|
||
picOrigin_82: "left",
|
||
picX_82: "0",
|
||
picY_82: "0",
|
||
picOpacity_82: "100",
|
||
picZoom_82: "100",
|
||
picShow_82: "on",
|
||
"#### ピクチャ83 ####": "",
|
||
picName_83: "",
|
||
picOrigin_83: "left",
|
||
picX_83: "0",
|
||
picY_83: "0",
|
||
picOpacity_83: "100",
|
||
picZoom_83: "100",
|
||
picShow_83: "on",
|
||
"#### ピクチャ84 ####": "",
|
||
picName_84: "",
|
||
picOrigin_84: "left",
|
||
picX_84: "0",
|
||
picY_84: "0",
|
||
picOpacity_84: "100",
|
||
picZoom_84: "100",
|
||
picShow_84: "on",
|
||
"#### ピクチャ85 ####": "",
|
||
picName_85: "",
|
||
picOrigin_85: "left",
|
||
picX_85: "0",
|
||
picY_85: "0",
|
||
picOpacity_85: "100",
|
||
picZoom_85: "100",
|
||
picShow_85: "on",
|
||
"#### ピクチャ86 ####": "",
|
||
picName_86: "",
|
||
picOrigin_86: "left",
|
||
picX_86: "0",
|
||
picY_86: "0",
|
||
picOpacity_86: "100",
|
||
picZoom_86: "100",
|
||
picShow_86: "on",
|
||
"#### ピクチャ87 ####": "",
|
||
picName_87: "",
|
||
picOrigin_87: "left",
|
||
picX_87: "0",
|
||
picY_87: "0",
|
||
picOpacity_87: "100",
|
||
picZoom_87: "100",
|
||
picShow_87: "on",
|
||
"#### ピクチャ88 ####": "",
|
||
picName_88: "",
|
||
picOrigin_88: "left",
|
||
picX_88: "0",
|
||
picY_88: "0",
|
||
picOpacity_88: "100",
|
||
picZoom_88: "100",
|
||
picShow_88: "on",
|
||
"#### ピクチャ89 ####": "",
|
||
picName_89: "",
|
||
picOrigin_89: "left",
|
||
picX_89: "0",
|
||
picY_89: "0",
|
||
picOpacity_89: "100",
|
||
picZoom_89: "100",
|
||
picShow_89: "on",
|
||
"#### ピクチャ90 ####": "",
|
||
picName_90: "",
|
||
picOrigin_90: "left",
|
||
picX_90: "0",
|
||
picY_90: "0",
|
||
picOpacity_90: "100",
|
||
picZoom_90: "100",
|
||
picShow_90: "on",
|
||
"#### ピクチャ91 ####": "",
|
||
picName_91: "",
|
||
picOrigin_91: "left",
|
||
picX_91: "0",
|
||
picY_91: "0",
|
||
picOpacity_91: "100",
|
||
picZoom_91: "100",
|
||
picShow_91: "on",
|
||
"#### ピクチャ92 ####": "",
|
||
picName_92: "",
|
||
picOrigin_92: "left",
|
||
picX_92: "0",
|
||
picY_92: "0",
|
||
picOpacity_92: "100",
|
||
picZoom_92: "100",
|
||
picShow_92: "on",
|
||
"#### ピクチャ93 ####": "",
|
||
picName_93: "",
|
||
picOrigin_93: "left",
|
||
picX_93: "0",
|
||
picY_93: "0",
|
||
picOpacity_93: "100",
|
||
picZoom_93: "100",
|
||
picShow_93: "on",
|
||
"#### ピクチャ94 ####": "",
|
||
picName_94: "",
|
||
picOrigin_94: "left",
|
||
picX_94: "0",
|
||
picY_94: "0",
|
||
picOpacity_94: "100",
|
||
picZoom_94: "100",
|
||
picShow_94: "on",
|
||
"#### ピクチャ95 ####": "",
|
||
picName_95: "",
|
||
picOrigin_95: "left",
|
||
picX_95: "0",
|
||
picY_95: "0",
|
||
picOpacity_95: "100",
|
||
picZoom_95: "100",
|
||
picShow_95: "on",
|
||
"#### ピクチャ96 ####": "",
|
||
picName_96: "",
|
||
picOrigin_96: "left",
|
||
picX_96: "0",
|
||
picY_96: "0",
|
||
picOpacity_96: "100",
|
||
picZoom_96: "100",
|
||
picShow_96: "on",
|
||
"#### ピクチャ97 ####": "",
|
||
picName_97: "",
|
||
picOrigin_97: "left",
|
||
picX_97: "0",
|
||
picY_97: "0",
|
||
picOpacity_97: "100",
|
||
picZoom_97: "100",
|
||
picShow_97: "on",
|
||
"#### ピクチャ98 ####": "",
|
||
picName_98: "",
|
||
picOrigin_98: "left",
|
||
picX_98: "0",
|
||
picY_98: "0",
|
||
picOpacity_98: "100",
|
||
picZoom_98: "100",
|
||
picShow_98: "on",
|
||
"#### ピクチャ99 ####": "",
|
||
picName_99: "",
|
||
picOrigin_99: "left",
|
||
picX_99: "0",
|
||
picY_99: "0",
|
||
picOpacity_99: "100",
|
||
picZoom_99: "100",
|
||
picShow_99: "on",
|
||
"#### テキスト1 ####": "",
|
||
txtSubject_1: "\\V[50]",
|
||
txtSize_1: "28",
|
||
txtOrigin_1: "left",
|
||
txtAlign_1: "top",
|
||
txtX_1: "149",
|
||
txtY_1: "292",
|
||
txtShow_1: "on",
|
||
"#### テキスト2 ####": "",
|
||
txtSubject_2: "\\V[45]",
|
||
txtSize_2: "28",
|
||
txtOrigin_2: "left",
|
||
txtAlign_2: "top",
|
||
txtX_2: "40",
|
||
txtY_2: "385",
|
||
txtShow_2: "on",
|
||
"#### テキスト3 ####": "",
|
||
txtSubject_3: "\\V[47]",
|
||
txtSize_3: "28",
|
||
txtOrigin_3: "left",
|
||
txtAlign_3: "top",
|
||
txtX_3: "40",
|
||
txtY_3: "461",
|
||
txtShow_3: "on",
|
||
"#### テキスト4 ####": "",
|
||
txtSubject_4: "\\V[43]",
|
||
txtSize_4: "28",
|
||
txtOrigin_4: "left",
|
||
txtAlign_4: "top",
|
||
txtX_4: "40",
|
||
txtY_4: "539",
|
||
txtShow_4: "on",
|
||
"#### テキスト5 ####": "",
|
||
txtSubject_5: "\\V[48]",
|
||
txtSize_5: "28",
|
||
txtOrigin_5: "left",
|
||
txtAlign_5: "top",
|
||
txtX_5: "40",
|
||
txtY_5: "610",
|
||
txtShow_5: "on",
|
||
"#### テキスト6 ####": "",
|
||
txtSubject_6: "\\V[49]",
|
||
txtSize_6: "28",
|
||
txtOrigin_6: "left",
|
||
txtAlign_6: "top",
|
||
txtX_6: "40",
|
||
txtY_6: "643",
|
||
txtShow_6: "on",
|
||
"#### テキスト7 ####": "",
|
||
txtSubject_7: "\\V[44]",
|
||
txtSize_7: "18",
|
||
txtOrigin_7: "right",
|
||
txtAlign_7: "top",
|
||
txtX_7: "892",
|
||
txtY_7: "265",
|
||
txtShow_7: "on",
|
||
"#### テキスト8 ####": "",
|
||
txtSubject_8: "%",
|
||
txtSize_8: "18",
|
||
txtOrigin_8: "right",
|
||
txtAlign_8: "top",
|
||
txtX_8: "913",
|
||
txtY_8: "265",
|
||
txtShow_8: "on",
|
||
"#### テキスト9 ####": "",
|
||
txtSubject_9: "\\V[46]",
|
||
txtSize_9: "18",
|
||
txtOrigin_9: "right",
|
||
txtAlign_9: "top",
|
||
txtX_9: "1234",
|
||
txtY_9: "394",
|
||
txtShow_9: "on",
|
||
"#### テキスト10 ####": "",
|
||
txtSubject_10: "%",
|
||
txtSize_10: "18",
|
||
txtOrigin_10: "right",
|
||
txtAlign_10: "top",
|
||
txtX_10: "1255",
|
||
txtY_10: "394",
|
||
txtShow_10: "on",
|
||
"#### テキスト11 ####": "",
|
||
txtSubject_11: "\\V[42]",
|
||
txtSize_11: "18",
|
||
txtOrigin_11: "right",
|
||
txtAlign_11: "top",
|
||
txtX_11: "899",
|
||
txtY_11: "559",
|
||
txtShow_11: "on",
|
||
"#### テキスト12 ####": "",
|
||
txtSubject_12: "%",
|
||
txtSize_12: "18",
|
||
txtOrigin_12: "right",
|
||
txtAlign_12: "top",
|
||
txtX_12: "920",
|
||
txtY_12: "559",
|
||
txtShow_12: "on",
|
||
"#### テキスト13 ####": "",
|
||
txtSubject_13: "\\V[41]",
|
||
txtSize_13: "28",
|
||
txtOrigin_13: "left",
|
||
txtAlign_13: "top",
|
||
txtX_13: "996",
|
||
txtY_13: "666",
|
||
txtShow_13: "on",
|
||
"#### テキスト14 ####": "",
|
||
txtSubject_14: "\\V[51]",
|
||
txtSize_14: "28",
|
||
txtOrigin_14: "right",
|
||
txtAlign_14: "top",
|
||
txtX_14: "650",
|
||
txtY_14: "187",
|
||
txtShow_14: "on",
|
||
"#### テキスト15 ####": "",
|
||
txtSubject_15: "\\V[52]",
|
||
txtSize_15: "28",
|
||
txtOrigin_15: "right",
|
||
txtAlign_15: "top",
|
||
txtX_15: "650",
|
||
txtY_15: "245",
|
||
txtShow_15: "on",
|
||
"#### テキスト16 ####": "",
|
||
txtSubject_16: "\\V[53]",
|
||
txtSize_16: "28",
|
||
txtOrigin_16: "right",
|
||
txtAlign_16: "top",
|
||
txtX_16: "650",
|
||
txtY_16: "303",
|
||
txtShow_16: "on",
|
||
"#### テキスト17 ####": "",
|
||
txtSubject_17: "\\V[54]",
|
||
txtSize_17: "28",
|
||
txtOrigin_17: "right",
|
||
txtAlign_17: "top",
|
||
txtX_17: "650",
|
||
txtY_17: "361",
|
||
txtShow_17: "on",
|
||
"#### テキスト18 ####": "",
|
||
txtSubject_18: "\\V[55]",
|
||
txtSize_18: "28",
|
||
txtOrigin_18: "right",
|
||
txtAlign_18: "top",
|
||
txtX_18: "650",
|
||
txtY_18: "419",
|
||
txtShow_18: "on",
|
||
"#### テキスト19 ####": "",
|
||
txtSubject_19: "\\V[56]",
|
||
txtSize_19: "28",
|
||
txtOrigin_19: "right",
|
||
txtAlign_19: "top",
|
||
txtX_19: "650",
|
||
txtY_19: "477",
|
||
txtShow_19: "on",
|
||
"#### テキスト20 ####": "",
|
||
txtSubject_20: "\\V[57]",
|
||
txtSize_20: "28",
|
||
txtOrigin_20: "right",
|
||
txtAlign_20: "top",
|
||
txtX_20: "650",
|
||
txtY_20: "535",
|
||
txtShow_20: "on",
|
||
"#### テキスト21 ####": "",
|
||
txtSubject_21: "\\V[58]",
|
||
txtSize_21: "28",
|
||
txtOrigin_21: "right",
|
||
txtAlign_21: "top",
|
||
txtX_21: "650",
|
||
txtY_21: "593",
|
||
txtShow_21: "on",
|
||
"#### テキスト22 ####": "",
|
||
txtSubject_22: "",
|
||
txtSize_22: "28",
|
||
txtOrigin_22: "left",
|
||
txtAlign_22: "top",
|
||
txtX_22: "0",
|
||
txtY_22: "0",
|
||
txtShow_22: "on",
|
||
"#### テキスト23 ####": "",
|
||
txtSubject_23: "",
|
||
txtSize_23: "28",
|
||
txtOrigin_23: "left",
|
||
txtAlign_23: "top",
|
||
txtX_23: "0",
|
||
txtY_23: "0",
|
||
txtShow_23: "on",
|
||
"#### テキスト24 ####": "",
|
||
txtSubject_24: "",
|
||
txtSize_24: "28",
|
||
txtOrigin_24: "left",
|
||
txtAlign_24: "top",
|
||
txtX_24: "0",
|
||
txtY_24: "0",
|
||
txtShow_24: "on",
|
||
"#### テキスト25 ####": "",
|
||
txtSubject_25: "",
|
||
txtSize_25: "28",
|
||
txtOrigin_25: "left",
|
||
txtAlign_25: "top",
|
||
txtX_25: "0",
|
||
txtY_25: "0",
|
||
txtShow_25: "on",
|
||
"#### テキスト26 ####": "",
|
||
txtSubject_26: "",
|
||
txtSize_26: "28",
|
||
txtOrigin_26: "left",
|
||
txtAlign_26: "top",
|
||
txtX_26: "0",
|
||
txtY_26: "0",
|
||
txtShow_26: "on",
|
||
"#### テキスト27 ####": "",
|
||
txtSubject_27: "",
|
||
txtSize_27: "28",
|
||
txtOrigin_27: "left",
|
||
txtAlign_27: "top",
|
||
txtX_27: "0",
|
||
txtY_27: "0",
|
||
txtShow_27: "on",
|
||
"#### テキスト28 ####": "",
|
||
txtSubject_28: "",
|
||
txtSize_28: "28",
|
||
txtOrigin_28: "left",
|
||
txtAlign_28: "top",
|
||
txtX_28: "0",
|
||
txtY_28: "0",
|
||
txtShow_28: "on",
|
||
"#### テキスト29 ####": "",
|
||
txtSubject_29: "",
|
||
txtSize_29: "28",
|
||
txtOrigin_29: "left",
|
||
txtAlign_29: "top",
|
||
txtX_29: "0",
|
||
txtY_29: "0",
|
||
txtShow_29: "on",
|
||
"#### テキスト30 ####": "",
|
||
txtSubject_30: "",
|
||
txtSize_30: "28",
|
||
txtOrigin_30: "left",
|
||
txtAlign_30: "top",
|
||
txtX_30: "0",
|
||
txtY_30: "0",
|
||
txtShow_30: "on",
|
||
"#### テキスト31 ####": "",
|
||
txtSubject_31: "",
|
||
txtSize_31: "28",
|
||
txtOrigin_31: "left",
|
||
txtAlign_31: "top",
|
||
txtX_31: "0",
|
||
txtY_31: "0",
|
||
txtShow_31: "on",
|
||
"#### テキスト32 ####": "",
|
||
txtSubject_32: "",
|
||
txtSize_32: "28",
|
||
txtOrigin_32: "left",
|
||
txtAlign_32: "top",
|
||
txtX_32: "0",
|
||
txtY_32: "0",
|
||
txtShow_32: "on",
|
||
"#### テキスト33 ####": "",
|
||
txtSubject_33: "",
|
||
txtSize_33: "28",
|
||
txtOrigin_33: "left",
|
||
txtAlign_33: "top",
|
||
txtX_33: "0",
|
||
txtY_33: "0",
|
||
txtShow_33: "on",
|
||
"#### テキスト34 ####": "",
|
||
txtSubject_34: "",
|
||
txtSize_34: "28",
|
||
txtOrigin_34: "left",
|
||
txtAlign_34: "top",
|
||
txtX_34: "0",
|
||
txtY_34: "0",
|
||
txtShow_34: "on",
|
||
"#### テキスト35 ####": "",
|
||
txtSubject_35: "",
|
||
txtSize_35: "28",
|
||
txtOrigin_35: "left",
|
||
txtAlign_35: "top",
|
||
txtX_35: "0",
|
||
txtY_35: "0",
|
||
txtShow_35: "on",
|
||
"#### テキスト36 ####": "",
|
||
txtSubject_36: "",
|
||
txtSize_36: "28",
|
||
txtOrigin_36: "left",
|
||
txtAlign_36: "top",
|
||
txtX_36: "0",
|
||
txtY_36: "0",
|
||
txtShow_36: "on",
|
||
"#### テキスト37 ####": "",
|
||
txtSubject_37: "",
|
||
txtSize_37: "28",
|
||
txtOrigin_37: "left",
|
||
txtAlign_37: "top",
|
||
txtX_37: "0",
|
||
txtY_37: "0",
|
||
txtShow_37: "on",
|
||
"#### テキスト38 ####": "",
|
||
txtSubject_38: "",
|
||
txtSize_38: "28",
|
||
txtOrigin_38: "left",
|
||
txtAlign_38: "top",
|
||
txtX_38: "0",
|
||
txtY_38: "0",
|
||
txtShow_38: "on",
|
||
"#### テキスト39 ####": "",
|
||
txtSubject_39: "",
|
||
txtSize_39: "28",
|
||
txtOrigin_39: "left",
|
||
txtAlign_39: "top",
|
||
txtX_39: "0",
|
||
txtY_39: "0",
|
||
txtShow_39: "on",
|
||
"#### テキスト40 ####": "",
|
||
txtSubject_40: "",
|
||
txtSize_40: "28",
|
||
txtOrigin_40: "left",
|
||
txtAlign_40: "top",
|
||
txtX_40: "0",
|
||
txtY_40: "0",
|
||
txtShow_40: "on",
|
||
"#### テキスト41 ####": "",
|
||
txtSubject_41: "",
|
||
txtSize_41: "28",
|
||
txtOrigin_41: "left",
|
||
txtAlign_41: "top",
|
||
txtX_41: "0",
|
||
txtY_41: "0",
|
||
txtShow_41: "on",
|
||
"#### テキスト42 ####": "",
|
||
txtSubject_42: "",
|
||
txtSize_42: "28",
|
||
txtOrigin_42: "left",
|
||
txtAlign_42: "top",
|
||
txtX_42: "0",
|
||
txtY_42: "0",
|
||
txtShow_42: "on",
|
||
"#### テキスト43 ####": "",
|
||
txtSubject_43: "",
|
||
txtSize_43: "28",
|
||
txtOrigin_43: "left",
|
||
txtAlign_43: "top",
|
||
txtX_43: "0",
|
||
txtY_43: "0",
|
||
txtShow_43: "on",
|
||
"#### テキスト44 ####": "",
|
||
txtSubject_44: "",
|
||
txtSize_44: "28",
|
||
txtOrigin_44: "left",
|
||
txtAlign_44: "top",
|
||
txtX_44: "0",
|
||
txtY_44: "0",
|
||
txtShow_44: "on",
|
||
"#### テキスト45 ####": "",
|
||
txtSubject_45: "",
|
||
txtSize_45: "28",
|
||
txtOrigin_45: "left",
|
||
txtAlign_45: "top",
|
||
txtX_45: "0",
|
||
txtY_45: "0",
|
||
txtShow_45: "on",
|
||
"#### テキスト46 ####": "",
|
||
txtSubject_46: "",
|
||
txtSize_46: "28",
|
||
txtOrigin_46: "left",
|
||
txtAlign_46: "top",
|
||
txtX_46: "0",
|
||
txtY_46: "0",
|
||
txtShow_46: "on",
|
||
"#### テキスト47 ####": "",
|
||
txtSubject_47: "",
|
||
txtSize_47: "28",
|
||
txtOrigin_47: "left",
|
||
txtAlign_47: "top",
|
||
txtX_47: "0",
|
||
txtY_47: "0",
|
||
txtShow_47: "on",
|
||
"#### テキスト48 ####": "",
|
||
txtSubject_48: "",
|
||
txtSize_48: "28",
|
||
txtOrigin_48: "left",
|
||
txtAlign_48: "top",
|
||
txtX_48: "0",
|
||
txtY_48: "0",
|
||
txtShow_48: "on",
|
||
"#### テキスト49 ####": "",
|
||
txtSubject_49: "",
|
||
txtSize_49: "28",
|
||
txtOrigin_49: "left",
|
||
txtAlign_49: "top",
|
||
txtX_49: "0",
|
||
txtY_49: "0",
|
||
txtShow_49: "on",
|
||
"#### テキスト50 ####": "",
|
||
txtSubject_50: "",
|
||
txtSize_50: "28",
|
||
txtOrigin_50: "left",
|
||
txtAlign_50: "top",
|
||
txtX_50: "0",
|
||
txtY_50: "0",
|
||
txtShow_50: "on",
|
||
"#### テキスト51 ####": "",
|
||
txtSubject_51: "",
|
||
txtSize_51: "28",
|
||
txtOrigin_51: "left",
|
||
txtAlign_51: "top",
|
||
txtX_51: "0",
|
||
txtY_51: "0",
|
||
txtShow_51: "on",
|
||
"#### テキスト52 ####": "",
|
||
txtSubject_52: "",
|
||
txtSize_52: "28",
|
||
txtOrigin_52: "left",
|
||
txtAlign_52: "top",
|
||
txtX_52: "0",
|
||
txtY_52: "0",
|
||
txtShow_52: "on",
|
||
"#### テキスト53 ####": "",
|
||
txtSubject_53: "",
|
||
txtSize_53: "28",
|
||
txtOrigin_53: "left",
|
||
txtAlign_53: "top",
|
||
txtX_53: "0",
|
||
txtY_53: "0",
|
||
txtShow_53: "on",
|
||
"#### テキスト54 ####": "",
|
||
txtSubject_54: "",
|
||
txtSize_54: "28",
|
||
txtOrigin_54: "left",
|
||
txtAlign_54: "top",
|
||
txtX_54: "0",
|
||
txtY_54: "0",
|
||
txtShow_54: "on",
|
||
"#### テキスト55 ####": "",
|
||
txtSubject_55: "",
|
||
txtSize_55: "28",
|
||
txtOrigin_55: "left",
|
||
txtAlign_55: "top",
|
||
txtX_55: "0",
|
||
txtY_55: "0",
|
||
txtShow_55: "on",
|
||
"#### テキスト56 ####": "",
|
||
txtSubject_56: "",
|
||
txtSize_56: "28",
|
||
txtOrigin_56: "left",
|
||
txtAlign_56: "top",
|
||
txtX_56: "0",
|
||
txtY_56: "0",
|
||
txtShow_56: "on",
|
||
"#### テキスト57 ####": "",
|
||
txtSubject_57: "",
|
||
txtSize_57: "28",
|
||
txtOrigin_57: "left",
|
||
txtAlign_57: "top",
|
||
txtX_57: "0",
|
||
txtY_57: "0",
|
||
txtShow_57: "on",
|
||
"#### テキスト58 ####": "",
|
||
txtSubject_58: "",
|
||
txtSize_58: "28",
|
||
txtOrigin_58: "left",
|
||
txtAlign_58: "top",
|
||
txtX_58: "0",
|
||
txtY_58: "0",
|
||
txtShow_58: "on",
|
||
"#### テキスト59 ####": "",
|
||
txtSubject_59: "",
|
||
txtSize_59: "28",
|
||
txtOrigin_59: "left",
|
||
txtAlign_59: "top",
|
||
txtX_59: "0",
|
||
txtY_59: "0",
|
||
txtShow_59: "on",
|
||
"#### テキスト60 ####": "",
|
||
txtSubject_60: "",
|
||
txtSize_60: "28",
|
||
txtOrigin_60: "left",
|
||
txtAlign_60: "top",
|
||
txtX_60: "0",
|
||
txtY_60: "0",
|
||
txtShow_60: "on",
|
||
"#### テキスト61 ####": "",
|
||
txtSubject_61: "",
|
||
txtSize_61: "28",
|
||
txtOrigin_61: "left",
|
||
txtAlign_61: "top",
|
||
txtX_61: "0",
|
||
txtY_61: "0",
|
||
txtShow_61: "on",
|
||
"#### テキスト62 ####": "",
|
||
txtSubject_62: "",
|
||
txtSize_62: "28",
|
||
txtOrigin_62: "left",
|
||
txtAlign_62: "top",
|
||
txtX_62: "0",
|
||
txtY_62: "0",
|
||
txtShow_62: "on",
|
||
"#### テキスト63 ####": "",
|
||
txtSubject_63: "",
|
||
txtSize_63: "28",
|
||
txtOrigin_63: "left",
|
||
txtAlign_63: "top",
|
||
txtX_63: "0",
|
||
txtY_63: "0",
|
||
txtShow_63: "on",
|
||
"#### テキスト64 ####": "",
|
||
txtSubject_64: "",
|
||
txtSize_64: "28",
|
||
txtOrigin_64: "left",
|
||
txtAlign_64: "top",
|
||
txtX_64: "0",
|
||
txtY_64: "0",
|
||
txtShow_64: "on",
|
||
"#### テキスト65 ####": "",
|
||
txtSubject_65: "",
|
||
txtSize_65: "28",
|
||
txtOrigin_65: "left",
|
||
txtAlign_65: "top",
|
||
txtX_65: "0",
|
||
txtY_65: "0",
|
||
txtShow_65: "on",
|
||
"#### テキスト66 ####": "",
|
||
txtSubject_66: "",
|
||
txtSize_66: "28",
|
||
txtOrigin_66: "left",
|
||
txtAlign_66: "top",
|
||
txtX_66: "0",
|
||
txtY_66: "0",
|
||
txtShow_66: "on",
|
||
"#### テキスト67 ####": "",
|
||
txtSubject_67: "",
|
||
txtSize_67: "28",
|
||
txtOrigin_67: "left",
|
||
txtAlign_67: "top",
|
||
txtX_67: "0",
|
||
txtY_67: "0",
|
||
txtShow_67: "on",
|
||
"#### テキスト68 ####": "",
|
||
txtSubject_68: "",
|
||
txtSize_68: "28",
|
||
txtOrigin_68: "left",
|
||
txtAlign_68: "top",
|
||
txtX_68: "0",
|
||
txtY_68: "0",
|
||
txtShow_68: "on",
|
||
"#### テキスト69 ####": "",
|
||
txtSubject_69: "",
|
||
txtSize_69: "28",
|
||
txtOrigin_69: "left",
|
||
txtAlign_69: "top",
|
||
txtX_69: "0",
|
||
txtY_69: "0",
|
||
txtShow_69: "on",
|
||
"#### テキスト70 ####": "",
|
||
txtSubject_70: "",
|
||
txtSize_70: "28",
|
||
txtOrigin_70: "left",
|
||
txtAlign_70: "top",
|
||
txtX_70: "0",
|
||
txtY_70: "0",
|
||
txtShow_70: "on",
|
||
"#### テキスト71 ####": "",
|
||
txtSubject_71: "",
|
||
txtSize_71: "28",
|
||
txtOrigin_71: "left",
|
||
txtAlign_71: "top",
|
||
txtX_71: "0",
|
||
txtY_71: "0",
|
||
txtShow_71: "on",
|
||
"#### テキスト72 ####": "",
|
||
txtSubject_72: "",
|
||
txtSize_72: "28",
|
||
txtOrigin_72: "left",
|
||
txtAlign_72: "top",
|
||
txtX_72: "0",
|
||
txtY_72: "0",
|
||
txtShow_72: "on",
|
||
"#### テキスト73 ####": "",
|
||
txtSubject_73: "",
|
||
txtSize_73: "28",
|
||
txtOrigin_73: "left",
|
||
txtAlign_73: "top",
|
||
txtX_73: "0",
|
||
txtY_73: "0",
|
||
txtShow_73: "on",
|
||
"#### テキスト74 ####": "",
|
||
txtSubject_74: "",
|
||
txtSize_74: "28",
|
||
txtOrigin_74: "left",
|
||
txtAlign_74: "top",
|
||
txtX_74: "0",
|
||
txtY_74: "0",
|
||
txtShow_74: "on",
|
||
"#### テキスト75 ####": "",
|
||
txtSubject_75: "",
|
||
txtSize_75: "28",
|
||
txtOrigin_75: "left",
|
||
txtAlign_75: "top",
|
||
txtX_75: "0",
|
||
txtY_75: "0",
|
||
txtShow_75: "on",
|
||
"#### テキスト76 ####": "",
|
||
txtSubject_76: "",
|
||
txtSize_76: "28",
|
||
txtOrigin_76: "left",
|
||
txtAlign_76: "top",
|
||
txtX_76: "0",
|
||
txtY_76: "0",
|
||
txtShow_76: "on",
|
||
"#### テキスト77 ####": "",
|
||
txtSubject_77: "",
|
||
txtSize_77: "28",
|
||
txtOrigin_77: "left",
|
||
txtAlign_77: "top",
|
||
txtX_77: "0",
|
||
txtY_77: "0",
|
||
txtShow_77: "on",
|
||
"#### テキスト78 ####": "",
|
||
txtSubject_78: "",
|
||
txtSize_78: "28",
|
||
txtOrigin_78: "left",
|
||
txtAlign_78: "top",
|
||
txtX_78: "0",
|
||
txtY_78: "0",
|
||
txtShow_78: "on",
|
||
"#### テキスト79 ####": "",
|
||
txtSubject_79: "",
|
||
txtSize_79: "28",
|
||
txtOrigin_79: "left",
|
||
txtAlign_79: "top",
|
||
txtX_79: "0",
|
||
txtY_79: "0",
|
||
txtShow_79: "on",
|
||
"#### テキスト80 ####": "",
|
||
txtSubject_80: "",
|
||
txtSize_80: "28",
|
||
txtOrigin_80: "left",
|
||
txtAlign_80: "top",
|
||
txtX_80: "0",
|
||
txtY_80: "0",
|
||
txtShow_80: "on",
|
||
"#### テキスト81 ####": "",
|
||
txtSubject_81: "",
|
||
txtSize_81: "28",
|
||
txtOrigin_81: "left",
|
||
txtAlign_81: "top",
|
||
txtX_81: "0",
|
||
txtY_81: "0",
|
||
txtShow_81: "on",
|
||
"#### テキスト82 ####": "",
|
||
txtSubject_82: "",
|
||
txtSize_82: "28",
|
||
txtOrigin_82: "left",
|
||
txtAlign_82: "top",
|
||
txtX_82: "0",
|
||
txtY_82: "0",
|
||
txtShow_82: "on",
|
||
"#### テキスト83 ####": "",
|
||
txtSubject_83: "",
|
||
txtSize_83: "28",
|
||
txtOrigin_83: "left",
|
||
txtAlign_83: "top",
|
||
txtX_83: "0",
|
||
txtY_83: "0",
|
||
txtShow_83: "on",
|
||
"#### テキスト84 ####": "",
|
||
txtSubject_84: "",
|
||
txtSize_84: "28",
|
||
txtOrigin_84: "left",
|
||
txtAlign_84: "top",
|
||
txtX_84: "0",
|
||
txtY_84: "0",
|
||
txtShow_84: "on",
|
||
"#### テキスト85 ####": "",
|
||
txtSubject_85: "",
|
||
txtSize_85: "28",
|
||
txtOrigin_85: "left",
|
||
txtAlign_85: "top",
|
||
txtX_85: "0",
|
||
txtY_85: "0",
|
||
txtShow_85: "on",
|
||
"#### テキスト86 ####": "",
|
||
txtSubject_86: "",
|
||
txtSize_86: "28",
|
||
txtOrigin_86: "left",
|
||
txtAlign_86: "top",
|
||
txtX_86: "0",
|
||
txtY_86: "0",
|
||
txtShow_86: "on",
|
||
"#### テキスト87 ####": "",
|
||
txtSubject_87: "",
|
||
txtSize_87: "28",
|
||
txtOrigin_87: "left",
|
||
txtAlign_87: "top",
|
||
txtX_87: "0",
|
||
txtY_87: "0",
|
||
txtShow_87: "on",
|
||
"#### テキスト88 ####": "",
|
||
txtSubject_88: "",
|
||
txtSize_88: "28",
|
||
txtOrigin_88: "left",
|
||
txtAlign_88: "top",
|
||
txtX_88: "0",
|
||
txtY_88: "0",
|
||
txtShow_88: "on",
|
||
"#### テキスト89 ####": "",
|
||
txtSubject_89: "",
|
||
txtSize_89: "28",
|
||
txtOrigin_89: "left",
|
||
txtAlign_89: "top",
|
||
txtX_89: "0",
|
||
txtY_89: "0",
|
||
txtShow_89: "on",
|
||
"#### テキスト90 ####": "",
|
||
txtSubject_90: "",
|
||
txtSize_90: "28",
|
||
txtOrigin_90: "left",
|
||
txtAlign_90: "top",
|
||
txtX_90: "0",
|
||
txtY_90: "0",
|
||
txtShow_90: "on",
|
||
"#### テキスト91 ####": "",
|
||
txtSubject_91: "",
|
||
txtSize_91: "28",
|
||
txtOrigin_91: "left",
|
||
txtAlign_91: "top",
|
||
txtX_91: "0",
|
||
txtY_91: "0",
|
||
txtShow_91: "on",
|
||
"#### テキスト92 ####": "",
|
||
txtSubject_92: "",
|
||
txtSize_92: "28",
|
||
txtOrigin_92: "left",
|
||
txtAlign_92: "top",
|
||
txtX_92: "0",
|
||
txtY_92: "0",
|
||
txtShow_92: "on",
|
||
"#### テキスト93 ####": "",
|
||
txtSubject_93: "",
|
||
txtSize_93: "28",
|
||
txtOrigin_93: "left",
|
||
txtAlign_93: "top",
|
||
txtX_93: "0",
|
||
txtY_93: "0",
|
||
txtShow_93: "on",
|
||
"#### テキスト94 ####": "",
|
||
txtSubject_94: "",
|
||
txtSize_94: "28",
|
||
txtOrigin_94: "left",
|
||
txtAlign_94: "top",
|
||
txtX_94: "0",
|
||
txtY_94: "0",
|
||
txtShow_94: "on",
|
||
"#### テキスト95 ####": "",
|
||
txtSubject_95: "",
|
||
txtSize_95: "28",
|
||
txtOrigin_95: "left",
|
||
txtAlign_95: "top",
|
||
txtX_95: "0",
|
||
txtY_95: "0",
|
||
txtShow_95: "on",
|
||
"#### テキスト96 ####": "",
|
||
txtSubject_96: "",
|
||
txtSize_96: "28",
|
||
txtOrigin_96: "left",
|
||
txtAlign_96: "top",
|
||
txtX_96: "0",
|
||
txtY_96: "0",
|
||
txtShow_96: "on",
|
||
"#### テキスト97 ####": "",
|
||
txtSubject_97: "",
|
||
txtSize_97: "28",
|
||
txtOrigin_97: "left",
|
||
txtAlign_97: "top",
|
||
txtX_97: "0",
|
||
txtY_97: "0",
|
||
txtShow_97: "on",
|
||
"#### テキスト98 ####": "",
|
||
txtSubject_98: "",
|
||
txtSize_98: "28",
|
||
txtOrigin_98: "left",
|
||
txtAlign_98: "top",
|
||
txtX_98: "0",
|
||
txtY_98: "0",
|
||
txtShow_98: "on",
|
||
"#### テキスト99 ####": "",
|
||
txtSubject_99: "",
|
||
txtSize_99: "28",
|
||
txtOrigin_99: "left",
|
||
txtAlign_99: "top",
|
||
txtX_99: "0",
|
||
txtY_99: "0",
|
||
txtShow_99: "on",
|
||
},
|
||
},
|
||
{
|
||
name: "CBR_eroStatus_2",
|
||
status: true,
|
||
description: "エロステータス作れちゃうプラグイン(追加用)",
|
||
parameters: {
|
||
"#### ピクチャ1 ####": "",
|
||
picName_1: "Hback",
|
||
picOrigin_1: "left",
|
||
picX_1: "0",
|
||
picY_1: "0",
|
||
picOpacity_1: "100",
|
||
picZoom_1: "100",
|
||
picShow_1: "on",
|
||
"": "",
|
||
"#### ピクチャ2 ####": "",
|
||
picName_2: "character02",
|
||
picOrigin_2: "left",
|
||
picX_2: "0",
|
||
picY_2: "0",
|
||
picOpacity_2: "100",
|
||
picZoom_2: "100",
|
||
picShow_2: "on",
|
||
"#### ピクチャ3 ####": "",
|
||
picName_3: "",
|
||
picOrigin_3: "left",
|
||
picX_3: "0",
|
||
picY_3: "0",
|
||
picOpacity_3: "100",
|
||
picZoom_3: "100",
|
||
picShow_3: "on",
|
||
"#### ピクチャ4 ####": "",
|
||
picName_4: "",
|
||
picOrigin_4: "left",
|
||
picX_4: "0",
|
||
picY_4: "0",
|
||
picOpacity_4: "100",
|
||
picZoom_4: "100",
|
||
picShow_4: "on",
|
||
"#### ピクチャ5 ####": "",
|
||
picName_5: "",
|
||
picOrigin_5: "left",
|
||
picX_5: "0",
|
||
picY_5: "0",
|
||
picOpacity_5: "100",
|
||
picZoom_5: "100",
|
||
picShow_5: "on",
|
||
"#### ピクチャ6 ####": "",
|
||
picName_6: "",
|
||
picOrigin_6: "left",
|
||
picX_6: "0",
|
||
picY_6: "0",
|
||
picOpacity_6: "100",
|
||
picZoom_6: "100",
|
||
picShow_6: "on",
|
||
"#### ピクチャ7 ####": "",
|
||
picName_7: "",
|
||
picOrigin_7: "left",
|
||
picX_7: "0",
|
||
picY_7: "0",
|
||
picOpacity_7: "100",
|
||
picZoom_7: "100",
|
||
picShow_7: "on",
|
||
"#### ピクチャ8 ####": "",
|
||
picName_8: "",
|
||
picOrigin_8: "left",
|
||
picX_8: "0",
|
||
picY_8: "0",
|
||
picOpacity_8: "100",
|
||
picZoom_8: "100",
|
||
picShow_8: "on",
|
||
"#### ピクチャ9 ####": "",
|
||
picName_9: "",
|
||
picOrigin_9: "left",
|
||
picX_9: "0",
|
||
picY_9: "0",
|
||
picOpacity_9: "100",
|
||
picZoom_9: "100",
|
||
picShow_9: "on",
|
||
"#### ピクチャ10 ####": "",
|
||
picName_10: "",
|
||
picOrigin_10: "left",
|
||
picX_10: "0",
|
||
picY_10: "0",
|
||
picOpacity_10: "100",
|
||
picZoom_10: "100",
|
||
picShow_10: "on",
|
||
"#### ピクチャ11 ####": "",
|
||
picName_11: "",
|
||
picOrigin_11: "left",
|
||
picX_11: "0",
|
||
picY_11: "0",
|
||
picOpacity_11: "100",
|
||
picZoom_11: "100",
|
||
picShow_11: "on",
|
||
"#### ピクチャ12 ####": "",
|
||
picName_12: "",
|
||
picOrigin_12: "left",
|
||
picX_12: "0",
|
||
picY_12: "0",
|
||
picOpacity_12: "100",
|
||
picZoom_12: "100",
|
||
picShow_12: "on",
|
||
"#### ピクチャ13 ####": "",
|
||
picName_13: "",
|
||
picOrigin_13: "left",
|
||
picX_13: "0",
|
||
picY_13: "0",
|
||
picOpacity_13: "100",
|
||
picZoom_13: "100",
|
||
picShow_13: "on",
|
||
"#### ピクチャ14 ####": "",
|
||
picName_14: "",
|
||
picOrigin_14: "left",
|
||
picX_14: "0",
|
||
picY_14: "0",
|
||
picOpacity_14: "100",
|
||
picZoom_14: "100",
|
||
picShow_14: "on",
|
||
"#### ピクチャ15 ####": "",
|
||
picName_15: "",
|
||
picOrigin_15: "left",
|
||
picX_15: "0",
|
||
picY_15: "0",
|
||
picOpacity_15: "100",
|
||
picZoom_15: "100",
|
||
picShow_15: "on",
|
||
"#### ピクチャ16 ####": "",
|
||
picName_16: "",
|
||
picOrigin_16: "left",
|
||
picX_16: "0",
|
||
picY_16: "0",
|
||
picOpacity_16: "100",
|
||
picZoom_16: "100",
|
||
picShow_16: "on",
|
||
"#### ピクチャ17 ####": "",
|
||
picName_17: "",
|
||
picOrigin_17: "left",
|
||
picX_17: "0",
|
||
picY_17: "0",
|
||
picOpacity_17: "100",
|
||
picZoom_17: "100",
|
||
picShow_17: "on",
|
||
"#### ピクチャ18 ####": "",
|
||
picName_18: "",
|
||
picOrigin_18: "left",
|
||
picX_18: "0",
|
||
picY_18: "0",
|
||
picOpacity_18: "100",
|
||
picZoom_18: "100",
|
||
picShow_18: "on",
|
||
"#### ピクチャ19 ####": "",
|
||
picName_19: "",
|
||
picOrigin_19: "left",
|
||
picX_19: "0",
|
||
picY_19: "0",
|
||
picOpacity_19: "100",
|
||
picZoom_19: "100",
|
||
picShow_19: "on",
|
||
"#### ピクチャ20 ####": "",
|
||
picName_20: "",
|
||
picOrigin_20: "left",
|
||
picX_20: "0",
|
||
picY_20: "0",
|
||
picOpacity_20: "100",
|
||
picZoom_20: "100",
|
||
picShow_20: "on",
|
||
"#### ピクチャ21 ####": "",
|
||
picName_21: "",
|
||
picOrigin_21: "left",
|
||
picX_21: "0",
|
||
picY_21: "0",
|
||
picOpacity_21: "100",
|
||
picZoom_21: "100",
|
||
picShow_21: "on",
|
||
"#### ピクチャ22 ####": "",
|
||
picName_22: "",
|
||
picOrigin_22: "left",
|
||
picX_22: "0",
|
||
picY_22: "0",
|
||
picOpacity_22: "100",
|
||
picZoom_22: "100",
|
||
picShow_22: "on",
|
||
"#### ピクチャ23 ####": "",
|
||
picName_23: "",
|
||
picOrigin_23: "left",
|
||
picX_23: "0",
|
||
picY_23: "0",
|
||
picOpacity_23: "100",
|
||
picZoom_23: "100",
|
||
picShow_23: "on",
|
||
"#### ピクチャ24 ####": "",
|
||
picName_24: "",
|
||
picOrigin_24: "left",
|
||
picX_24: "0",
|
||
picY_24: "0",
|
||
picOpacity_24: "100",
|
||
picZoom_24: "100",
|
||
picShow_24: "on",
|
||
"#### ピクチャ25 ####": "",
|
||
picName_25: "",
|
||
picOrigin_25: "left",
|
||
picX_25: "0",
|
||
picY_25: "0",
|
||
picOpacity_25: "100",
|
||
picZoom_25: "100",
|
||
picShow_25: "on",
|
||
"#### ピクチャ26 ####": "",
|
||
picName_26: "",
|
||
picOrigin_26: "left",
|
||
picX_26: "0",
|
||
picY_26: "0",
|
||
picOpacity_26: "100",
|
||
picZoom_26: "100",
|
||
picShow_26: "on",
|
||
"#### ピクチャ27 ####": "",
|
||
picName_27: "",
|
||
picOrigin_27: "left",
|
||
picX_27: "0",
|
||
picY_27: "0",
|
||
picOpacity_27: "100",
|
||
picZoom_27: "100",
|
||
picShow_27: "on",
|
||
"#### ピクチャ28 ####": "",
|
||
picName_28: "",
|
||
picOrigin_28: "left",
|
||
picX_28: "0",
|
||
picY_28: "0",
|
||
picOpacity_28: "100",
|
||
picZoom_28: "100",
|
||
picShow_28: "on",
|
||
"#### ピクチャ29 ####": "",
|
||
picName_29: "",
|
||
picOrigin_29: "left",
|
||
picX_29: "0",
|
||
picY_29: "0",
|
||
picOpacity_29: "100",
|
||
picZoom_29: "100",
|
||
picShow_29: "on",
|
||
"#### ピクチャ30 ####": "",
|
||
picName_30: "",
|
||
picOrigin_30: "left",
|
||
picX_30: "0",
|
||
picY_30: "0",
|
||
picOpacity_30: "100",
|
||
picZoom_30: "100",
|
||
picShow_30: "on",
|
||
"#### ピクチャ31 ####": "",
|
||
picName_31: "",
|
||
picOrigin_31: "left",
|
||
picX_31: "0",
|
||
picY_31: "0",
|
||
picOpacity_31: "100",
|
||
picZoom_31: "100",
|
||
picShow_31: "on",
|
||
"#### ピクチャ32 ####": "",
|
||
picName_32: "",
|
||
picOrigin_32: "left",
|
||
picX_32: "0",
|
||
picY_32: "0",
|
||
picOpacity_32: "100",
|
||
picZoom_32: "100",
|
||
picShow_32: "on",
|
||
"#### ピクチャ33 ####": "",
|
||
picName_33: "",
|
||
picOrigin_33: "left",
|
||
picX_33: "0",
|
||
picY_33: "0",
|
||
picOpacity_33: "100",
|
||
picZoom_33: "100",
|
||
picShow_33: "on",
|
||
"#### ピクチャ34 ####": "",
|
||
picName_34: "",
|
||
picOrigin_34: "left",
|
||
picX_34: "0",
|
||
picY_34: "0",
|
||
picOpacity_34: "100",
|
||
picZoom_34: "100",
|
||
picShow_34: "on",
|
||
"#### ピクチャ35 ####": "",
|
||
picName_35: "",
|
||
picOrigin_35: "left",
|
||
picX_35: "0",
|
||
picY_35: "0",
|
||
picOpacity_35: "100",
|
||
picZoom_35: "100",
|
||
picShow_35: "on",
|
||
"#### ピクチャ36 ####": "",
|
||
picName_36: "",
|
||
picOrigin_36: "left",
|
||
picX_36: "0",
|
||
picY_36: "0",
|
||
picOpacity_36: "100",
|
||
picZoom_36: "100",
|
||
picShow_36: "on",
|
||
"#### ピクチャ37 ####": "",
|
||
picName_37: "",
|
||
picOrigin_37: "left",
|
||
picX_37: "0",
|
||
picY_37: "0",
|
||
picOpacity_37: "100",
|
||
picZoom_37: "100",
|
||
picShow_37: "on",
|
||
"#### ピクチャ38 ####": "",
|
||
picName_38: "",
|
||
picOrigin_38: "left",
|
||
picX_38: "0",
|
||
picY_38: "0",
|
||
picOpacity_38: "100",
|
||
picZoom_38: "100",
|
||
picShow_38: "on",
|
||
"#### ピクチャ39 ####": "",
|
||
picName_39: "",
|
||
picOrigin_39: "left",
|
||
picX_39: "0",
|
||
picY_39: "0",
|
||
picOpacity_39: "100",
|
||
picZoom_39: "100",
|
||
picShow_39: "on",
|
||
"#### ピクチャ40 ####": "",
|
||
picName_40: "",
|
||
picOrigin_40: "left",
|
||
picX_40: "0",
|
||
picY_40: "0",
|
||
picOpacity_40: "100",
|
||
picZoom_40: "100",
|
||
picShow_40: "on",
|
||
"#### ピクチャ41 ####": "",
|
||
picName_41: "",
|
||
picOrigin_41: "left",
|
||
picX_41: "0",
|
||
picY_41: "0",
|
||
picOpacity_41: "100",
|
||
picZoom_41: "100",
|
||
picShow_41: "on",
|
||
"#### ピクチャ42 ####": "",
|
||
picName_42: "",
|
||
picOrigin_42: "left",
|
||
picX_42: "0",
|
||
picY_42: "0",
|
||
picOpacity_42: "100",
|
||
picZoom_42: "100",
|
||
picShow_42: "on",
|
||
"#### ピクチャ43 ####": "",
|
||
picName_43: "",
|
||
picOrigin_43: "left",
|
||
picX_43: "0",
|
||
picY_43: "0",
|
||
picOpacity_43: "100",
|
||
picZoom_43: "100",
|
||
picShow_43: "on",
|
||
"#### ピクチャ44 ####": "",
|
||
picName_44: "",
|
||
picOrigin_44: "left",
|
||
picX_44: "0",
|
||
picY_44: "0",
|
||
picOpacity_44: "100",
|
||
picZoom_44: "100",
|
||
picShow_44: "on",
|
||
"#### ピクチャ45 ####": "",
|
||
picName_45: "",
|
||
picOrigin_45: "left",
|
||
picX_45: "0",
|
||
picY_45: "0",
|
||
picOpacity_45: "100",
|
||
picZoom_45: "100",
|
||
picShow_45: "on",
|
||
"#### ピクチャ46 ####": "",
|
||
picName_46: "",
|
||
picOrigin_46: "left",
|
||
picX_46: "0",
|
||
picY_46: "0",
|
||
picOpacity_46: "100",
|
||
picZoom_46: "100",
|
||
picShow_46: "on",
|
||
"#### ピクチャ47 ####": "",
|
||
picName_47: "",
|
||
picOrigin_47: "left",
|
||
picX_47: "0",
|
||
picY_47: "0",
|
||
picOpacity_47: "100",
|
||
picZoom_47: "100",
|
||
picShow_47: "on",
|
||
"#### ピクチャ48 ####": "",
|
||
picName_48: "",
|
||
picOrigin_48: "left",
|
||
picX_48: "0",
|
||
picY_48: "0",
|
||
picOpacity_48: "100",
|
||
picZoom_48: "100",
|
||
picShow_48: "on",
|
||
"#### ピクチャ49 ####": "",
|
||
picName_49: "",
|
||
picOrigin_49: "left",
|
||
picX_49: "0",
|
||
picY_49: "0",
|
||
picOpacity_49: "100",
|
||
picZoom_49: "100",
|
||
picShow_49: "on",
|
||
"#### ピクチャ50 ####": "",
|
||
picName_50: "",
|
||
picOrigin_50: "left",
|
||
picX_50: "0",
|
||
picY_50: "0",
|
||
picOpacity_50: "100",
|
||
picZoom_50: "100",
|
||
picShow_50: "on",
|
||
"#### ピクチャ51 ####": "",
|
||
picName_51: "",
|
||
picOrigin_51: "left",
|
||
picX_51: "0",
|
||
picY_51: "0",
|
||
picOpacity_51: "100",
|
||
picZoom_51: "100",
|
||
picShow_51: "on",
|
||
"#### ピクチャ52 ####": "",
|
||
picName_52: "",
|
||
picOrigin_52: "left",
|
||
picX_52: "0",
|
||
picY_52: "0",
|
||
picOpacity_52: "100",
|
||
picZoom_52: "100",
|
||
picShow_52: "on",
|
||
"#### ピクチャ53 ####": "",
|
||
picName_53: "",
|
||
picOrigin_53: "left",
|
||
picX_53: "0",
|
||
picY_53: "0",
|
||
picOpacity_53: "100",
|
||
picZoom_53: "100",
|
||
picShow_53: "on",
|
||
"#### ピクチャ54 ####": "",
|
||
picName_54: "",
|
||
picOrigin_54: "left",
|
||
picX_54: "0",
|
||
picY_54: "0",
|
||
picOpacity_54: "100",
|
||
picZoom_54: "100",
|
||
picShow_54: "on",
|
||
"#### ピクチャ55 ####": "",
|
||
picName_55: "",
|
||
picOrigin_55: "left",
|
||
picX_55: "0",
|
||
picY_55: "0",
|
||
picOpacity_55: "100",
|
||
picZoom_55: "100",
|
||
picShow_55: "on",
|
||
"#### ピクチャ56 ####": "",
|
||
picName_56: "",
|
||
picOrigin_56: "left",
|
||
picX_56: "0",
|
||
picY_56: "0",
|
||
picOpacity_56: "100",
|
||
picZoom_56: "100",
|
||
picShow_56: "on",
|
||
"#### ピクチャ57 ####": "",
|
||
picName_57: "",
|
||
picOrigin_57: "left",
|
||
picX_57: "0",
|
||
picY_57: "0",
|
||
picOpacity_57: "100",
|
||
picZoom_57: "100",
|
||
picShow_57: "on",
|
||
"#### ピクチャ58 ####": "",
|
||
picName_58: "",
|
||
picOrigin_58: "left",
|
||
picX_58: "0",
|
||
picY_58: "0",
|
||
picOpacity_58: "100",
|
||
picZoom_58: "100",
|
||
picShow_58: "on",
|
||
"#### ピクチャ59 ####": "",
|
||
picName_59: "",
|
||
picOrigin_59: "left",
|
||
picX_59: "0",
|
||
picY_59: "0",
|
||
picOpacity_59: "100",
|
||
picZoom_59: "100",
|
||
picShow_59: "on",
|
||
"#### ピクチャ60 ####": "",
|
||
picName_60: "",
|
||
picOrigin_60: "left",
|
||
picX_60: "0",
|
||
picY_60: "0",
|
||
picOpacity_60: "100",
|
||
picZoom_60: "100",
|
||
picShow_60: "on",
|
||
"#### ピクチャ61 ####": "",
|
||
picName_61: "",
|
||
picOrigin_61: "left",
|
||
picX_61: "0",
|
||
picY_61: "0",
|
||
picOpacity_61: "100",
|
||
picZoom_61: "100",
|
||
picShow_61: "on",
|
||
"#### ピクチャ62 ####": "",
|
||
picName_62: "",
|
||
picOrigin_62: "left",
|
||
picX_62: "0",
|
||
picY_62: "0",
|
||
picOpacity_62: "100",
|
||
picZoom_62: "100",
|
||
picShow_62: "on",
|
||
"#### ピクチャ63 ####": "",
|
||
picName_63: "",
|
||
picOrigin_63: "left",
|
||
picX_63: "0",
|
||
picY_63: "0",
|
||
picOpacity_63: "100",
|
||
picZoom_63: "100",
|
||
picShow_63: "on",
|
||
"#### ピクチャ64 ####": "",
|
||
picName_64: "",
|
||
picOrigin_64: "left",
|
||
picX_64: "0",
|
||
picY_64: "0",
|
||
picOpacity_64: "100",
|
||
picZoom_64: "100",
|
||
picShow_64: "on",
|
||
"#### ピクチャ65 ####": "",
|
||
picName_65: "",
|
||
picOrigin_65: "left",
|
||
picX_65: "0",
|
||
picY_65: "0",
|
||
picOpacity_65: "100",
|
||
picZoom_65: "100",
|
||
picShow_65: "on",
|
||
"#### ピクチャ66 ####": "",
|
||
picName_66: "",
|
||
picOrigin_66: "left",
|
||
picX_66: "0",
|
||
picY_66: "0",
|
||
picOpacity_66: "100",
|
||
picZoom_66: "100",
|
||
picShow_66: "on",
|
||
"#### ピクチャ67 ####": "",
|
||
picName_67: "",
|
||
picOrigin_67: "left",
|
||
picX_67: "0",
|
||
picY_67: "0",
|
||
picOpacity_67: "100",
|
||
picZoom_67: "100",
|
||
picShow_67: "on",
|
||
"#### ピクチャ68 ####": "",
|
||
picName_68: "",
|
||
picOrigin_68: "left",
|
||
picX_68: "0",
|
||
picY_68: "0",
|
||
picOpacity_68: "100",
|
||
picZoom_68: "100",
|
||
picShow_68: "on",
|
||
"#### ピクチャ69 ####": "",
|
||
picName_69: "",
|
||
picOrigin_69: "left",
|
||
picX_69: "0",
|
||
picY_69: "0",
|
||
picOpacity_69: "100",
|
||
picZoom_69: "100",
|
||
picShow_69: "on",
|
||
"#### ピクチャ70 ####": "",
|
||
picName_70: "",
|
||
picOrigin_70: "left",
|
||
picX_70: "0",
|
||
picY_70: "0",
|
||
picOpacity_70: "100",
|
||
picZoom_70: "100",
|
||
picShow_70: "on",
|
||
"#### ピクチャ71 ####": "",
|
||
picName_71: "",
|
||
picOrigin_71: "left",
|
||
picX_71: "0",
|
||
picY_71: "0",
|
||
picOpacity_71: "100",
|
||
picZoom_71: "100",
|
||
picShow_71: "on",
|
||
"#### ピクチャ72 ####": "",
|
||
picName_72: "",
|
||
picOrigin_72: "left",
|
||
picX_72: "0",
|
||
picY_72: "0",
|
||
picOpacity_72: "100",
|
||
picZoom_72: "100",
|
||
picShow_72: "on",
|
||
"#### ピクチャ73 ####": "",
|
||
picName_73: "",
|
||
picOrigin_73: "left",
|
||
picX_73: "0",
|
||
picY_73: "0",
|
||
picOpacity_73: "100",
|
||
picZoom_73: "100",
|
||
picShow_73: "on",
|
||
"#### ピクチャ74 ####": "",
|
||
picName_74: "",
|
||
picOrigin_74: "left",
|
||
picX_74: "0",
|
||
picY_74: "0",
|
||
picOpacity_74: "100",
|
||
picZoom_74: "100",
|
||
picShow_74: "on",
|
||
"#### ピクチャ75 ####": "",
|
||
picName_75: "",
|
||
picOrigin_75: "left",
|
||
picX_75: "0",
|
||
picY_75: "0",
|
||
picOpacity_75: "100",
|
||
picZoom_75: "100",
|
||
picShow_75: "on",
|
||
"#### ピクチャ76 ####": "",
|
||
picName_76: "",
|
||
picOrigin_76: "left",
|
||
picX_76: "0",
|
||
picY_76: "0",
|
||
picOpacity_76: "100",
|
||
picZoom_76: "100",
|
||
picShow_76: "on",
|
||
"#### ピクチャ77 ####": "",
|
||
picName_77: "",
|
||
picOrigin_77: "left",
|
||
picX_77: "0",
|
||
picY_77: "0",
|
||
picOpacity_77: "100",
|
||
picZoom_77: "100",
|
||
picShow_77: "on",
|
||
"#### ピクチャ78 ####": "",
|
||
picName_78: "",
|
||
picOrigin_78: "left",
|
||
picX_78: "0",
|
||
picY_78: "0",
|
||
picOpacity_78: "100",
|
||
picZoom_78: "100",
|
||
picShow_78: "on",
|
||
"#### ピクチャ79 ####": "",
|
||
picName_79: "",
|
||
picOrigin_79: "left",
|
||
picX_79: "0",
|
||
picY_79: "0",
|
||
picOpacity_79: "100",
|
||
picZoom_79: "100",
|
||
picShow_79: "on",
|
||
"#### ピクチャ80 ####": "",
|
||
picName_80: "",
|
||
picOrigin_80: "left",
|
||
picX_80: "0",
|
||
picY_80: "0",
|
||
picOpacity_80: "100",
|
||
picZoom_80: "100",
|
||
picShow_80: "on",
|
||
"#### ピクチャ81 ####": "",
|
||
picName_81: "",
|
||
picOrigin_81: "left",
|
||
picX_81: "0",
|
||
picY_81: "0",
|
||
picOpacity_81: "100",
|
||
picZoom_81: "100",
|
||
picShow_81: "on",
|
||
"#### ピクチャ82 ####": "",
|
||
picName_82: "",
|
||
picOrigin_82: "left",
|
||
picX_82: "0",
|
||
picY_82: "0",
|
||
picOpacity_82: "100",
|
||
picZoom_82: "100",
|
||
picShow_82: "on",
|
||
"#### ピクチャ83 ####": "",
|
||
picName_83: "",
|
||
picOrigin_83: "left",
|
||
picX_83: "0",
|
||
picY_83: "0",
|
||
picOpacity_83: "100",
|
||
picZoom_83: "100",
|
||
picShow_83: "on",
|
||
"#### ピクチャ84 ####": "",
|
||
picName_84: "",
|
||
picOrigin_84: "left",
|
||
picX_84: "0",
|
||
picY_84: "0",
|
||
picOpacity_84: "100",
|
||
picZoom_84: "100",
|
||
picShow_84: "on",
|
||
"#### ピクチャ85 ####": "",
|
||
picName_85: "",
|
||
picOrigin_85: "left",
|
||
picX_85: "0",
|
||
picY_85: "0",
|
||
picOpacity_85: "100",
|
||
picZoom_85: "100",
|
||
picShow_85: "on",
|
||
"#### ピクチャ86 ####": "",
|
||
picName_86: "",
|
||
picOrigin_86: "left",
|
||
picX_86: "0",
|
||
picY_86: "0",
|
||
picOpacity_86: "100",
|
||
picZoom_86: "100",
|
||
picShow_86: "on",
|
||
"#### ピクチャ87 ####": "",
|
||
picName_87: "",
|
||
picOrigin_87: "left",
|
||
picX_87: "0",
|
||
picY_87: "0",
|
||
picOpacity_87: "100",
|
||
picZoom_87: "100",
|
||
picShow_87: "on",
|
||
"#### ピクチャ88 ####": "",
|
||
picName_88: "",
|
||
picOrigin_88: "left",
|
||
picX_88: "0",
|
||
picY_88: "0",
|
||
picOpacity_88: "100",
|
||
picZoom_88: "100",
|
||
picShow_88: "on",
|
||
"#### ピクチャ89 ####": "",
|
||
picName_89: "",
|
||
picOrigin_89: "left",
|
||
picX_89: "0",
|
||
picY_89: "0",
|
||
picOpacity_89: "100",
|
||
picZoom_89: "100",
|
||
picShow_89: "on",
|
||
"#### ピクチャ90 ####": "",
|
||
picName_90: "",
|
||
picOrigin_90: "left",
|
||
picX_90: "0",
|
||
picY_90: "0",
|
||
picOpacity_90: "100",
|
||
picZoom_90: "100",
|
||
picShow_90: "on",
|
||
"#### ピクチャ91 ####": "",
|
||
picName_91: "",
|
||
picOrigin_91: "left",
|
||
picX_91: "0",
|
||
picY_91: "0",
|
||
picOpacity_91: "100",
|
||
picZoom_91: "100",
|
||
picShow_91: "on",
|
||
"#### ピクチャ92 ####": "",
|
||
picName_92: "",
|
||
picOrigin_92: "left",
|
||
picX_92: "0",
|
||
picY_92: "0",
|
||
picOpacity_92: "100",
|
||
picZoom_92: "100",
|
||
picShow_92: "on",
|
||
"#### ピクチャ93 ####": "",
|
||
picName_93: "",
|
||
picOrigin_93: "left",
|
||
picX_93: "0",
|
||
picY_93: "0",
|
||
picOpacity_93: "100",
|
||
picZoom_93: "100",
|
||
picShow_93: "on",
|
||
"#### ピクチャ94 ####": "",
|
||
picName_94: "",
|
||
picOrigin_94: "left",
|
||
picX_94: "0",
|
||
picY_94: "0",
|
||
picOpacity_94: "100",
|
||
picZoom_94: "100",
|
||
picShow_94: "on",
|
||
"#### ピクチャ95 ####": "",
|
||
picName_95: "",
|
||
picOrigin_95: "left",
|
||
picX_95: "0",
|
||
picY_95: "0",
|
||
picOpacity_95: "100",
|
||
picZoom_95: "100",
|
||
picShow_95: "on",
|
||
"#### ピクチャ96 ####": "",
|
||
picName_96: "",
|
||
picOrigin_96: "left",
|
||
picX_96: "0",
|
||
picY_96: "0",
|
||
picOpacity_96: "100",
|
||
picZoom_96: "100",
|
||
picShow_96: "on",
|
||
"#### ピクチャ97 ####": "",
|
||
picName_97: "",
|
||
picOrigin_97: "left",
|
||
picX_97: "0",
|
||
picY_97: "0",
|
||
picOpacity_97: "100",
|
||
picZoom_97: "100",
|
||
picShow_97: "on",
|
||
"#### ピクチャ98 ####": "",
|
||
picName_98: "",
|
||
picOrigin_98: "left",
|
||
picX_98: "0",
|
||
picY_98: "0",
|
||
picOpacity_98: "100",
|
||
picZoom_98: "100",
|
||
picShow_98: "on",
|
||
"#### ピクチャ99 ####": "",
|
||
picName_99: "",
|
||
picOrigin_99: "left",
|
||
picX_99: "0",
|
||
picY_99: "0",
|
||
picOpacity_99: "100",
|
||
picZoom_99: "100",
|
||
picShow_99: "on",
|
||
"#### テキスト1 ####": "",
|
||
txtSubject_1: "\\V[70]",
|
||
txtSize_1: "28",
|
||
txtOrigin_1: "left",
|
||
txtAlign_1: "top",
|
||
txtX_1: "149",
|
||
txtY_1: "292",
|
||
txtShow_1: "on",
|
||
"#### テキスト2 ####": "",
|
||
txtSubject_2: "\\V[65]",
|
||
txtSize_2: "28",
|
||
txtOrigin_2: "left",
|
||
txtAlign_2: "top",
|
||
txtX_2: "40",
|
||
txtY_2: "385",
|
||
txtShow_2: "on",
|
||
"#### テキスト3 ####": "",
|
||
txtSubject_3: "\\V[67]",
|
||
txtSize_3: "28",
|
||
txtOrigin_3: "left",
|
||
txtAlign_3: "top",
|
||
txtX_3: "40",
|
||
txtY_3: "461",
|
||
txtShow_3: "on",
|
||
"#### テキスト4 ####": "",
|
||
txtSubject_4: "\\V[63]",
|
||
txtSize_4: "28",
|
||
txtOrigin_4: "left",
|
||
txtAlign_4: "top",
|
||
txtX_4: "40",
|
||
txtY_4: "539",
|
||
txtShow_4: "on",
|
||
"#### テキスト5 ####": "",
|
||
txtSubject_5: "\\V[68]",
|
||
txtSize_5: "28",
|
||
txtOrigin_5: "left",
|
||
txtAlign_5: "top",
|
||
txtX_5: "40",
|
||
txtY_5: "610",
|
||
txtShow_5: "on",
|
||
"#### テキスト6 ####": "",
|
||
txtSubject_6: "\\V[69]",
|
||
txtSize_6: "28",
|
||
txtOrigin_6: "left",
|
||
txtAlign_6: "top",
|
||
txtX_6: "40",
|
||
txtY_6: "643",
|
||
txtShow_6: "on",
|
||
"#### テキスト7 ####": "",
|
||
txtSubject_7: "\\V[64]",
|
||
txtSize_7: "18",
|
||
txtOrigin_7: "right",
|
||
txtAlign_7: "top",
|
||
txtX_7: "892",
|
||
txtY_7: "265",
|
||
txtShow_7: "on",
|
||
"#### テキスト8 ####": "",
|
||
txtSubject_8: "%",
|
||
txtSize_8: "18",
|
||
txtOrigin_8: "right",
|
||
txtAlign_8: "top",
|
||
txtX_8: "913",
|
||
txtY_8: "265",
|
||
txtShow_8: "on",
|
||
"#### テキスト9 ####": "",
|
||
txtSubject_9: "\\V[66]",
|
||
txtSize_9: "18",
|
||
txtOrigin_9: "right",
|
||
txtAlign_9: "top",
|
||
txtX_9: "1234",
|
||
txtY_9: "394",
|
||
txtShow_9: "on",
|
||
"#### テキスト10 ####": "",
|
||
txtSubject_10: "%",
|
||
txtSize_10: "18",
|
||
txtOrigin_10: "right",
|
||
txtAlign_10: "top",
|
||
txtX_10: "1255",
|
||
txtY_10: "394",
|
||
txtShow_10: "on",
|
||
"#### テキスト11 ####": "",
|
||
txtSubject_11: "\\V[62]",
|
||
txtSize_11: "18",
|
||
txtOrigin_11: "right",
|
||
txtAlign_11: "top",
|
||
txtX_11: "899",
|
||
txtY_11: "559",
|
||
txtShow_11: "on",
|
||
"#### テキスト12 ####": "",
|
||
txtSubject_12: "%",
|
||
txtSize_12: "18",
|
||
txtOrigin_12: "right",
|
||
txtAlign_12: "top",
|
||
txtX_12: "920",
|
||
txtY_12: "559",
|
||
txtShow_12: "on",
|
||
"#### テキスト13 ####": "",
|
||
txtSubject_13: "\\V[61]",
|
||
txtSize_13: "28",
|
||
txtOrigin_13: "left",
|
||
txtAlign_13: "top",
|
||
txtX_13: "996",
|
||
txtY_13: "666",
|
||
txtShow_13: "on",
|
||
"#### テキスト14 ####": "",
|
||
txtSubject_14: "\\V[71]",
|
||
txtSize_14: "28",
|
||
txtOrigin_14: "right",
|
||
txtAlign_14: "top",
|
||
txtX_14: "650",
|
||
txtY_14: "187",
|
||
txtShow_14: "on",
|
||
"#### テキスト15 ####": "",
|
||
txtSubject_15: "\\V[72]",
|
||
txtSize_15: "28",
|
||
txtOrigin_15: "right",
|
||
txtAlign_15: "top",
|
||
txtX_15: "650",
|
||
txtY_15: "245",
|
||
txtShow_15: "on",
|
||
"#### テキスト16 ####": "",
|
||
txtSubject_16: "\\V[73]",
|
||
txtSize_16: "28",
|
||
txtOrigin_16: "right",
|
||
txtAlign_16: "top",
|
||
txtX_16: "650",
|
||
txtY_16: "303",
|
||
txtShow_16: "on",
|
||
"#### テキスト17 ####": "",
|
||
txtSubject_17: "\\V[74]",
|
||
txtSize_17: "28",
|
||
txtOrigin_17: "right",
|
||
txtAlign_17: "top",
|
||
txtX_17: "650",
|
||
txtY_17: "361",
|
||
txtShow_17: "on",
|
||
"#### テキスト18 ####": "",
|
||
txtSubject_18: "\\V[75]",
|
||
txtSize_18: "28",
|
||
txtOrigin_18: "right",
|
||
txtAlign_18: "top",
|
||
txtX_18: "650",
|
||
txtY_18: "419",
|
||
txtShow_18: "on",
|
||
"#### テキスト19 ####": "",
|
||
txtSubject_19: "\\V[76]",
|
||
txtSize_19: "28",
|
||
txtOrigin_19: "right",
|
||
txtAlign_19: "top",
|
||
txtX_19: "650",
|
||
txtY_19: "477",
|
||
txtShow_19: "on",
|
||
"#### テキスト20 ####": "",
|
||
txtSubject_20: "\\V[77]",
|
||
txtSize_20: "28",
|
||
txtOrigin_20: "right",
|
||
txtAlign_20: "top",
|
||
txtX_20: "650",
|
||
txtY_20: "535",
|
||
txtShow_20: "on",
|
||
"#### テキスト21 ####": "",
|
||
txtSubject_21: "\\V[78]",
|
||
txtSize_21: "28",
|
||
txtOrigin_21: "right",
|
||
txtAlign_21: "top",
|
||
txtX_21: "650",
|
||
txtY_21: "593",
|
||
txtShow_21: "on",
|
||
"#### テキスト22 ####": "",
|
||
txtSubject_22: "",
|
||
txtSize_22: "28",
|
||
txtOrigin_22: "left",
|
||
txtAlign_22: "top",
|
||
txtX_22: "0",
|
||
txtY_22: "0",
|
||
txtShow_22: "on",
|
||
"#### テキスト23 ####": "",
|
||
txtSubject_23: "",
|
||
txtSize_23: "28",
|
||
txtOrigin_23: "left",
|
||
txtAlign_23: "top",
|
||
txtX_23: "0",
|
||
txtY_23: "0",
|
||
txtShow_23: "on",
|
||
"#### テキスト24 ####": "",
|
||
txtSubject_24: "",
|
||
txtSize_24: "28",
|
||
txtOrigin_24: "left",
|
||
txtAlign_24: "top",
|
||
txtX_24: "0",
|
||
txtY_24: "0",
|
||
txtShow_24: "on",
|
||
"#### テキスト25 ####": "",
|
||
txtSubject_25: "",
|
||
txtSize_25: "28",
|
||
txtOrigin_25: "left",
|
||
txtAlign_25: "top",
|
||
txtX_25: "0",
|
||
txtY_25: "0",
|
||
txtShow_25: "on",
|
||
"#### テキスト26 ####": "",
|
||
txtSubject_26: "",
|
||
txtSize_26: "28",
|
||
txtOrigin_26: "left",
|
||
txtAlign_26: "top",
|
||
txtX_26: "0",
|
||
txtY_26: "0",
|
||
txtShow_26: "on",
|
||
"#### テキスト27 ####": "",
|
||
txtSubject_27: "",
|
||
txtSize_27: "28",
|
||
txtOrigin_27: "left",
|
||
txtAlign_27: "top",
|
||
txtX_27: "0",
|
||
txtY_27: "0",
|
||
txtShow_27: "on",
|
||
"#### テキスト28 ####": "",
|
||
txtSubject_28: "",
|
||
txtSize_28: "28",
|
||
txtOrigin_28: "left",
|
||
txtAlign_28: "top",
|
||
txtX_28: "0",
|
||
txtY_28: "0",
|
||
txtShow_28: "on",
|
||
"#### テキスト29 ####": "",
|
||
txtSubject_29: "",
|
||
txtSize_29: "28",
|
||
txtOrigin_29: "left",
|
||
txtAlign_29: "top",
|
||
txtX_29: "0",
|
||
txtY_29: "0",
|
||
txtShow_29: "on",
|
||
"#### テキスト30 ####": "",
|
||
txtSubject_30: "",
|
||
txtSize_30: "28",
|
||
txtOrigin_30: "left",
|
||
txtAlign_30: "top",
|
||
txtX_30: "0",
|
||
txtY_30: "0",
|
||
txtShow_30: "on",
|
||
"#### テキスト31 ####": "",
|
||
txtSubject_31: "",
|
||
txtSize_31: "28",
|
||
txtOrigin_31: "left",
|
||
txtAlign_31: "top",
|
||
txtX_31: "0",
|
||
txtY_31: "0",
|
||
txtShow_31: "on",
|
||
"#### テキスト32 ####": "",
|
||
txtSubject_32: "",
|
||
txtSize_32: "28",
|
||
txtOrigin_32: "left",
|
||
txtAlign_32: "top",
|
||
txtX_32: "0",
|
||
txtY_32: "0",
|
||
txtShow_32: "on",
|
||
"#### テキスト33 ####": "",
|
||
txtSubject_33: "",
|
||
txtSize_33: "28",
|
||
txtOrigin_33: "left",
|
||
txtAlign_33: "top",
|
||
txtX_33: "0",
|
||
txtY_33: "0",
|
||
txtShow_33: "on",
|
||
"#### テキスト34 ####": "",
|
||
txtSubject_34: "",
|
||
txtSize_34: "28",
|
||
txtOrigin_34: "left",
|
||
txtAlign_34: "top",
|
||
txtX_34: "0",
|
||
txtY_34: "0",
|
||
txtShow_34: "on",
|
||
"#### テキスト35 ####": "",
|
||
txtSubject_35: "",
|
||
txtSize_35: "28",
|
||
txtOrigin_35: "left",
|
||
txtAlign_35: "top",
|
||
txtX_35: "0",
|
||
txtY_35: "0",
|
||
txtShow_35: "on",
|
||
"#### テキスト36 ####": "",
|
||
txtSubject_36: "",
|
||
txtSize_36: "28",
|
||
txtOrigin_36: "left",
|
||
txtAlign_36: "top",
|
||
txtX_36: "0",
|
||
txtY_36: "0",
|
||
txtShow_36: "on",
|
||
"#### テキスト37 ####": "",
|
||
txtSubject_37: "",
|
||
txtSize_37: "28",
|
||
txtOrigin_37: "left",
|
||
txtAlign_37: "top",
|
||
txtX_37: "0",
|
||
txtY_37: "0",
|
||
txtShow_37: "on",
|
||
"#### テキスト38 ####": "",
|
||
txtSubject_38: "",
|
||
txtSize_38: "28",
|
||
txtOrigin_38: "left",
|
||
txtAlign_38: "top",
|
||
txtX_38: "0",
|
||
txtY_38: "0",
|
||
txtShow_38: "on",
|
||
"#### テキスト39 ####": "",
|
||
txtSubject_39: "",
|
||
txtSize_39: "28",
|
||
txtOrigin_39: "left",
|
||
txtAlign_39: "top",
|
||
txtX_39: "0",
|
||
txtY_39: "0",
|
||
txtShow_39: "on",
|
||
"#### テキスト40 ####": "",
|
||
txtSubject_40: "",
|
||
txtSize_40: "28",
|
||
txtOrigin_40: "left",
|
||
txtAlign_40: "top",
|
||
txtX_40: "0",
|
||
txtY_40: "0",
|
||
txtShow_40: "on",
|
||
"#### テキスト41 ####": "",
|
||
txtSubject_41: "",
|
||
txtSize_41: "28",
|
||
txtOrigin_41: "left",
|
||
txtAlign_41: "top",
|
||
txtX_41: "0",
|
||
txtY_41: "0",
|
||
txtShow_41: "on",
|
||
"#### テキスト42 ####": "",
|
||
txtSubject_42: "",
|
||
txtSize_42: "28",
|
||
txtOrigin_42: "left",
|
||
txtAlign_42: "top",
|
||
txtX_42: "0",
|
||
txtY_42: "0",
|
||
txtShow_42: "on",
|
||
"#### テキスト43 ####": "",
|
||
txtSubject_43: "",
|
||
txtSize_43: "28",
|
||
txtOrigin_43: "left",
|
||
txtAlign_43: "top",
|
||
txtX_43: "0",
|
||
txtY_43: "0",
|
||
txtShow_43: "on",
|
||
"#### テキスト44 ####": "",
|
||
txtSubject_44: "",
|
||
txtSize_44: "28",
|
||
txtOrigin_44: "left",
|
||
txtAlign_44: "top",
|
||
txtX_44: "0",
|
||
txtY_44: "0",
|
||
txtShow_44: "on",
|
||
"#### テキスト45 ####": "",
|
||
txtSubject_45: "",
|
||
txtSize_45: "28",
|
||
txtOrigin_45: "left",
|
||
txtAlign_45: "top",
|
||
txtX_45: "0",
|
||
txtY_45: "0",
|
||
txtShow_45: "on",
|
||
"#### テキスト46 ####": "",
|
||
txtSubject_46: "",
|
||
txtSize_46: "28",
|
||
txtOrigin_46: "left",
|
||
txtAlign_46: "top",
|
||
txtX_46: "0",
|
||
txtY_46: "0",
|
||
txtShow_46: "on",
|
||
"#### テキスト47 ####": "",
|
||
txtSubject_47: "",
|
||
txtSize_47: "28",
|
||
txtOrigin_47: "left",
|
||
txtAlign_47: "top",
|
||
txtX_47: "0",
|
||
txtY_47: "0",
|
||
txtShow_47: "on",
|
||
"#### テキスト48 ####": "",
|
||
txtSubject_48: "",
|
||
txtSize_48: "28",
|
||
txtOrigin_48: "left",
|
||
txtAlign_48: "top",
|
||
txtX_48: "0",
|
||
txtY_48: "0",
|
||
txtShow_48: "on",
|
||
"#### テキスト49 ####": "",
|
||
txtSubject_49: "",
|
||
txtSize_49: "28",
|
||
txtOrigin_49: "left",
|
||
txtAlign_49: "top",
|
||
txtX_49: "0",
|
||
txtY_49: "0",
|
||
txtShow_49: "on",
|
||
"#### テキスト50 ####": "",
|
||
txtSubject_50: "",
|
||
txtSize_50: "28",
|
||
txtOrigin_50: "left",
|
||
txtAlign_50: "top",
|
||
txtX_50: "0",
|
||
txtY_50: "0",
|
||
txtShow_50: "on",
|
||
"#### テキスト51 ####": "",
|
||
txtSubject_51: "",
|
||
txtSize_51: "28",
|
||
txtOrigin_51: "left",
|
||
txtAlign_51: "top",
|
||
txtX_51: "0",
|
||
txtY_51: "0",
|
||
txtShow_51: "on",
|
||
"#### テキスト52 ####": "",
|
||
txtSubject_52: "",
|
||
txtSize_52: "28",
|
||
txtOrigin_52: "left",
|
||
txtAlign_52: "top",
|
||
txtX_52: "0",
|
||
txtY_52: "0",
|
||
txtShow_52: "on",
|
||
"#### テキスト53 ####": "",
|
||
txtSubject_53: "",
|
||
txtSize_53: "28",
|
||
txtOrigin_53: "left",
|
||
txtAlign_53: "top",
|
||
txtX_53: "0",
|
||
txtY_53: "0",
|
||
txtShow_53: "on",
|
||
"#### テキスト54 ####": "",
|
||
txtSubject_54: "",
|
||
txtSize_54: "28",
|
||
txtOrigin_54: "left",
|
||
txtAlign_54: "top",
|
||
txtX_54: "0",
|
||
txtY_54: "0",
|
||
txtShow_54: "on",
|
||
"#### テキスト55 ####": "",
|
||
txtSubject_55: "",
|
||
txtSize_55: "28",
|
||
txtOrigin_55: "left",
|
||
txtAlign_55: "top",
|
||
txtX_55: "0",
|
||
txtY_55: "0",
|
||
txtShow_55: "on",
|
||
"#### テキスト56 ####": "",
|
||
txtSubject_56: "",
|
||
txtSize_56: "28",
|
||
txtOrigin_56: "left",
|
||
txtAlign_56: "top",
|
||
txtX_56: "0",
|
||
txtY_56: "0",
|
||
txtShow_56: "on",
|
||
"#### テキスト57 ####": "",
|
||
txtSubject_57: "",
|
||
txtSize_57: "28",
|
||
txtOrigin_57: "left",
|
||
txtAlign_57: "top",
|
||
txtX_57: "0",
|
||
txtY_57: "0",
|
||
txtShow_57: "on",
|
||
"#### テキスト58 ####": "",
|
||
txtSubject_58: "",
|
||
txtSize_58: "28",
|
||
txtOrigin_58: "left",
|
||
txtAlign_58: "top",
|
||
txtX_58: "0",
|
||
txtY_58: "0",
|
||
txtShow_58: "on",
|
||
"#### テキスト59 ####": "",
|
||
txtSubject_59: "",
|
||
txtSize_59: "28",
|
||
txtOrigin_59: "left",
|
||
txtAlign_59: "top",
|
||
txtX_59: "0",
|
||
txtY_59: "0",
|
||
txtShow_59: "on",
|
||
"#### テキスト60 ####": "",
|
||
txtSubject_60: "",
|
||
txtSize_60: "28",
|
||
txtOrigin_60: "left",
|
||
txtAlign_60: "top",
|
||
txtX_60: "0",
|
||
txtY_60: "0",
|
||
txtShow_60: "on",
|
||
"#### テキスト61 ####": "",
|
||
txtSubject_61: "",
|
||
txtSize_61: "28",
|
||
txtOrigin_61: "left",
|
||
txtAlign_61: "top",
|
||
txtX_61: "0",
|
||
txtY_61: "0",
|
||
txtShow_61: "on",
|
||
"#### テキスト62 ####": "",
|
||
txtSubject_62: "",
|
||
txtSize_62: "28",
|
||
txtOrigin_62: "left",
|
||
txtAlign_62: "top",
|
||
txtX_62: "0",
|
||
txtY_62: "0",
|
||
txtShow_62: "on",
|
||
"#### テキスト63 ####": "",
|
||
txtSubject_63: "",
|
||
txtSize_63: "28",
|
||
txtOrigin_63: "left",
|
||
txtAlign_63: "top",
|
||
txtX_63: "0",
|
||
txtY_63: "0",
|
||
txtShow_63: "on",
|
||
"#### テキスト64 ####": "",
|
||
txtSubject_64: "",
|
||
txtSize_64: "28",
|
||
txtOrigin_64: "left",
|
||
txtAlign_64: "top",
|
||
txtX_64: "0",
|
||
txtY_64: "0",
|
||
txtShow_64: "on",
|
||
"#### テキスト65 ####": "",
|
||
txtSubject_65: "",
|
||
txtSize_65: "28",
|
||
txtOrigin_65: "left",
|
||
txtAlign_65: "top",
|
||
txtX_65: "0",
|
||
txtY_65: "0",
|
||
txtShow_65: "on",
|
||
"#### テキスト66 ####": "",
|
||
txtSubject_66: "",
|
||
txtSize_66: "28",
|
||
txtOrigin_66: "left",
|
||
txtAlign_66: "top",
|
||
txtX_66: "0",
|
||
txtY_66: "0",
|
||
txtShow_66: "on",
|
||
"#### テキスト67 ####": "",
|
||
txtSubject_67: "",
|
||
txtSize_67: "28",
|
||
txtOrigin_67: "left",
|
||
txtAlign_67: "top",
|
||
txtX_67: "0",
|
||
txtY_67: "0",
|
||
txtShow_67: "on",
|
||
"#### テキスト68 ####": "",
|
||
txtSubject_68: "",
|
||
txtSize_68: "28",
|
||
txtOrigin_68: "left",
|
||
txtAlign_68: "top",
|
||
txtX_68: "0",
|
||
txtY_68: "0",
|
||
txtShow_68: "on",
|
||
"#### テキスト69 ####": "",
|
||
txtSubject_69: "",
|
||
txtSize_69: "28",
|
||
txtOrigin_69: "left",
|
||
txtAlign_69: "top",
|
||
txtX_69: "0",
|
||
txtY_69: "0",
|
||
txtShow_69: "on",
|
||
"#### テキスト70 ####": "",
|
||
txtSubject_70: "",
|
||
txtSize_70: "28",
|
||
txtOrigin_70: "left",
|
||
txtAlign_70: "top",
|
||
txtX_70: "0",
|
||
txtY_70: "0",
|
||
txtShow_70: "on",
|
||
"#### テキスト71 ####": "",
|
||
txtSubject_71: "",
|
||
txtSize_71: "28",
|
||
txtOrigin_71: "left",
|
||
txtAlign_71: "top",
|
||
txtX_71: "0",
|
||
txtY_71: "0",
|
||
txtShow_71: "on",
|
||
"#### テキスト72 ####": "",
|
||
txtSubject_72: "",
|
||
txtSize_72: "28",
|
||
txtOrigin_72: "left",
|
||
txtAlign_72: "top",
|
||
txtX_72: "0",
|
||
txtY_72: "0",
|
||
txtShow_72: "on",
|
||
"#### テキスト73 ####": "",
|
||
txtSubject_73: "",
|
||
txtSize_73: "28",
|
||
txtOrigin_73: "left",
|
||
txtAlign_73: "top",
|
||
txtX_73: "0",
|
||
txtY_73: "0",
|
||
txtShow_73: "on",
|
||
"#### テキスト74 ####": "",
|
||
txtSubject_74: "",
|
||
txtSize_74: "28",
|
||
txtOrigin_74: "left",
|
||
txtAlign_74: "top",
|
||
txtX_74: "0",
|
||
txtY_74: "0",
|
||
txtShow_74: "on",
|
||
"#### テキスト75 ####": "",
|
||
txtSubject_75: "",
|
||
txtSize_75: "28",
|
||
txtOrigin_75: "left",
|
||
txtAlign_75: "top",
|
||
txtX_75: "0",
|
||
txtY_75: "0",
|
||
txtShow_75: "on",
|
||
"#### テキスト76 ####": "",
|
||
txtSubject_76: "",
|
||
txtSize_76: "28",
|
||
txtOrigin_76: "left",
|
||
txtAlign_76: "top",
|
||
txtX_76: "0",
|
||
txtY_76: "0",
|
||
txtShow_76: "on",
|
||
"#### テキスト77 ####": "",
|
||
txtSubject_77: "",
|
||
txtSize_77: "28",
|
||
txtOrigin_77: "left",
|
||
txtAlign_77: "top",
|
||
txtX_77: "0",
|
||
txtY_77: "0",
|
||
txtShow_77: "on",
|
||
"#### テキスト78 ####": "",
|
||
txtSubject_78: "",
|
||
txtSize_78: "28",
|
||
txtOrigin_78: "left",
|
||
txtAlign_78: "top",
|
||
txtX_78: "0",
|
||
txtY_78: "0",
|
||
txtShow_78: "on",
|
||
"#### テキスト79 ####": "",
|
||
txtSubject_79: "",
|
||
txtSize_79: "28",
|
||
txtOrigin_79: "left",
|
||
txtAlign_79: "top",
|
||
txtX_79: "0",
|
||
txtY_79: "0",
|
||
txtShow_79: "on",
|
||
"#### テキスト80 ####": "",
|
||
txtSubject_80: "",
|
||
txtSize_80: "28",
|
||
txtOrigin_80: "left",
|
||
txtAlign_80: "top",
|
||
txtX_80: "0",
|
||
txtY_80: "0",
|
||
txtShow_80: "on",
|
||
"#### テキスト81 ####": "",
|
||
txtSubject_81: "",
|
||
txtSize_81: "28",
|
||
txtOrigin_81: "left",
|
||
txtAlign_81: "top",
|
||
txtX_81: "0",
|
||
txtY_81: "0",
|
||
txtShow_81: "on",
|
||
"#### テキスト82 ####": "",
|
||
txtSubject_82: "",
|
||
txtSize_82: "28",
|
||
txtOrigin_82: "left",
|
||
txtAlign_82: "top",
|
||
txtX_82: "0",
|
||
txtY_82: "0",
|
||
txtShow_82: "on",
|
||
"#### テキスト83 ####": "",
|
||
txtSubject_83: "",
|
||
txtSize_83: "28",
|
||
txtOrigin_83: "left",
|
||
txtAlign_83: "top",
|
||
txtX_83: "0",
|
||
txtY_83: "0",
|
||
txtShow_83: "on",
|
||
"#### テキスト84 ####": "",
|
||
txtSubject_84: "",
|
||
txtSize_84: "28",
|
||
txtOrigin_84: "left",
|
||
txtAlign_84: "top",
|
||
txtX_84: "0",
|
||
txtY_84: "0",
|
||
txtShow_84: "on",
|
||
"#### テキスト85 ####": "",
|
||
txtSubject_85: "",
|
||
txtSize_85: "28",
|
||
txtOrigin_85: "left",
|
||
txtAlign_85: "top",
|
||
txtX_85: "0",
|
||
txtY_85: "0",
|
||
txtShow_85: "on",
|
||
"#### テキスト86 ####": "",
|
||
txtSubject_86: "",
|
||
txtSize_86: "28",
|
||
txtOrigin_86: "left",
|
||
txtAlign_86: "top",
|
||
txtX_86: "0",
|
||
txtY_86: "0",
|
||
txtShow_86: "on",
|
||
"#### テキスト87 ####": "",
|
||
txtSubject_87: "",
|
||
txtSize_87: "28",
|
||
txtOrigin_87: "left",
|
||
txtAlign_87: "top",
|
||
txtX_87: "0",
|
||
txtY_87: "0",
|
||
txtShow_87: "on",
|
||
"#### テキスト88 ####": "",
|
||
txtSubject_88: "",
|
||
txtSize_88: "28",
|
||
txtOrigin_88: "left",
|
||
txtAlign_88: "top",
|
||
txtX_88: "0",
|
||
txtY_88: "0",
|
||
txtShow_88: "on",
|
||
"#### テキスト89 ####": "",
|
||
txtSubject_89: "",
|
||
txtSize_89: "28",
|
||
txtOrigin_89: "left",
|
||
txtAlign_89: "top",
|
||
txtX_89: "0",
|
||
txtY_89: "0",
|
||
txtShow_89: "on",
|
||
"#### テキスト90 ####": "",
|
||
txtSubject_90: "",
|
||
txtSize_90: "28",
|
||
txtOrigin_90: "left",
|
||
txtAlign_90: "top",
|
||
txtX_90: "0",
|
||
txtY_90: "0",
|
||
txtShow_90: "on",
|
||
"#### テキスト91 ####": "",
|
||
txtSubject_91: "",
|
||
txtSize_91: "28",
|
||
txtOrigin_91: "left",
|
||
txtAlign_91: "top",
|
||
txtX_91: "0",
|
||
txtY_91: "0",
|
||
txtShow_91: "on",
|
||
"#### テキスト92 ####": "",
|
||
txtSubject_92: "",
|
||
txtSize_92: "28",
|
||
txtOrigin_92: "left",
|
||
txtAlign_92: "top",
|
||
txtX_92: "0",
|
||
txtY_92: "0",
|
||
txtShow_92: "on",
|
||
"#### テキスト93 ####": "",
|
||
txtSubject_93: "",
|
||
txtSize_93: "28",
|
||
txtOrigin_93: "left",
|
||
txtAlign_93: "top",
|
||
txtX_93: "0",
|
||
txtY_93: "0",
|
||
txtShow_93: "on",
|
||
"#### テキスト94 ####": "",
|
||
txtSubject_94: "",
|
||
txtSize_94: "28",
|
||
txtOrigin_94: "left",
|
||
txtAlign_94: "top",
|
||
txtX_94: "0",
|
||
txtY_94: "0",
|
||
txtShow_94: "on",
|
||
"#### テキスト95 ####": "",
|
||
txtSubject_95: "",
|
||
txtSize_95: "28",
|
||
txtOrigin_95: "left",
|
||
txtAlign_95: "top",
|
||
txtX_95: "0",
|
||
txtY_95: "0",
|
||
txtShow_95: "on",
|
||
"#### テキスト96 ####": "",
|
||
txtSubject_96: "",
|
||
txtSize_96: "28",
|
||
txtOrigin_96: "left",
|
||
txtAlign_96: "top",
|
||
txtX_96: "0",
|
||
txtY_96: "0",
|
||
txtShow_96: "on",
|
||
"#### テキスト97 ####": "",
|
||
txtSubject_97: "",
|
||
txtSize_97: "28",
|
||
txtOrigin_97: "left",
|
||
txtAlign_97: "top",
|
||
txtX_97: "0",
|
||
txtY_97: "0",
|
||
txtShow_97: "on",
|
||
"#### テキスト98 ####": "",
|
||
txtSubject_98: "",
|
||
txtSize_98: "28",
|
||
txtOrigin_98: "left",
|
||
txtAlign_98: "top",
|
||
txtX_98: "0",
|
||
txtY_98: "0",
|
||
txtShow_98: "on",
|
||
"#### テキスト99 ####": "",
|
||
txtSubject_99: "",
|
||
txtSize_99: "28",
|
||
txtOrigin_99: "left",
|
||
txtAlign_99: "top",
|
||
txtX_99: "0",
|
||
txtY_99: "0",
|
||
txtShow_99: "on",
|
||
},
|
||
},
|
||
{
|
||
name: "CBR_eroStatus_3",
|
||
status: true,
|
||
description: "エロステータス作れちゃうプラグイン(追加用)",
|
||
parameters: {
|
||
"#### ピクチャ1 ####": "",
|
||
picName_1: "Hback",
|
||
picOrigin_1: "left",
|
||
picX_1: "0",
|
||
picY_1: "0",
|
||
picOpacity_1: "100",
|
||
picZoom_1: "100",
|
||
picShow_1: "on",
|
||
"": "",
|
||
"#### ピクチャ2 ####": "",
|
||
picName_2: "character03",
|
||
picOrigin_2: "left",
|
||
picX_2: "0",
|
||
picY_2: "0",
|
||
picOpacity_2: "100",
|
||
picZoom_2: "100",
|
||
picShow_2: "on",
|
||
"#### ピクチャ3 ####": "",
|
||
picName_3: "",
|
||
picOrigin_3: "left",
|
||
picX_3: "0",
|
||
picY_3: "0",
|
||
picOpacity_3: "100",
|
||
picZoom_3: "100",
|
||
picShow_3: "on",
|
||
"#### ピクチャ4 ####": "",
|
||
picName_4: "",
|
||
picOrigin_4: "left",
|
||
picX_4: "0",
|
||
picY_4: "0",
|
||
picOpacity_4: "100",
|
||
picZoom_4: "100",
|
||
picShow_4: "on",
|
||
"#### ピクチャ5 ####": "",
|
||
picName_5: "",
|
||
picOrigin_5: "left",
|
||
picX_5: "0",
|
||
picY_5: "0",
|
||
picOpacity_5: "100",
|
||
picZoom_5: "100",
|
||
picShow_5: "on",
|
||
"#### ピクチャ6 ####": "",
|
||
picName_6: "",
|
||
picOrigin_6: "left",
|
||
picX_6: "0",
|
||
picY_6: "0",
|
||
picOpacity_6: "100",
|
||
picZoom_6: "100",
|
||
picShow_6: "on",
|
||
"#### ピクチャ7 ####": "",
|
||
picName_7: "",
|
||
picOrigin_7: "left",
|
||
picX_7: "0",
|
||
picY_7: "0",
|
||
picOpacity_7: "100",
|
||
picZoom_7: "100",
|
||
picShow_7: "on",
|
||
"#### ピクチャ8 ####": "",
|
||
picName_8: "",
|
||
picOrigin_8: "left",
|
||
picX_8: "0",
|
||
picY_8: "0",
|
||
picOpacity_8: "100",
|
||
picZoom_8: "100",
|
||
picShow_8: "on",
|
||
"#### ピクチャ9 ####": "",
|
||
picName_9: "",
|
||
picOrigin_9: "left",
|
||
picX_9: "0",
|
||
picY_9: "0",
|
||
picOpacity_9: "100",
|
||
picZoom_9: "100",
|
||
picShow_9: "on",
|
||
"#### ピクチャ10 ####": "",
|
||
picName_10: "",
|
||
picOrigin_10: "left",
|
||
picX_10: "0",
|
||
picY_10: "0",
|
||
picOpacity_10: "100",
|
||
picZoom_10: "100",
|
||
picShow_10: "on",
|
||
"#### ピクチャ11 ####": "",
|
||
picName_11: "",
|
||
picOrigin_11: "left",
|
||
picX_11: "0",
|
||
picY_11: "0",
|
||
picOpacity_11: "100",
|
||
picZoom_11: "100",
|
||
picShow_11: "on",
|
||
"#### ピクチャ12 ####": "",
|
||
picName_12: "",
|
||
picOrigin_12: "left",
|
||
picX_12: "0",
|
||
picY_12: "0",
|
||
picOpacity_12: "100",
|
||
picZoom_12: "100",
|
||
picShow_12: "on",
|
||
"#### ピクチャ13 ####": "",
|
||
picName_13: "",
|
||
picOrigin_13: "left",
|
||
picX_13: "0",
|
||
picY_13: "0",
|
||
picOpacity_13: "100",
|
||
picZoom_13: "100",
|
||
picShow_13: "on",
|
||
"#### ピクチャ14 ####": "",
|
||
picName_14: "",
|
||
picOrigin_14: "left",
|
||
picX_14: "0",
|
||
picY_14: "0",
|
||
picOpacity_14: "100",
|
||
picZoom_14: "100",
|
||
picShow_14: "on",
|
||
"#### ピクチャ15 ####": "",
|
||
picName_15: "",
|
||
picOrigin_15: "left",
|
||
picX_15: "0",
|
||
picY_15: "0",
|
||
picOpacity_15: "100",
|
||
picZoom_15: "100",
|
||
picShow_15: "on",
|
||
"#### ピクチャ16 ####": "",
|
||
picName_16: "",
|
||
picOrigin_16: "left",
|
||
picX_16: "0",
|
||
picY_16: "0",
|
||
picOpacity_16: "100",
|
||
picZoom_16: "100",
|
||
picShow_16: "on",
|
||
"#### ピクチャ17 ####": "",
|
||
picName_17: "",
|
||
picOrigin_17: "left",
|
||
picX_17: "0",
|
||
picY_17: "0",
|
||
picOpacity_17: "100",
|
||
picZoom_17: "100",
|
||
picShow_17: "on",
|
||
"#### ピクチャ18 ####": "",
|
||
picName_18: "",
|
||
picOrigin_18: "left",
|
||
picX_18: "0",
|
||
picY_18: "0",
|
||
picOpacity_18: "100",
|
||
picZoom_18: "100",
|
||
picShow_18: "on",
|
||
"#### ピクチャ19 ####": "",
|
||
picName_19: "",
|
||
picOrigin_19: "left",
|
||
picX_19: "0",
|
||
picY_19: "0",
|
||
picOpacity_19: "100",
|
||
picZoom_19: "100",
|
||
picShow_19: "on",
|
||
"#### ピクチャ20 ####": "",
|
||
picName_20: "",
|
||
picOrigin_20: "left",
|
||
picX_20: "0",
|
||
picY_20: "0",
|
||
picOpacity_20: "100",
|
||
picZoom_20: "100",
|
||
picShow_20: "on",
|
||
"#### ピクチャ21 ####": "",
|
||
picName_21: "",
|
||
picOrigin_21: "left",
|
||
picX_21: "0",
|
||
picY_21: "0",
|
||
picOpacity_21: "100",
|
||
picZoom_21: "100",
|
||
picShow_21: "on",
|
||
"#### ピクチャ22 ####": "",
|
||
picName_22: "",
|
||
picOrigin_22: "left",
|
||
picX_22: "0",
|
||
picY_22: "0",
|
||
picOpacity_22: "100",
|
||
picZoom_22: "100",
|
||
picShow_22: "on",
|
||
"#### ピクチャ23 ####": "",
|
||
picName_23: "",
|
||
picOrigin_23: "left",
|
||
picX_23: "0",
|
||
picY_23: "0",
|
||
picOpacity_23: "100",
|
||
picZoom_23: "100",
|
||
picShow_23: "on",
|
||
"#### ピクチャ24 ####": "",
|
||
picName_24: "",
|
||
picOrigin_24: "left",
|
||
picX_24: "0",
|
||
picY_24: "0",
|
||
picOpacity_24: "100",
|
||
picZoom_24: "100",
|
||
picShow_24: "on",
|
||
"#### ピクチャ25 ####": "",
|
||
picName_25: "",
|
||
picOrigin_25: "left",
|
||
picX_25: "0",
|
||
picY_25: "0",
|
||
picOpacity_25: "100",
|
||
picZoom_25: "100",
|
||
picShow_25: "on",
|
||
"#### ピクチャ26 ####": "",
|
||
picName_26: "",
|
||
picOrigin_26: "left",
|
||
picX_26: "0",
|
||
picY_26: "0",
|
||
picOpacity_26: "100",
|
||
picZoom_26: "100",
|
||
picShow_26: "on",
|
||
"#### ピクチャ27 ####": "",
|
||
picName_27: "",
|
||
picOrigin_27: "left",
|
||
picX_27: "0",
|
||
picY_27: "0",
|
||
picOpacity_27: "100",
|
||
picZoom_27: "100",
|
||
picShow_27: "on",
|
||
"#### ピクチャ28 ####": "",
|
||
picName_28: "",
|
||
picOrigin_28: "left",
|
||
picX_28: "0",
|
||
picY_28: "0",
|
||
picOpacity_28: "100",
|
||
picZoom_28: "100",
|
||
picShow_28: "on",
|
||
"#### ピクチャ29 ####": "",
|
||
picName_29: "",
|
||
picOrigin_29: "left",
|
||
picX_29: "0",
|
||
picY_29: "0",
|
||
picOpacity_29: "100",
|
||
picZoom_29: "100",
|
||
picShow_29: "on",
|
||
"#### ピクチャ30 ####": "",
|
||
picName_30: "",
|
||
picOrigin_30: "left",
|
||
picX_30: "0",
|
||
picY_30: "0",
|
||
picOpacity_30: "100",
|
||
picZoom_30: "100",
|
||
picShow_30: "on",
|
||
"#### ピクチャ31 ####": "",
|
||
picName_31: "",
|
||
picOrigin_31: "left",
|
||
picX_31: "0",
|
||
picY_31: "0",
|
||
picOpacity_31: "100",
|
||
picZoom_31: "100",
|
||
picShow_31: "on",
|
||
"#### ピクチャ32 ####": "",
|
||
picName_32: "",
|
||
picOrigin_32: "left",
|
||
picX_32: "0",
|
||
picY_32: "0",
|
||
picOpacity_32: "100",
|
||
picZoom_32: "100",
|
||
picShow_32: "on",
|
||
"#### ピクチャ33 ####": "",
|
||
picName_33: "",
|
||
picOrigin_33: "left",
|
||
picX_33: "0",
|
||
picY_33: "0",
|
||
picOpacity_33: "100",
|
||
picZoom_33: "100",
|
||
picShow_33: "on",
|
||
"#### ピクチャ34 ####": "",
|
||
picName_34: "",
|
||
picOrigin_34: "left",
|
||
picX_34: "0",
|
||
picY_34: "0",
|
||
picOpacity_34: "100",
|
||
picZoom_34: "100",
|
||
picShow_34: "on",
|
||
"#### ピクチャ35 ####": "",
|
||
picName_35: "",
|
||
picOrigin_35: "left",
|
||
picX_35: "0",
|
||
picY_35: "0",
|
||
picOpacity_35: "100",
|
||
picZoom_35: "100",
|
||
picShow_35: "on",
|
||
"#### ピクチャ36 ####": "",
|
||
picName_36: "",
|
||
picOrigin_36: "left",
|
||
picX_36: "0",
|
||
picY_36: "0",
|
||
picOpacity_36: "100",
|
||
picZoom_36: "100",
|
||
picShow_36: "on",
|
||
"#### ピクチャ37 ####": "",
|
||
picName_37: "",
|
||
picOrigin_37: "left",
|
||
picX_37: "0",
|
||
picY_37: "0",
|
||
picOpacity_37: "100",
|
||
picZoom_37: "100",
|
||
picShow_37: "on",
|
||
"#### ピクチャ38 ####": "",
|
||
picName_38: "",
|
||
picOrigin_38: "left",
|
||
picX_38: "0",
|
||
picY_38: "0",
|
||
picOpacity_38: "100",
|
||
picZoom_38: "100",
|
||
picShow_38: "on",
|
||
"#### ピクチャ39 ####": "",
|
||
picName_39: "",
|
||
picOrigin_39: "left",
|
||
picX_39: "0",
|
||
picY_39: "0",
|
||
picOpacity_39: "100",
|
||
picZoom_39: "100",
|
||
picShow_39: "on",
|
||
"#### ピクチャ40 ####": "",
|
||
picName_40: "",
|
||
picOrigin_40: "left",
|
||
picX_40: "0",
|
||
picY_40: "0",
|
||
picOpacity_40: "100",
|
||
picZoom_40: "100",
|
||
picShow_40: "on",
|
||
"#### ピクチャ41 ####": "",
|
||
picName_41: "",
|
||
picOrigin_41: "left",
|
||
picX_41: "0",
|
||
picY_41: "0",
|
||
picOpacity_41: "100",
|
||
picZoom_41: "100",
|
||
picShow_41: "on",
|
||
"#### ピクチャ42 ####": "",
|
||
picName_42: "",
|
||
picOrigin_42: "left",
|
||
picX_42: "0",
|
||
picY_42: "0",
|
||
picOpacity_42: "100",
|
||
picZoom_42: "100",
|
||
picShow_42: "on",
|
||
"#### ピクチャ43 ####": "",
|
||
picName_43: "",
|
||
picOrigin_43: "left",
|
||
picX_43: "0",
|
||
picY_43: "0",
|
||
picOpacity_43: "100",
|
||
picZoom_43: "100",
|
||
picShow_43: "on",
|
||
"#### ピクチャ44 ####": "",
|
||
picName_44: "",
|
||
picOrigin_44: "left",
|
||
picX_44: "0",
|
||
picY_44: "0",
|
||
picOpacity_44: "100",
|
||
picZoom_44: "100",
|
||
picShow_44: "on",
|
||
"#### ピクチャ45 ####": "",
|
||
picName_45: "",
|
||
picOrigin_45: "left",
|
||
picX_45: "0",
|
||
picY_45: "0",
|
||
picOpacity_45: "100",
|
||
picZoom_45: "100",
|
||
picShow_45: "on",
|
||
"#### ピクチャ46 ####": "",
|
||
picName_46: "",
|
||
picOrigin_46: "left",
|
||
picX_46: "0",
|
||
picY_46: "0",
|
||
picOpacity_46: "100",
|
||
picZoom_46: "100",
|
||
picShow_46: "on",
|
||
"#### ピクチャ47 ####": "",
|
||
picName_47: "",
|
||
picOrigin_47: "left",
|
||
picX_47: "0",
|
||
picY_47: "0",
|
||
picOpacity_47: "100",
|
||
picZoom_47: "100",
|
||
picShow_47: "on",
|
||
"#### ピクチャ48 ####": "",
|
||
picName_48: "",
|
||
picOrigin_48: "left",
|
||
picX_48: "0",
|
||
picY_48: "0",
|
||
picOpacity_48: "100",
|
||
picZoom_48: "100",
|
||
picShow_48: "on",
|
||
"#### ピクチャ49 ####": "",
|
||
picName_49: "",
|
||
picOrigin_49: "left",
|
||
picX_49: "0",
|
||
picY_49: "0",
|
||
picOpacity_49: "100",
|
||
picZoom_49: "100",
|
||
picShow_49: "on",
|
||
"#### ピクチャ50 ####": "",
|
||
picName_50: "",
|
||
picOrigin_50: "left",
|
||
picX_50: "0",
|
||
picY_50: "0",
|
||
picOpacity_50: "100",
|
||
picZoom_50: "100",
|
||
picShow_50: "on",
|
||
"#### ピクチャ51 ####": "",
|
||
picName_51: "",
|
||
picOrigin_51: "left",
|
||
picX_51: "0",
|
||
picY_51: "0",
|
||
picOpacity_51: "100",
|
||
picZoom_51: "100",
|
||
picShow_51: "on",
|
||
"#### ピクチャ52 ####": "",
|
||
picName_52: "",
|
||
picOrigin_52: "left",
|
||
picX_52: "0",
|
||
picY_52: "0",
|
||
picOpacity_52: "100",
|
||
picZoom_52: "100",
|
||
picShow_52: "on",
|
||
"#### ピクチャ53 ####": "",
|
||
picName_53: "",
|
||
picOrigin_53: "left",
|
||
picX_53: "0",
|
||
picY_53: "0",
|
||
picOpacity_53: "100",
|
||
picZoom_53: "100",
|
||
picShow_53: "on",
|
||
"#### ピクチャ54 ####": "",
|
||
picName_54: "",
|
||
picOrigin_54: "left",
|
||
picX_54: "0",
|
||
picY_54: "0",
|
||
picOpacity_54: "100",
|
||
picZoom_54: "100",
|
||
picShow_54: "on",
|
||
"#### ピクチャ55 ####": "",
|
||
picName_55: "",
|
||
picOrigin_55: "left",
|
||
picX_55: "0",
|
||
picY_55: "0",
|
||
picOpacity_55: "100",
|
||
picZoom_55: "100",
|
||
picShow_55: "on",
|
||
"#### ピクチャ56 ####": "",
|
||
picName_56: "",
|
||
picOrigin_56: "left",
|
||
picX_56: "0",
|
||
picY_56: "0",
|
||
picOpacity_56: "100",
|
||
picZoom_56: "100",
|
||
picShow_56: "on",
|
||
"#### ピクチャ57 ####": "",
|
||
picName_57: "",
|
||
picOrigin_57: "left",
|
||
picX_57: "0",
|
||
picY_57: "0",
|
||
picOpacity_57: "100",
|
||
picZoom_57: "100",
|
||
picShow_57: "on",
|
||
"#### ピクチャ58 ####": "",
|
||
picName_58: "",
|
||
picOrigin_58: "left",
|
||
picX_58: "0",
|
||
picY_58: "0",
|
||
picOpacity_58: "100",
|
||
picZoom_58: "100",
|
||
picShow_58: "on",
|
||
"#### ピクチャ59 ####": "",
|
||
picName_59: "",
|
||
picOrigin_59: "left",
|
||
picX_59: "0",
|
||
picY_59: "0",
|
||
picOpacity_59: "100",
|
||
picZoom_59: "100",
|
||
picShow_59: "on",
|
||
"#### ピクチャ60 ####": "",
|
||
picName_60: "",
|
||
picOrigin_60: "left",
|
||
picX_60: "0",
|
||
picY_60: "0",
|
||
picOpacity_60: "100",
|
||
picZoom_60: "100",
|
||
picShow_60: "on",
|
||
"#### ピクチャ61 ####": "",
|
||
picName_61: "",
|
||
picOrigin_61: "left",
|
||
picX_61: "0",
|
||
picY_61: "0",
|
||
picOpacity_61: "100",
|
||
picZoom_61: "100",
|
||
picShow_61: "on",
|
||
"#### ピクチャ62 ####": "",
|
||
picName_62: "",
|
||
picOrigin_62: "left",
|
||
picX_62: "0",
|
||
picY_62: "0",
|
||
picOpacity_62: "100",
|
||
picZoom_62: "100",
|
||
picShow_62: "on",
|
||
"#### ピクチャ63 ####": "",
|
||
picName_63: "",
|
||
picOrigin_63: "left",
|
||
picX_63: "0",
|
||
picY_63: "0",
|
||
picOpacity_63: "100",
|
||
picZoom_63: "100",
|
||
picShow_63: "on",
|
||
"#### ピクチャ64 ####": "",
|
||
picName_64: "",
|
||
picOrigin_64: "left",
|
||
picX_64: "0",
|
||
picY_64: "0",
|
||
picOpacity_64: "100",
|
||
picZoom_64: "100",
|
||
picShow_64: "on",
|
||
"#### ピクチャ65 ####": "",
|
||
picName_65: "",
|
||
picOrigin_65: "left",
|
||
picX_65: "0",
|
||
picY_65: "0",
|
||
picOpacity_65: "100",
|
||
picZoom_65: "100",
|
||
picShow_65: "on",
|
||
"#### ピクチャ66 ####": "",
|
||
picName_66: "",
|
||
picOrigin_66: "left",
|
||
picX_66: "0",
|
||
picY_66: "0",
|
||
picOpacity_66: "100",
|
||
picZoom_66: "100",
|
||
picShow_66: "on",
|
||
"#### ピクチャ67 ####": "",
|
||
picName_67: "",
|
||
picOrigin_67: "left",
|
||
picX_67: "0",
|
||
picY_67: "0",
|
||
picOpacity_67: "100",
|
||
picZoom_67: "100",
|
||
picShow_67: "on",
|
||
"#### ピクチャ68 ####": "",
|
||
picName_68: "",
|
||
picOrigin_68: "left",
|
||
picX_68: "0",
|
||
picY_68: "0",
|
||
picOpacity_68: "100",
|
||
picZoom_68: "100",
|
||
picShow_68: "on",
|
||
"#### ピクチャ69 ####": "",
|
||
picName_69: "",
|
||
picOrigin_69: "left",
|
||
picX_69: "0",
|
||
picY_69: "0",
|
||
picOpacity_69: "100",
|
||
picZoom_69: "100",
|
||
picShow_69: "on",
|
||
"#### ピクチャ70 ####": "",
|
||
picName_70: "",
|
||
picOrigin_70: "left",
|
||
picX_70: "0",
|
||
picY_70: "0",
|
||
picOpacity_70: "100",
|
||
picZoom_70: "100",
|
||
picShow_70: "on",
|
||
"#### ピクチャ71 ####": "",
|
||
picName_71: "",
|
||
picOrigin_71: "left",
|
||
picX_71: "0",
|
||
picY_71: "0",
|
||
picOpacity_71: "100",
|
||
picZoom_71: "100",
|
||
picShow_71: "on",
|
||
"#### ピクチャ72 ####": "",
|
||
picName_72: "",
|
||
picOrigin_72: "left",
|
||
picX_72: "0",
|
||
picY_72: "0",
|
||
picOpacity_72: "100",
|
||
picZoom_72: "100",
|
||
picShow_72: "on",
|
||
"#### ピクチャ73 ####": "",
|
||
picName_73: "",
|
||
picOrigin_73: "left",
|
||
picX_73: "0",
|
||
picY_73: "0",
|
||
picOpacity_73: "100",
|
||
picZoom_73: "100",
|
||
picShow_73: "on",
|
||
"#### ピクチャ74 ####": "",
|
||
picName_74: "",
|
||
picOrigin_74: "left",
|
||
picX_74: "0",
|
||
picY_74: "0",
|
||
picOpacity_74: "100",
|
||
picZoom_74: "100",
|
||
picShow_74: "on",
|
||
"#### ピクチャ75 ####": "",
|
||
picName_75: "",
|
||
picOrigin_75: "left",
|
||
picX_75: "0",
|
||
picY_75: "0",
|
||
picOpacity_75: "100",
|
||
picZoom_75: "100",
|
||
picShow_75: "on",
|
||
"#### ピクチャ76 ####": "",
|
||
picName_76: "",
|
||
picOrigin_76: "left",
|
||
picX_76: "0",
|
||
picY_76: "0",
|
||
picOpacity_76: "100",
|
||
picZoom_76: "100",
|
||
picShow_76: "on",
|
||
"#### ピクチャ77 ####": "",
|
||
picName_77: "",
|
||
picOrigin_77: "left",
|
||
picX_77: "0",
|
||
picY_77: "0",
|
||
picOpacity_77: "100",
|
||
picZoom_77: "100",
|
||
picShow_77: "on",
|
||
"#### ピクチャ78 ####": "",
|
||
picName_78: "",
|
||
picOrigin_78: "left",
|
||
picX_78: "0",
|
||
picY_78: "0",
|
||
picOpacity_78: "100",
|
||
picZoom_78: "100",
|
||
picShow_78: "on",
|
||
"#### ピクチャ79 ####": "",
|
||
picName_79: "",
|
||
picOrigin_79: "left",
|
||
picX_79: "0",
|
||
picY_79: "0",
|
||
picOpacity_79: "100",
|
||
picZoom_79: "100",
|
||
picShow_79: "on",
|
||
"#### ピクチャ80 ####": "",
|
||
picName_80: "",
|
||
picOrigin_80: "left",
|
||
picX_80: "0",
|
||
picY_80: "0",
|
||
picOpacity_80: "100",
|
||
picZoom_80: "100",
|
||
picShow_80: "on",
|
||
"#### ピクチャ81 ####": "",
|
||
picName_81: "",
|
||
picOrigin_81: "left",
|
||
picX_81: "0",
|
||
picY_81: "0",
|
||
picOpacity_81: "100",
|
||
picZoom_81: "100",
|
||
picShow_81: "on",
|
||
"#### ピクチャ82 ####": "",
|
||
picName_82: "",
|
||
picOrigin_82: "left",
|
||
picX_82: "0",
|
||
picY_82: "0",
|
||
picOpacity_82: "100",
|
||
picZoom_82: "100",
|
||
picShow_82: "on",
|
||
"#### ピクチャ83 ####": "",
|
||
picName_83: "",
|
||
picOrigin_83: "left",
|
||
picX_83: "0",
|
||
picY_83: "0",
|
||
picOpacity_83: "100",
|
||
picZoom_83: "100",
|
||
picShow_83: "on",
|
||
"#### ピクチャ84 ####": "",
|
||
picName_84: "",
|
||
picOrigin_84: "left",
|
||
picX_84: "0",
|
||
picY_84: "0",
|
||
picOpacity_84: "100",
|
||
picZoom_84: "100",
|
||
picShow_84: "on",
|
||
"#### ピクチャ85 ####": "",
|
||
picName_85: "",
|
||
picOrigin_85: "left",
|
||
picX_85: "0",
|
||
picY_85: "0",
|
||
picOpacity_85: "100",
|
||
picZoom_85: "100",
|
||
picShow_85: "on",
|
||
"#### ピクチャ86 ####": "",
|
||
picName_86: "",
|
||
picOrigin_86: "left",
|
||
picX_86: "0",
|
||
picY_86: "0",
|
||
picOpacity_86: "100",
|
||
picZoom_86: "100",
|
||
picShow_86: "on",
|
||
"#### ピクチャ87 ####": "",
|
||
picName_87: "",
|
||
picOrigin_87: "left",
|
||
picX_87: "0",
|
||
picY_87: "0",
|
||
picOpacity_87: "100",
|
||
picZoom_87: "100",
|
||
picShow_87: "on",
|
||
"#### ピクチャ88 ####": "",
|
||
picName_88: "",
|
||
picOrigin_88: "left",
|
||
picX_88: "0",
|
||
picY_88: "0",
|
||
picOpacity_88: "100",
|
||
picZoom_88: "100",
|
||
picShow_88: "on",
|
||
"#### ピクチャ89 ####": "",
|
||
picName_89: "",
|
||
picOrigin_89: "left",
|
||
picX_89: "0",
|
||
picY_89: "0",
|
||
picOpacity_89: "100",
|
||
picZoom_89: "100",
|
||
picShow_89: "on",
|
||
"#### ピクチャ90 ####": "",
|
||
picName_90: "",
|
||
picOrigin_90: "left",
|
||
picX_90: "0",
|
||
picY_90: "0",
|
||
picOpacity_90: "100",
|
||
picZoom_90: "100",
|
||
picShow_90: "on",
|
||
"#### ピクチャ91 ####": "",
|
||
picName_91: "",
|
||
picOrigin_91: "left",
|
||
picX_91: "0",
|
||
picY_91: "0",
|
||
picOpacity_91: "100",
|
||
picZoom_91: "100",
|
||
picShow_91: "on",
|
||
"#### ピクチャ92 ####": "",
|
||
picName_92: "",
|
||
picOrigin_92: "left",
|
||
picX_92: "0",
|
||
picY_92: "0",
|
||
picOpacity_92: "100",
|
||
picZoom_92: "100",
|
||
picShow_92: "on",
|
||
"#### ピクチャ93 ####": "",
|
||
picName_93: "",
|
||
picOrigin_93: "left",
|
||
picX_93: "0",
|
||
picY_93: "0",
|
||
picOpacity_93: "100",
|
||
picZoom_93: "100",
|
||
picShow_93: "on",
|
||
"#### ピクチャ94 ####": "",
|
||
picName_94: "",
|
||
picOrigin_94: "left",
|
||
picX_94: "0",
|
||
picY_94: "0",
|
||
picOpacity_94: "100",
|
||
picZoom_94: "100",
|
||
picShow_94: "on",
|
||
"#### ピクチャ95 ####": "",
|
||
picName_95: "",
|
||
picOrigin_95: "left",
|
||
picX_95: "0",
|
||
picY_95: "0",
|
||
picOpacity_95: "100",
|
||
picZoom_95: "100",
|
||
picShow_95: "on",
|
||
"#### ピクチャ96 ####": "",
|
||
picName_96: "",
|
||
picOrigin_96: "left",
|
||
picX_96: "0",
|
||
picY_96: "0",
|
||
picOpacity_96: "100",
|
||
picZoom_96: "100",
|
||
picShow_96: "on",
|
||
"#### ピクチャ97 ####": "",
|
||
picName_97: "",
|
||
picOrigin_97: "left",
|
||
picX_97: "0",
|
||
picY_97: "0",
|
||
picOpacity_97: "100",
|
||
picZoom_97: "100",
|
||
picShow_97: "on",
|
||
"#### ピクチャ98 ####": "",
|
||
picName_98: "",
|
||
picOrigin_98: "left",
|
||
picX_98: "0",
|
||
picY_98: "0",
|
||
picOpacity_98: "100",
|
||
picZoom_98: "100",
|
||
picShow_98: "on",
|
||
"#### ピクチャ99 ####": "",
|
||
picName_99: "",
|
||
picOrigin_99: "left",
|
||
picX_99: "0",
|
||
picY_99: "0",
|
||
picOpacity_99: "100",
|
||
picZoom_99: "100",
|
||
picShow_99: "on",
|
||
"#### テキスト1 ####": "",
|
||
txtSubject_1: "\\V[90]",
|
||
txtSize_1: "28",
|
||
txtOrigin_1: "left",
|
||
txtAlign_1: "top",
|
||
txtX_1: "149",
|
||
txtY_1: "292",
|
||
txtShow_1: "on",
|
||
"#### テキスト2 ####": "",
|
||
txtSubject_2: "\\V[85]",
|
||
txtSize_2: "28",
|
||
txtOrigin_2: "left",
|
||
txtAlign_2: "top",
|
||
txtX_2: "40",
|
||
txtY_2: "385",
|
||
txtShow_2: "on",
|
||
"#### テキスト3 ####": "",
|
||
txtSubject_3: "\\V[87]",
|
||
txtSize_3: "28",
|
||
txtOrigin_3: "left",
|
||
txtAlign_3: "top",
|
||
txtX_3: "40",
|
||
txtY_3: "461",
|
||
txtShow_3: "on",
|
||
"#### テキスト4 ####": "",
|
||
txtSubject_4: "\\V[83]",
|
||
txtSize_4: "28",
|
||
txtOrigin_4: "left",
|
||
txtAlign_4: "top",
|
||
txtX_4: "40",
|
||
txtY_4: "539",
|
||
txtShow_4: "on",
|
||
"#### テキスト5 ####": "",
|
||
txtSubject_5: "\\V[88]",
|
||
txtSize_5: "28",
|
||
txtOrigin_5: "left",
|
||
txtAlign_5: "top",
|
||
txtX_5: "40",
|
||
txtY_5: "610",
|
||
txtShow_5: "on",
|
||
"#### テキスト6 ####": "",
|
||
txtSubject_6: "\\V[89]",
|
||
txtSize_6: "28",
|
||
txtOrigin_6: "left",
|
||
txtAlign_6: "top",
|
||
txtX_6: "40",
|
||
txtY_6: "643",
|
||
txtShow_6: "on",
|
||
"#### テキスト7 ####": "",
|
||
txtSubject_7: "\\V[84]",
|
||
txtSize_7: "18",
|
||
txtOrigin_7: "right",
|
||
txtAlign_7: "top",
|
||
txtX_7: "892",
|
||
txtY_7: "265",
|
||
txtShow_7: "on",
|
||
"#### テキスト8 ####": "",
|
||
txtSubject_8: "%",
|
||
txtSize_8: "18",
|
||
txtOrigin_8: "right",
|
||
txtAlign_8: "top",
|
||
txtX_8: "913",
|
||
txtY_8: "265",
|
||
txtShow_8: "on",
|
||
"#### テキスト9 ####": "",
|
||
txtSubject_9: "\\V[86]",
|
||
txtSize_9: "18",
|
||
txtOrigin_9: "right",
|
||
txtAlign_9: "top",
|
||
txtX_9: "1234",
|
||
txtY_9: "394",
|
||
txtShow_9: "on",
|
||
"#### テキスト10 ####": "",
|
||
txtSubject_10: "%",
|
||
txtSize_10: "18",
|
||
txtOrigin_10: "right",
|
||
txtAlign_10: "top",
|
||
txtX_10: "1255",
|
||
txtY_10: "394",
|
||
txtShow_10: "on",
|
||
"#### テキスト11 ####": "",
|
||
txtSubject_11: "\\V[82]",
|
||
txtSize_11: "18",
|
||
txtOrigin_11: "right",
|
||
txtAlign_11: "top",
|
||
txtX_11: "899",
|
||
txtY_11: "559",
|
||
txtShow_11: "on",
|
||
"#### テキスト12 ####": "",
|
||
txtSubject_12: "%",
|
||
txtSize_12: "18",
|
||
txtOrigin_12: "right",
|
||
txtAlign_12: "top",
|
||
txtX_12: "920",
|
||
txtY_12: "559",
|
||
txtShow_12: "on",
|
||
"#### テキスト13 ####": "",
|
||
txtSubject_13: "\\V[81]",
|
||
txtSize_13: "28",
|
||
txtOrigin_13: "left",
|
||
txtAlign_13: "top",
|
||
txtX_13: "996",
|
||
txtY_13: "666",
|
||
txtShow_13: "on",
|
||
"#### テキスト14 ####": "",
|
||
txtSubject_14: "\\V[91]",
|
||
txtSize_14: "28",
|
||
txtOrigin_14: "right",
|
||
txtAlign_14: "top",
|
||
txtX_14: "650",
|
||
txtY_14: "187",
|
||
txtShow_14: "on",
|
||
"#### テキスト15 ####": "",
|
||
txtSubject_15: "\\V[92]",
|
||
txtSize_15: "28",
|
||
txtOrigin_15: "right",
|
||
txtAlign_15: "top",
|
||
txtX_15: "650",
|
||
txtY_15: "245",
|
||
txtShow_15: "on",
|
||
"#### テキスト16 ####": "",
|
||
txtSubject_16: "\\V[93]",
|
||
txtSize_16: "28",
|
||
txtOrigin_16: "right",
|
||
txtAlign_16: "top",
|
||
txtX_16: "650",
|
||
txtY_16: "303",
|
||
txtShow_16: "on",
|
||
"#### テキスト17 ####": "",
|
||
txtSubject_17: "\\V[94]",
|
||
txtSize_17: "28",
|
||
txtOrigin_17: "right",
|
||
txtAlign_17: "top",
|
||
txtX_17: "650",
|
||
txtY_17: "361",
|
||
txtShow_17: "on",
|
||
"#### テキスト18 ####": "",
|
||
txtSubject_18: "\\V[95]",
|
||
txtSize_18: "28",
|
||
txtOrigin_18: "right",
|
||
txtAlign_18: "top",
|
||
txtX_18: "650",
|
||
txtY_18: "419",
|
||
txtShow_18: "on",
|
||
"#### テキスト19 ####": "",
|
||
txtSubject_19: "\\V[96]",
|
||
txtSize_19: "28",
|
||
txtOrigin_19: "right",
|
||
txtAlign_19: "top",
|
||
txtX_19: "650",
|
||
txtY_19: "477",
|
||
txtShow_19: "on",
|
||
"#### テキスト20 ####": "",
|
||
txtSubject_20: "\\V[97]",
|
||
txtSize_20: "28",
|
||
txtOrigin_20: "right",
|
||
txtAlign_20: "top",
|
||
txtX_20: "650",
|
||
txtY_20: "535",
|
||
txtShow_20: "on",
|
||
"#### テキスト21 ####": "",
|
||
txtSubject_21: "\\V[98]",
|
||
txtSize_21: "28",
|
||
txtOrigin_21: "right",
|
||
txtAlign_21: "top",
|
||
txtX_21: "650",
|
||
txtY_21: "593",
|
||
txtShow_21: "on",
|
||
"#### テキスト22 ####": "",
|
||
txtSubject_22: "",
|
||
txtSize_22: "28",
|
||
txtOrigin_22: "left",
|
||
txtAlign_22: "top",
|
||
txtX_22: "0",
|
||
txtY_22: "0",
|
||
txtShow_22: "on",
|
||
"#### テキスト23 ####": "",
|
||
txtSubject_23: "",
|
||
txtSize_23: "28",
|
||
txtOrigin_23: "left",
|
||
txtAlign_23: "top",
|
||
txtX_23: "0",
|
||
txtY_23: "0",
|
||
txtShow_23: "on",
|
||
"#### テキスト24 ####": "",
|
||
txtSubject_24: "",
|
||
txtSize_24: "28",
|
||
txtOrigin_24: "left",
|
||
txtAlign_24: "top",
|
||
txtX_24: "0",
|
||
txtY_24: "0",
|
||
txtShow_24: "on",
|
||
"#### テキスト25 ####": "",
|
||
txtSubject_25: "",
|
||
txtSize_25: "28",
|
||
txtOrigin_25: "left",
|
||
txtAlign_25: "top",
|
||
txtX_25: "0",
|
||
txtY_25: "0",
|
||
txtShow_25: "on",
|
||
"#### テキスト26 ####": "",
|
||
txtSubject_26: "",
|
||
txtSize_26: "28",
|
||
txtOrigin_26: "left",
|
||
txtAlign_26: "top",
|
||
txtX_26: "0",
|
||
txtY_26: "0",
|
||
txtShow_26: "on",
|
||
"#### テキスト27 ####": "",
|
||
txtSubject_27: "",
|
||
txtSize_27: "28",
|
||
txtOrigin_27: "left",
|
||
txtAlign_27: "top",
|
||
txtX_27: "0",
|
||
txtY_27: "0",
|
||
txtShow_27: "on",
|
||
"#### テキスト28 ####": "",
|
||
txtSubject_28: "",
|
||
txtSize_28: "28",
|
||
txtOrigin_28: "left",
|
||
txtAlign_28: "top",
|
||
txtX_28: "0",
|
||
txtY_28: "0",
|
||
txtShow_28: "on",
|
||
"#### テキスト29 ####": "",
|
||
txtSubject_29: "",
|
||
txtSize_29: "28",
|
||
txtOrigin_29: "left",
|
||
txtAlign_29: "top",
|
||
txtX_29: "0",
|
||
txtY_29: "0",
|
||
txtShow_29: "on",
|
||
"#### テキスト30 ####": "",
|
||
txtSubject_30: "",
|
||
txtSize_30: "28",
|
||
txtOrigin_30: "left",
|
||
txtAlign_30: "top",
|
||
txtX_30: "0",
|
||
txtY_30: "0",
|
||
txtShow_30: "on",
|
||
"#### テキスト31 ####": "",
|
||
txtSubject_31: "",
|
||
txtSize_31: "28",
|
||
txtOrigin_31: "left",
|
||
txtAlign_31: "top",
|
||
txtX_31: "0",
|
||
txtY_31: "0",
|
||
txtShow_31: "on",
|
||
"#### テキスト32 ####": "",
|
||
txtSubject_32: "",
|
||
txtSize_32: "28",
|
||
txtOrigin_32: "left",
|
||
txtAlign_32: "top",
|
||
txtX_32: "0",
|
||
txtY_32: "0",
|
||
txtShow_32: "on",
|
||
"#### テキスト33 ####": "",
|
||
txtSubject_33: "",
|
||
txtSize_33: "28",
|
||
txtOrigin_33: "left",
|
||
txtAlign_33: "top",
|
||
txtX_33: "0",
|
||
txtY_33: "0",
|
||
txtShow_33: "on",
|
||
"#### テキスト34 ####": "",
|
||
txtSubject_34: "",
|
||
txtSize_34: "28",
|
||
txtOrigin_34: "left",
|
||
txtAlign_34: "top",
|
||
txtX_34: "0",
|
||
txtY_34: "0",
|
||
txtShow_34: "on",
|
||
"#### テキスト35 ####": "",
|
||
txtSubject_35: "",
|
||
txtSize_35: "28",
|
||
txtOrigin_35: "left",
|
||
txtAlign_35: "top",
|
||
txtX_35: "0",
|
||
txtY_35: "0",
|
||
txtShow_35: "on",
|
||
"#### テキスト36 ####": "",
|
||
txtSubject_36: "",
|
||
txtSize_36: "28",
|
||
txtOrigin_36: "left",
|
||
txtAlign_36: "top",
|
||
txtX_36: "0",
|
||
txtY_36: "0",
|
||
txtShow_36: "on",
|
||
"#### テキスト37 ####": "",
|
||
txtSubject_37: "",
|
||
txtSize_37: "28",
|
||
txtOrigin_37: "left",
|
||
txtAlign_37: "top",
|
||
txtX_37: "0",
|
||
txtY_37: "0",
|
||
txtShow_37: "on",
|
||
"#### テキスト38 ####": "",
|
||
txtSubject_38: "",
|
||
txtSize_38: "28",
|
||
txtOrigin_38: "left",
|
||
txtAlign_38: "top",
|
||
txtX_38: "0",
|
||
txtY_38: "0",
|
||
txtShow_38: "on",
|
||
"#### テキスト39 ####": "",
|
||
txtSubject_39: "",
|
||
txtSize_39: "28",
|
||
txtOrigin_39: "left",
|
||
txtAlign_39: "top",
|
||
txtX_39: "0",
|
||
txtY_39: "0",
|
||
txtShow_39: "on",
|
||
"#### テキスト40 ####": "",
|
||
txtSubject_40: "",
|
||
txtSize_40: "28",
|
||
txtOrigin_40: "left",
|
||
txtAlign_40: "top",
|
||
txtX_40: "0",
|
||
txtY_40: "0",
|
||
txtShow_40: "on",
|
||
"#### テキスト41 ####": "",
|
||
txtSubject_41: "",
|
||
txtSize_41: "28",
|
||
txtOrigin_41: "left",
|
||
txtAlign_41: "top",
|
||
txtX_41: "0",
|
||
txtY_41: "0",
|
||
txtShow_41: "on",
|
||
"#### テキスト42 ####": "",
|
||
txtSubject_42: "",
|
||
txtSize_42: "28",
|
||
txtOrigin_42: "left",
|
||
txtAlign_42: "top",
|
||
txtX_42: "0",
|
||
txtY_42: "0",
|
||
txtShow_42: "on",
|
||
"#### テキスト43 ####": "",
|
||
txtSubject_43: "",
|
||
txtSize_43: "28",
|
||
txtOrigin_43: "left",
|
||
txtAlign_43: "top",
|
||
txtX_43: "0",
|
||
txtY_43: "0",
|
||
txtShow_43: "on",
|
||
"#### テキスト44 ####": "",
|
||
txtSubject_44: "",
|
||
txtSize_44: "28",
|
||
txtOrigin_44: "left",
|
||
txtAlign_44: "top",
|
||
txtX_44: "0",
|
||
txtY_44: "0",
|
||
txtShow_44: "on",
|
||
"#### テキスト45 ####": "",
|
||
txtSubject_45: "",
|
||
txtSize_45: "28",
|
||
txtOrigin_45: "left",
|
||
txtAlign_45: "top",
|
||
txtX_45: "0",
|
||
txtY_45: "0",
|
||
txtShow_45: "on",
|
||
"#### テキスト46 ####": "",
|
||
txtSubject_46: "",
|
||
txtSize_46: "28",
|
||
txtOrigin_46: "left",
|
||
txtAlign_46: "top",
|
||
txtX_46: "0",
|
||
txtY_46: "0",
|
||
txtShow_46: "on",
|
||
"#### テキスト47 ####": "",
|
||
txtSubject_47: "",
|
||
txtSize_47: "28",
|
||
txtOrigin_47: "left",
|
||
txtAlign_47: "top",
|
||
txtX_47: "0",
|
||
txtY_47: "0",
|
||
txtShow_47: "on",
|
||
"#### テキスト48 ####": "",
|
||
txtSubject_48: "",
|
||
txtSize_48: "28",
|
||
txtOrigin_48: "left",
|
||
txtAlign_48: "top",
|
||
txtX_48: "0",
|
||
txtY_48: "0",
|
||
txtShow_48: "on",
|
||
"#### テキスト49 ####": "",
|
||
txtSubject_49: "",
|
||
txtSize_49: "28",
|
||
txtOrigin_49: "left",
|
||
txtAlign_49: "top",
|
||
txtX_49: "0",
|
||
txtY_49: "0",
|
||
txtShow_49: "on",
|
||
"#### テキスト50 ####": "",
|
||
txtSubject_50: "",
|
||
txtSize_50: "28",
|
||
txtOrigin_50: "left",
|
||
txtAlign_50: "top",
|
||
txtX_50: "0",
|
||
txtY_50: "0",
|
||
txtShow_50: "on",
|
||
"#### テキスト51 ####": "",
|
||
txtSubject_51: "",
|
||
txtSize_51: "28",
|
||
txtOrigin_51: "left",
|
||
txtAlign_51: "top",
|
||
txtX_51: "0",
|
||
txtY_51: "0",
|
||
txtShow_51: "on",
|
||
"#### テキスト52 ####": "",
|
||
txtSubject_52: "",
|
||
txtSize_52: "28",
|
||
txtOrigin_52: "left",
|
||
txtAlign_52: "top",
|
||
txtX_52: "0",
|
||
txtY_52: "0",
|
||
txtShow_52: "on",
|
||
"#### テキスト53 ####": "",
|
||
txtSubject_53: "",
|
||
txtSize_53: "28",
|
||
txtOrigin_53: "left",
|
||
txtAlign_53: "top",
|
||
txtX_53: "0",
|
||
txtY_53: "0",
|
||
txtShow_53: "on",
|
||
"#### テキスト54 ####": "",
|
||
txtSubject_54: "",
|
||
txtSize_54: "28",
|
||
txtOrigin_54: "left",
|
||
txtAlign_54: "top",
|
||
txtX_54: "0",
|
||
txtY_54: "0",
|
||
txtShow_54: "on",
|
||
"#### テキスト55 ####": "",
|
||
txtSubject_55: "",
|
||
txtSize_55: "28",
|
||
txtOrigin_55: "left",
|
||
txtAlign_55: "top",
|
||
txtX_55: "0",
|
||
txtY_55: "0",
|
||
txtShow_55: "on",
|
||
"#### テキスト56 ####": "",
|
||
txtSubject_56: "",
|
||
txtSize_56: "28",
|
||
txtOrigin_56: "left",
|
||
txtAlign_56: "top",
|
||
txtX_56: "0",
|
||
txtY_56: "0",
|
||
txtShow_56: "on",
|
||
"#### テキスト57 ####": "",
|
||
txtSubject_57: "",
|
||
txtSize_57: "28",
|
||
txtOrigin_57: "left",
|
||
txtAlign_57: "top",
|
||
txtX_57: "0",
|
||
txtY_57: "0",
|
||
txtShow_57: "on",
|
||
"#### テキスト58 ####": "",
|
||
txtSubject_58: "",
|
||
txtSize_58: "28",
|
||
txtOrigin_58: "left",
|
||
txtAlign_58: "top",
|
||
txtX_58: "0",
|
||
txtY_58: "0",
|
||
txtShow_58: "on",
|
||
"#### テキスト59 ####": "",
|
||
txtSubject_59: "",
|
||
txtSize_59: "28",
|
||
txtOrigin_59: "left",
|
||
txtAlign_59: "top",
|
||
txtX_59: "0",
|
||
txtY_59: "0",
|
||
txtShow_59: "on",
|
||
"#### テキスト60 ####": "",
|
||
txtSubject_60: "",
|
||
txtSize_60: "28",
|
||
txtOrigin_60: "left",
|
||
txtAlign_60: "top",
|
||
txtX_60: "0",
|
||
txtY_60: "0",
|
||
txtShow_60: "on",
|
||
"#### テキスト61 ####": "",
|
||
txtSubject_61: "",
|
||
txtSize_61: "28",
|
||
txtOrigin_61: "left",
|
||
txtAlign_61: "top",
|
||
txtX_61: "0",
|
||
txtY_61: "0",
|
||
txtShow_61: "on",
|
||
"#### テキスト62 ####": "",
|
||
txtSubject_62: "",
|
||
txtSize_62: "28",
|
||
txtOrigin_62: "left",
|
||
txtAlign_62: "top",
|
||
txtX_62: "0",
|
||
txtY_62: "0",
|
||
txtShow_62: "on",
|
||
"#### テキスト63 ####": "",
|
||
txtSubject_63: "",
|
||
txtSize_63: "28",
|
||
txtOrigin_63: "left",
|
||
txtAlign_63: "top",
|
||
txtX_63: "0",
|
||
txtY_63: "0",
|
||
txtShow_63: "on",
|
||
"#### テキスト64 ####": "",
|
||
txtSubject_64: "",
|
||
txtSize_64: "28",
|
||
txtOrigin_64: "left",
|
||
txtAlign_64: "top",
|
||
txtX_64: "0",
|
||
txtY_64: "0",
|
||
txtShow_64: "on",
|
||
"#### テキスト65 ####": "",
|
||
txtSubject_65: "",
|
||
txtSize_65: "28",
|
||
txtOrigin_65: "left",
|
||
txtAlign_65: "top",
|
||
txtX_65: "0",
|
||
txtY_65: "0",
|
||
txtShow_65: "on",
|
||
"#### テキスト66 ####": "",
|
||
txtSubject_66: "",
|
||
txtSize_66: "28",
|
||
txtOrigin_66: "left",
|
||
txtAlign_66: "top",
|
||
txtX_66: "0",
|
||
txtY_66: "0",
|
||
txtShow_66: "on",
|
||
"#### テキスト67 ####": "",
|
||
txtSubject_67: "",
|
||
txtSize_67: "28",
|
||
txtOrigin_67: "left",
|
||
txtAlign_67: "top",
|
||
txtX_67: "0",
|
||
txtY_67: "0",
|
||
txtShow_67: "on",
|
||
"#### テキスト68 ####": "",
|
||
txtSubject_68: "",
|
||
txtSize_68: "28",
|
||
txtOrigin_68: "left",
|
||
txtAlign_68: "top",
|
||
txtX_68: "0",
|
||
txtY_68: "0",
|
||
txtShow_68: "on",
|
||
"#### テキスト69 ####": "",
|
||
txtSubject_69: "",
|
||
txtSize_69: "28",
|
||
txtOrigin_69: "left",
|
||
txtAlign_69: "top",
|
||
txtX_69: "0",
|
||
txtY_69: "0",
|
||
txtShow_69: "on",
|
||
"#### テキスト70 ####": "",
|
||
txtSubject_70: "",
|
||
txtSize_70: "28",
|
||
txtOrigin_70: "left",
|
||
txtAlign_70: "top",
|
||
txtX_70: "0",
|
||
txtY_70: "0",
|
||
txtShow_70: "on",
|
||
"#### テキスト71 ####": "",
|
||
txtSubject_71: "",
|
||
txtSize_71: "28",
|
||
txtOrigin_71: "left",
|
||
txtAlign_71: "top",
|
||
txtX_71: "0",
|
||
txtY_71: "0",
|
||
txtShow_71: "on",
|
||
"#### テキスト72 ####": "",
|
||
txtSubject_72: "",
|
||
txtSize_72: "28",
|
||
txtOrigin_72: "left",
|
||
txtAlign_72: "top",
|
||
txtX_72: "0",
|
||
txtY_72: "0",
|
||
txtShow_72: "on",
|
||
"#### テキスト73 ####": "",
|
||
txtSubject_73: "",
|
||
txtSize_73: "28",
|
||
txtOrigin_73: "left",
|
||
txtAlign_73: "top",
|
||
txtX_73: "0",
|
||
txtY_73: "0",
|
||
txtShow_73: "on",
|
||
"#### テキスト74 ####": "",
|
||
txtSubject_74: "",
|
||
txtSize_74: "28",
|
||
txtOrigin_74: "left",
|
||
txtAlign_74: "top",
|
||
txtX_74: "0",
|
||
txtY_74: "0",
|
||
txtShow_74: "on",
|
||
"#### テキスト75 ####": "",
|
||
txtSubject_75: "",
|
||
txtSize_75: "28",
|
||
txtOrigin_75: "left",
|
||
txtAlign_75: "top",
|
||
txtX_75: "0",
|
||
txtY_75: "0",
|
||
txtShow_75: "on",
|
||
"#### テキスト76 ####": "",
|
||
txtSubject_76: "",
|
||
txtSize_76: "28",
|
||
txtOrigin_76: "left",
|
||
txtAlign_76: "top",
|
||
txtX_76: "0",
|
||
txtY_76: "0",
|
||
txtShow_76: "on",
|
||
"#### テキスト77 ####": "",
|
||
txtSubject_77: "",
|
||
txtSize_77: "28",
|
||
txtOrigin_77: "left",
|
||
txtAlign_77: "top",
|
||
txtX_77: "0",
|
||
txtY_77: "0",
|
||
txtShow_77: "on",
|
||
"#### テキスト78 ####": "",
|
||
txtSubject_78: "",
|
||
txtSize_78: "28",
|
||
txtOrigin_78: "left",
|
||
txtAlign_78: "top",
|
||
txtX_78: "0",
|
||
txtY_78: "0",
|
||
txtShow_78: "on",
|
||
"#### テキスト79 ####": "",
|
||
txtSubject_79: "",
|
||
txtSize_79: "28",
|
||
txtOrigin_79: "left",
|
||
txtAlign_79: "top",
|
||
txtX_79: "0",
|
||
txtY_79: "0",
|
||
txtShow_79: "on",
|
||
"#### テキスト80 ####": "",
|
||
txtSubject_80: "",
|
||
txtSize_80: "28",
|
||
txtOrigin_80: "left",
|
||
txtAlign_80: "top",
|
||
txtX_80: "0",
|
||
txtY_80: "0",
|
||
txtShow_80: "on",
|
||
"#### テキスト81 ####": "",
|
||
txtSubject_81: "",
|
||
txtSize_81: "28",
|
||
txtOrigin_81: "left",
|
||
txtAlign_81: "top",
|
||
txtX_81: "0",
|
||
txtY_81: "0",
|
||
txtShow_81: "on",
|
||
"#### テキスト82 ####": "",
|
||
txtSubject_82: "",
|
||
txtSize_82: "28",
|
||
txtOrigin_82: "left",
|
||
txtAlign_82: "top",
|
||
txtX_82: "0",
|
||
txtY_82: "0",
|
||
txtShow_82: "on",
|
||
"#### テキスト83 ####": "",
|
||
txtSubject_83: "",
|
||
txtSize_83: "28",
|
||
txtOrigin_83: "left",
|
||
txtAlign_83: "top",
|
||
txtX_83: "0",
|
||
txtY_83: "0",
|
||
txtShow_83: "on",
|
||
"#### テキスト84 ####": "",
|
||
txtSubject_84: "",
|
||
txtSize_84: "28",
|
||
txtOrigin_84: "left",
|
||
txtAlign_84: "top",
|
||
txtX_84: "0",
|
||
txtY_84: "0",
|
||
txtShow_84: "on",
|
||
"#### テキスト85 ####": "",
|
||
txtSubject_85: "",
|
||
txtSize_85: "28",
|
||
txtOrigin_85: "left",
|
||
txtAlign_85: "top",
|
||
txtX_85: "0",
|
||
txtY_85: "0",
|
||
txtShow_85: "on",
|
||
"#### テキスト86 ####": "",
|
||
txtSubject_86: "",
|
||
txtSize_86: "28",
|
||
txtOrigin_86: "left",
|
||
txtAlign_86: "top",
|
||
txtX_86: "0",
|
||
txtY_86: "0",
|
||
txtShow_86: "on",
|
||
"#### テキスト87 ####": "",
|
||
txtSubject_87: "",
|
||
txtSize_87: "28",
|
||
txtOrigin_87: "left",
|
||
txtAlign_87: "top",
|
||
txtX_87: "0",
|
||
txtY_87: "0",
|
||
txtShow_87: "on",
|
||
"#### テキスト88 ####": "",
|
||
txtSubject_88: "",
|
||
txtSize_88: "28",
|
||
txtOrigin_88: "left",
|
||
txtAlign_88: "top",
|
||
txtX_88: "0",
|
||
txtY_88: "0",
|
||
txtShow_88: "on",
|
||
"#### テキスト89 ####": "",
|
||
txtSubject_89: "",
|
||
txtSize_89: "28",
|
||
txtOrigin_89: "left",
|
||
txtAlign_89: "top",
|
||
txtX_89: "0",
|
||
txtY_89: "0",
|
||
txtShow_89: "on",
|
||
"#### テキスト90 ####": "",
|
||
txtSubject_90: "",
|
||
txtSize_90: "28",
|
||
txtOrigin_90: "left",
|
||
txtAlign_90: "top",
|
||
txtX_90: "0",
|
||
txtY_90: "0",
|
||
txtShow_90: "on",
|
||
"#### テキスト91 ####": "",
|
||
txtSubject_91: "",
|
||
txtSize_91: "28",
|
||
txtOrigin_91: "left",
|
||
txtAlign_91: "top",
|
||
txtX_91: "0",
|
||
txtY_91: "0",
|
||
txtShow_91: "on",
|
||
"#### テキスト92 ####": "",
|
||
txtSubject_92: "",
|
||
txtSize_92: "28",
|
||
txtOrigin_92: "left",
|
||
txtAlign_92: "top",
|
||
txtX_92: "0",
|
||
txtY_92: "0",
|
||
txtShow_92: "on",
|
||
"#### テキスト93 ####": "",
|
||
txtSubject_93: "",
|
||
txtSize_93: "28",
|
||
txtOrigin_93: "left",
|
||
txtAlign_93: "top",
|
||
txtX_93: "0",
|
||
txtY_93: "0",
|
||
txtShow_93: "on",
|
||
"#### テキスト94 ####": "",
|
||
txtSubject_94: "",
|
||
txtSize_94: "28",
|
||
txtOrigin_94: "left",
|
||
txtAlign_94: "top",
|
||
txtX_94: "0",
|
||
txtY_94: "0",
|
||
txtShow_94: "on",
|
||
"#### テキスト95 ####": "",
|
||
txtSubject_95: "",
|
||
txtSize_95: "28",
|
||
txtOrigin_95: "left",
|
||
txtAlign_95: "top",
|
||
txtX_95: "0",
|
||
txtY_95: "0",
|
||
txtShow_95: "on",
|
||
"#### テキスト96 ####": "",
|
||
txtSubject_96: "",
|
||
txtSize_96: "28",
|
||
txtOrigin_96: "left",
|
||
txtAlign_96: "top",
|
||
txtX_96: "0",
|
||
txtY_96: "0",
|
||
txtShow_96: "on",
|
||
"#### テキスト97 ####": "",
|
||
txtSubject_97: "",
|
||
txtSize_97: "28",
|
||
txtOrigin_97: "left",
|
||
txtAlign_97: "top",
|
||
txtX_97: "0",
|
||
txtY_97: "0",
|
||
txtShow_97: "on",
|
||
"#### テキスト98 ####": "",
|
||
txtSubject_98: "",
|
||
txtSize_98: "28",
|
||
txtOrigin_98: "left",
|
||
txtAlign_98: "top",
|
||
txtX_98: "0",
|
||
txtY_98: "0",
|
||
txtShow_98: "on",
|
||
"#### テキスト99 ####": "",
|
||
txtSubject_99: "",
|
||
txtSize_99: "28",
|
||
txtOrigin_99: "left",
|
||
txtAlign_99: "top",
|
||
txtX_99: "0",
|
||
txtY_99: "0",
|
||
txtShow_99: "on",
|
||
},
|
||
},
|
||
{
|
||
name: "YEP_ShopMenuCore",
|
||
status: true,
|
||
description:
|
||
"v1.05 ショップメニューの外観を一新し、多くの新しいショップオプションのフレームワークを提供します。",
|
||
parameters: {
|
||
"---一般---": "",
|
||
"Command Order": "Buy Sell Equip Custom Cancel",
|
||
"Shop List Width": "Graphics.boxWidth / 2 + Graphics.boxWidth / 10",
|
||
"Command Alignment": "center",
|
||
"---ステータスウィンドウ---": "",
|
||
"Default Mode": "actor",
|
||
"Stat Switching": "true",
|
||
"Cannot Equip": "装備不可",
|
||
"Stat Font Size": "20",
|
||
"Cannot Equip Font Size": "20",
|
||
"---情報ウィンドウ---": "",
|
||
"Show Icon": "true",
|
||
"Icon Size": "128",
|
||
"Font Size": "20",
|
||
"Recovery Format": "%1 回復",
|
||
"Add State": "+State",
|
||
"Add Buff": "+Buff",
|
||
"Remove State": "-State",
|
||
"Remove Buff": "-Buff",
|
||
"Maximum Icons": "4",
|
||
},
|
||
},
|
||
{
|
||
name: "Foreground",
|
||
status: true,
|
||
description: "マップに合わせてスクロールする近景の設定",
|
||
parameters: {},
|
||
},
|
||
{
|
||
name: "TMAnimeLight",
|
||
status: true,
|
||
description: "イベントにアニメーション付きの明かりを表示します。",
|
||
parameters: { range: "0.1", defaultZ: "4", frames: "30" },
|
||
},
|
||
{
|
||
name: "Vitsuno_Difficulty",
|
||
status: true,
|
||
description: "難易度により能力値や報酬倍率を変更できるようになります。",
|
||
parameters: {
|
||
"Init Difficulty ID": "38",
|
||
"Use Option": "1",
|
||
"Option Name": "Difficulty",
|
||
"--(Difficulty ID:1)--": "",
|
||
"1 : Name": "EASY",
|
||
"1 : Param Rate": "0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5",
|
||
"1 : Drop Rate": "1.0,1.0,1.0,1.0,1.0",
|
||
"--(ID:2)-------------": "",
|
||
"2 : Name": "NORMAL",
|
||
"2 : Param Rate": "1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0",
|
||
"2 : Drop Rate": "1.0,1.0,1.0,1.0,1.0",
|
||
"--(ID:3)-------------": "",
|
||
"3 : Name": "HARD",
|
||
"3 : Param Rate": "1.6,1.6,1.6,1.6,1.6,1.6,1.6,1.6",
|
||
"3 : Drop Rate": "1.4,1.4,1.4,1.4,1.4",
|
||
"--(ID:4)-------------": "",
|
||
"4 : Name": "",
|
||
"4 : Param Rate": "1.6,1.6,1.6,1.6,1.6,1.6,1.6,1.6",
|
||
"4 : Drop Rate": "1.4,1.4,1.4,1.4,1.4",
|
||
"--(ID:5)-------------": "",
|
||
"5 : Name": "",
|
||
"5 : Param Rate": "1.9,1.9,1.9,1.9,1.9,1.9,1.9,1.9",
|
||
"5 : Drop Rate": "1.6,1.6,1.6,1.6,1.6",
|
||
"--(ID:6)-------------": "",
|
||
"6 : Name": "",
|
||
"6 : Param Rate": "1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0",
|
||
"6 : Drop Rate": "1.0,1.0,1.0,1.0,1.0",
|
||
"--(ID:7)-------------": "",
|
||
"7 : Name": "",
|
||
"7 : Param Rate": "1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0",
|
||
"7 : Drop Rate": "1.0,1.0,1.0,1.0,1.0",
|
||
"--(ID:8)-------------": "",
|
||
"8 : Name": "",
|
||
"8 : Param Rate": "1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0",
|
||
"8 : Drop Rate": "1.0,1.0,1.0,1.0,1.0",
|
||
},
|
||
},
|
||
{
|
||
name: "MPP_MoveRouteEX",
|
||
status: true,
|
||
description: "【ver.1.0】移動ルートに関するコマンド詰め合わせ。",
|
||
parameters: { "Search Limit": "15" },
|
||
},
|
||
{
|
||
name: "NpcFollower",
|
||
status: true,
|
||
description: "NPCフォロワープラグイン",
|
||
parameters: { 最大同時NPC数: "2" },
|
||
},
|
||
{
|
||
name: "TMMoveRouteEx",
|
||
status: true,
|
||
description: "イベントに新しい自律移動パターンを追加します。",
|
||
parameters: {},
|
||
},
|
||
{
|
||
name: "EventEffects",
|
||
status: true,
|
||
description: "[Ver 1.0.1]イベントやプレイヤーに様々な効果をセットします",
|
||
parameters: {},
|
||
},
|
||
{
|
||
name: "---------------------",
|
||
status: false,
|
||
description: "",
|
||
parameters: {},
|
||
},
|
||
{
|
||
name: "drawSkillMpAndTp",
|
||
status: true,
|
||
description: "スキルのMPコストとTPコストを両方表示することができます",
|
||
parameters: {},
|
||
},
|
||
{
|
||
name: "SkillCPSystem",
|
||
status: true,
|
||
description: "ver1.10/スキルを装備して使用するシステムを追加します。",
|
||
parameters: {
|
||
"Default Skill CP": "2",
|
||
"Default Skill Set": "4",
|
||
"Default CP": "8",
|
||
"CP Name": "CP",
|
||
"Set Name": "Set Skills",
|
||
"LvUp CP Rate": "0.5",
|
||
"LvUp Set Rate": "0",
|
||
"No Equip Slot Name": "---------------------------",
|
||
"Set Point Gauge Color1": "22",
|
||
"Set Point Gauge Color2": "23",
|
||
"CP Gauge Color1": "28",
|
||
"CP Gauge Color2": "29",
|
||
"Add Menu Skill Setting": "true",
|
||
"Menu Skill Setting Title": "Skill Selection",
|
||
"Show Unsettable Skill": "true",
|
||
"Unsetting Skill Color": "4",
|
||
"No Cost Class Learn Skills": "false",
|
||
"Simple Mode": "false",
|
||
"Slot Size": "4",
|
||
},
|
||
},
|
||
{
|
||
name: "WeaponSkill",
|
||
status: true,
|
||
description: "武器ごとに通常攻撃のスキルIDを変更します。",
|
||
parameters: {},
|
||
},
|
||
{
|
||
name: "dsPassiveSkill",
|
||
status: true,
|
||
description: "パッシブスキルを実装するプラグイン ver1.10.0",
|
||
parameters: { "Show Battle": "false", "Show Battle Switch ID": "0" },
|
||
},
|
||
{
|
||
name: "Torigoya_SkillChangeTo",
|
||
status: true,
|
||
description: "スキル変化条件設定プラグイン (v.1.1.0)",
|
||
parameters: {},
|
||
},
|
||
{
|
||
name: "SideEffectSkill",
|
||
status: true,
|
||
description: "スキルの副作用プラグイン",
|
||
parameters: {},
|
||
},
|
||
{
|
||
name: "ConditionalItem",
|
||
status: true,
|
||
description: "アイテムやスキルに、使用対象の条件を設定します。",
|
||
parameters: { "Tag Name": "condition_item" },
|
||
},
|
||
{
|
||
name: "ExtendSkillCondition",
|
||
status: true,
|
||
description: "スキル使用条件拡張プラグイン",
|
||
parameters: {},
|
||
},
|
||
{
|
||
name: "---------------------",
|
||
status: false,
|
||
description: "",
|
||
parameters: {},
|
||
},
|
||
{
|
||
name: "AlwaysAppliedBattleEvent",
|
||
status: true,
|
||
description:
|
||
"指定した敵グループのバトルイベントを、全てのバトルに適用します。",
|
||
parameters: { "Troop ID": "1" },
|
||
},
|
||
{
|
||
name: "NamedEnemy",
|
||
status: true,
|
||
description:
|
||
"ver1.00/二つ名ステートの付いたエネミーをランダムで出現させることができます。",
|
||
parameters: { AddNameNum: "0", AddNameRate: "0", AddNameAnime: "0" },
|
||
},
|
||
{
|
||
name: "SkipPartyCommand",
|
||
status: true,
|
||
description: "戦闘時のパーティーコマンドをスキップします。",
|
||
parameters: {
|
||
スキップ用のスイッチ番号: "11",
|
||
逃げるコマンド表示用のスイッチ番号: "8",
|
||
},
|
||
},
|
||
{
|
||
name: "SSEP_BattleSpeedUp_v2",
|
||
status: true,
|
||
description:
|
||
"[ver2.01] 戦闘速度を上げるプラグインです。YanflyEngine対応。\n利用時は、必ずYanflyEngineの後に読み込んでください。",
|
||
parameters: {
|
||
"---General Setting---": "",
|
||
"BattleSpeed (Default)": "1",
|
||
"BattleSpeed (Boost)": "2",
|
||
OkayKeyBoost: "true",
|
||
VisibleSwitch: "true",
|
||
BoostToggleSwitch: "shift",
|
||
"---Detail Setting---": "",
|
||
StateIcon: "40",
|
||
StateOverlay: "8",
|
||
Weapon: "12",
|
||
Motion: "12",
|
||
Balloon: "12",
|
||
Damage: "90",
|
||
DamageMin: "60",
|
||
"--BattleLog Setting--": "",
|
||
"LogAnime BaseDelay": "8",
|
||
"LogAnime NextDelay": "12",
|
||
"LogWaitCount Default": "1",
|
||
"LogWaitCount Boost": "2",
|
||
"---Switch Setting---": "",
|
||
"SE BoostON": "Decision2",
|
||
"SE BoostOFF": "Decision2",
|
||
"SE Volume": "50",
|
||
SwitchImage: "Balloon",
|
||
SwitchX: "10",
|
||
SwitchY: "50",
|
||
SwitchWidth: "48",
|
||
SwitchHeight: "48",
|
||
SwitchTop: "2",
|
||
SwitchLeft: "1",
|
||
SwitchAnimePattern: "8",
|
||
SwitchAnimeSpeed: "5",
|
||
"---YEP BattleCore---": "",
|
||
"YEP Battle MotionWait": "20",
|
||
"---YEP ATB---": "",
|
||
"YEP ATB BoostSwitch": "true",
|
||
"---ATB Speed---": "",
|
||
"ATB Speed(Default)": "1",
|
||
"ATB Speed(Boost)": "2",
|
||
"---YEP Victory AM---": "",
|
||
"YEP Victory Wait": "true",
|
||
},
|
||
},
|
||
{
|
||
name: "StateAddRemoveCommonTrait",
|
||
status: true,
|
||
description:
|
||
"ver1.03/ステートが付与または解除された時に、コモンイベントを予約する特徴を追加します。",
|
||
parameters: { SubjectIndex: "15" },
|
||
},
|
||
{
|
||
name: "NumbState",
|
||
status: true,
|
||
description: "一定確率で行動できないステート(Ver1.2)",
|
||
parameters: {
|
||
dispMsgType: "plugin",
|
||
NumbMsg: "%1は身体がしびれて動けない!",
|
||
},
|
||
},
|
||
{
|
||
name: "PromptlyPopup",
|
||
status: true,
|
||
description: "複数攻撃時のポップアップを一括表示します",
|
||
parameters: { text: "1" },
|
||
},
|
||
{
|
||
name: "---------------------",
|
||
status: false,
|
||
description: "",
|
||
parameters: {},
|
||
},
|
||
{
|
||
name: "MOG_BattleHud",
|
||
status: true,
|
||
description: "(v5.04 *) 戦闘のレイアウトをカスタマイズできます。",
|
||
parameters: {
|
||
"-> MAIN <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"Hud X-Axis": "-85",
|
||
"Hud Y-Axis": "465",
|
||
"Hud Space X": "0",
|
||
"Hud Space Y": "0",
|
||
"Hud Slide X": "0",
|
||
"Hud Slide Y": "0",
|
||
"Vertical Mode": "false",
|
||
"Max Battle Members": "4",
|
||
"": "",
|
||
"-> LAYOUT OVERLAY <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"Layout2 Visible": "false",
|
||
"Layout2 X-Axis": "0",
|
||
"Layout2 Y-Axis": "0",
|
||
"-> TURN <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"Turn Visible": "true",
|
||
"Turn X-Axis": "-30",
|
||
"Turn Y-Axis": "0",
|
||
"Turn Rotation Speed": "0",
|
||
"Turn Zoom Animation": "true",
|
||
"-> FACE <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"Face Visible": "true",
|
||
"Face X-Axis": "76",
|
||
"Face Y-Axis": "50",
|
||
"Face Shake Animation": "true",
|
||
"Face Zoom Animation": "true",
|
||
"Face Frame Animation": "true",
|
||
"Face Priority": "0",
|
||
"-> NAME <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"Name Visible": "true",
|
||
"Name X-Axis": "0",
|
||
"Name Y-Axis": "-5",
|
||
"Name Align": "1",
|
||
"Name Font Size": "20",
|
||
"Name Bold Size": "4",
|
||
"Name Font Italic": "false",
|
||
"-> HP <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"HP Meter Visible": "true",
|
||
"HP Meter X-Axis": "47",
|
||
"HP Meter Y-Axis": "41",
|
||
"HP Meter Angle": "0",
|
||
"HP Meter Flow Anime": "false",
|
||
"HP Number Visible": "true",
|
||
"HP Number Align type": "0",
|
||
"HP Number X-Axis": "145",
|
||
"HP Number Y-Axis": "30",
|
||
"MaxHP Number Visible": "false",
|
||
"MaxHP Number X-Axis": "0",
|
||
"MaxHP Number Y-Axis": "0",
|
||
"-> MP <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"MP Meter Visible": "true",
|
||
"MP Meter X-Axis": "47",
|
||
"MP Meter Y-Axis": "74",
|
||
"MP Meter Angle": "0",
|
||
"MP Meter Flow Anime": "false",
|
||
"MP Number Visible": "true",
|
||
"MP Number Align type": "0",
|
||
"MP Number X-Axis": "145",
|
||
"MP Number Y-Axis": "63",
|
||
"MaxMP Number Visible": "false",
|
||
"MaxMP Number X-Axis": "0",
|
||
"MaxMP Number Y-Axis": "0",
|
||
"-> TP <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"TP Meter Visible": "true",
|
||
"TP Meter X-Axis": "47",
|
||
"TP Meter Y-Axis": "107",
|
||
"TP Meter Angle": "0",
|
||
"TP Meter Flow Anime": "false",
|
||
"TP Number Visible": "true",
|
||
"TP Number Align type": "0",
|
||
"TP Number X-Axis": "145",
|
||
"TP Number Y-Axis": "96",
|
||
"MaxTP Number Visible": "false",
|
||
"MaxTP Number X-Axis": "0",
|
||
"MaxTP Number Y-Axis": "0",
|
||
"-> ATB <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"ATB Meter Visible": "false",
|
||
"ATB Meter X-Axis": "45",
|
||
"ATB Meter Y-Axis": "23",
|
||
"ATB Meter Angle": "0",
|
||
"ATB Meter Flow Anime": "false",
|
||
"-> STATES <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"States Visible": "true",
|
||
"States X-Axis": "105",
|
||
"States Y-Axis": "123",
|
||
"States Mode": "0",
|
||
"States Max": "4",
|
||
"States Align": "0",
|
||
"-> W COMMAND <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"Command Auto Adjust": "0",
|
||
"W Command X-Axis": "0",
|
||
"W Command Y-Axis": "-70",
|
||
"W Command Width": "192",
|
||
"W Command Height": "180",
|
||
"W Command Slide X": "0",
|
||
"W Command Slide Y": "0",
|
||
"Layout Command": "true",
|
||
"L Command X-Axis": "-2",
|
||
"L Command Y-Axis": "5",
|
||
"-> W PARTY <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"W Party X-Axis": "500",
|
||
"W Party Y-Axis": "300",
|
||
"W Party Width": "192",
|
||
"W Party Height": "110",
|
||
"W Party Slide X": "0",
|
||
"W Party Slide Y": "0",
|
||
"Layout Party": "true",
|
||
"L Party X-Axis": "-500",
|
||
"L Party Y-Axis": "-90",
|
||
"-> W HELP <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"W Help X-Axis": "0",
|
||
"W Help Y-Axis": "0",
|
||
"W Help Width": "816",
|
||
"W Help Height": "108",
|
||
"W Help Slide X": "0",
|
||
"W Help Slide Y": "0",
|
||
"Layout Help": "true",
|
||
"L Help X-Axis": "0",
|
||
"L Help Y-Axis": "0",
|
||
"-> W SKILL <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"W Skill X-Axis": "0",
|
||
"W Skill Y-Axis": "454",
|
||
"W Skill Width": "816",
|
||
"W Skill Height": "180",
|
||
"W Skill maxCols": "2",
|
||
"W Skill Slide X": "0",
|
||
"W Skill Slide Y": "0",
|
||
"Layout Skill": "true",
|
||
"L Skill X-Axis": "0",
|
||
"L Skill Y-Axis": "-120",
|
||
"-> W ITEM <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"W Item X-Axis": "0",
|
||
"W Item Y-Axis": "454",
|
||
"W Item Width": "816",
|
||
"W Item Height": "180",
|
||
"W Item maxCols": "2",
|
||
"W Item Slide X": "0",
|
||
"W Item Slide Y": "0",
|
||
"Layout Item": "true",
|
||
"L Item X-Axis": "0",
|
||
"L Item Y-Axis": "-120",
|
||
"-> W ACTOR <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"W Actor X-Axis": "0",
|
||
"W Actor Y-Axis": "454",
|
||
"W Actor Width": "816",
|
||
"W Actor Height": "180",
|
||
"W Actor maxCols": "1",
|
||
"W Actor Slide X": "0",
|
||
"W Actor Slide Y": "0",
|
||
"Layout Actor": "true",
|
||
"L Actor X-Axis": "0",
|
||
"L Actor Y-Axis": "-120",
|
||
"-> W ENEMY <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"W Enemy X-Axis": "0",
|
||
"W Enemy Y-Axis": "454",
|
||
"W Enemy Width": "816",
|
||
"W Enemy Height": "180",
|
||
"W Enemy maxCols": "2",
|
||
"W Enemy Slide X": "0",
|
||
"W Enemy Slide Y": "0",
|
||
"Layout Enemy": "true",
|
||
"L Enemy X-Axis": "0",
|
||
"L Enemy Y-Axis": "-120",
|
||
"-> SCREEN LAYOUT <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"Screen Layout": "true",
|
||
"Screen X-Axis": "0",
|
||
"Screen Y-Axis": "0",
|
||
"-> CUSTOM POSITION <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"Custom Position 1": "50,560",
|
||
"Custom Position 2": "300,560",
|
||
"Custom Position 3": "550,560",
|
||
"Custom Position 4": "800,560",
|
||
"Custom Position 5": "",
|
||
"Custom Position 6": "",
|
||
"Custom Position 7": "",
|
||
"Custom Position 8": "",
|
||
},
|
||
},
|
||
{
|
||
name: "MOG_BattleCry",
|
||
status: true,
|
||
description: "(v1.4) Adiciona vozes na batalha.",
|
||
parameters: { Volume: "100" },
|
||
},
|
||
{
|
||
name: "MOG_BattleCameraFrontal",
|
||
status: true,
|
||
description: "(v1.2) フロントビュー戦闘用のカメラ効果を追加します。",
|
||
parameters: {
|
||
"-> MAIN <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"Camera Speed": "30",
|
||
"Depth Effect": "true",
|
||
"Depth Rate": "6",
|
||
"Actor Scale Offset": "30",
|
||
"ATB Wait Focus": "true",
|
||
"": "",
|
||
"-> POSITION <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"Target X Offset": "0",
|
||
"Target Y Offset": "40",
|
||
"Idle X Offset": "0",
|
||
"Idle Y Offset": "0",
|
||
"All Targets X Offset": "0",
|
||
"All Targets Y Offset": "0",
|
||
},
|
||
},
|
||
{
|
||
name: "MOG_ActionName",
|
||
status: true,
|
||
description: "(v1.3) 戦闘中にアクション名ウィンドウを表示します。",
|
||
parameters: {
|
||
"Layout X-Axis": "640",
|
||
"Layout Y-Axis": "80",
|
||
"Name X-Axis": "0",
|
||
"Name Y-Axis": "24",
|
||
"Icon X-Axis": "0",
|
||
"Icon Y-Axis": "-4",
|
||
"Font Size": "22",
|
||
},
|
||
},
|
||
{
|
||
name: "MOG_BattlerMotion",
|
||
status: true,
|
||
description: "(v2.1 *) バトラーのアニメーション効果を拡張します。",
|
||
parameters: {
|
||
"Default Damage Motion": "0",
|
||
"Damage Motion Actor": "false",
|
||
"Damage Motion Enemy": "true",
|
||
"Disable Blink Damage": "true",
|
||
"Actor Action Motion": "false",
|
||
"Enemy Action Motion": "true",
|
||
"Shadow (Float Motion)": "true",
|
||
"Shadow Opacity": "170",
|
||
"Shadow Zoom Effect": "true",
|
||
"Battleback Ground Height": "200",
|
||
},
|
||
},
|
||
{
|
||
name: "MOG_CollapseEffects",
|
||
status: true,
|
||
description: "(v1.6 *) 消滅エフェクトのアニメーションを拡張します。",
|
||
parameters: { "Default Collapse": "1", "Shatter Direction": "左" },
|
||
},
|
||
{
|
||
name: "MOG_HPGauge",
|
||
status: true,
|
||
description: "(v1.4 *) 対象のHPメーターを表示します。",
|
||
parameters: {
|
||
"Gauge For Actors": "false",
|
||
"Gauge For Enemies": "true",
|
||
"Show HP On Selection": "true",
|
||
"Fade Duration": "60",
|
||
"Slide Animation": "true",
|
||
"Show HP Number Actor": "false",
|
||
"Show HP Number Enemy": "true",
|
||
"Required to Kill": "false",
|
||
"Actor Layout X-Axis": "0",
|
||
"Actor Layout Y-Axis": "0",
|
||
"Actor Meter X-Axis": "0",
|
||
"Actor Meter Y-Axis": "3",
|
||
"Actor HP Number X-Axis": "-25",
|
||
"Actor HP Number Y-Axis": "-22",
|
||
"Enemy Layout X-Axis": "0",
|
||
"Enemy Layout Y-Axis": "0",
|
||
"Enemy Meter X-Axis": "8",
|
||
"Enemy Meter Y-Axis": "10",
|
||
"Enemy HP Number X-Axis": "-25",
|
||
"Enemy HP Number Y-Axis": "-19",
|
||
},
|
||
},
|
||
{
|
||
name: "MOG_OugiAnimation",
|
||
status: true,
|
||
description: "(v1.3) スキル実行時にピクチャアニメーションを再生します。",
|
||
parameters: { "For Enemies": "false" },
|
||
},
|
||
{
|
||
name: "MOG_ActorPictureCM",
|
||
status: true,
|
||
description: "(v2.4f *) 戦闘コマンド選択中にアクターの立ち絵を表示します。",
|
||
parameters: {
|
||
"-> MAIN <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"Slide Speed": "10",
|
||
"File Name": "Actor_",
|
||
"": "",
|
||
"-> BUST <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"Bust Visible": "true",
|
||
"Bust X-Axis": "460",
|
||
"Bust Y-Axis": "470",
|
||
"Bust Slide X": "-150",
|
||
"Bust Slide Y": "0",
|
||
"Breath Effect": "true",
|
||
"Blink Effect": "false",
|
||
"Blink Speed": "7",
|
||
"Blinking Interval": "190",
|
||
"-> FACE <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"Face Visible": "true",
|
||
"Face X-Axis": "1035",
|
||
"Face Y-Axis": "0",
|
||
"Face Slide X": "150",
|
||
"Face Slide Y": "0",
|
||
},
|
||
},
|
||
{
|
||
name: "MOG_BattleResult",
|
||
status: true,
|
||
description: "(v1.3) 戦闘結果画面を装飾します。",
|
||
parameters: {
|
||
"Exp X-Axis": "960",
|
||
"Exp Y-Axis": "160",
|
||
"Gold X-Axis": "960",
|
||
"Gold Y-Axis": "230",
|
||
"Treasure X-Axis": "282",
|
||
"Treasure Y-Axis": "330",
|
||
"Actor X-Axis": "360",
|
||
"Actor Y-Axis": "0",
|
||
"Parameter Real X-Axis": "250",
|
||
"Parameter Real Y-Axis": "50",
|
||
"Parameter 1 X-Axis": "550",
|
||
"Parameter 1 Y-Axis": "140",
|
||
"Parameter 2 X-Axis": "700",
|
||
"Parameter 2 Y-Axis": "140",
|
||
"New Skill X-Axis": "700",
|
||
"New Skill Y-Axis": "530",
|
||
"Name X-Axis": "361",
|
||
"Name Y-Axis": "587",
|
||
},
|
||
},
|
||
{
|
||
name: "MOG_SkipWindowLog",
|
||
status: false,
|
||
description: "(v1.2) 戦闘ログウィンドウを非表示にします。",
|
||
parameters: {
|
||
"Lag Time": "10",
|
||
"Display Start Message": "false",
|
||
"Display Preemptive Message": "true",
|
||
},
|
||
},
|
||
{
|
||
name: "MOG_TrPopUpBattle",
|
||
status: false,
|
||
description:
|
||
"(v1.0) 敵を倒した直後にドロップアイテムのアイコンを表示します。",
|
||
parameters: {
|
||
"Drop Item Real Time": "true",
|
||
"Animation Type": "0",
|
||
"Fade Duration": "20",
|
||
Scale: "0.8",
|
||
},
|
||
},
|
||
{
|
||
name: "MOG_BattleTransitions",
|
||
status: false,
|
||
description: "(v1.5 *) 新しい戦闘開始エフェクトを追加します。",
|
||
parameters: { "Default Transition": "0" },
|
||
},
|
||
{
|
||
name: "------------------",
|
||
status: false,
|
||
description: "基本的なパラメーターを設定するプラグインです。",
|
||
parameters: {
|
||
cacheLimit: "10",
|
||
screenWidth: "816",
|
||
screenHeight: "624",
|
||
changeWindowWidthTo: "",
|
||
changeWindowHeightTo: "",
|
||
renderingMode: "auto",
|
||
alwaysDash: "false",
|
||
textSpeed: "1",
|
||
autoSaveFileId: "0",
|
||
errorMessage: "エラーが発生しました。ゲームの作者にご連絡ください。",
|
||
showErrorDetail: "true",
|
||
enableProgressBar: "true",
|
||
maxRenderingFps: "0",
|
||
},
|
||
},
|
||
{
|
||
name: "MOG_EmotionFace",
|
||
status: true,
|
||
description: "(v1.1) 感情的な顔を歩行キャラに追加します。",
|
||
parameters: {
|
||
"-> Front 48px Size <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"Pos X-axis Front 48px": "0",
|
||
"Pos Y-axis Front 48px": "0",
|
||
"Rect X Front White 48px": "-30",
|
||
"Rect Y Front White 48px": "-21",
|
||
"Rect X Front Iris 48px": "-32",
|
||
"Rect Y Front Iris 48px": "-26",
|
||
"Rect X Front Iris Left Eye 48px": "12",
|
||
"": "",
|
||
"-> Side 48px Size <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"Pos X-axis Side 48px": "0",
|
||
"Pos Y-axis Side 48px": "0",
|
||
"Rect X Side White 48px": "-30",
|
||
"Rect Y Side White 48px": "-21",
|
||
"Rect X Side Iris 48px": "-32",
|
||
"Rect Y Side Iris 48px": "-26",
|
||
"Rect X Side Iris Left Eye 48px": "12",
|
||
"-> Front 64px Size <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"Pos X-axis Front 64px": "0",
|
||
"Pos Y-axis Front 64px": "0",
|
||
"Rect X Front White 64px": "-30",
|
||
"Rect Y Front White 64px": "24",
|
||
"Rect X Front Iris 64px": "-39",
|
||
"Rect Y Front Iris 64px": "26",
|
||
"Rect X Front Iris Left Eye 64px": "12",
|
||
"-> Side 64px Size <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"Pos X-axis Side 64px": "0",
|
||
"Pos Y-axis Side 64px": "0",
|
||
"Rect X Side White 64px": "-30",
|
||
"Rect Y Side White 64px": "24",
|
||
"Rect X Side Iris 64px": "-39",
|
||
"Rect Y Side Iris 64px": "26",
|
||
"Rect X Side Iris Left Eye 64px": "12",
|
||
},
|
||
},
|
||
{
|
||
name: "MOG_CharShatterEffect",
|
||
status: true,
|
||
description: "(v1.1) マップイベントに粉砕エフェクトを追加します。",
|
||
parameters: {},
|
||
},
|
||
{
|
||
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: "MOG_EventText",
|
||
status: true,
|
||
description: "(v1.2) イベントの上にテキストを表示します。",
|
||
parameters: { "X axis": "15", "Y axis": "45", "Font Size": "17" },
|
||
},
|
||
{
|
||
name: "------------------",
|
||
status: false,
|
||
description: "基本的なパラメーターを設定するプラグインです。",
|
||
parameters: {
|
||
cacheLimit: "10",
|
||
screenWidth: "816",
|
||
screenHeight: "624",
|
||
changeWindowWidthTo: "",
|
||
changeWindowHeightTo: "",
|
||
renderingMode: "auto",
|
||
alwaysDash: "false",
|
||
textSpeed: "1",
|
||
autoSaveFileId: "0",
|
||
errorMessage: "エラーが発生しました。ゲームの作者にご連絡ください。",
|
||
showErrorDetail: "true",
|
||
enableProgressBar: "true",
|
||
maxRenderingFps: "0",
|
||
},
|
||
},
|
||
{
|
||
name: "MOG_TitleLayers",
|
||
status: true,
|
||
description: "(v1.1 *) タイトル画面に複数のレイヤーを追加します。",
|
||
parameters: {
|
||
"-> Main <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"Screen Movement": "false",
|
||
"Screen Move Speed": "1",
|
||
"Screen Move Duration": "160",
|
||
"": "",
|
||
"-> Layer 1 <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"L1 Visible": "true",
|
||
"L1 File Name": "Layer1",
|
||
"L1 X-axis / Scroll": "0",
|
||
"L1 Y-axis / Scroll": "0",
|
||
"L1 Blend Mode": "0",
|
||
"L1 Transition Time": "0",
|
||
"L1 Animated": "false",
|
||
"L1 Frames": "4",
|
||
"L1 Animation Speed": "20",
|
||
"-> Layer 2 <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"L2 Visible": "false",
|
||
"L2 File Name": "Layer2",
|
||
"L2 X-axis / Scroll": "0.5",
|
||
"L2 Y-axis / Scroll": "0",
|
||
"L2 Blend Mode": "0",
|
||
"L2 Transition Time": "0",
|
||
"L2 Animated": "false",
|
||
"L2 Frames": "4",
|
||
"L2 Animation Speed": "20",
|
||
"-> Layer 3 <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"L3 Visible": "false",
|
||
"L3 File Name": "Layer3",
|
||
"L3 X-axis / Scroll": "0",
|
||
"L3 Y-axis / Scroll": "0",
|
||
"L3 Blend Mode": "0",
|
||
"L3 Transition Time": "0",
|
||
"L3 Animated": "false",
|
||
"L3 Frames": "4",
|
||
"L3 Animation Speed": "20",
|
||
"-> Layer 4 <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"L4 Visible": "false",
|
||
"L4 File Name": "Layer4",
|
||
"L4 X-axis / Scroll": "0.9",
|
||
"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_TitlePictureCom",
|
||
status: true,
|
||
description: "(v1.6 *) タイトルメニューのコマンドを画像で表示します",
|
||
parameters: {
|
||
"-> Main <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"Animation Mode": "2",
|
||
"Left & Right Input": "true",
|
||
"Com Fade-In Duration": "13",
|
||
"Slide X-Axis": "-100",
|
||
"Slide Y-Axis": "0",
|
||
"": "",
|
||
"-> Smart Background <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"Smart Background": "true",
|
||
"Background X-Axis": "0",
|
||
"Background Y-Axis": "0",
|
||
"Background Fade-In Duration": "30",
|
||
"-> Title Sprite <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"Title Sprite": "true",
|
||
"Title Sprite X-Axis": "640",
|
||
"Title Sprite Y-Axis": "360",
|
||
"Fade-In Duration": "40",
|
||
"Zoom Effect": "true",
|
||
"Zoom Speed": "40",
|
||
"-> Cursor <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"Cursor Visible": "true",
|
||
"Cursor Wave Animation": "true",
|
||
"Cursor Rotation Animation": "false",
|
||
"Cursor Rotation Speed": "0.05",
|
||
"Cursor X-Axis": "0",
|
||
"Cursor Y-Axis": "5",
|
||
"-> Commands <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"Command Pos 1": "995,460",
|
||
"Command Pos 2": "995,500",
|
||
"Command Pos 3": "995,540",
|
||
"Command Pos 4": "670,550",
|
||
"Command Pos 5": "345,498",
|
||
"Command Pos 6": "345,530",
|
||
"Command Pos 7": "0,192",
|
||
"Command Pos 8": "0,224",
|
||
"Command Pos 9": "0,256",
|
||
"Command Pos 10": "0,288",
|
||
},
|
||
},
|
||
{
|
||
name: "MOG_MenuCursor",
|
||
status: true,
|
||
description: "(v1.6) アニメカーソルをメニューに追加します。",
|
||
parameters: {
|
||
"Slide Animation": "true",
|
||
"Cursor X-axis": "0",
|
||
"Cursor Y-axis": "0",
|
||
"Frames Animation": "false",
|
||
"Max Frames": "4",
|
||
"Animation Speed": "7",
|
||
},
|
||
},
|
||
{
|
||
name: "------------------",
|
||
status: false,
|
||
description: "基本的なパラメーターを設定するプラグインです。",
|
||
parameters: {
|
||
cacheLimit: "10",
|
||
screenWidth: "816",
|
||
screenHeight: "624",
|
||
changeWindowWidthTo: "",
|
||
changeWindowHeightTo: "",
|
||
renderingMode: "auto",
|
||
alwaysDash: "false",
|
||
textSpeed: "1",
|
||
autoSaveFileId: "0",
|
||
errorMessage: "エラーが発生しました。ゲームの作者にご連絡ください。",
|
||
showErrorDetail: "true",
|
||
enableProgressBar: "true",
|
||
maxRenderingFps: "0",
|
||
},
|
||
},
|
||
{
|
||
name: "MOG_MenuBackground",
|
||
status: true,
|
||
description: "(v1.2) メニューの背景画像を変更できます。",
|
||
parameters: {
|
||
"Default FileName": "Pic_1",
|
||
"Unique Backgrounds": "false",
|
||
"Disable Scenes": "",
|
||
"Sufix FileName": "_back",
|
||
"Window Opacity": "30",
|
||
"Scroll X-Axis": "0",
|
||
"Scroll Y-Axis": "0",
|
||
},
|
||
},
|
||
{
|
||
name: "MOG_SceneMenu",
|
||
status: true,
|
||
description: "(v1.2f) メインメニューを装飾します。",
|
||
parameters: {
|
||
"Actor Hud X-Axis": "0",
|
||
"Actor Hud Y-Axis": "0",
|
||
"Char X-Axis": "20",
|
||
"Char Y-Axis": "0",
|
||
"HP Meter X-Axis": "17",
|
||
"HP Meter Y-Axis": "93",
|
||
"MP Meter X-Axis": "17",
|
||
"MP Meter Y-Axis": "144",
|
||
"HP Number X-Axis": "100",
|
||
"HP Number Y-Axis": "73",
|
||
"HPMax Number X-Axis": "140",
|
||
"HPMax Number Y-Axis": "100",
|
||
"MP Number X-Axis": "100",
|
||
"MP Number Y-Axis": "124",
|
||
"MPMax Number X-Axis": "140",
|
||
"MPMax Number Y-Axis": "151",
|
||
"LV Number X-Axis": "95",
|
||
"LV Number Y-Axis": "33",
|
||
"States X-Axis": "111",
|
||
"States Y-Axis": "30",
|
||
"Name X-Axis": "20",
|
||
"Name Y-Axis": "0",
|
||
"Name FontSize": "20",
|
||
"Commands X-Axis": "250",
|
||
"Commands Y-Axis": "50",
|
||
"Command Active X-Axis": "40",
|
||
"Command Active Y-Axis": "180",
|
||
"Com Name Visible": "true",
|
||
"Com Name X-Axis": "40",
|
||
"Com Name Y-Axis": "120",
|
||
"Com Name FontSize": "22",
|
||
"Max Visible Faces": "5",
|
||
"Face Sel X-Axis": "240",
|
||
"Face Sel Y-Axis": "128",
|
||
"Gold X-Axis": "290",
|
||
"Gold Y-Axis": "666",
|
||
"Time X-Axis": "940",
|
||
"Time Y-Axis": "70",
|
||
"Time FontSize": "26",
|
||
"Location X-Axis": "930",
|
||
"Location Y-Axis": "666",
|
||
"Magic Circle Visible": "false",
|
||
"Magic Circle X-Axis": "700",
|
||
"Magic Circle Y-Axis": "140",
|
||
"Magic Circle Rotation": "0.001",
|
||
},
|
||
},
|
||
{
|
||
name: "MOG_SceneItem",
|
||
status: true,
|
||
description: "(v1.1) 要MOG_SceneMenu。アイテムシーンを装飾します。",
|
||
parameters: {
|
||
"-> Window <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"Item Width": "370",
|
||
"Item Height": "400",
|
||
"Item X-Axis": "0",
|
||
"Item Y-Axis": "96",
|
||
"W Layout X-Axis": "0",
|
||
"W Layout Y-Axis": "0",
|
||
"Help X-Axis": "0",
|
||
"Help Y-Axis": "516",
|
||
"-> Command <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"Com Item X-Axis": "280",
|
||
"Com Item Y-Axis": "50",
|
||
"Com Weapon X-Axis": "420",
|
||
"Com Weapon Y-Axis": "50",
|
||
"Com Armour X-Axis": "560",
|
||
"Com Armour Y-Axis": "50",
|
||
"Com Key X-Axis": "700",
|
||
"Com Key Y-Axis": "50",
|
||
"-> Actor <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"Actor Windows X-Axis": "600",
|
||
"Actor Windows Y-Axis": "200",
|
||
"Actor Face X-Axis": "90",
|
||
"Actor Face Y-Axis": "-65",
|
||
"Actor States X-Axis": "23",
|
||
"Actor States Y-Axis": "15",
|
||
"Actor Parameters X-Axis": "0",
|
||
"Actor Parameters Y-Axis": "0",
|
||
"Actor Parameters FontSize": "20",
|
||
"-> Party Window <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"Party Window X-Axis": "10",
|
||
"Party Window Y-Axis": "240",
|
||
"Party Font Size": "20",
|
||
"Party Name X-Axis": "40",
|
||
"Party HPNumber X-Axis": "20",
|
||
"Party HPNumber Y-Axis": "3",
|
||
"Party MPNumber X-Axis": "118",
|
||
"Party MPNumber Y-Axis": "3",
|
||
"Party HPMeter X-Axis": "16",
|
||
"Party HPMeter Y-Axis": "30",
|
||
"Party MPMeter X-Axis": "113",
|
||
"Party MPMeter Y-Axis": "30",
|
||
"Party Status X-Axis": "165",
|
||
"Party Status Y-Axis": "30",
|
||
},
|
||
},
|
||
{
|
||
name: "MOG_SceneEquip",
|
||
status: true,
|
||
description: "(v1.0) 要MOG_SceneMenu。装備シーンを装飾します。",
|
||
parameters: {
|
||
FontSize: "20",
|
||
"": "",
|
||
"-> Help Window <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"Help X-Axis": "0",
|
||
"Help Y-Axis": "510",
|
||
"Help Layout X-Axis": "0",
|
||
"Help Layout Y-Axis": "-10",
|
||
"-> Command Window <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"Command X-Axis": "312",
|
||
"Command Y-Axis": "10",
|
||
"Command Layout X-Axis": "15",
|
||
"Command Layout Y-Axis": "11",
|
||
"-> Slot Window <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"Slot X-Axis": "312",
|
||
"Slot Y-Axis": "70",
|
||
"Slot Layout X-Axis": "22",
|
||
"Slot Layout Y-Axis": "8",
|
||
"-> Item List <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"List X-Axis": "305",
|
||
"List Y-Axis": "280",
|
||
"List Layout X-Axis": "0",
|
||
"List Layout Y-Axis": "0",
|
||
"-> Status Window <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"Status X-Axis": "10",
|
||
"Status Y-Axis": "120",
|
||
"Status Layout X-Axis": "0",
|
||
"Status Layout Y-Axis": "0",
|
||
},
|
||
},
|
||
{
|
||
name: "MOG_SceneSkill",
|
||
status: true,
|
||
description:
|
||
"(v1.1) 要MOG_SceneMenuとMOG_SceneItem。スキルシーンを装飾します。",
|
||
parameters: {
|
||
"-> List <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"List Width": "370",
|
||
"List Height": "370",
|
||
"List X-Axis": "0",
|
||
"List Y-Axis": "126",
|
||
"List Layout X-Axis": "-33",
|
||
"List Layout Y-Axis": "-56",
|
||
"-> Type <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"Type Width": "210",
|
||
"Type Height": "180",
|
||
"Type X-Axis": "0",
|
||
"Type Y-Axis": "200",
|
||
"Type Layout X-Axis": "0",
|
||
"Type Layout Y-Axis": "-10",
|
||
"-> Help Window <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"Help X-Axis": "0",
|
||
"Help Y-Axis": "516",
|
||
"-> Status Window <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"SW X-Axis": "260",
|
||
"SW Y-Axis": "0",
|
||
"SW Face X-Axis": "10",
|
||
"SW Face Y-Axis": "15",
|
||
"SW Par X-Axis": "0",
|
||
"SW Par FontSize": "22",
|
||
"SW HP Meter X-Axis": "88",
|
||
"SW HP Meter Y-Axis": "38",
|
||
"SW MP Meter X-Axis": "187",
|
||
"SW MP Meter Y-Axis": "38",
|
||
"SW States X-Axis": "214",
|
||
"SW States Y-Axis": "51",
|
||
"-> Actor Window <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"Actor Windows X-Axis": "600",
|
||
"Actor Windows Y-Axis": "200",
|
||
"-> Party Window <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"Party Window X-Axis": "10",
|
||
"Party Window Y-Axis": "240",
|
||
},
|
||
},
|
||
{
|
||
name: "MOG_SceneStatus",
|
||
status: true,
|
||
description:
|
||
"(v1.0) 要MOG_SceneMenuとMOG_SceneEquip。ステータスシーンを装飾します。",
|
||
parameters: {
|
||
"Bust X-Axis": "800",
|
||
"Bust Y-Axis": "0",
|
||
"States X-Axis": "59",
|
||
"States Y-Axis": "120",
|
||
"Name X-Axis": "190",
|
||
"Name Y-Axis": "103",
|
||
"Level X-Axis": "290",
|
||
"Level Y-Axis": "6",
|
||
"Exp X-Axis": "440",
|
||
"Exp Y-Axis": "6",
|
||
"Next Exp X-Axis": "660",
|
||
"Next Exp Y-Axis": "6",
|
||
"HP Number X-Axis": "50",
|
||
"HP Number Y-Axis": "155",
|
||
"HP Meter X-Axis": "45",
|
||
"HP Meter Y-Axis": "210",
|
||
"MP Number X-Axis": "208",
|
||
"MP Number Y-Axis": "155",
|
||
"MP Meter X-Axis": "203",
|
||
"MP Meter Y-Axis": "210",
|
||
"TP Number X-Axis": "366",
|
||
"TP Number Y-Axis": "155",
|
||
"TP Meter X-Axis": "364",
|
||
"TP Meter Y-Axis": "210",
|
||
"ATK Number X-Axis": "50",
|
||
"ATK Number Y-Axis": "211",
|
||
"ATK Meter X-Axis": "45",
|
||
"ATK Meter Y-Axis": "266",
|
||
"MAT Number X-Axis": "208",
|
||
"MAT Number Y-Axis": "211",
|
||
"MAT Meter X-Axis": "203",
|
||
"MAT Meter Y-Axis": "266",
|
||
"AGI Number X-Axis": "366",
|
||
"AGI Number Y-Axis": "211",
|
||
"AGI Meter X-Axis": "364",
|
||
"AGI Meter Y-Axis": "266",
|
||
"DEF Number X-Axis": "50",
|
||
"DEF Number Y-Axis": "267",
|
||
"DEF Meter X-Axis": "45",
|
||
"DEF Meter Y-Axis": "322",
|
||
"MDF Number X-Axis": "208",
|
||
"MDF Number Y-Axis": "267",
|
||
"MDF Meter X-Axis": "203",
|
||
"MDF Meter Y-Axis": "322",
|
||
"LUK Number X-Axis": "368",
|
||
"LUK Number Y-Axis": "267",
|
||
"LUK Meter X-Axis": "364",
|
||
"LUK Meter Y-Axis": "322",
|
||
"Weapon X-Axis": "7",
|
||
"Weapon Y-Axis": "347",
|
||
"Shield X-Axis": "7",
|
||
"Shield Y-Axis": "398",
|
||
"Helmet X-Axis": "7",
|
||
"Helmet Y-Axis": "449",
|
||
"Armor X-Axis": "261",
|
||
"Armor Y-Axis": "376",
|
||
"Accessory X-Axis": "261",
|
||
"Accessory Y-Axis": "427",
|
||
"Class X-Axis": "260",
|
||
"Class Y-Axis": "320",
|
||
"Profile X-Axis": "0",
|
||
"Profile Y-Axis": "505",
|
||
},
|
||
},
|
||
{
|
||
name: "MOG_SceneMenu_FileRename",
|
||
status: true,
|
||
description: "MOG SceneMenu / BattleCommandsでファイル名を変更します",
|
||
parameters: {
|
||
changeFileList:
|
||
'["{\\"menuCommand\\":\\"Items\\",\\"loadFile\\":\\"Item\\"}","{\\"menuCommand\\":\\"Equipment\\",\\"loadFile\\":\\"Equip\\"}","{\\"menuCommand\\":\\"Skill\\",\\"loadFile\\":\\"Skill\\"}","{\\"menuCommand\\":\\"Status\\",\\"loadFile\\":\\"Status\\"}","{\\"menuCommand\\":\\"Sort\\",\\"loadFile\\":\\"Formation\\"}","{\\"menuCommand\\":\\"Options\\",\\"loadFile\\":\\"Options\\"}","{\\"menuCommand\\":\\"Save\\",\\"loadFile\\":\\"Save\\"}","{\\"menuCommand\\":\\"Quit Game\\",\\"loadFile\\":\\"GameEnd\\"}","{\\"menuCommand\\":\\"Com_攻撃\\",\\"loadFile\\":\\"Com_Attack\\"}","{\\"menuCommand\\":\\"Com_防御\\",\\"loadFile\\":\\"Com_Guard\\"}","{\\"menuCommand\\":\\"Com_アイテム\\",\\"loadFile\\":\\"Com_Item\\"}","{\\"menuCommand\\":\\"Com_魔法\\",\\"loadFile\\":\\"Com_Magic\\"}","{\\"menuCommand\\":\\"Com_必殺技\\",\\"loadFile\\":\\"Com_Special\\"}"]',
|
||
},
|
||
},
|
||
{
|
||
name: "---------------------",
|
||
status: false,
|
||
description: "",
|
||
parameters: {},
|
||
},
|
||
{
|
||
name: "DotMoveSystem_FunctionEx",
|
||
status: true,
|
||
description: "ドット移動システム機能拡張 v1.0.1",
|
||
parameters: {
|
||
PlayerInfo:
|
||
'{"Width":"1","Height":"1","OffsetX":"0","OffsetY":"0","SlideLengthX":"0.5","SlideLengthY":"0.5"}',
|
||
FollowerInfo:
|
||
'{"Width":"1","Height":"1","OffsetX":"0","OffsetY":"0","SlideLengthX":"0.75","SlideLengthY":"0.75"}',
|
||
ThroughIfCollided: "false",
|
||
},
|
||
},
|
||
{
|
||
name: "TRP_AdjustPicturePositionForZoom",
|
||
status: true,
|
||
description: "ズーム時に等倍表示しているピクチャのボケを修正",
|
||
parameters: {},
|
||
},
|
||
];
|