add probe radius

This commit is contained in:
William Blythe
2018-12-27 08:18:38 +11:00
parent 7752d5c9db
commit a073692632
2 changed files with 3 additions and 1 deletions

View File

@@ -238,6 +238,7 @@
"rof": "Rate of fire",
"angle": "Scan angle",
"scanrate": "Scan rate",
"proberadius": "Probe Radius",
"scantime": "Scan time",
"shield": "Shield",
"armour": "Armour",

View File

@@ -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' },
};