From a073692632156194a8ce4b3f8c582796e5efffb8 Mon Sep 17 00:00:00 2001 From: William Blythe Date: Thu, 27 Dec 2018 08:18:38 +1100 Subject: [PATCH] add probe radius --- src/app/i18n/en.json | 1 + src/app/shipyard/StatsFormatting.js | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/i18n/en.json b/src/app/i18n/en.json index a5a7d71b..1d45fcb9 100644 --- a/src/app/i18n/en.json +++ b/src/app/i18n/en.json @@ -238,6 +238,7 @@ "rof": "Rate of fire", "angle": "Scan angle", "scanrate": "Scan rate", + "proberadius": "Probe Radius", "scantime": "Scan time", "shield": "Shield", "armour": "Armour", diff --git a/src/app/shipyard/StatsFormatting.js b/src/app/shipyard/StatsFormatting.js index 8effaa36..3cbb66fd 100644 --- a/src/app/shipyard/StatsFormatting.js +++ b/src/app/shipyard/StatsFormatting.js @@ -78,5 +78,6 @@ export const STATS_FORMATTING = { 'thermres': { 'format': 'pct' }, 'wepcap': { 'format': 'round1', 'unit': 'MJ' }, 'weprate': { 'format': 'round1', 'unit': 'MW' }, - 'jumpboost': { 'format': 'round1', 'unit': 'LY' } + 'jumpboost': { 'format': 'round1', 'unit': 'LY' }, + 'proberadius': { 'format': 'pct1', 'unit': 'pct' }, };