From 4c263d7e7cb6580b4efb14a89c41eba70fa15621 Mon Sep 17 00:00:00 2001 From: kshman Date: Mon, 31 May 2021 19:16:40 +0900 Subject: [PATCH] Add SK Hypertuned Havoc --- Data/DcDuty-English.json | 1 + Data/DcDuty-Japanese.json | 1 + Data/DcDuty-Korean.json | 1 + DcConfig.cs | 12 ++++++------ 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/Data/DcDuty-English.json b/Data/DcDuty-English.json index 918a704..136e16c 100644 --- a/Data/DcDuty-English.json +++ b/Data/DcDuty-English.json @@ -1803,6 +1803,7 @@ "1736": "△▶Mean-sprited", "1737": "△▶A Relic Unleased", "1738": "△▶When Mages Rage", + "1739": "△■Hypertuned Havoc", "1740": "△■Attack of the Supersoldiers", "1741": "△▲The Student Becalms the Master", "1742": "△◀Attack of the Machines", diff --git a/Data/DcDuty-Japanese.json b/Data/DcDuty-Japanese.json index 2468e14..c30eae3 100644 --- a/Data/DcDuty-Japanese.json +++ b/Data/DcDuty-Japanese.json @@ -1803,6 +1803,7 @@ "1736": "△▶Mean-sprited", "1737": "△▶A Relic Unleased", "1738": "△▶When Mages Rage", + "1739": "△■Hypertuned Havoc", "1740": "△■Attack of the Supersoldiers", "1741": "△▲The Student Becalms the Master", "1742": "△◀Attack of the Machines", diff --git a/Data/DcDuty-Korean.json b/Data/DcDuty-Korean.json index 62d5a84..c2ddf03 100644 --- a/Data/DcDuty-Korean.json +++ b/Data/DcDuty-Korean.json @@ -1779,6 +1779,7 @@ "1736": "△▶Mean-sprited", "1737": "△▶A Relic Unleased", "1738": "△▶When Mages Rage", + "1739": "△■Hypertuned Havoc", "1740": "△■Attack of the Supersoldiers", "1741": "△▲The Student Becalms the Master", "1742": "△◀Attack of the Machines", diff --git a/DcConfig.cs b/DcConfig.cs index b09cb85..6f20093 100644 --- a/DcConfig.cs +++ b/DcConfig.cs @@ -95,12 +95,12 @@ namespace DutyContent public class PacketConfig { // Packet - public string Version { get; set; } = "5.5 HotFix"; - public ushort OpFate { get; set; } = 574; - public ushort OpDuty { get; set; } = 509; - public ushort OpMatch { get; set; } = 399; - public ushort OpInstance { get; set; } = 316; - public ushort OpSouthernBozja { get; set; } = 352; + public string Version { get; set; } = "5.55"; + public ushort OpFate { get; set; } = 512; + public ushort OpDuty { get; set; } = 132; + public ushort OpMatch { get; set; } = 922; + public ushort OpInstance { get; set; } = 834; + public ushort OpSouthernBozja { get; set; } = 428; // public void Save(string filename = null)