range and ranget are rounded with fixed decimal places now

This commit is contained in:
Felix Linker
2018-09-09 15:55:36 +02:00
parent 8492dd74f9
commit 5b4b0b8dff

View File

@@ -57,8 +57,8 @@ export const STATS_FORMATING = {
'piercing': { 'format': 'int' },
'power': { 'format': 'round', 'unit': 'MW' },
'protection': { 'format': 'pct' },
'range': { 'format': 'round', 'unit': 'km', 'storedUnit': 'm' },
'ranget': { 'format': 'round1', 'unit': 's' },
'range': { 'format': 'f2', 'unit': 'km', 'storedUnit': 'm' },
'ranget': { 'format': 'f1', 'unit': 's' },
'regen': { 'format': 'round1', 'unit': 'ps' },
'reload': { 'format': 'int', 'unit': 's' },
'rof': { 'format': 'round1', 'unit': 'ps' },