diff --git a/DataDefinitions/ModuleDefinitions.cs b/DataDefinitions/ModuleDefinitions.cs index 53781d2a85..21b106f96a 100644 --- a/DataDefinitions/ModuleDefinitions.cs +++ b/DataDefinitions/ModuleDefinitions.cs @@ -1093,6 +1093,12 @@ static Module() new Module(129028577, "Hpt_Human_Extraction_Fixed_Medium", "Extraction_Missile", 2, "B", 843170), new Module(129030049, "Hpt_ATVentDisruptorPylon_Fixed_Medium", "GuardianNaniteTorpedoPylon", 2, "I", 843170), new Module(129030050, "Hpt_ATVentDisruptorPylon_Fixed_Large", "GuardianNaniteTorpedoPylon", 3, "I", 1627420), + new Module(129030487, "int_hyperdrive_overcharge_size2_class3", "FrameShiftDrive_SCO", 2, "C", 21363), + new Module(129030486, "int_hyperdrive_overcharge_size3_class3", "FrameShiftDrive_SCO", 3, "C", 67722), + new Module(129030485, "int_hyperdrive_overcharge_size4_class3", "FrameShiftDrive_SCO", 4, "C", 214678), + new Module(129030474, "int_hyperdrive_overcharge_size5_class3", "FrameShiftDrive_SCO", 5, "C", 623816), + new Module(129030484, "int_hyperdrive_overcharge_size6_class3", "FrameShiftDrive_SCO", 6, "C", 2157272), + new Module(129030483, "int_hyperdrive_overcharge_size7_class3", "FrameShiftDrive_SCO", 7, "C", 6838549), // Various free modules that show up in SRVs, fighters and training; not used anywhere but note them here so that they do not throw errors when encountered new Module(128049673, "Hpt_PulseLaser_Fixed_SmallFree", "PulseLaser", 1, "F", 0, ModuleMount.Fixed), diff --git a/DataDefinitions/Properties/Modules.Designer.cs b/DataDefinitions/Properties/Modules.Designer.cs index 1ec083c1a3..af2e919168 100644 --- a/DataDefinitions/Properties/Modules.Designer.cs +++ b/DataDefinitions/Properties/Modules.Designer.cs @@ -492,6 +492,15 @@ public static string FrameShiftDrive { } } + /// + /// Looks up a localized string similar to Frame Shift Drive with Supercruise Overcharge. + /// + public static string FrameShiftDrive_SCO { + get { + return ResourceManager.GetString("FrameShiftDrive_SCO", resourceCulture); + } + } + /// /// Looks up a localized string similar to Frame Shift Drive Interdictor. /// diff --git a/DataDefinitions/Properties/Modules.resx b/DataDefinitions/Properties/Modules.resx index 3f15f29b7f..d1790f849e 100644 --- a/DataDefinitions/Properties/Modules.resx +++ b/DataDefinitions/Properties/Modules.resx @@ -649,4 +649,8 @@ Guardian Nanite Torpedo Pylon Module Guardian Nanite Torpedo Pylon + + Frame Shift Drive with Supercruise Overcharge + Module Frame Shift Drive (SCO) + \ No newline at end of file