Add SK Hypertuned Havoc

This commit is contained in:
kshman 2021-05-31 19:16:40 +09:00
parent 9d2063d3e8
commit 4c263d7e7c
4 changed files with 9 additions and 6 deletions

View file

@ -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",

View file

@ -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",

View file

@ -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",

View file

@ -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)