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