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