diff --git a/src/app/components/ShipSummaryTable.jsx b/src/app/components/ShipSummaryTable.jsx index a0855f10..e30baca6 100644 --- a/src/app/components/ShipSummaryTable.jsx +++ b/src/app/components/ShipSummaryTable.jsx @@ -101,18 +101,46 @@ export default class ShipSummaryTable extends TranslatedComponent { - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - @@ -124,41 +152,13 @@ export default class ShipSummaryTable extends TranslatedComponent { - - + +
{translate('armour metrics')}
{translate('explres')}{translate('kinres')}{translate('thermres')}{translate('explres')}{translate('kinres')}{translate('thermres')}{translate('damage from ') + ' ' + translate('absolute')}{translate('damage from ') + ' ' + translate('explosive')}{translate('damage from ') + ' ' + translate('kinetic')}{translate('damage from ') + ' ' + translate('thermal')}{translate('recovery')}{translate('recharge')}
{int(ship.shieldExplRes * 100) + '%'}{int(ship.shieldThermRes * 100) + '%'}{int(ship.shieldKinRes * 100) + '%'}{int(sgMetrics && sgMetrics.generator ? sgMetrics.total / sgMetrics.absolute.total : 0)}{int(sgMetrics && sgMetrics.generator ? sgMetrics.total / sgMetrics.explosive.total : 0)}{int(sgMetrics && sgMetrics.generator ? sgMetrics.total / sgMetrics.kinetic.total : 0 )}{int(sgMetrics && sgMetrics.generator ? sgMetrics.total / sgMetrics.thermal.total : 0 )}{formats.time(sgMetrics.recover)}{formats.time(sgMetrics.recharge)}
{translate('explres')}{translate('kinres')}{translate('thermres')}{translate('damage from ') + ' ' + translate('absolute')}{translate('damage from ') + ' ' + translate('explosive')}{translate('damage from ') + ' ' + translate('kinetic')}{translate('damage from ') + ' ' + translate('thermal')}{translate('raw module armour')}{translate('internal protection')}{translate('damage from ') + ' ' + translate('absolute')}{translate('damage from ') + ' ' + translate('explosive')}{translate('damage from ') + ' ' + translate('kinetic')}{translate('damage from ') + ' ' + translate('thermal')}
{int(armourMetrics.total / armourMetrics.explosive.total)} {int(armourMetrics.total / armourMetrics.kinetic.total)} {int(armourMetrics.total / armourMetrics.thermal.total)}{int(armourMetrics.modulearmour)}{int(armourMetrics.moduleprotection * 100) + '%'}
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
{translate('shield metrics')}
{translate('explres')}{translate('kinres')}{translate('thermres')}{translate('damage from ') + ' ' + translate('absolute')}{translate('damage from ') + ' ' + translate('explosive')}{translate('damage from ') + ' ' + translate('kinetic')}{translate('damage from ') + ' ' + translate('thermal')}
{int(ship.shieldExplRes * 100) + '%'}{int(ship.shieldThermRes * 100) + '%'}{int(ship.shieldKinRes * 100) + '%'}{int(sgMetrics && sgMetrics.generator ? sgMetrics.total / sgMetrics.absolute.total : 0)}{int(sgMetrics && sgMetrics.generator ? sgMetrics.total / sgMetrics.explosive.total : 0)}{int(sgMetrics && sgMetrics.generator ? sgMetrics.total / sgMetrics.kinetic.total : 0 )}{int(sgMetrics && sgMetrics.generator ? sgMetrics.total / sgMetrics.thermal.total : 0 )}
; } } diff --git a/src/app/i18n/en.json b/src/app/i18n/en.json index 7211a789..bf762d92 100644 --- a/src/app/i18n/en.json +++ b/src/app/i18n/en.json @@ -215,6 +215,7 @@ "scanrate": "Scan rate", "scantime": "Scan time", "shield": "Shield", + "armour": "Armour", "shieldboost": "Shield boost", "shieldreinforcement": "Shield reinforcement", "shotspeed": "Shot speed",