Skip to content

Commit

Permalink
Add new supercruise overcharging FSDs to module definitions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tkael committed Apr 29, 2024
1 parent 0b657bd commit a68231c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
6 changes: 6 additions & 0 deletions DataDefinitions/ModuleDefinitions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down
9 changes: 9 additions & 0 deletions DataDefinitions/Properties/Modules.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions DataDefinitions/Properties/Modules.resx
Original file line number Diff line number Diff line change
Expand Up @@ -649,4 +649,8 @@
<value>Guardian Nanite Torpedo Pylon</value>
<comment>Module Guardian Nanite Torpedo Pylon</comment>
</data>
<data name="FrameShiftDrive_SCO" xml:space="preserve">
<value>Frame Shift Drive with Supercruise Overcharge</value>
<comment>Module Frame Shift Drive (SCO)</comment>
</data>
</root>

0 comments on commit a68231c

Please sign in to comment.