mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-08 14:33:22 +00:00
real ship names
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user