diff --git a/www/data/System.json b/www/data/System.json index 0e97627..f30e32b 100644 --- a/www/data/System.json +++ b/www/data/System.json @@ -108,15 +108,15 @@ "editMapId": 27, "elements": [ "", - "物理", - "炎", - "氷", - "雷", - "水", - "土", - "風", - "光", - "闇" + "Physical", + "Flame", + "Ice", + "Thunder", + "Water", + "Earth", + "Wind", + "Light", + "Darkness" ], "equipTypes": [ "", @@ -1547,24 +1547,24 @@ }, "weaponTypes": [ "", - "短剣", - "銃", - "フレイル", - "斧", - "ムチ", - "杖", - "弓", - "クロスボウ", - "銃", - "爪", - "グローブ", - "槍", + "Dagger", + "Gun", + "Flail", + "Axe", + "Whip", + "Staff", + "Bow", + "Crossbow", + "Gun", + "Claw", + "Glove", + "Spear", "", - "手甲", + "Gauntlet", "", "", "", - "スキルツリー", + "Skill Tree", "" ], "windowTone": [ diff --git a/www/js/plugins.js b/www/js/plugins.js index f8f2f75..0c87acc 100644 --- a/www/js/plugins.js +++ b/www/js/plugins.js @@ -1041,7 +1041,7 @@ var $plugins = [ { name: "FTKR_CustomSimpleActorStatus", status: true, - description: "v3.5.3 アクターのステータス表示を変更するプラグイン", + description: "v3.5.3 Plugin to change actor status display", parameters: { face: "", "Face Image Width": "144", @@ -1092,7 +1092,7 @@ var $plugins = [ "Display LevelUp Message": "\\C[17]%3 Level Up!", customParam: "", "--Custom Param 0--": "", - "Custom 0 Display Name": "\\c[16]現在の経験値", + "Custom 0 Display Name": "\\c[16]Current EXP", "Custom 0 References": "", "Custom 0 Unit": "", "--Custom Param 1--": "", @@ -1100,7 +1100,7 @@ var $plugins = [ "Custom 1 References": "a.currentExp()", "Custom 1 Unit": "", "--Custom Param 2--": "", - "Custom 2 Display Name": "\\c[16]次のレベルまで", + "Custom 2 Display Name": "\\c[16]To Next Level", "Custom 2 References": "", "Custom 2 Unit": "", "--Custom Param 3--": "", @@ -1181,21 +1181,21 @@ var $plugins = [ "Gauge 0 Color1": "17", "Gauge 0 Color2": "6", "--Gauge Param 1--": "", - "Gauge 1 Display Name": "\\c[16]快感値", + "Gauge 1 Display Name": "\\c[16]Pleasure", "Gauge 1 References": "v[30]", "Gauge 1 Current": "v[30]", "Gauge 1 Max": "v[31]", "Gauge 1 Color1": "27", "Gauge 1 Color2": "", "--Gauge Param 2--": "", - "Gauge 2 Display Name": "\\c[16]衣装耐久度", + "Gauge 2 Display Name": "\\c[16]Outfit Durability", "Gauge 2 References": "v[33]", "Gauge 2 Current": "v[33]", "Gauge 2 Max": "v[34]", "Gauge 2 Color1": "20", "Gauge 2 Color2": "", "--Gauge Param 3--": "", - "Gauge 3 Display Name": "\\c[16]抵抗", + "Gauge 3 Display Name": "\\c[16]Resist", "Gauge 3 References": "v[81]", "Gauge 3 Current": "v[81]", "Gauge 3 Max": "v[35]", @@ -1245,9 +1245,9 @@ var $plugins = [ "Gauge 9 Color2": "", paramName: "", "XPARAM Name": - '{"hit":"命中率","eva":"回避率","cri":"会心率","cev":"会心回避率","mev":"魔法回避率","mrf":"魔法反射率","cnt":"反撃率","hrg":"HP再生率","mrg":"MP再生率","trg":"TP再生率"}', + '{"hit":"Accuracy","eva":"Evasion","cri":"Critical Rate","cev":"Critical Evasion","mev":"Magic Evasion","mrf":"Magic Reflection","cnt":"Counter Rate","hrg":"HP Regen Rate","mrg":"MP Regen Rate","trg":"TP Regen Rate"}', "SPARAM Name": - '{"tgr":"狙われ率","grd":"防御効果率","rec":"回復効果率","pha":"薬の知識","mcr":"MP消費率","tcr":"TPチャージ率","pdr":"物理ダメージ率","mdr":"魔法ダメージ率","fdr":"床ダメージ率","exr":"経験獲得率"}', + '{"tgr":"Target Rate","grd":"Guard Effect Rate","rec":"Recovery Effect Rate","pha":"Pharmacology","mcr":"MP Cost Rate","tcr":"TP Charge Rate","pdr":"Physical Damage Rate","mdr":"Magic Damage Rate","fdr":"Floor Damage Rate","exr":"EXP Gain Rate"}', }, }, { @@ -3265,7 +3265,7 @@ var $plugins = [ { name: "ItemDescription", status: true, - description: "アイテム説明文自動生成プラグイン", + description: "Automatic item description generation plugin", parameters: { validWeapon: "true", validArmor: "true", @@ -3273,19 +3273,19 @@ var $plugins = [ exceptionArmorList: "[]", exceptionElementList: "[]", 用語設定: "====================================", - enchant: "付", - resist: "耐", - weak: "弱", - hit: "命中", - eva: "回避", - cri: "会心", - cev: "会心回避", - mev: "魔法回避", - mrf: "魔法反射", - cnt: "反撃", - hrg: "HP再生", - mrg: "MP再生", - trg: "TP再生", + enchant: "Ench", + resist: "Resist", + weak: "Weak", + hit: "Accuracy", + eva: "Evasion", + cri: "Critical", + cev: "Critical Evasion", + mev: "Magic Evasion", + mrf: "Magic Reflection", + cnt: "Counter", + hrg: "HP Regen", + mrg: "MP Regen", + trg: "TP Regen", }, }, {