[.30 Polish Point] Battleship-D

I've noticed when I play unlock to get all the equipment that there is a Battleship-D uses missile weapons unlike all the other battleships which are kinetic, and it appears to duplicate the Destroyer-D which is the large class that uses missiles.

2,269 views 1 replies
Reply #1 Top

Update: Noticed it was an .xml typo. Under ShipClassDefs.xml The iridium and other battleshipD class have the typo.

...

    <InternalName>IridiumBattleshipD</InternalName>

    ...

    <BlueprintDef>DestroyerDBlueprint</BlueprintDef>

Should be

    <BlueprintDef>BattleshipDBlueprint</BlueprintDef>

Of course their may be more to it than this ;)