Last UI
This commit is contained in:
parent
727d4f1500
commit
ca27da6ebb
1 changed files with 15 additions and 15 deletions
|
|
@ -451,33 +451,33 @@ var $plugins = [
|
|||
{
|
||||
name: "Vitsuno_Difficulty",
|
||||
status: true,
|
||||
description: "難易度により能力値や報酬倍率を変更できるようになります。",
|
||||
description: "Allows you to change stat and reward multipliers based on difficulty.",
|
||||
parameters: {
|
||||
"Init Difficulty ID": "3",
|
||||
"Use Option": "1",
|
||||
"Option Name": "Difficulty",
|
||||
"--(Difficulty ID:1)--": "",
|
||||
"1 : Name": "ベリーイージー",
|
||||
"1 : Name": "Very Easy",
|
||||
"1 : Param Rate": "0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1",
|
||||
"1 : Drop Rate": "1.5,1.0,1.0,1.0,1.0",
|
||||
"--(ID:2)-------------": "",
|
||||
"2 : Name": "イージー",
|
||||
"2 : Name": "Easy",
|
||||
"2 : Param Rate": "0.4,1.0,1.0,0.4,1.0,0.4,1.0,1.0",
|
||||
"2 : Drop Rate": "1.5,1.0,1.0,1.0,1.0",
|
||||
"--(ID:3)-------------": "",
|
||||
"3 : Name": "ノーマル",
|
||||
"3 : Name": "Normal",
|
||||
"3 : Param Rate": "0.8,1.0,1.3,0.6,1.3,0.6,1.0,1.0",
|
||||
"3 : Drop Rate": "1.5,1.0,1.0,1.0,1.0",
|
||||
"--(ID:4)-------------": "",
|
||||
"4 : Name": "ハード",
|
||||
"4 : Name": "Hard",
|
||||
"4 : Param Rate": "0.9,1.0,1.4,0.7,1.4,0.7,1.0,1.0",
|
||||
"4 : Drop Rate": "1.5,1.0,1.0,1.0,1.0",
|
||||
"--(ID:5)-------------": "",
|
||||
"5 : Name": "ベリーハード",
|
||||
"5 : Name": "Very Hard",
|
||||
"5 : Param Rate": "1.0,1.0,1.6,1.0,1.6,1.0,1.0,1.0",
|
||||
"5 : Drop Rate": "1.5,1.2,1.2,1.2,1.2",
|
||||
"--(ID:6)-------------": "",
|
||||
"6 : Name": "マニア",
|
||||
"6 : Name": "Maniac",
|
||||
"6 : Param Rate": "1.3,1.3,1.8,1.3,1.8,1.3,1.3,1.3",
|
||||
"6 : Drop Rate": "1.5,1.4,1.4,1.4,1.4",
|
||||
"--(ID:7)-------------": "",
|
||||
|
|
@ -3571,7 +3571,7 @@ var $plugins = [
|
|||
{
|
||||
name: "FTKR_SkillTreeSystem",
|
||||
status: true,
|
||||
description: "v1.18.3 ツリー型スキル習得システム",
|
||||
description: "v1.18.3 Tree Skill Acquisition System",
|
||||
parameters: {
|
||||
"--必須設定(Required)--": "",
|
||||
"Skill Tree Id": "18",
|
||||
|
|
@ -3594,7 +3594,7 @@ var $plugins = [
|
|||
"Get Level Up Sp": "30",
|
||||
"Cost Sp Icon": "296",
|
||||
"Hide Sp Cost 0": "0",
|
||||
"Display Get Sp": "%1 の%2を獲得!",
|
||||
"Display Get Sp": "Gained %1 %2",
|
||||
"Enable Class Sp": "false",
|
||||
"NonBattleMember Sp Rate": "100",
|
||||
"--スキル枠の設定(Skill Frame)--": "",
|
||||
|
|
@ -3631,22 +3631,22 @@ var $plugins = [
|
|||
"Skill Tree Max Cols": "7",
|
||||
"Skill Tree Height Space": "24",
|
||||
"--スキル説明ウィンドウの設定(Skill Status Window)--": "",
|
||||
"Skill Status Title Format": "\\c[16][%2]のスキル情報",
|
||||
"Skill Status Title Format": "\\c[16][%2] Skill Information",
|
||||
"Adjust Skill Desc Width": "0",
|
||||
"Prioritize Skill Desc": "false",
|
||||
"--コストウィンドウの設定(Cost Window)--": "",
|
||||
"Cost Title Format": "\\c[16]習得コスト:",
|
||||
"Cost Title Format": "\\c[16]Acquisition Cost:",
|
||||
"Cost Item Format": "%1",
|
||||
"Cost Number Format": "17,%1(%2)",
|
||||
"Cost Number Width": "0",
|
||||
"Cost Max Count Format": "",
|
||||
"--前提スキルウィンドウの設定(Pre Skill Window)--": "",
|
||||
"Preskill Title Format": "\\c[16]前提スキル:",
|
||||
"Preskill Title Format": "\\c[16]Required Skills:",
|
||||
"Preskill Item Format": "%1",
|
||||
"--確認ウィンドウの設定(Confirmation Window)--": "",
|
||||
"Conf Title Format": "スキル習得の確認",
|
||||
"Confirmation Ok Format": "実行する",
|
||||
"Confirmation Cancel Format": "実行しない",
|
||||
"Conf Title Format": "Confirm Skill Acquisition",
|
||||
"Confirmation Ok Format": "Execute",
|
||||
"Confirmation Cancel Format": "Do Not Execute",
|
||||
"--習得時のSEの設定(Learned SE)--": "",
|
||||
"Learn SE Name": "Sound2",
|
||||
"Learn SE Volume": "90",
|
||||
|
|
|
|||
Loading…
Reference in a new issue