Skip to content

Commit c00fbfc

Browse files
committed
Kestrel definition tidy ups (cockpit and military slot)
1 parent d8fc526 commit c00fbfc

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

DataDefinitions/ModuleDefinitions.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1252,6 +1252,7 @@ static Module ()
12521252
public static readonly Module Panther_Clipper_MkII_Cockpit = new Module( "PantherMkII_Cockpit", "CockpitCanopy", 1, "I", 0);
12531253
public static readonly Module LakonMiner_Cockpit = new Module( "LakonMiner_Cockpit", "CockpitCanopy", 1, "I", 0);
12541254
public static readonly Module Explorer_NX_Cockpit = new Module( "explorer_nx_cockpit", "CockpitCanopy", 1, "I", 0);
1255+
public static readonly Module SmallCombat01_NX_Cockpit = new Module( "smallcombat01_nx_cockpit", "CockpitCanopy", 1, "I", 0 );
12551256

12561257
// Fighter modules
12571258
public static readonly Module Empire_Fighter_Cockpit = new Module( "Empire_Fighter_Cockpit", "CockpitCanopy", 1, "I", 0);

DataDefinitions/ShipDefinitions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public static class ShipDefinitions
5454
new Ship( "PantherMkII", ShipManufacturer.ZorgonPeterson, "Panther Clipper Mk. II", nameof(Properties.Ship.yourPantherClipperMkII), new List<Translation> { new Translation("Panther", "ˈpænθɚ" ), new Translation("Clipper", "ˈklɪpər" ), new Translation("Mark", "mɑːk"), new Translation("2", "ˈtuː") }, LandingPadSize.Large, null, 1.11M),
5555
new Ship( "LakonMiner", ShipManufacturer.LakonSpaceways, "Type-11 Prospector", nameof(Properties.Ship.yourType11), null, LandingPadSize.Medium, null, 0.60M),
5656
new Ship( "explorer_nx", ShipManufacturer.ZorgonPeterson, "Caspian Explorer", nameof(Properties.Ship.yourCaspianExplorer), null, LandingPadSize.Large, null, 1.14M),
57-
new Ship( "smallcombat01_nx", ShipManufacturer.CoreDynamics, "Kestrel Mk. II", nameof(Properties.Ship.yourKestrelMkII), new List<Translation>{new Translation("Kestrel", "ˈkɛstɹəl" ), new Translation("Mark", "mɑːk"), new Translation("2", "ˈtuː") }, LandingPadSize.Small, null, 0.61M),
57+
new Ship( "smallcombat01_nx", ShipManufacturer.CoreDynamics, "Kestrel Mk. II", nameof(Properties.Ship.yourKestrelMkII), new List<Translation>{new Translation("Kestrel", "ˈkɛstɹəl" ), new Translation("Mark", "mɑːk"), new Translation("2", "ˈtuː") }, LandingPadSize.Small, 4, 0.61M),
5858
};
5959

6060
public static readonly SortedSet<string> ShipModels = new SortedSet<string>(AllOfThem.Select(ship => ship.model));

0 commit comments

Comments
 (0)