TL Troops and some UI
This commit is contained in:
parent
d890e8add8
commit
62b78b6265
3 changed files with 551 additions and 551 deletions
1094
data/Troops.json
1094
data/Troops.json
File diff suppressed because it is too large
Load diff
|
|
@ -415,7 +415,7 @@ var $plugins = [
|
|||
description: "ゲーム内用語辞典プラグイン",
|
||||
parameters: {
|
||||
GlossaryInfo:
|
||||
'["{\\"GlossaryType\\":\\"1\\",\\"CommandName\\":\\"魔物図鑑\\",\\"UseCategory\\":\\"false\\",\\"CommandSwitchId\\":\\"0\\",\\"BackPicture\\":\\"\\",\\"SelectAction\\":\\"0\\",\\"SelectSwitchId\\":\\"0\\",\\"SelectVariableId\\":\\"0\\",\\"ConfirmMessage\\":\\"false\\",\\"ConfirmUse\\":\\"使う\\",\\"ConfirmNoUse\\":\\"やめる\\",\\"GlossaryHelp\\":\\"ゲーム中に登場する用語を解説しています。\\",\\"CategoryHelp\\":\\"カテゴリを選択してください。\\",\\"ConfirmHelp\\":\\"\\",\\"UsingHelp\\":\\"\\",\\"CompleteView\\":\\"true\\",\\"CompleteMessage\\":\\"収集率 \\\\\\\\c[2]%1\\\\\\\\c[0] %\\",\\"ShowingItemNumber\\":\\"false\\",\\"UsableDefault\\":\\"true\\",\\"UseItemHistory\\":\\"false\\",\\"GlossaryListWidth\\":\\"240\\",\\"VisibleItemNotYet\\":\\"???\\",\\"HideIcon\\":\\"false\\"}"]',
|
||||
'["{\\"GlossaryType\\":\\"1\\",\\"CommandName\\":\\"Demon Catalog\\",\\"UseCategory\\":\\"false\\",\\"CommandSwitchId\\":\\"0\\",\\"BackPicture\\":\\"\\",\\"SelectAction\\":\\"0\\",\\"SelectSwitchId\\":\\"0\\",\\"SelectVariableId\\":\\"0\\",\\"ConfirmMessage\\":\\"false\\",\\"ConfirmUse\\":\\"使う\\",\\"ConfirmNoUse\\":\\"やめる\\",\\"GlossaryHelp\\":\\"ゲーム中に登場する用語を解説しています。\\",\\"CategoryHelp\\":\\"カテゴリを選択してください。\\",\\"ConfirmHelp\\":\\"\\",\\"UsingHelp\\":\\"\\",\\"CompleteView\\":\\"true\\",\\"CompleteMessage\\":\\"Total \\\\\\\\c[2]%1\\\\\\\\c[0] %\\",\\"ShowingItemNumber\\":\\"false\\",\\"UsableDefault\\":\\"true\\",\\"UseItemHistory\\":\\"false\\",\\"GlossaryListWidth\\":\\"240\\",\\"VisibleItemNotYet\\":\\"???\\",\\"HideIcon\\":\\"false\\"}"]',
|
||||
Layout: "",
|
||||
FontSize: "22",
|
||||
WindowSkin: "",
|
||||
|
|
@ -479,7 +479,7 @@ var $plugins = [
|
|||
parameters: {
|
||||
base: "",
|
||||
baseItems:
|
||||
'["{\\"name\\":\\"旅の記憶\\",\\"commonEvent\\":\\"11\\",\\"switchId\\":\\"0\\",\\"visibility\\":\\"true\\",\\"note\\":\\"\\"}","{\\"name\\":\\"ファストトラベル\\",\\"commonEvent\\":\\"75\\",\\"switchId\\":\\"204\\",\\"visibility\\":\\"false\\",\\"note\\":\\"\\"}"]',
|
||||
'["{\\"name\\":\\"Travel Memories\\",\\"commonEvent\\":\\"11\\",\\"switchId\\":\\"0\\",\\"visibility\\":\\"true\\",\\"note\\":\\"\\"}","{\\"name\\":\\"ファストトラベル\\",\\"commonEvent\\":\\"75\\",\\"switchId\\":\\"204\\",\\"visibility\\":\\"false\\",\\"note\\":\\"\\"}"]',
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
@ -587,7 +587,7 @@ var $plugins = [
|
|||
NumberOptions: "",
|
||||
StringOptions: "",
|
||||
SwitchOptions:
|
||||
'["{\\"Name\\":\\"既読シーンSKIP\\",\\"DefaultValue\\":\\"false\\",\\"SwitchID\\":\\"10\\",\\"OnText\\":\\"\\",\\"OffText\\":\\"\\",\\"HiddenFlag\\":\\"false\\",\\"Script\\":\\"\\",\\"AddPosition\\":\\"\\",\\"PaddingTop\\":\\"0\\"}"]',
|
||||
'["{\\"Name\\":\\"Skip Read Scenes\\",\\"DefaultValue\\":\\"false\\",\\"SwitchID\\":\\"10\\",\\"OnText\\":\\"\\",\\"OffText\\":\\"\\",\\"HiddenFlag\\":\\"false\\",\\"Script\\":\\"\\",\\"AddPosition\\":\\"\\",\\"PaddingTop\\":\\"0\\"}"]',
|
||||
VolumeOptions: "",
|
||||
},
|
||||
},
|
||||
|
|
|
|||
|
|
@ -114,7 +114,7 @@ Window_Base.prototype.contentsHeight = function () {
|
|||
|
||||
Window_Base.prototype.resetFontSettings = function () {
|
||||
this.contents.fontFace = $gameSystem.mainFontFace();
|
||||
this.contents.fontSize = $gameSystem.mainFontSize();
|
||||
this.contents.fontSize = $gameSystem.mainFontSize() - 6;
|
||||
this.resetTextColor();
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue