real ship names

This commit is contained in:
Willyb321
2018-12-13 07:36:22 +11:00
parent 7e27fa73b5
commit 59cf9c9b55

View File

@@ -36,44 +36,44 @@ function shipSummary(shipId) {
} }
const FORGE_SHIPS = ['adder', const FORGE_SHIPS = ['Adder',
'anaconda', 'Anaconda',
'asp explorer', 'Asp',
'asp scout', 'Asp_Scout',
'beluga liner', 'BelugaLiner',
'cobra mk iii', 'CobraMkIII',
'cobra mk iv', 'CobraMkIV',
'imperial cutter', 'Cutter',
'diamondback explorer', 'DiamondBackXL',
'diamondback scout', 'DiamondBack',
'dolphin', 'Dolphin',
'eagle', 'Eagle',
'imperial courier', 'Empire_Courier',
'imperial eagle', 'Empire_Eagle',
'imperial clipper', 'Empire_Trader',
'federal corvette', 'Federation_Corvette',
'federal dropship', 'Federation_Dropship',
'federal assault ship', 'Federation_Dropship_MkII',
'federal gunship', 'Federation_Gunship',
'fer-de-lance', 'FerDeLance',
'hauler', 'Hauler',
'keelback', 'Independant_Trader',
'krait mk ii', 'Krait_MkII',
'mamba', 'Mamba',
'krait phantom', 'Krait_Light',
'orca', 'Orca',
'python', 'Python',
'sidewinder', 'SideWinder',
'type-6 transporter', 'Type6',
'type-7 transporter', 'Type7',
'type-9 heavy', 'Type9',
'type-10 defender', 'Type9_Military',
'alliance chieftain', 'TypeX',
'alliance crusader', 'TypeX_2',
'alliance challenger', 'TypeX_3',
'viper', 'Viper',
'viper mk iv', 'Viper_MkIV',
'vulture']; 'Vulture'];
class ShipTable extends Component { class ShipTable extends Component {
static cachedSummaries = null; static cachedSummaries = null;