Fix scan time/scan rate confusion

This commit is contained in:
Cmdr McDonald
2017-04-13 23:19:27 +01:00
parent 061ab77de1
commit e29a4b263d
3 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
#2.3.1
* Use scan range for DSS rather than scan time
* Fix companion API import of Dolphin
#2.3.0
* Make scan time visible on scanners where available
* Update power distributor able-to-boost calculation to take fractional MJ values in to account

View File

@@ -234,6 +234,7 @@ export const terms = {
reload: 'Reload',
rof: 'Rate of fire',
angle: 'Scan angle',
scanrate: 'Scan rate',
scantime: 'Scan time',
shield: 'Shield',
shieldboost: 'Shield boost',

View File

@@ -17,6 +17,7 @@ const SHIP_FD_NAME_TO_CORIOLIS_NAME = {
'Cutter': 'imperial_cutter',
'DiamondBackXL': 'diamondback_explorer',
'DiamondBack': 'diamondback',
'Dolphin': 'dolphin',
'Eagle': 'eagle',
'Empire_Courier': 'imperial_courier',
'Empire_Eagle': 'imperial_eagle',