Add SK Hypertuned Havoc
This commit is contained in:
parent
9d2063d3e8
commit
4c263d7e7c
4 changed files with 9 additions and 6 deletions
|
@ -1803,6 +1803,7 @@
|
||||||
"1736": "△▶Mean-sprited",
|
"1736": "△▶Mean-sprited",
|
||||||
"1737": "△▶A Relic Unleased",
|
"1737": "△▶A Relic Unleased",
|
||||||
"1738": "△▶When Mages Rage",
|
"1738": "△▶When Mages Rage",
|
||||||
|
"1739": "△■Hypertuned Havoc",
|
||||||
"1740": "△■Attack of the Supersoldiers",
|
"1740": "△■Attack of the Supersoldiers",
|
||||||
"1741": "△▲The Student Becalms the Master",
|
"1741": "△▲The Student Becalms the Master",
|
||||||
"1742": "△◀Attack of the Machines",
|
"1742": "△◀Attack of the Machines",
|
||||||
|
|
|
@ -1803,6 +1803,7 @@
|
||||||
"1736": "△▶Mean-sprited",
|
"1736": "△▶Mean-sprited",
|
||||||
"1737": "△▶A Relic Unleased",
|
"1737": "△▶A Relic Unleased",
|
||||||
"1738": "△▶When Mages Rage",
|
"1738": "△▶When Mages Rage",
|
||||||
|
"1739": "△■Hypertuned Havoc",
|
||||||
"1740": "△■Attack of the Supersoldiers",
|
"1740": "△■Attack of the Supersoldiers",
|
||||||
"1741": "△▲The Student Becalms the Master",
|
"1741": "△▲The Student Becalms the Master",
|
||||||
"1742": "△◀Attack of the Machines",
|
"1742": "△◀Attack of the Machines",
|
||||||
|
|
|
@ -1779,6 +1779,7 @@
|
||||||
"1736": "△▶Mean-sprited",
|
"1736": "△▶Mean-sprited",
|
||||||
"1737": "△▶A Relic Unleased",
|
"1737": "△▶A Relic Unleased",
|
||||||
"1738": "△▶When Mages Rage",
|
"1738": "△▶When Mages Rage",
|
||||||
|
"1739": "△■Hypertuned Havoc",
|
||||||
"1740": "△■Attack of the Supersoldiers",
|
"1740": "△■Attack of the Supersoldiers",
|
||||||
"1741": "△▲The Student Becalms the Master",
|
"1741": "△▲The Student Becalms the Master",
|
||||||
"1742": "△◀Attack of the Machines",
|
"1742": "△◀Attack of the Machines",
|
||||||
|
|
12
DcConfig.cs
12
DcConfig.cs
|
@ -95,12 +95,12 @@ namespace DutyContent
|
||||||
public class PacketConfig
|
public class PacketConfig
|
||||||
{
|
{
|
||||||
// Packet
|
// Packet
|
||||||
public string Version { get; set; } = "5.5 HotFix";
|
public string Version { get; set; } = "5.55";
|
||||||
public ushort OpFate { get; set; } = 574;
|
public ushort OpFate { get; set; } = 512;
|
||||||
public ushort OpDuty { get; set; } = 509;
|
public ushort OpDuty { get; set; } = 132;
|
||||||
public ushort OpMatch { get; set; } = 399;
|
public ushort OpMatch { get; set; } = 922;
|
||||||
public ushort OpInstance { get; set; } = 316;
|
public ushort OpInstance { get; set; } = 834;
|
||||||
public ushort OpSouthernBozja { get; set; } = 352;
|
public ushort OpSouthernBozja { get; set; } = 428;
|
||||||
|
|
||||||
//
|
//
|
||||||
public void Save(string filename = null)
|
public void Save(string filename = null)
|
||||||
|
|
Loading…
Reference in a new issue