Translate Party menus
This commit is contained in:
parent
a61df98372
commit
4f6e9a8f22
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ var $plugins =
|
|||
{ "name": "MOG_SceneMenu", "status": true, "description": "(v1.2f) メインメニューを装飾します。", "parameters": { "Actor Hud X-Axis": "-20", "Actor Hud Y-Axis": "60", "Char X-Axis": "20", "Char Y-Axis": "-50", "HP Meter X-Axis": "42", "HP Meter Y-Axis": "117", "MP Meter X-Axis": "42", "MP Meter Y-Axis": "164", "HP Number X-Axis": "180", "HP Number Y-Axis": "87", "HPMax Number X-Axis": "0", "HPMax Number Y-Axis": "0", "MP Number X-Axis": "180", "MP Number Y-Axis": "134", "MPMax Number X-Axis": "0", "MPMax Number Y-Axis": "0", "LV Number X-Axis": "120", "LV Number Y-Axis": "48", "States X-Axis": "147", "States Y-Axis": "49", "Name X-Axis": "72", "Name Y-Axis": "6", "Name FontSize": "20", "Commands X-Axis": "220", "Commands Y-Axis": "100", "Command Active X-Axis": "90", "Command Active Y-Axis": "148", "Com Name Visible": "true", "Com Name X-Axis": "40", "Com Name Y-Axis": "96", "Com Name FontSize": "22", "Max Visible Faces": "4", "Face Sel X-Axis": "240", "Face Sel Y-Axis": "128", "Gold X-Axis": "1240", "Gold Y-Axis": "138", "Time X-Axis": "1040", "Time Y-Axis": "27", "Time FontSize": "26", "Location X-Axis": "980", "Location Y-Axis": "80", "Magic Circle Visible": "false", "Magic Circle X-Axis": "700", "Magic Circle Y-Axis": "140", "Magic Circle Rotation": "0.001" } },
|
||||
{ "name": "MOG_SceneMenu_FileRename", "status": true, "description": "MOG SceneMenu / BattleCommandsでファイル名を変更します", "parameters": { "changeFileList": "[\"{\\\"menuCommand\\\":\\\"アイテム\\\",\\\"loadFile\\\":\\\"Item\\\"}\",\"{\\\"menuCommand\\\":\\\"Equipment\\\",\\\"loadFile\\\":\\\"Equip\\\"}\",\"{\\\"menuCommand\\\":\\\"Skill\\\",\\\"loadFile\\\":\\\"Skill\\\"}\",\"{\\\"menuCommand\\\":\\\"Status\\\",\\\"loadFile\\\":\\\"Status\\\"}\",\"{\\\"menuCommand\\\":\\\"Sort\\\",\\\"loadFile\\\":\\\"Formation\\\"}\",\"{\\\"menuCommand\\\":\\\"Option\\\",\\\"loadFile\\\":\\\"Options\\\"}\",\"{\\\"menuCommand\\\":\\\"Save\\\",\\\"loadFile\\\":\\\"Save\\\"}\",\"{\\\"menuCommand\\\":\\\"ゲーム終了\\\",\\\"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": "CommonEventBeforeAfterMenu", "status": true, "description": "メニューを開く直前、または閉じた直後に、指定したコモンイベントを実行します。", "parameters": { "Common Event ID (before Menu)": "155", "Common Event ID (after Menu)": "156" } },
|
||||
{ "name": "SceneFormation", "status": true, "description": "ver1.09/並び替えシーンを追加します。", "parameters": { "Stand Members Size": "16", "Max Battle Members Size": "4", "Use Menu Formation Scene": "true", "Formation Scene Battle Name": "戦闘メンバー", "Formation Scene Stand Name": "待機メンバー", "Use Battle Formation Switch ID": "20", "Battle Command Formation": "Formation", "Status Window Font Size": "24", "Status Block Width": "372" } },
|
||||
{"name":"SceneFormation","status":true,"description":"ver1.09/並び替えシーンを追加します。","parameters":{"Stand Members Size":"16","Max Battle Members Size":"4","Use Menu Formation Scene":"true","Formation Scene Battle Name":"Combat Member","Formation Scene Stand Name":"Standby Member","Use Battle Formation Switch ID":"20","Battle Command Formation":"Formation","Status Window Font Size":"24","Status Block Width":"372"}},
|
||||
{ "name": "HzChoiceEvent", "status": true, "description": "タグをつけたイベントの一覧を表示し、選択したイベントを実行します。", "parameters": { "Window Position": "left", "Window Sort": "id", "Show Range": "" } },
|
||||
{ "name": "PassiveSkill", "status": true, "description": "ver1.063/スキルに特徴を設定できるようにします。", "parameters": { "Passive Skill Type ID": "3, 5", "Add Multi Order": "true" } },
|
||||
{ "name": "SkillCPSystem", "status": true, "description": "ver1.11/スキルを装備して使用するシステムを追加します。", "parameters": { "Default Skill CP": "0", "Default Skill Set": "5", "Default CP": "5", "CP Name": "CP", "Set Name": "セット数", "LvUp CP Rate": "0.5", "LvUp Set Rate": "0.15", "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": "false", "Menu Skill Setting Title": "SkillEquip", "Show Unsettable Skill": "true", "Unsetting Skill Color": "11", "No Cost Class Learn Skills": "false", "Simple Mode": "false", "Show Skill Cost": "true", "CP Cost Color": "21", "No Cost Traits Skills": "true", "Slot Size": "5" } },
|
||||
|
|
|
|||
Loading…
Reference in a new issue