Skip to content

Commit

Permalink
Update ItemStringHelper.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
HikariCalyx committed Feb 25, 2024
1 parent 348e971 commit eef87ae
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions WzComparerR2.Common/CharaSim/ItemStringHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ public static string GetExtraJobReqString(GearType type)
case GearType.fan: return "カンナ";

//5xxx
case GearType.soulShield: return "Mihile着用可能";
case GearType.soulShield: return "ミハエル着用可能";

//6xxx
case GearType.novaMarrow: return GetExtraJobReqString(61);
Expand Down Expand Up @@ -574,7 +574,7 @@ public static string GetItemPropString(ItemPropType propType, int value)
case ItemPropType.exchangeableOnce:
return value == 0 ? null : "Tradable once (untradable after using or trading)";
case ItemPropType.quest:
return value == 0 ? null : "Quest Item";
return value == 0 ? null : "クエストアイテム";
case ItemPropType.pquest:
return value == 0 ? null : "Party Quest Item";
case ItemPropType.permanent:
Expand Down Expand Up @@ -659,8 +659,8 @@ public static string GetJobName(int jobCode)
case 121: return "White Knight";
case 122: return "パラディン";
case 130: return "Spearman";
case 131: return "ドラゴン Knight";
case 132: return "Dark Knight";
case 131: return "ベルセルク";
case 132: return "ダークナイト";
case 200: return "Magician";
case 210: return "Wizard (Fire,Poison)";
case 211: return "Mage (Fire, Poison)";
Expand Down Expand Up @@ -750,7 +750,7 @@ public static string GetJobName(int jobCode)
case 2213: return "Evan(2)";
case 2214:
case 2215:
case 2216: return "Evan (3)";
case 2216: return "Evan(3)";
case 2217:
case 2218: return "Evan(4)";
case 2300: return "Mercedes(1)";
Expand Down Expand Up @@ -843,21 +843,21 @@ public static string GetJobName(int jobCode)
case 6511: return "Angelic Buster(3)";
case 6512: return "Angelic Buster(4)";

case 10000: return "Zero";
case 10100: return "Zero(1)";
case 10110: return "Zero(2)";
case 10111: return "Zero(3)";
case 10112: return "Zero(4)";
case 10000: return "ゼロ";
case 10100: return "ゼロ(1)";
case 10110: return "ゼロ(2)";
case 10111: return "ゼロ(3)";
case 10112: return "ゼロ(4)";

case 11000: return "Chase";
case 11200: return "Beast Tamer(Bear)";
case 11210: return "Beast Tamer(Leopard)";
case 11211: return "Beast Tamer(Hawk)";
case 11212: return "Beast Tamer(Cat)";

case 13000: return "Pink Bean";
case 13000: return "ピンクビーン";
case 13001: return "Yetihood";
case 13100: return "Pink Bean";
case 13100: return "ピンクビーン";
case 13500: return "Yeti";

case 14000: return "Kinesis";
Expand Down Expand Up @@ -888,16 +888,16 @@ public static string GetJobName(int jobCode)
case 15511: return "Ark(3)";
case 15512: return "Ark(4)";

case 16000: return "Anima Thief";
case 16001: return "Lara";
case 16200: return "Lara(1)";
case 16210: return "Lara(2)";
case 16211: return "Lara(3)";
case 16212: return "Lara(4)";
case 16400: return "Hoyoung(1)";
case 16410: return "Hoyoung(2)";
case 16411: return "Hoyoung(3)";
case 16412: return "Hoyoung(4)";
case 16000: return "アニマ盗賊";
case 16001: return "ララ";
case 16200: return "ララ(1)";
case 16210: return "ララ(2)";
case 16211: return "ララ(3)";
case 16212: return "ララ(4)";
case 16400: return "虎影(1)";
case 16410: return "虎影(2)";
case 16411: return "虎影(3)";
case 16412: return "虎影(4)";

case 17000: return "墨玄";
case 17001: return "リン";
Expand Down

0 comments on commit eef87ae

Please sign in to comment.