From 3b23ae46bdea78a296c698256528298b0cecbafe Mon Sep 17 00:00:00 2001 From: DazedAnon Date: Fri, 10 May 2024 21:43:44 -0500 Subject: [PATCH] TL Some UI --- www/data/CommonEvents.json | 4 ++-- www/js/plugins.js | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/www/data/CommonEvents.json b/www/data/CommonEvents.json index 94d5412..cbfda2e 100644 --- a/www/data/CommonEvents.json +++ b/www/data/CommonEvents.json @@ -54615,7 +54615,7 @@ "code": 401, "indent": 0, "parameters": [ - "Oh, he was a child actor when he was little." + "Oh, she was a child actor when she was little." ] }, { @@ -54649,7 +54649,7 @@ "code": 401, "indent": 0, "parameters": [ - "What impression did you get? With such a\nbackground, doesn't he still have a certain flair?" + "What impression did you get? With such a\nbackground, doesn't she still have a certain flair?" ] }, { diff --git a/www/js/plugins.js b/www/js/plugins.js index 8af1d64..0798a94 100644 --- a/www/js/plugins.js +++ b/www/js/plugins.js @@ -107,8 +107,8 @@ var $plugins = [ parameters: { "Event Command Switch": "1", "Y position type": "0", - textGainItem: "%1入手!", - textLoseItem: "%1消失……。", + textGainItem: "%1 Obtained!", + textLoseItem: "%1 Lost...", "SE filename": "Item1", "SE volume": "30", "SE pitch": "100", @@ -212,7 +212,7 @@ var $plugins = [ status: true, description: "【ver.1.1】装備画面で装備後のアイテムを選択する際、一番左上の空白に「はずす」などの文字を入れます。", - parameters: { Text: "はずす", "Text X": "36", "Text Enabled": "true" }, + parameters: { Text: "Remove", "Text X": "36", "Text Enabled": "true" }, }, { name: "EaseEventLoad", @@ -1172,7 +1172,7 @@ var $plugins = [ "Menu 50 Main Bind": "this.commandPersonal.bind(this)", "Menu 50 Actor Bind": "SceneManager.push(Scene_Status)", "---Menu 51---": "", - "Menu 51 Name": "'Hな記録'", + "Menu 51 Name": "'H Record'", "Menu 51 Symbol": "eroStatus", "Menu 51 Show": "true", "Menu 51 Enabled": "true", @@ -1532,7 +1532,7 @@ var $plugins = [ "Menu 95 Main Bind": "this.commandSave.bind(this)", "Menu 95 Actor Bind": "", "---Menu 96---": "", - "Menu 96 Name": "'ロード'", + "Menu 96 Name": "'Load'", "Menu 96 Symbol": "common event", "Menu 96 Show": "true", "Menu 96 Enabled": "true", @@ -1540,7 +1540,7 @@ var $plugins = [ "Menu 96 Main Bind": "this.callCommonEvent.bind(this)", "Menu 96 Actor Bind": "", "---Menu 97---": "", - "Menu 97 Name": "'立ち絵表示'", + "Menu 97 Name": "'Standing CG'", "Menu 97 Symbol": "common event", "Menu 97 Show": "true", "Menu 97 Enabled": "true",