1460 lines
55 KiB
JavaScript
1460 lines
55 KiB
JavaScript
// Generated by RPG Maker.
|
||
// Do not edit this file directly.
|
||
var $plugins = [{
|
||
"name": "PluginCommonBase",
|
||
"status": true,
|
||
"description": "パラメータ解析を提供する共通基盤です",
|
||
"parameters": {}
|
||
}, {
|
||
"name": "KN_ErrorHandler",
|
||
"status": true,
|
||
"description": "Adds map/event context to error output for easier debugging.",
|
||
"parameters": {}
|
||
}, {
|
||
"name": "EventCommandByCode",
|
||
"status": true,
|
||
"description": "コードとパラメータを指定してイベントコマンドを実行します。",
|
||
"parameters": {}
|
||
}, {
|
||
"name": "TextScriptBase",
|
||
"status": true,
|
||
"description": "テキストやスクリプトをデータベースとして登録、参照できます。",
|
||
"parameters": {
|
||
"TextList": "[]"
|
||
}
|
||
}, {
|
||
"name": "DevToolsManage",
|
||
"status": true,
|
||
"description": "開発支援プラグイン",
|
||
"parameters": {
|
||
"StartupDevTool": "true",
|
||
"ShortcutList": "[\"{\\\"Command\\\":\\\"ToggleRapid\\\",\\\"HotKey\\\":\\\"F1\\\",\\\"Alt\\\":\\\"false\\\",\\\"Ctrl\\\":\\\"false\\\"}\",\"{\\\"Command\\\":\\\"ForceAbort\\\",\\\"HotKey\\\":\\\"F3\\\",\\\"Alt\\\":\\\"false\\\",\\\"Ctrl\\\":\\\"false\\\"}\",\"{\\\"Command\\\":\\\"ForceVictory\\\",\\\"HotKey\\\":\\\"F6\\\",\\\"Alt\\\":\\\"false\\\",\\\"Ctrl\\\":\\\"false\\\"}\",\"{\\\"Command\\\":\\\"ForceDefeat\\\",\\\"HotKey\\\":\\\"F7\\\",\\\"Alt\\\":\\\"false\\\",\\\"Ctrl\\\":\\\"false\\\"}\"]",
|
||
"ShowFPS": "OFF",
|
||
"CutTitle": "0",
|
||
"RapidStart": "false",
|
||
"RapidSpeed": "4",
|
||
"SlowSpeed": "2",
|
||
"InvalidMessageSkip": "false",
|
||
"MenuBarVisible": "false",
|
||
"ClickMenu": "-1",
|
||
"OutputStartupInfo": "true",
|
||
"StartupOnTop": "false",
|
||
"UseReloadData": "true",
|
||
"UseBreakPoint": "false"
|
||
}
|
||
}, {
|
||
"name": "KN_Core",
|
||
"status": true,
|
||
"description": "コア機能を提供(予定) 一番上で呼ぶ",
|
||
"parameters": {}
|
||
}, {
|
||
"name": "KN_Constants",
|
||
"status": true,
|
||
"description": "プロジェクト共通定数 一番上で呼ぶ",
|
||
"parameters": {}
|
||
}, {
|
||
"name": "KN_AssetRequired",
|
||
"status": true,
|
||
"description": "共通アセット登録(自動生成)",
|
||
"parameters": {}
|
||
}, {
|
||
"name": "KN_AssetStill",
|
||
"status": true,
|
||
"description": "スチル画像登録(自動生成)",
|
||
"parameters": {}
|
||
}, {
|
||
"name": "KN_AssetAudio",
|
||
"status": true,
|
||
"description": "音声ファイル登録(自動生成)",
|
||
"parameters": {}
|
||
}, {
|
||
"name": "KN_Anime",
|
||
"status": false,
|
||
"description": "アニメ",
|
||
"parameters": {}
|
||
}, {
|
||
"name": "KN_AutoUseOnGain",
|
||
"status": true,
|
||
"description": "取得時に指定アイテムを自動で使用します(スイッチでON/OFF)",
|
||
"parameters": {}
|
||
}, {
|
||
"name": "KN_ArtifactBonus",
|
||
"status": true,
|
||
"description": "遺物ボーナス効果を定義します。",
|
||
"parameters": {}
|
||
}, {
|
||
"name": "KN_Boot",
|
||
"status": true,
|
||
"description": "ブート時の設定",
|
||
"parameters": {}
|
||
}, {
|
||
"name": "KN_Camera",
|
||
"status": true,
|
||
"description": "カメラ機能の提供",
|
||
"parameters": {
|
||
"adjustX": "-4",
|
||
"adjustY": "0",
|
||
"defaultZoomScale": "1.5"
|
||
}
|
||
}, {
|
||
"name": "KN_Chest",
|
||
"status": true,
|
||
"description": "スキル",
|
||
"parameters": {}
|
||
}, {
|
||
"name": "KN_EroStatus",
|
||
"status": false,
|
||
"description": "エロステ画面",
|
||
"parameters": {}
|
||
}, {
|
||
"name": "KN_EventItem",
|
||
"status": true,
|
||
"description": "アイテム選択の表示条件プラグイン",
|
||
"parameters": {
|
||
"DefaultVisible": "true",
|
||
"RefreshSwitchId": "0",
|
||
"ConditionList": "[]"
|
||
}
|
||
}, {
|
||
"name": "KN_Equipment",
|
||
"status": true,
|
||
"description": "装備画面改変",
|
||
"parameters": {}
|
||
}, {
|
||
"name": "KN_EventSpawn",
|
||
"status": true,
|
||
"description": "イベント生成機能",
|
||
"parameters": {}
|
||
}, {
|
||
"name": "KN_FloorManager",
|
||
"status": true,
|
||
"description": "階層管理プラグイン",
|
||
"parameters": {}
|
||
}, {
|
||
"name": "KN_ForceDebugMode",
|
||
"status": true,
|
||
"description": "ビルド版でデバッグ機能を強制的に有効化するプラグイン",
|
||
"parameters": {}
|
||
}, {
|
||
"name": "KN_EventHelper",
|
||
"status": true,
|
||
"description": "Eventの便利機能を提供",
|
||
"parameters": {}
|
||
}, {
|
||
"name": "KN_GameClearResult",
|
||
"status": true,
|
||
"description": "ゲームクリア時のリザルト画面を表示",
|
||
"parameters": {
|
||
"defeatCountVar": "23",
|
||
"chestCountVar": "24",
|
||
"totalDefeatCountVar": "49",
|
||
"totalChestCountVar": "50",
|
||
"totalExpVar": "51"
|
||
}
|
||
}, {
|
||
"name": "KN_Item",
|
||
"status": true,
|
||
"description": "アイテム改変",
|
||
"parameters": {}
|
||
}, {
|
||
"name": "KN_ItemGainCommonEvent",
|
||
"status": true,
|
||
"description": "アイテム取得時にメモ欄の <commonEventId:数値> で指定したコモンイベントを呼び出すプラグイン",
|
||
"parameters": {}
|
||
}, {
|
||
"name": "KN_Input",
|
||
"status": true,
|
||
"description": "入力設定",
|
||
"parameters": {}
|
||
}, {
|
||
"name": "KN_Map",
|
||
"status": true,
|
||
"description": "MAP機能いろいろ",
|
||
"parameters": {
|
||
"EnableStand": "true",
|
||
"EnableMotion": "true"
|
||
}
|
||
}, {
|
||
"name": "KN_MapGallery",
|
||
"status": false,
|
||
"description": "KN_MAPに依存 下に追加",
|
||
"parameters": {}
|
||
}, {
|
||
"name": "KN_MapBattle",
|
||
"status": true,
|
||
"description": "マップバトル",
|
||
"parameters": {}
|
||
}, {
|
||
"name": "KN_MapBattleActionManager",
|
||
"status": true,
|
||
"description": "マップバトルのアクション(アイテム、スキル、攻撃とか)の管理プラグイン",
|
||
"parameters": {}
|
||
}, {
|
||
"name": "KN_MapBattleSimulator",
|
||
"status": true,
|
||
"description": "マップバトルシミュレーター",
|
||
"parameters": {}
|
||
}, {
|
||
"name": "KN_Niboshi",
|
||
"status": true,
|
||
"description": "にぼし関連ユーティリティ",
|
||
"parameters": {}
|
||
}, {
|
||
"name": "KN_NoGameOver",
|
||
"status": true,
|
||
"description": "ゲームオーバーなどいらぬ",
|
||
"parameters": {}
|
||
}, {
|
||
"name": "KN_NoSellItems",
|
||
"status": true,
|
||
"description": "メモ欄に<NoSell>があるアイテムを売却リストから除外します(買いは可能)",
|
||
"parameters": {}
|
||
}, {
|
||
"name": "KN_QuickSave",
|
||
"status": true,
|
||
"description": "クイックセーブ機能を実装します。",
|
||
"parameters": {}
|
||
}, {
|
||
"name": "KN_RaceEffect",
|
||
"status": true,
|
||
"description": "種族特攻システム",
|
||
"parameters": {}
|
||
}, {
|
||
"name": "KN_StillManager",
|
||
"status": true,
|
||
"description": "スチル表示 ADV/回想共通 表示時に自動解放記録 ID登録/表示対応+ギャラリー",
|
||
"parameters": {}
|
||
}, {
|
||
"name": "KN_SimpleMenu",
|
||
"status": true,
|
||
"description": "シンプルなメニューを表示するプラグイン例",
|
||
"parameters": {}
|
||
}, {
|
||
"name": "KN_Save",
|
||
"status": true,
|
||
"description": "セーブ改変 テスト時は平文、リリース時は暗号化",
|
||
"parameters": {}
|
||
}, {
|
||
"name": "KN_SaveMigration",
|
||
"status": true,
|
||
"description": "セーブデータ移行・修正管理プラグイン",
|
||
"parameters": {}
|
||
}, {
|
||
"name": "KN_Status",
|
||
"status": false,
|
||
"description": "ステータス画面改変",
|
||
"parameters": {}
|
||
}, {
|
||
"name": "KN_StatusPoint",
|
||
"status": true,
|
||
"description": "KN: ステータスポイント管理プラグイン(単一アクター向け)",
|
||
"parameters": {
|
||
"pointsPerLevel": "1"
|
||
}
|
||
}, {
|
||
"name": "KN_StateNotify",
|
||
"status": true,
|
||
"description": "ステート解除時の通知とデバッグ機能",
|
||
"parameters": {
|
||
"notifyOnRemove": "true",
|
||
"debugMode": "true",
|
||
"excludeStates": "1,2,3"
|
||
}
|
||
}, {
|
||
"name": "KN_Shop",
|
||
"status": true,
|
||
"description": "ショップ(らんだむ商品、在庫設定)",
|
||
"parameters": {}
|
||
}, {
|
||
"name": "KN_Title",
|
||
"status": false,
|
||
"description": "タイトル改造",
|
||
"parameters": {}
|
||
}, {
|
||
"name": "KN_Util",
|
||
"status": true,
|
||
"description": "便利機能を提供",
|
||
"parameters": {}
|
||
}, {
|
||
"name": "KN_VolumeStepCustomize",
|
||
"status": true,
|
||
"description": "オプション画面の音量調整幅を変更します",
|
||
"parameters": {
|
||
"volumeStep": "10"
|
||
}
|
||
}, {
|
||
"name": "KN_ChestTest",
|
||
"status": true,
|
||
"description": "宝箱アイテム選択テスト用プラグイン",
|
||
"parameters": {}
|
||
}, {
|
||
"name": "MPP_ChoiceEX",
|
||
"status": true,
|
||
"description": "選択肢の機能を拡張します。",
|
||
"parameters": {
|
||
"Max Page Row": "6",
|
||
"Disabled Position": "none",
|
||
"Choice Help Commands": "[\"ChoiceHelp\",\"<ChoiceHelp>\",\"選択肢ヘルプ\",\"<選択肢ヘルプ>\"]"
|
||
}
|
||
}, {
|
||
"name": "MPP_ChoiceEX_Op1",
|
||
"status": true,
|
||
"description": "選択肢を追加していき、表示させる機能を追加します。",
|
||
"parameters": {}
|
||
}, {
|
||
"name": "MPP_HiddenPassage",
|
||
"status": true,
|
||
"description": "指定したリージョンIDのタイルをプレイヤーより上に表示させます。",
|
||
"parameters": {
|
||
"Passable Region Ids": "32",
|
||
"Impassable Region Ids": "33"
|
||
}
|
||
}, {
|
||
"name": "MPP_MapLight",
|
||
"status": true,
|
||
"description": "マップの明るさを設定できるようにします。",
|
||
"parameters": {
|
||
"Light Colors": "[\"255,255,255\",\"192,128,64\",\"255,0,0\",\"255,215,0\",\"66,44,66\",\"0,0,0\"]",
|
||
"Front Light": "{\"Radius\":\"6\",\"Angle\":\"90\",\"Oy\":\"4\",\"Turn Duration\":\"24\"}",
|
||
"Darkness Size": "3",
|
||
"Additive Alpha": "0"
|
||
}
|
||
}, {
|
||
"name": "MPP_MapLight_Op2",
|
||
"status": false,
|
||
"description": "リージョンでそのタイルの明るさが変わります。",
|
||
"parameters": {
|
||
"Light Level 1 Regions": "1,9,17,25,33,41,49,57",
|
||
"Light Level 2 Regions": "2,10,18,26,34,42,50,58",
|
||
"Light Level 3 Regions": "3,11,19,27,35,43,51,59",
|
||
"Light Level 4 Regions": "4,12,20,28,36,44,52,60",
|
||
"Light Level 5 Regions": "5,13,21,29,37,45,53,61",
|
||
"Light Level 6 Regions": "6,14,22,30,38,46,54,62",
|
||
"Light Level 7 Regions": "7,15,23,31,39,47,55,63"
|
||
}
|
||
}, {
|
||
"name": "MPP_MessageEX",
|
||
"status": false,
|
||
"description": "文章表示の機能を拡張したり表示の演出を追加します。",
|
||
"parameters": {
|
||
"Text Set": "[]",
|
||
"Wait Effects": "{\"Scroll Map\":\"true\",\"Set Movement Route\":\"true\",\"Show Animation\":\"true\",\"Show Balloon Icon\":\"true\",\"Move Picture\":\"true\",\"Tint Picture\":\"true\",\"Tint Screen\":\"true\",\"Flash Screen\":\"true\",\"Shake Screen\":\"false\",\"Set Weather Effect\":\"false\",\"Fadeout BGM\":\"false\",\"Fadeout BGS\":\"false\",\"Play ME\":\"false\"}",
|
||
"Skip Effects": "{\"Scroll Map\":\"true\",\"Set Movement Route\":\"true\",\"Move Picture\":\"true\",\"Tint Picture\":\"true\",\"Tint Screen\":\"false\",\"Flash Screen\":\"false\",\"Shake Screen\":\"false\",\"Set Weather Effect\":\"false\"}",
|
||
"Skip Effects Timing": "skip",
|
||
"Ruby Font Size": "14",
|
||
"Ruby Oy": "0",
|
||
"Ruby Outline Width": "2",
|
||
"Always Leave Ruby Height": "false",
|
||
"Default": "{\"Anime Type\":\"0\",\"Message Row\":\"4\",\"FadeOut Type\":\"0\",\"Text Speed\":\"60\",\"Outline Color\":\"0,0,0,0.5\",\"Outline Width\":\"3\",\"Ruby Color\":\"255,255,255\"}"
|
||
}
|
||
}, {
|
||
"name": "MPP_MessageEX_Op1",
|
||
"status": false,
|
||
"description": "文章の表示に名前ウィンドウや顔グラフィックウィンドウに関する機能を追加します。",
|
||
"parameters": {
|
||
"Name Window": "{\"Offset X\":\"0\",\"Offset Y\":\"0\",\"Padding\":\"12\",\"Offset Line Spacing\":\"0\",\"Windowskin\":\"Window\",\"Default Color\":\"0\",\"Font Size\":\"\",\"Ruby Color\":\"255,255,255\",\"Always Leave Ruby Height\":\"false\",\"Fixed Width\":\"0\"}",
|
||
"Face Window": "{\"Offset X\":\"0\",\"Offset Y\":\"0\",\"Padding\":\"12\",\"Windowskin\":\"Window\"}"
|
||
}
|
||
}, {
|
||
"name": "MPP_MessageSE",
|
||
"status": true,
|
||
"description": "文章の表示にSEを鳴らす機能を追加します。",
|
||
"parameters": {
|
||
"Character Ses": "[\"{\\\"name\\\":\\\"SE-LAB/pa\\\",\\\"volume\\\":\\\"90\\\",\\\"pitch\\\":\\\"100\\\",\\\"pan\\\":\\\"0\\\"}\",\"{\\\"name\\\":\\\"SE-LAB/pa\\\",\\\"volume\\\":\\\"90\\\",\\\"pitch\\\":\\\"50\\\",\\\"pan\\\":\\\"0\\\"}\"]",
|
||
"Se Interval": "4",
|
||
"Stop Se When Skip": "true"
|
||
}
|
||
}, {
|
||
"name": "MPP_MoveRouteEX",
|
||
"status": true,
|
||
"description": "移動ルートに関するコマンド詰め合わせ。",
|
||
"parameters": {}
|
||
}, {
|
||
"name": "MPP_Pseudo3DBattle",
|
||
"status": true,
|
||
"description": "戦闘中、立体的にカメラが移動する機能が追加されます。",
|
||
"parameters": {
|
||
"Battleback Scale": "1.3",
|
||
"Drift Delay": "120",
|
||
"Battleback2 Pivot Y Fixes": "[]"
|
||
}
|
||
}, {
|
||
"name": "MPP_SelfVariable",
|
||
"status": false,
|
||
"description": "各イベントにセルフ変数を追加します。",
|
||
"parameters": {
|
||
"Variables": "62-70"
|
||
}
|
||
}, {
|
||
"name": "TorigoyaMZ_FrameTween",
|
||
"status": true,
|
||
"description": "[鳥小屋.txt ベースプラグイン] Tweenアニメーション (v.2.2.1)",
|
||
"parameters": {}
|
||
}, {
|
||
"name": "TorigoyaMZ_NotifyMessage",
|
||
"status": true,
|
||
"description": "通知メッセージプラグイン (v.1.6.2)",
|
||
"parameters": {
|
||
"base": "",
|
||
"baseAnimationDirection": "bottomToTop",
|
||
"baseAppearTime": "15",
|
||
"baseViewTime": "6000",
|
||
"baseFontSize": "14",
|
||
"basePadding": "4",
|
||
"baseLeftPadding": "10",
|
||
"baseRightPadding": "10",
|
||
"baseItemPadding": "5",
|
||
"baseSound": "{\"name\":\"\",\"volume\":\"90\",\"pitch\":\"100\",\"pan\":\"0\"}",
|
||
"advanced": "",
|
||
"advancedVisibleSwitch": "15",
|
||
"advancedBackgroundColor1": "rgba(0, 0, 0, 0.8)",
|
||
"advancedBackgroundColor2": "rgba(0, 0, 0, 0.2)",
|
||
"advancedUiPaddingTop": "0",
|
||
"advancedUiPaddingBottom": "300",
|
||
"advancedAppendScenes": "[]",
|
||
"advancedKeepMessage": "true"
|
||
}
|
||
}, {
|
||
"name": "TorigoyaMZ_NotifyMessage_AddonGetItem",
|
||
"status": true,
|
||
"description": "通知メッセージアドオン: アイテム獲得表示 (v.1.3.0)",
|
||
"parameters": {
|
||
"base": "",
|
||
"baseGainSingleMessage": "Obtained \\c[2]\\name\\c[0]!",
|
||
"baseGainMultiMessage": "Obtained \\c[2]\\name\\c[0] ×\\count!",
|
||
"baseGainMoneyMessage": "Obtained \\gold\\c[4]\\G\\c[0]!",
|
||
"baseGainMoneyIcon": "0",
|
||
"advanced": "",
|
||
"advancedSwitch": "0",
|
||
"advancedShowHiddenItem": "false",
|
||
"advancedGainItemSound": "{\"overwrite\":\"false\",\"sound\":\"{\\\"name\\\":\\\"\\\",\\\"volume\\\":\\\"90\\\",\\\"pitch\\\":\\\"100\\\",\\\"pan\\\":\\\"0\\\"}\"}",
|
||
"advancedGainMoneySound": "{\"overwrite\":\"false\",\"sound\":\"{\\\"name\\\":\\\"\\\",\\\"volume\\\":\\\"90\\\",\\\"pitch\\\":\\\"100\\\",\\\"pan\\\":\\\"0\\\"}\"}"
|
||
}
|
||
}, {
|
||
"name": "TorigoyaMZ_NotifyMessage_fix",
|
||
"status": true,
|
||
"description": "修正パッチ TorigoyaMZ_NotifyMessage(Shiftで透過+内部ログ管理)",
|
||
"parameters": {}
|
||
}, {
|
||
"name": "TorigoyaMZ_NotifyMessage_AddonGetItem_fix",
|
||
"status": true,
|
||
"description": "修正パッチ TorigoyaMZ_NotifyMessage_AddonGetItem",
|
||
"parameters": {}
|
||
}, {
|
||
"name": "TorigoyaMZ_EnemyHpBar",
|
||
"status": true,
|
||
"description": "敵にHPバーを表示プラグイン (v.1.2.0)",
|
||
"parameters": {
|
||
"base": "",
|
||
"basePosition": "top",
|
||
"basePosX": "0",
|
||
"basePosY": "0",
|
||
"customize": "",
|
||
"customizeCondition": "always",
|
||
"customizeGaugeWidth": "100",
|
||
"customizeGaugeHeight": "10",
|
||
"customizeDrawLabel": "false",
|
||
"customizeLabelWidth": "20",
|
||
"customizeLabelFontSize": "16",
|
||
"customizeValueFontSize": "20",
|
||
"customizeMaskHpValue": "?????"
|
||
}
|
||
}, {
|
||
"name": "AltKeyPatch",
|
||
"status": true,
|
||
"description": "Altキー分離パッチ",
|
||
"parameters": {}
|
||
}, {
|
||
"name": "AudioSuppression",
|
||
"status": true,
|
||
"description": "オーディオ音量抑制プラグイン",
|
||
"parameters": {
|
||
"triggerSwitch": "11",
|
||
"minVolume": "20",
|
||
"fadeTime": "30"
|
||
}
|
||
}, {
|
||
"name": "AutoBattle",
|
||
"status": false,
|
||
"description": "自動戦闘プラグイン",
|
||
"parameters": {
|
||
"PartyCommandName": "Auto",
|
||
"PartyCommandIndex": "-1",
|
||
"ActorCommandName": "Auto",
|
||
"ActorCommandIndex": "-1",
|
||
"AutoSwitch": "14"
|
||
}
|
||
}, {
|
||
"name": "BattleRecord",
|
||
"status": true,
|
||
"description": "戦績プラグイン",
|
||
"parameters": {}
|
||
}, {
|
||
"name": "BigEnemy",
|
||
"status": true,
|
||
"description": "巨大モンスタープラグイン",
|
||
"parameters": {
|
||
"animationOffsetY": "0"
|
||
}
|
||
}, {
|
||
"name": "CharacterGraphicExtend",
|
||
"status": true,
|
||
"description": "キャラクターグラフィック表示拡張プラグイン",
|
||
"parameters": {
|
||
"EventHideInvalid": "false"
|
||
}
|
||
}, {
|
||
"name": "CharacterPopupDamage",
|
||
"status": true,
|
||
"description": "キャラクターのダメージポッププラグイン",
|
||
"parameters": {
|
||
"PlaySe": "false",
|
||
"SuppressSwitchId": "0",
|
||
"OffsetX": "0",
|
||
"OffsetY": "0",
|
||
"HpAutoPop": "true",
|
||
"MpAutoPop": "true",
|
||
"TpAutoPop": "true",
|
||
"IncreaseAutoPop": "true",
|
||
"DecreaseAutoPop": "true",
|
||
"DisableAutoPop": "12",
|
||
"MpDamageSe": "",
|
||
"Rotation": "false",
|
||
"RadiusX": "40",
|
||
"RadiusY": "40",
|
||
"RotateSpeed": "60",
|
||
"Scale": "75",
|
||
"ScaleDelta": "0",
|
||
"OnTop": "false"
|
||
}
|
||
}, {
|
||
"name": "CustomizeConfigDefault",
|
||
"status": true,
|
||
"description": "オプションデフォルト値設定プラグイン",
|
||
"parameters": {
|
||
"AlwaysDash": "true",
|
||
"CommandRemember": "false",
|
||
"TouchUi": "false",
|
||
"BgmVolume": "40",
|
||
"BgsVolume": "60",
|
||
"MeVolume": "60",
|
||
"SeVolume": "60",
|
||
"EraseAlwaysDash": "false",
|
||
"EraseCommandRemember": "true",
|
||
"EraseTouchUi": "true",
|
||
"EraseBgmVolume": "false",
|
||
"EraseBgsVolume": "false",
|
||
"EraseMeVolume": "false",
|
||
"EraseSeVolume": "false"
|
||
}
|
||
}, {
|
||
"name": "CustomizeConfigItem",
|
||
"status": true,
|
||
"description": "オプション任意項目作成プラグイン",
|
||
"parameters": {
|
||
"NumberOptions": "",
|
||
"StringOptions": "[\"{\\\"Name\\\":\\\"Text Auto Speed\\\",\\\"DefaultValue\\\":\\\"1\\\",\\\"VariableID\\\":\\\"16\\\",\\\"HiddenFlag\\\":\\\"false\\\",\\\"Script\\\":\\\"\\\",\\\"StringItems\\\":\\\"[\\\\\\\"Slow\\\\\\\",\\\\\\\"Normal\\\\\\\",\\\\\\\"Fast\\\\\\\"]\\\",\\\"AddPosition\\\":\\\"\\\",\\\"PaddingTop\\\":\\\"0\\\"}\",\"{\\\"Name\\\":\\\"Battle Settings\\\",\\\"DefaultValue\\\":\\\"0\\\",\\\"VariableID\\\":\\\"19\\\",\\\"HiddenFlag\\\":\\\"false\\\",\\\"Script\\\":\\\"\\\",\\\"StringItems\\\":\\\"[\\\\\\\"Normal\\\\\\\",\\\\\\\"Safe\\\\\\\",\\\\\\\"Skip\\\\\\\"]\\\",\\\"AddPosition\\\":\\\"\\\",\\\"PaddingTop\\\":\\\"0\\\"}\"]",
|
||
"SwitchOptions": "[\"{\\\"Name\\\":\\\"Equipment Upgrade Setting\\\",\\\"DefaultValue\\\":\\\"false\\\",\\\"SwitchID\\\":\\\"18\\\",\\\"OnText\\\":\\\"Auto\\\",\\\"OffText\\\":\\\"Manual\\\",\\\"HiddenFlag\\\":\\\"false\\\",\\\"Script\\\":\\\"\\\",\\\"AddPosition\\\":\\\"\\\",\\\"PaddingTop\\\":\\\"0\\\"}\",\"{\\\"Name\\\":\\\"Log Display\\\",\\\"DefaultValue\\\":\\\"true\\\",\\\"SwitchID\\\":\\\"15\\\",\\\"OnText\\\":\\\"Show\\\",\\\"OffText\\\":\\\"Hide\\\",\\\"HiddenFlag\\\":\\\"false\\\",\\\"Script\\\":\\\"\\\",\\\"AddPosition\\\":\\\"\\\",\\\"PaddingTop\\\":\\\"0\\\"}\"]",
|
||
"VolumeOptions": "",
|
||
"CustomOrder": "[\"NumberOptions\",\"StringOptions\",\"SwitchOptions\",\"VolumeOptions\"]"
|
||
}
|
||
}, {
|
||
"name": "CommonWithParameter",
|
||
"status": true,
|
||
"description": "引数付きコモン呼び出しプラグイン",
|
||
"parameters": {
|
||
"arguments": "[]"
|
||
}
|
||
}, {
|
||
"name": "CommonInterceptor",
|
||
"status": true,
|
||
"description": "割り込みコモンイベントプラグイン",
|
||
"parameters": {
|
||
"newGameCommon": "1",
|
||
"loadCommon": "0",
|
||
"menuCommon": "0",
|
||
"parallel": "true"
|
||
}
|
||
}, {
|
||
"name": "DTextPicture",
|
||
"status": true,
|
||
"description": "動的文字列ピクチャ生成プラグイン",
|
||
"parameters": {
|
||
"frameWindowSkin": "",
|
||
"frameWindowPadding": "16",
|
||
"padCharacter": "4",
|
||
"prefixText": "",
|
||
"widthVariable": "0",
|
||
"heightVariable": "0",
|
||
"betweenVariableId": "0"
|
||
}
|
||
}, {
|
||
"name": "DynamicDatabase",
|
||
"status": true,
|
||
"description": "動的データベース構築プラグイン",
|
||
"parameters": {
|
||
"dynamicTerm": "false"
|
||
}
|
||
}, {
|
||
"name": "EventLabel",
|
||
"status": true,
|
||
"description": "イベントラベルプラグイン",
|
||
"parameters": {
|
||
"showDefault": "false",
|
||
"hideNoImage": "true",
|
||
"hideNameEv": "false",
|
||
"fontSize": "16",
|
||
"backColor": "rgba(0,0,0,0.5)",
|
||
"padding": "2",
|
||
"borderColor": "rgba(255,255,255,0)",
|
||
"borderSize": "0",
|
||
"showTail": "true",
|
||
"tailWidth": "12",
|
||
"tailHeight": "8",
|
||
"invisibleSwitchId": "17"
|
||
}
|
||
}, {
|
||
"name": "EventMovableLimitation",
|
||
"status": true,
|
||
"description": "イベント移動範囲制限プラグイン",
|
||
"parameters": {}
|
||
}, {
|
||
"name": "FixChoiceListWindowY",
|
||
"status": true,
|
||
"description": "選択肢ウィンドウのY座標固定パッチ",
|
||
"parameters": {
|
||
"y": "438"
|
||
}
|
||
}, {
|
||
"name": "ItemCallScript",
|
||
"status": true,
|
||
"description": "スクリプト呼び出しアイテムプラグイン",
|
||
"parameters": {
|
||
"scriptTagName": "SCRIPT"
|
||
}
|
||
}, {
|
||
"name": "MessageWindowHidden",
|
||
"status": true,
|
||
"description": "メッセージウィンドウ一時消去プラグイン",
|
||
"parameters": {
|
||
"triggerButton": "[\"右クリック\",\"shift\"]",
|
||
"triggerSwitch": "0",
|
||
"linkPictureNumbers": "[]",
|
||
"linkShowPictureNumbers": "[]",
|
||
"disableLinkSwitchId": "0",
|
||
"disableSwitchId": "0",
|
||
"disableInBattle": "false",
|
||
"disableInChoice": "true"
|
||
}
|
||
}, {
|
||
"name": "MessageSkip",
|
||
"status": true,
|
||
"description": "メッセージスキッププラグイン",
|
||
"parameters": {
|
||
"スキップキー": "control",
|
||
"オートキー": "A",
|
||
"スキップスイッチ": "0",
|
||
"オートスイッチ": "0",
|
||
"スキップアイコン": "140",
|
||
"オートアイコン": "75",
|
||
"スキップアイコンピクチャ": "",
|
||
"オートアイコンピクチャ": "",
|
||
"アイコンX": "0",
|
||
"アイコンY": "0",
|
||
"押し続けスキップ": "true",
|
||
"ピクチャは押し続け対象外": "true",
|
||
"オート待機フレーム": "60 + textSize * [5, 3, 1][\\v[16]]",
|
||
"終了解除スイッチID": "0",
|
||
"スキップピクチャ": "",
|
||
"スキップピクチャX": "500",
|
||
"スキップピクチャY": "0",
|
||
"オートピクチャ": "",
|
||
"オートピクチャX": "750",
|
||
"オートピクチャY": "0",
|
||
"スイッチピクチャ": "",
|
||
"スイッチピクチャトリガー": "0",
|
||
"スイッチピクチャX": "750",
|
||
"スイッチピクチャY": "0",
|
||
"ボタン原点": "0",
|
||
"ボタン表示スイッチID": "0",
|
||
"ピクチャ座標タイプ": "relative",
|
||
"無効化スイッチ": "0",
|
||
"skipWait": "false"
|
||
}
|
||
}, {
|
||
"name": "MessageAlignCenter",
|
||
"status": true,
|
||
"description": "メッセージの中央揃えプラグイン",
|
||
"parameters": {
|
||
"escapeCharacterCenter": "ac",
|
||
"escapeCharacterRight": "ar",
|
||
"escapeCharacterVCenter": "vc",
|
||
"escapeCharacterVBottom": "vb"
|
||
}
|
||
}, {
|
||
"name": "MouseInvalidate",
|
||
"status": false,
|
||
"description": "タッチ操作無効化プラグイン",
|
||
"parameters": {}
|
||
}, {
|
||
"name": "MapNameExtend",
|
||
"status": false,
|
||
"description": "マップ名表示拡張プラグイン",
|
||
"parameters": {
|
||
"positionX": "0",
|
||
"positionY": "0",
|
||
"centering": "false",
|
||
"moveXInFade": "1",
|
||
"moveYInFace": "0",
|
||
"allDuration": "180",
|
||
"fadeInSpeed": "16",
|
||
"viewDelay": "0",
|
||
"width": "0",
|
||
"height": "0",
|
||
"showWindow": "false",
|
||
"backgroundImage": "ui/map_name_bg",
|
||
"showReal": "true",
|
||
"mapNameFormat": "\\v[18]F %1",
|
||
"useControlCharacter": "true",
|
||
"noSameNameDisplay": "true",
|
||
"hideSwitch": "0",
|
||
"hideInEventRunning": "false",
|
||
"showOnMessage": "false"
|
||
}
|
||
}, {
|
||
"name": "ParallelBgs",
|
||
"status": true,
|
||
"description": "BGS並行演奏プラグイン",
|
||
"parameters": {}
|
||
}, {
|
||
"name": "ParamTransfer",
|
||
"status": true,
|
||
"description": "パラメータ変換プラグイン",
|
||
"parameters": {}
|
||
}, {
|
||
"name": "SelfSwitchTemporary",
|
||
"status": true,
|
||
"description": "一時セルフスイッチプラグイン",
|
||
"parameters": {
|
||
"clearTransfer": "true",
|
||
"defaultTemporary": "[]"
|
||
}
|
||
}, {
|
||
"name": "ScrollForceCenter",
|
||
"status": true,
|
||
"description": "強制中央スクロールプラグイン",
|
||
"parameters": {
|
||
"adjustX": "0",
|
||
"adjustY": "0"
|
||
}
|
||
}, {
|
||
"name": "SimpleVoice",
|
||
"status": false,
|
||
"description": "簡易ボイスプラグイン",
|
||
"parameters": {
|
||
"optionName": "Voice Volume",
|
||
"optionValue": "100"
|
||
}
|
||
}, {
|
||
"name": "SceneGlossary",
|
||
"status": true,
|
||
"description": "ゲーム内用語辞典プラグイン",
|
||
"parameters": {
|
||
"GlossaryInfo": "[\"{\\\"GlossaryType\\\":\\\"1\\\",\\\"CommandName\\\":\\\"Items\\\",\\\"UseCategory\\\":\\\"true\\\",\\\"CommandSwitchId\\\":\\\"9\\\",\\\"BackPicture\\\":\\\"\\\",\\\"SelectAction\\\":\\\"0\\\",\\\"SelectSwitchId\\\":\\\"9\\\",\\\"SelectVariableId\\\":\\\"0\\\",\\\"ConfirmMessage\\\":\\\"false\\\",\\\"ConfirmUse\\\":\\\"Use\\\",\\\"ConfirmNoUse\\\":\\\"Cancel\\\",\\\"GlossaryHelp\\\":\\\"\\\",\\\"CategoryHelp\\\":\\\"Please select a category.\\\",\\\"ConfirmHelp\\\":\\\"\\\",\\\"UsingHelp\\\":\\\"\\\",\\\"CompleteView\\\":\\\"true\\\",\\\"CompleteMessage\\\":\\\"Collection Rate \\\\\\\\c[2]%1\\\\\\\\c[0]%\\\",\\\"ShowingItemNumber\\\":\\\"false\\\",\\\"UsableDefault\\\":\\\"true\\\",\\\"UseItemHistory\\\":\\\"true\\\",\\\"GlossaryListWidth\\\":\\\"300\\\",\\\"VisibleItemNotYet\\\":\\\"????????\\\",\\\"HideIcon\\\":\\\"false\\\",\\\"CancelSwitchId\\\":\\\"0\\\"}\",\"{\\\"GlossaryType\\\":\\\"2\\\",\\\"CommandName\\\":\\\"Basic Controls\\\",\\\"UseCategory\\\":\\\"false\\\",\\\"CommandSwitchId\\\":\\\"9\\\",\\\"BackPicture\\\":\\\"\\\",\\\"SelectAction\\\":\\\"0\\\",\\\"SelectSwitchId\\\":\\\"0\\\",\\\"SelectVariableId\\\":\\\"0\\\",\\\"ConfirmMessage\\\":\\\"false\\\",\\\"ConfirmUse\\\":\\\"Use\\\",\\\"ConfirmNoUse\\\":\\\"Cancel\\\",\\\"GlossaryHelp\\\":\\\"\\\",\\\"CategoryHelp\\\":\\\"Please select a category.\\\",\\\"ConfirmHelp\\\":\\\"\\\",\\\"UsingHelp\\\":\\\"\\\",\\\"CompleteView\\\":\\\"false\\\",\\\"CompleteMessage\\\":\\\"\\\",\\\"ShowingItemNumber\\\":\\\"false\\\",\\\"UsableDefault\\\":\\\"true\\\",\\\"UseItemHistory\\\":\\\"true\\\",\\\"GlossaryListWidth\\\":\\\"300\\\",\\\"VisibleItemNotYet\\\":\\\"????????\\\",\\\"HideIcon\\\":\\\"false\\\",\\\"CancelSwitchId\\\":\\\"0\\\"}\",\"{\\\"GlossaryType\\\":\\\"3\\\",\\\"CommandName\\\":\\\"TIPS\\\",\\\"UseCategory\\\":\\\"false\\\",\\\"CommandSwitchId\\\":\\\"9\\\",\\\"BackPicture\\\":\\\"\\\",\\\"SelectAction\\\":\\\"0\\\",\\\"SelectSwitchId\\\":\\\"0\\\",\\\"SelectVariableId\\\":\\\"0\\\",\\\"ConfirmMessage\\\":\\\"false\\\",\\\"ConfirmUse\\\":\\\"Use\\\",\\\"ConfirmNoUse\\\":\\\"Cancel\\\",\\\"GlossaryHelp\\\":\\\"\\\",\\\"CategoryHelp\\\":\\\"Please select a category.\\\",\\\"ConfirmHelp\\\":\\\"\\\",\\\"UsingHelp\\\":\\\"\\\",\\\"CompleteView\\\":\\\"true\\\",\\\"CompleteMessage\\\":\\\"Collection Rate \\\\\\\\c[2]%1\\\\\\\\c[0]%\\\",\\\"ShowingItemNumber\\\":\\\"false\\\",\\\"UsableDefault\\\":\\\"true\\\",\\\"UseItemHistory\\\":\\\"true\\\",\\\"GlossaryListWidth\\\":\\\"300\\\",\\\"VisibleItemNotYet\\\":\\\"????????\\\",\\\"HideIcon\\\":\\\"false\\\",\\\"CancelSwitchId\\\":\\\"0\\\"}\",\"{\\\"GlossaryType\\\":\\\"4\\\",\\\"CommandName\\\":\\\"Enemy Bestiary\\\",\\\"UseCategory\\\":\\\"false\\\",\\\"CommandSwitchId\\\":\\\"9\\\",\\\"BackPicture\\\":\\\"\\\",\\\"SelectAction\\\":\\\"0\\\",\\\"SelectSwitchId\\\":\\\"0\\\",\\\"SelectVariableId\\\":\\\"0\\\",\\\"ConfirmMessage\\\":\\\"false\\\",\\\"ConfirmUse\\\":\\\"Use\\\",\\\"ConfirmNoUse\\\":\\\"Cancel\\\",\\\"GlossaryHelp\\\":\\\"\\\",\\\"CategoryHelp\\\":\\\"Please select a category.\\\",\\\"ConfirmHelp\\\":\\\"\\\",\\\"UsingHelp\\\":\\\"\\\",\\\"CompleteView\\\":\\\"true\\\",\\\"CompleteMessage\\\":\\\"Collection Rate \\\\\\\\c[2]%1\\\\\\\\c[0]%\\\",\\\"ShowingItemNumber\\\":\\\"false\\\",\\\"UsableDefault\\\":\\\"true\\\",\\\"UseItemHistory\\\":\\\"true\\\",\\\"GlossaryListWidth\\\":\\\"300\\\",\\\"VisibleItemNotYet\\\":\\\"????????\\\",\\\"HideIcon\\\":\\\"false\\\",\\\"CancelSwitchId\\\":\\\"0\\\"}\",\"{\\\"GlossaryType\\\":\\\"5\\\",\\\"CommandName\\\":\\\"Map\\\",\\\"UseCategory\\\":\\\"false\\\",\\\"CommandSwitchId\\\":\\\"9\\\",\\\"BackPicture\\\":\\\"\\\",\\\"SelectAction\\\":\\\"0\\\",\\\"SelectSwitchId\\\":\\\"0\\\",\\\"SelectVariableId\\\":\\\"0\\\",\\\"ConfirmMessage\\\":\\\"false\\\",\\\"ConfirmUse\\\":\\\"Use\\\",\\\"ConfirmNoUse\\\":\\\"Cancel\\\",\\\"GlossaryHelp\\\":\\\"\\\",\\\"CategoryHelp\\\":\\\"Please select a category.\\\",\\\"ConfirmHelp\\\":\\\"\\\",\\\"UsingHelp\\\":\\\"\\\",\\\"CompleteView\\\":\\\"true\\\",\\\"CompleteMessage\\\":\\\"Collection Rate \\\\\\\\c[2]%1\\\\\\\\c[0]%\\\",\\\"ShowingItemNumber\\\":\\\"false\\\",\\\"UsableDefault\\\":\\\"true\\\",\\\"UseItemHistory\\\":\\\"true\\\",\\\"GlossaryListWidth\\\":\\\"300\\\",\\\"VisibleItemNotYet\\\":\\\"????????\\\",\\\"HideIcon\\\":\\\"false\\\",\\\"CancelSwitchId\\\":\\\"0\\\"}\"]",
|
||
"Layout": "",
|
||
"FontSize": "18",
|
||
"WindowSkin": "",
|
||
"AutoResizePicture": "true",
|
||
"PicturePosition": "top",
|
||
"PictureAlign": "left",
|
||
"PicturePriority": "top",
|
||
"ThroughBackPicture": "false",
|
||
"FramelessDesign": "false",
|
||
"NewGlossaryColor": "2",
|
||
"PageWrap": "true",
|
||
"BottomHelpMode": "false",
|
||
"TextPosition": "0",
|
||
"AutoAddition": "false",
|
||
"SwitchAutoAdd": "0",
|
||
"VariableAutoAdd": "0",
|
||
"AutoAdditionEnemy": "false",
|
||
"CategoryOrder": "",
|
||
"CategoryUnusable": "",
|
||
"ShowPageNumber": "true",
|
||
"__collapsed": ["AutoAddition"]
|
||
}
|
||
}, {
|
||
"name": "SceneGlossary_fix",
|
||
"status": true,
|
||
"description": "SceneGlossary拡張 - 敵キャラのメモタグ取得",
|
||
"parameters": {}
|
||
}, {
|
||
"name": "KNPatch_SceneGlossary",
|
||
"status": true,
|
||
"description": "修正パッチ",
|
||
"parameters": {}
|
||
}, {
|
||
"name": "TraceEvent",
|
||
"status": true,
|
||
"description": "指定イベント追跡プラグイン",
|
||
"parameters": {
|
||
"eventPriorityType": "1",
|
||
"traceRange": "3",
|
||
"outOfRangeAction": "1"
|
||
}
|
||
}, {
|
||
"name": "TitleNewGameOnly",
|
||
"status": false,
|
||
"description": "ニューゲームオンリープラグイン",
|
||
"parameters": {
|
||
"startString": "Press Start",
|
||
"font": "",
|
||
"startImage": "",
|
||
"fileExistAction": "2",
|
||
"soundEffect": "",
|
||
"adjustX": "0",
|
||
"adjustY": "0"
|
||
}
|
||
}, {
|
||
"name": "TemplateEvent",
|
||
"status": true,
|
||
"description": "テンプレートイベントプラグイン",
|
||
"parameters": {
|
||
"TemplateMapId": "2",
|
||
"KeepEventId": "false",
|
||
"OverrideTarget": "{\"Image\":\"false\",\"Direction\":\"false\",\"Move\":\"false\",\"Priority\":\"false\",\"Trigger\":\"false\",\"Option\":\"false\"}",
|
||
"AutoOverride": "true",
|
||
"IntegrateNote": "0"
|
||
}
|
||
}, {
|
||
"name": "EventReSpawn",
|
||
"status": true,
|
||
"description": "イベント動的生成プラグイン",
|
||
"parameters": {
|
||
"keepSelfSwitch": "false",
|
||
"variableSpawnEventId": "0"
|
||
}
|
||
}, {
|
||
"name": "UsableCarriageReturn",
|
||
"status": true,
|
||
"description": "改行コード使用可能プラグイン",
|
||
"parameters": {
|
||
"lineNumber": "0"
|
||
}
|
||
}, {
|
||
"name": "UniqueDataLoader",
|
||
"status": true,
|
||
"description": "オリジナルのデータJSONファイルを読み込んで変数に格納します。",
|
||
"parameters": {
|
||
"GlobalVariableName": "$dataUniques",
|
||
"UniqueDataList": "[\"{\\\"PropertyName\\\":\\\"StillList\\\",\\\"JsonFileName\\\":\\\"kurogoma/StillList\\\"}\",\"{\\\"PropertyName\\\":\\\"BuildInfo\\\",\\\"JsonFileName\\\":\\\"kurogoma/BuildInfo\\\"}\",\"{\\\"PropertyName\\\":\\\"StillMemoryMap\\\",\\\"JsonFileName\\\":\\\"kurogoma/StillMemoryMap\\\"}\"]"
|
||
}
|
||
}, {
|
||
"name": "NUUN_Base",
|
||
"status": true,
|
||
"description": "共通処理",
|
||
"parameters": {}
|
||
}, {
|
||
"name": "NUUN_AddDropItems",
|
||
"status": true,
|
||
"description": "ドロップアイテム追加",
|
||
"parameters": {}
|
||
}, {
|
||
"name": "NUUN_BattleBGM",
|
||
"status": true,
|
||
"description": "敵グループの個別BGM",
|
||
"parameters": {
|
||
"BGMList": ""
|
||
}
|
||
}, {
|
||
"name": "NUUN_DamagedFloorEX",
|
||
"status": true,
|
||
"description": "ダメージ床拡張",
|
||
"parameters": {
|
||
"DamagedFloorList": "[]",
|
||
"DefaultDamage": "3",
|
||
"DefaultSE": "------------------------------",
|
||
"DefaultDamagedFloorSE": "OtoLogic/SNES-RPG05-10(Damage)",
|
||
"DefaultVolume": "90",
|
||
"DefaultPitch": "100",
|
||
"DefaultPan": "0",
|
||
"Flash": "------------------------------",
|
||
"DefaultFlashColor": "{\"red\":\"255\",\"green\":\"0\",\"blue\":\"0\",\"gray\":\"128\",\"flame\":\"8\"}"
|
||
}
|
||
}, {
|
||
"name": "NUUN_ItemCategory",
|
||
"status": true,
|
||
"description": "アイテムカテゴリーカスタマイズ",
|
||
"parameters": {
|
||
"CategoryCols": "5",
|
||
"CategoryRows": "1",
|
||
"ItemCategory": "[\"{\\\"CategoryName\\\":\\\"\\\",\\\"Categorykey\\\":\\\"'item'\\\",\\\"NumShow\\\":\\\"true\\\"}\",\"{\\\"CategoryName\\\":\\\"Skills\\\",\\\"Categorykey\\\":\\\"'skill'\\\",\\\"NumShow\\\":\\\"true\\\"}\",\"{\\\"CategoryName\\\":\\\"Relics\\\",\\\"Categorykey\\\":\\\"'artifact'\\\",\\\"NumShow\\\":\\\"false\\\"}\",\"{\\\"CategoryName\\\":\\\"Memories\\\",\\\"Categorykey\\\":\\\"'memory'\\\",\\\"NumShow\\\":\\\"false\\\"}\",\"{\\\"CategoryName\\\":\\\"\\\",\\\"Categorykey\\\":\\\"'keyItem'\\\",\\\"NumShow\\\":\\\"true\\\"}\"]",
|
||
"BattleNumVisible": "false"
|
||
}
|
||
}, {
|
||
"name": "NRP_StateEX",
|
||
"status": true,
|
||
"description": "v1.06 ステートの機能を色々と拡張します。",
|
||
"parameters": {
|
||
"ParameterList": "[\"{\\\"Type\\\":\\\"r\\\",\\\"Id\\\":\\\"0\\\",\\\"Key\\\":\\\"mhp\\\",\\\"Tag\\\":\\\"MhpEx\\\"}\",\"{\\\"Type\\\":\\\"r\\\",\\\"Id\\\":\\\"1\\\",\\\"Key\\\":\\\"mmp\\\",\\\"Tag\\\":\\\"MmpEx\\\"}\",\"{\\\"Type\\\":\\\"r\\\",\\\"Id\\\":\\\"2\\\",\\\"Key\\\":\\\"atk\\\",\\\"Tag\\\":\\\"AtkEx\\\"}\",\"{\\\"Type\\\":\\\"r\\\",\\\"Id\\\":\\\"3\\\",\\\"Key\\\":\\\"def\\\",\\\"Tag\\\":\\\"DefEx\\\"}\",\"{\\\"Type\\\":\\\"r\\\",\\\"Id\\\":\\\"4\\\",\\\"Key\\\":\\\"mat\\\",\\\"Tag\\\":\\\"MatEx\\\"}\",\"{\\\"Type\\\":\\\"r\\\",\\\"Id\\\":\\\"5\\\",\\\"Key\\\":\\\"mdf\\\",\\\"Tag\\\":\\\"MdfEx\\\"}\",\"{\\\"Type\\\":\\\"r\\\",\\\"Id\\\":\\\"6\\\",\\\"Key\\\":\\\"agi\\\",\\\"Tag\\\":\\\"AgiEx\\\"}\",\"{\\\"Type\\\":\\\"r\\\",\\\"Id\\\":\\\"7\\\",\\\"Key\\\":\\\"luk\\\",\\\"Tag\\\":\\\"LukEx\\\"}\",\"{\\\"Type\\\":\\\"x\\\",\\\"Id\\\":\\\"0\\\",\\\"Key\\\":\\\"hit\\\",\\\"Tag\\\":\\\"HitEx\\\"}\",\"{\\\"Type\\\":\\\"x\\\",\\\"Id\\\":\\\"1\\\",\\\"Key\\\":\\\"eva\\\",\\\"Tag\\\":\\\"EvaEx\\\"}\",\"{\\\"Type\\\":\\\"x\\\",\\\"Id\\\":\\\"2\\\",\\\"Key\\\":\\\"cri\\\",\\\"Tag\\\":\\\"CriEx\\\"}\",\"{\\\"Type\\\":\\\"x\\\",\\\"Id\\\":\\\"3\\\",\\\"Key\\\":\\\"cev\\\",\\\"Tag\\\":\\\"CevEx\\\"}\",\"{\\\"Type\\\":\\\"x\\\",\\\"Id\\\":\\\"4\\\",\\\"Key\\\":\\\"mev\\\",\\\"Tag\\\":\\\"MevEx\\\"}\",\"{\\\"Type\\\":\\\"x\\\",\\\"Id\\\":\\\"5\\\",\\\"Key\\\":\\\"mrf\\\",\\\"Tag\\\":\\\"MrfEx\\\"}\",\"{\\\"Type\\\":\\\"x\\\",\\\"Id\\\":\\\"6\\\",\\\"Key\\\":\\\"cnt\\\",\\\"Tag\\\":\\\"CntEx\\\"}\",\"{\\\"Type\\\":\\\"x\\\",\\\"Id\\\":\\\"7\\\",\\\"Key\\\":\\\"hrg\\\",\\\"Tag\\\":\\\"HrgEx\\\"}\",\"{\\\"Type\\\":\\\"x\\\",\\\"Id\\\":\\\"8\\\",\\\"Key\\\":\\\"mrg\\\",\\\"Tag\\\":\\\"MrgEx\\\"}\",\"{\\\"Type\\\":\\\"x\\\",\\\"Id\\\":\\\"9\\\",\\\"Key\\\":\\\"trg\\\",\\\"Tag\\\":\\\"TrgEx\\\"}\",\"{\\\"Type\\\":\\\"s\\\",\\\"Id\\\":\\\"0\\\",\\\"Key\\\":\\\"tgr\\\",\\\"Tag\\\":\\\"TgrEx\\\"}\",\"{\\\"Type\\\":\\\"s\\\",\\\"Id\\\":\\\"1\\\",\\\"Key\\\":\\\"grd\\\",\\\"Tag\\\":\\\"GrdEx\\\"}\",\"{\\\"Type\\\":\\\"s\\\",\\\"Id\\\":\\\"2\\\",\\\"Key\\\":\\\"rec\\\",\\\"Tag\\\":\\\"RecEx\\\"}\",\"{\\\"Type\\\":\\\"s\\\",\\\"Id\\\":\\\"3\\\",\\\"Key\\\":\\\"pha\\\",\\\"Tag\\\":\\\"PhaEx\\\"}\",\"{\\\"Type\\\":\\\"s\\\",\\\"Id\\\":\\\"4\\\",\\\"Key\\\":\\\"mcr\\\",\\\"Tag\\\":\\\"McrEx\\\"}\",\"{\\\"Type\\\":\\\"s\\\",\\\"Id\\\":\\\"5\\\",\\\"Key\\\":\\\"tcr\\\",\\\"Tag\\\":\\\"TcrEx\\\"}\",\"{\\\"Type\\\":\\\"s\\\",\\\"Id\\\":\\\"6\\\",\\\"Key\\\":\\\"pdr\\\",\\\"Tag\\\":\\\"PdrEx\\\"}\",\"{\\\"Type\\\":\\\"s\\\",\\\"Id\\\":\\\"7\\\",\\\"Key\\\":\\\"mdr\\\",\\\"Tag\\\":\\\"MdrEx\\\"}\",\"{\\\"Type\\\":\\\"s\\\",\\\"Id\\\":\\\"8\\\",\\\"Key\\\":\\\"fdr\\\",\\\"Tag\\\":\\\"FdrEx\\\"}\",\"{\\\"Type\\\":\\\"s\\\",\\\"Id\\\":\\\"9\\\",\\\"Key\\\":\\\"exr\\\",\\\"Tag\\\":\\\"ExrEx\\\"}\"]",
|
||
"AlwaysUpdateState": "false",
|
||
"UpdateType": "0"
|
||
}
|
||
}, {
|
||
"name": "NRP_StopSelfMovement",
|
||
"status": true,
|
||
"description": "v1.00 イベント実行中の自律移動を停止します。",
|
||
"parameters": {
|
||
"StopSwitch": "25",
|
||
"StopParallelMessage": "true"
|
||
}
|
||
}, {
|
||
"name": "NRP_FastBattleEvent",
|
||
"status": true,
|
||
"description": "v1.001 バトルイベントをフェードイン前に最速実行。",
|
||
"parameters": {
|
||
"AutoFastEvent": "true",
|
||
"CommonCommonEvent": ""
|
||
}
|
||
}, {
|
||
"name": "NRP_OriginalShop",
|
||
"status": true,
|
||
"description": "v1.00 独自通貨を使用した店を作成します。",
|
||
"parameters": {
|
||
"CurrencyVariable": "43",
|
||
"Switch": "23",
|
||
"<TargetItems>": "",
|
||
"TargetItemList": "",
|
||
"TargetWeaponList": "",
|
||
"TargetArmorList": "[\"{\\\"ArmorType\\\":\\\"\\\",\\\"EquipType\\\":\\\"4\\\",\\\"ArmorId\\\":\\\"\\\"}\"]",
|
||
"NoCategory": "false",
|
||
"<Message>": "",
|
||
"Prefix": "",
|
||
"Suffix": "E",
|
||
"MessageBuy": "Create",
|
||
"MessageSale": "Convert",
|
||
"MessageCancel": "Cancel",
|
||
"<Sound>": "",
|
||
"SoundBuy": "Ice3",
|
||
"SoundSale": "Ice1"
|
||
}
|
||
}, {
|
||
"name": "NRP_ChangePassage",
|
||
"status": true,
|
||
"description": "v1.02 イベントの通行判定を変更します。",
|
||
"parameters": {
|
||
"PassageTypeList": "[\"{\\\"TypeId\\\":\\\"FLY\\\",\\\"PassageList\\\":\\\"\\\",\\\"BasePassage\\\":\\\"on\\\",\\\"ExtendCollied\\\":\\\"true\\\",\\\"IgnoreLadder\\\":\\\"true\\\"}\",\"{\\\"TypeId\\\":\\\"FISH\\\",\\\"PassageList\\\":\\\"[\\\\\\\"{\\\\\\\\\\\\\\\"PassageId\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"Memo\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"<Condition>\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"TerrainTag\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"RegionId\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"AutotileType\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"TileId\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"<PassageSetting>\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"CanPass\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"true\\\\\\\\\\\\\\\"}\\\\\\\"]\\\",\\\"BasePassage\\\":\\\"off\\\",\\\"ExtendCollied\\\":\\\"false\\\",\\\"IgnoreLadder\\\":\\\"false\\\"}\"]"
|
||
}
|
||
}, {
|
||
"name": "Mano_CurrencyUnit",
|
||
"status": true,
|
||
"description": "変数やアイテムを消費して購入できるショップが作れます。\r\n競合率・中ぐらい",
|
||
"parameters": {}
|
||
}, {
|
||
"name": "ARTM_PlayerSensorMZ",
|
||
"status": false,
|
||
"description": "プレイヤー探索プラグイン(MZ移植版)",
|
||
"parameters": {
|
||
"探索設定": "====================================",
|
||
"Sensor_Switch": "A",
|
||
"Lost_Sensor_Switch": "",
|
||
"Both_Sensor": "true",
|
||
"Terrain_Decision": "true",
|
||
"Auto_Sensor": "false",
|
||
"Event_Decision": "false",
|
||
"Region_Decision": "[]",
|
||
"Real_Range_X": "0.000",
|
||
"Real_Range_Y": "0.000",
|
||
"視界設定": "====================================",
|
||
"Range_Visible": "false",
|
||
"Range_Color": "white",
|
||
"Range_Opacity": "80",
|
||
"Range_Position": "1",
|
||
"Player_Found": "{\"Ballon\":\"1\",\"Se\":\"{\\\"Name\\\":\\\"VXA/Decision1\\\",\\\"Volume\\\":\\\"90\\\",\\\"Pitch\\\":\\\"100\\\",\\\"Pan\\\":\\\"0\\\"}\",\"Common_Event\":\"0\",\"Delay\":\"0\"}",
|
||
"Player_Lost": "{\"Ballon\":\"2\",\"Se\":\"{\\\"Name\\\":\\\"\\\",\\\"Volume\\\":\\\"90\\\",\\\"Pitch\\\":\\\"100\\\",\\\"Pan\\\":\\\"0\\\"}\",\"Common_Event\":\"0\",\"Delay\":\"60\"}",
|
||
"マップ設定": "====================================",
|
||
"Tracking_Priority": "false",
|
||
"Follower_Through": "false",
|
||
"Location_Reset": "false"
|
||
}
|
||
}, {
|
||
"name": "ARTM_TMEventItemExMz",
|
||
"status": true,
|
||
"description": "アイテム選択の処理にヘルプウィンドウを追加し、\n個数表示の有無と表示行数をアイテムタイプごとに設定できます。",
|
||
"parameters": {
|
||
"helpWindowEnabledItem": "true",
|
||
"helpWindowEnabledKey": "true",
|
||
"helpWindowEnabledA": "true",
|
||
"helpWindowEnabledB": "true",
|
||
"showItemNumberItem": "true",
|
||
"showItemNumberKey": "true",
|
||
"showItemNumberA": "true",
|
||
"showItemNumberB": "true",
|
||
"numVisibleRowsItem": "4",
|
||
"numVisibleRowsKey": "4",
|
||
"numVisibleRowsA": "4",
|
||
"numVisibleRowsB": "4",
|
||
"fixPlacement": "bottom"
|
||
}
|
||
}, {
|
||
"name": "ARTM_TMEventItemExMz_fix",
|
||
"status": true,
|
||
"description": "",
|
||
"parameters": {}
|
||
}, {
|
||
"name": "ShopScene_Extension",
|
||
"status": true,
|
||
"description": "ショップ画面拡張 v1.0.5",
|
||
"parameters": {
|
||
"ActorCharacterSpace": "24",
|
||
"ActorCharacterBeginOfs": "32",
|
||
"MaxVisibleActors": "4",
|
||
"EnableActorArrow": "true",
|
||
"VisibleEquipMode": "1",
|
||
"StatusWidth": "352",
|
||
"NoneItemText": "None"
|
||
}
|
||
}, {
|
||
"name": "AlchemySystem",
|
||
"status": true,
|
||
"description": "アイテム合成プラグイン v2.1.2",
|
||
"parameters": {
|
||
"RecipeInfos": "",
|
||
"EnabledMenuAlchemy": "false",
|
||
"EnabledAlchemySwitchId": "0",
|
||
"EnabledCategoryWindow": "false",
|
||
"EnabledGoldWindow": "true",
|
||
"DisplayItemCategory": "false",
|
||
"DisplayWeaponCategory": "true",
|
||
"DisplayArmorCategory": "true",
|
||
"DisplayKeyItemCategory": "false",
|
||
"EnableIncludeEquipItem": "false",
|
||
"MaxNumMakeItem": "999",
|
||
"MaxMaterials": "3",
|
||
"MakeItemSeFileName": "Sword2",
|
||
"MakeItemSeVolume": "90",
|
||
"MakeItemSePitch": "100",
|
||
"MakeItemSePan": "0",
|
||
"MenuAlchemyText": "Enhance",
|
||
"NeedMaterialText": "Required Skill:",
|
||
"NeedPriceText": "Required Cost:",
|
||
"TargetItemText": "Enhancement Skill:",
|
||
"NoteParseErrorMessage": "Failed to parse memo field. Content at relevant location: (%1)"
|
||
}
|
||
}, {
|
||
"name": "TilesetAutoCopy",
|
||
"status": true,
|
||
"description": "タイルセット設定自動コピー v1.0.0",
|
||
"parameters": {}
|
||
}, {
|
||
"name": "FilterControllerMZ",
|
||
"status": false,
|
||
"description": "FilterControllerMZ",
|
||
"parameters": {
|
||
"decimalVariable": "true",
|
||
"displacementImage": "DisplacementMap",
|
||
"enabledAll-Settings": "",
|
||
"enabledAll-ShowInOptionMenu": "false",
|
||
"enabledAll-Text": "Filter Effects",
|
||
"enabledAll-DefaultValue": "true"
|
||
}
|
||
}, {
|
||
"name": "BeforeCommon",
|
||
"status": true,
|
||
"description": "ver1.01/スキルやアイテムの発動前に、スキルやアイテムに設定されたコモンイベントを発生させます。",
|
||
"parameters": {
|
||
"IndexVariableID": "0",
|
||
"TargetIndexVariableID": "0"
|
||
}
|
||
}, {
|
||
"name": "PassiveSkill",
|
||
"status": true,
|
||
"description": "ver1.063/スキルに特徴を設定できるようにします。",
|
||
"parameters": {
|
||
"Passive Skill Type ID": "3",
|
||
"Add Multi Order": "true"
|
||
}
|
||
}, {
|
||
"name": "KNPatch_PassiveSkill",
|
||
"status": true,
|
||
"description": "PassiveSkillの改変 PassiveSkillのあとにおく",
|
||
"parameters": {}
|
||
}, {
|
||
"name": "Foreground",
|
||
"status": true,
|
||
"description": "マップに合わせてスクロールする近景の設定(Ver1.1)",
|
||
"parameters": {}
|
||
}, {
|
||
"name": "SaveCharacterHasStepAnime",
|
||
"status": true,
|
||
"description": "セーブ画面のキャラクターを足踏みさせます。",
|
||
"parameters": {
|
||
"dir": "2",
|
||
"disabledDir": "2",
|
||
"disabledStep": "false",
|
||
"focusStep": "true",
|
||
"enableShiftY": "false"
|
||
}
|
||
}, {
|
||
"name": "ShowItemIcon",
|
||
"status": true,
|
||
"description": "キャラクターの頭上にアイテムアイコンを表示できます。",
|
||
"parameters": {
|
||
"iconY": "0",
|
||
"iconZ": "6.5"
|
||
}
|
||
}, {
|
||
"name": "MOG_ActorHud",
|
||
"status": true,
|
||
"description": "(v1.1) Apresenta uma Hud com os parâmetros do personagem.",
|
||
"parameters": {
|
||
"-> MAIN <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"Initial Visible": "true",
|
||
"Hud X-Axis": "816",
|
||
"Hud Y-Axis": "0",
|
||
"Smart Fade": "false",
|
||
"Auto Fade": "false",
|
||
"": "",
|
||
"-> LAYOUT 2 <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"Layout Overlay Visible": "false",
|
||
"Layout Overlay X-Axis": "0",
|
||
"Layout Overlay Y-Axis": "0",
|
||
"-> FACE <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"Face Visible": "false",
|
||
"Face X-Axis": "55",
|
||
"Face Y-Axis": "100",
|
||
"Face Priority": "1",
|
||
"-> NAME <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"Name Visible": "false",
|
||
"Name X-Axis": "5",
|
||
"Name Y-Axis": "20",
|
||
"Name Font Size": "20",
|
||
"Name Bold Size": "4",
|
||
"Name Font Italic": "false",
|
||
"-> HP <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"HP Meter Visible": "true",
|
||
"HP Meter X-Axis": "163",
|
||
"HP Meter Y-Axis": "620",
|
||
"HP Meter Angle": "0",
|
||
"HP Meter Flow Anime": "true",
|
||
"HP Meter Flow Speed": "4",
|
||
"HP Number Visible": "true",
|
||
"HP Number Align": "0",
|
||
"HP Number X-Axis": "230",
|
||
"HP Number Y-Axis": "605",
|
||
"MaxHP Number Visible": "true",
|
||
"MaxHP Number X-Axis": "290",
|
||
"MaxHP Number Y-Axis": "605",
|
||
"HP Icon Visible": "false",
|
||
"HP Icon Half Mode": "false",
|
||
"HP Icon Max Colors": "1",
|
||
"HP Icon Max Rows": "1",
|
||
"HP Icon Max Columns": "1",
|
||
"HP Icon X-Axis": "143",
|
||
"HP Icon Y-Axis": "85",
|
||
"HP Icon Space X": "0",
|
||
"HP Icon Space Y": "0",
|
||
"HP Icon Zoom Anime": "false",
|
||
"-> MP <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"MP Meter Visible": "true",
|
||
"MP Meter X-Axis": "180",
|
||
"MP Meter Y-Axis": "650",
|
||
"MP Meter Angle": "0",
|
||
"MP Meter Flow Anime": "true",
|
||
"MP Meter Flow Speed": "4",
|
||
"MP Number Visible": "true",
|
||
"MP Number Align": "0",
|
||
"MP Number X-Axis": "247",
|
||
"MP Number Y-Axis": "635",
|
||
"MaxMP Number Visible": "true",
|
||
"MaxMP Number X-Axis": "307",
|
||
"MaxMP Number Y-Axis": "635",
|
||
"MP Icon Visible": "false",
|
||
"MP Icon Half Mode": "false",
|
||
"MP Icon Max Colors": "2",
|
||
"MP Icon Max Rows": "10",
|
||
"MP Icon Max Columns": "2",
|
||
"MP Icon X-Axis": "143",
|
||
"MP Icon Y-Axis": "120",
|
||
"MP Icon Space X": "0",
|
||
"MP Icon Space Y": "0",
|
||
"MP Icon Zoom Anime": "true",
|
||
"-> TP <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"TP Meter Visible": "true",
|
||
"TP Meter X-Axis": "163",
|
||
"TP Meter Y-Axis": "680",
|
||
"TP Meter Angle": "0",
|
||
"TP Meter Flow Anime": "true",
|
||
"TP Meter Flow Speed": "4",
|
||
"TP Number Visible": "true",
|
||
"TP Number Align": "0",
|
||
"TP Number X-Axis": "290",
|
||
"TP Number Y-Axis": "665",
|
||
"MaxTP Number Visible": "false",
|
||
"MaxTP Number X-Axis": "185",
|
||
"MaxTP Number Y-Axis": "116",
|
||
"TP Icon Visible": "false",
|
||
"TP Icon Half Mode": "false",
|
||
"TP Icon Max Colors": "2",
|
||
"TP Icon Max Rows": "10",
|
||
"TP Icon Max Columns": "2",
|
||
"TP Icon X-Axis": "143",
|
||
"TP Icon Y-Axis": "50",
|
||
"TP Icon Space X": "0",
|
||
"TP Icon Space Y": "0",
|
||
"TP Icon Zoom Anime": "true",
|
||
"-> EXP <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"EXP Meter Visible": "true",
|
||
"EXP Meter X-Axis": "147",
|
||
"EXP Meter Y-Axis": "708",
|
||
"EXP Meter Angle": "0",
|
||
"Level Number Visible": "true",
|
||
"Level Number Align": "1",
|
||
"Level Number X-Axis": "85",
|
||
"Level Number Y-Axis": "688",
|
||
"-> STATES <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"States Visible": "true",
|
||
"States X-Axis": "25",
|
||
"States Y-Axis": "599"
|
||
}
|
||
}, {
|
||
"name": "MOG_ActorHud_fix",
|
||
"status": true,
|
||
"description": "上ファイルの修正パッチ",
|
||
"parameters": {}
|
||
}, {
|
||
"name": "MOG_TitleLayers",
|
||
"status": true,
|
||
"description": "(v1.3) Adiciona multiplas camadas na tela de título.",
|
||
"parameters": {
|
||
"-> Main <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"Fit Screen Resolution": "false",
|
||
"Screen Movement": "false",
|
||
"Screen Move Speed": "1",
|
||
"Screen Move Duration": "160",
|
||
"-> Title Text <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"Title Text Visible": "true",
|
||
"Title Text File Name": "Logo",
|
||
"Title Text X-Axis": "40",
|
||
"Title Text Y-Axis": "70",
|
||
"Title Text Zoom Animation": "true",
|
||
"Title Text Zoom Value": "1.5",
|
||
"-> Layer 1 <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"L1 Visible": "true",
|
||
"L1 File Name": "bg",
|
||
"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": "Layer777",
|
||
"L2 X-axis / Scroll": "0",
|
||
"L2 Y-axis / Scroll": "1",
|
||
"L2 Blend Mode": "0",
|
||
"L2 Transition Time": "10",
|
||
"L2 Animated": "false",
|
||
"L2 Frames": "4",
|
||
"L2 Animation Speed": "20",
|
||
"-> Layer 3 <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"L3 Visible": "false",
|
||
"L3 File Name": "Layer999",
|
||
"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": "true",
|
||
"L4 File Name": "under_line1",
|
||
"L4 X-axis / Scroll": "0.5",
|
||
"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": "under_line2",
|
||
"L5 X-axis / Scroll": "-0.2",
|
||
"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": "true",
|
||
"L6 File Name": "uppper_line1",
|
||
"L6 X-axis / Scroll": "-0.5",
|
||
"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": "uppper_line2",
|
||
"L7 X-axis / Scroll": "0.2",
|
||
"L7 Y-axis / Scroll": "0",
|
||
"L7 Blend Mode": "0",
|
||
"L7 Transition Time": "0",
|
||
"L7 Animated": "false",
|
||
"L7 Frames": "4",
|
||
"L7 Animation Speed": "20",
|
||
"-> Layer 8 <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"L8 Visible": "false",
|
||
"L8 File Name": "Layer8",
|
||
"L8 X-axis / Scroll": "1.7",
|
||
"L8 Y-axis / Scroll": "0",
|
||
"L8 Blend Mode": "0",
|
||
"L8 Transition Time": "0",
|
||
"L8 Animated": "false",
|
||
"L8 Frames": "4",
|
||
"L8 Animation Speed": "20",
|
||
"-> Layer 9 <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"L9 Visible": "false",
|
||
"L9 File Name": "Layer9",
|
||
"L9 X-axis / Scroll": "1.9",
|
||
"L9 Y-axis / Scroll": "0",
|
||
"L9 Blend Mode": "0",
|
||
"L9 Transition Time": "0",
|
||
"L9 Animated": "false",
|
||
"L9 Frames": "4",
|
||
"L9 Animation Speed": "20",
|
||
"-> Layer 10 <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"L10 Visible": "false",
|
||
"L10 File Name": "Layer10",
|
||
"L10 X-axis / Scroll": "2.1",
|
||
"L10 Y-axis / Scroll": "0",
|
||
"L10 Blend Mode": "0",
|
||
"L10 Transition Time": "0",
|
||
"L10 Animated": "false",
|
||
"L10 Frames": "4",
|
||
"L10 Animation Speed": "20"
|
||
}
|
||
}, {
|
||
"name": "MOG_TitleCommands",
|
||
"status": true,
|
||
"description": "(v1.3) Adiciona comandos em imagens no lugar da janela.",
|
||
"parameters": {
|
||
"-> Main <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"Animation Mode": "0",
|
||
"Left & Right Input": "false",
|
||
"Shake Duration": "30",
|
||
"Slide X-Axis": "-100",
|
||
"Slide Y-Axis": "0",
|
||
"-> Cursor <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"Cursor X-Axis": "0",
|
||
"Cursor Y-Axis": "15",
|
||
"Cursor Visible": "true",
|
||
"Cursor Wave Animation": "false",
|
||
"Cursor Rotation Animation": "true",
|
||
"Cursor Rotation Speed": "0.01",
|
||
"-> Commands <<<<<<<<<<<<<<<<<<<<<<<": "",
|
||
"Command Pos 1": "300,450",
|
||
"Command Pos 2": "306,500",
|
||
"Command Pos 3": "328,550",
|
||
"Command Pos 4": "0,192",
|
||
"Command Pos 5": "0,192",
|
||
"Command Pos 6": "0,192",
|
||
"Command Pos 7": "0,192",
|
||
"Command Pos 8": "0,224",
|
||
"Command Pos 9": "0,256",
|
||
"Command Pos 10": "0,288"
|
||
}
|
||
}, {
|
||
"name": "TRP_ParticleMZ_ExPreset",
|
||
"status": true,
|
||
"description": "パーティクルプリセットデータ",
|
||
"parameters": {}
|
||
}, {
|
||
"name": "TRP_ParticleMZ_List",
|
||
"status": true,
|
||
"description": "自作パーティクル設定の一覧",
|
||
"parameters": {}
|
||
}, {
|
||
"name": "TRP_ParticleMZ",
|
||
"status": true,
|
||
"description": "※TRP_ParticleMZ_Presetより下に配置",
|
||
"parameters": {
|
||
"importLibrary": "true",
|
||
"importFilter": "true",
|
||
"systemParticles": "[]",
|
||
"commandName": "particle,パーティクル",
|
||
"keepPictureOrder": "false",
|
||
"walkOffset": "16",
|
||
"dashOffset": "16",
|
||
"categoryClear": "==============================",
|
||
"clearCharacterOnMapChange": "true",
|
||
"clearPartyOnMapChange": "true",
|
||
"clearScreenOnMapChange": "true",
|
||
"clearBattleScreenOnEnd": "false",
|
||
"clearBattleCharaOnEnd": "true",
|
||
"categoryPerformance": "==============================",
|
||
"regionMargin": "2",
|
||
"outsideMargin": "6",
|
||
"maxParticles": "100000",
|
||
"useCache": "false",
|
||
"categoryConflict": "==============================",
|
||
"disableState": "false",
|
||
"disableSkill": "false",
|
||
"disableRoute": "false",
|
||
"cacheBeforeTerminate": "false",
|
||
"categorySenior": "==============================",
|
||
"sceneTypes": "[\"Scene_Menu-Scene_Save-Scene_Item-Scene_Equip-Scene_Actor-Scene_Skill-Scene_Status\",\"Scene_Title\",\"Scene_Load\",\"Scene_Options\",\"Scene_Shop\",\"Scene_Gameover\"]",
|
||
"noRewriteFunctions": "false",
|
||
"categoryDebug": "==============================",
|
||
"displayCount": "false",
|
||
"errorLog": "true",
|
||
"windowBugFix": "true"
|
||
}
|
||
}, {
|
||
"name": "TRP_ParticleMZ_Editor",
|
||
"status": true,
|
||
"description": "パーティクルデータの編集[開発用]",
|
||
"parameters": {
|
||
"showGuide": "true",
|
||
"paramFontSize": "18",
|
||
"noColorCode": "false",
|
||
"buttonFontSize": "13",
|
||
"buttonWidth": "86",
|
||
"saveAsArray": "false",
|
||
"copyAsArray": "true",
|
||
"skipListCommand": "false"
|
||
}
|
||
}, {
|
||
"name": "TRP_ParticleMZ_Group",
|
||
"status": true,
|
||
"description": "グループ再生機能の有効化",
|
||
"parameters": {}
|
||
}, {
|
||
"name": "TRP_ParticleMZ_GroupEditor",
|
||
"status": true,
|
||
"description": "グループ設定の編集[開発用]",
|
||
"parameters": {}
|
||
}, {
|
||
"name": "TRP_ParticleMZ_SubEmitter",
|
||
"status": true,
|
||
"description": "サブエミッター機能の有効化",
|
||
"parameters": {}
|
||
}, {
|
||
"name": "PluginCommandMVInScriptArea",
|
||
"status": true,
|
||
"description": "スクリプト欄でMV形式プラグインコマンドを実行",
|
||
"parameters": {
|
||
"commands": "[\"skit\",\"スキット\",\"particle\",\"パーティクル\"]"
|
||
}
|
||
}, {
|
||
"name": "--------------------------",
|
||
"status": false,
|
||
"description": "競合するプラグインはこれより下に置く",
|
||
"parameters": {}
|
||
}];
|