TL menus
This commit is contained in:
parent
f7a834340f
commit
db5f2f5709
1 changed files with 6 additions and 6 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue