From db5f2f5709ad473ca769728f4cefda7e06e77bc4 Mon Sep 17 00:00:00 2001 From: dazedanon Date: Fri, 1 Aug 2025 14:38:13 -0500 Subject: [PATCH] TL menus --- js/plugins.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/js/plugins.js b/js/plugins.js index a6f19b9..5268eec 100644 --- a/js/plugins.js +++ b/js/plugins.js @@ -429,21 +429,21 @@ var $plugins = [ parameters: { base: "", baseItems: - '["{\\"name\\":\\"ヒロインデータ\\",\\"commonEvent\\":\\"19\\",\\"switchId\\":\\"0\\",\\"visibility\\":\\"true\\",\\"note\\":\\"\\"}","{\\"name\\":\\"レベルアップ\\",\\"commonEvent\\":\\"223\\",\\"switchId\\":\\"0\\",\\"visibility\\":\\"true\\",\\"note\\":\\"\\"}","{\\"name\\":\\"セーブ\\",\\"commonEvent\\":\\"221\\",\\"switchId\\":\\"0\\",\\"visibility\\":\\"true\\",\\"note\\":\\"\\"}","{\\"name\\":\\"ロード\\",\\"commonEvent\\":\\"222\\",\\"switchId\\":\\"0\\",\\"visibility\\":\\"true\\",\\"note\\":\\"\\"}"]', + '["{\\"name\\":\\"Heroine Data\\",\\"commonEvent\\":\\"19\\",\\"switchId\\":\\"0\\",\\"visibility\\":\\"true\\",\\"note\\":\\"\\"}","{\\"name\\":\\"Raise LV\\",\\"commonEvent\\":\\"223\\",\\"switchId\\":\\"0\\",\\"visibility\\":\\"true\\",\\"note\\":\\"\\"}","{\\"name\\":\\"Save\\",\\"commonEvent\\":\\"221\\",\\"switchId\\":\\"0\\",\\"visibility\\":\\"true\\",\\"note\\":\\"\\"}","{\\"name\\":\\"Load\\",\\"commonEvent\\":\\"222\\",\\"switchId\\":\\"0\\",\\"visibility\\":\\"true\\",\\"note\\":\\"\\"}"]', }, }, { name: "TMGoldLevelUpMZ", status: true, description: - "経験値ではなくお金を消費して任意のタイミングで\r\nアクターをレベルアップさせることができます。", + "You can spend money instead of experience points to level up actors at any time.\r\n", parameters: { levelUpCommand: "", - currentGold: "資金", - learnSkill: "覚えるスキル", + currentGold: "Funds", + learnSkill: "Skill to Learn", textDummy: "", - execLevelUpText: "レベルアップする", - cancelLevelUpText: "キャンセル", + execLevelUpText: "Level Up", + cancelLevelUpText: "Cancel", levelUpSe: "pipon", levelUpSeParam: '{"volume":"90", "pitch":"100", "pan":"0"}', useButton: "true",