Added facing limit and range for fsdi

This commit is contained in:
Cmdr McDonald
2016-11-02 11:03:29 +00:00
parent 35538f971a
commit 7c71555384
4 changed files with 21 additions and 1 deletions

View File

@@ -66,6 +66,7 @@ export function getLanguage(langCode) {
MW: <u> {translate('MW')}</u>, // Mega Watts (same as Mega Joules per second)
ps: <u>{translate('/s')}</u>, // per second
pm: <u>{translate('/min')}</u>, // per minute
s: <u>{translate('secs')}</u>, // Seconds
T: <u> {translate('T')}</u>, // Metric Tons
}
};

View File

@@ -115,6 +115,7 @@ export const terms = {
pGen: 'Power generation',
power: 'Power draw',
range: 'Range',
ranget: 'Range', // Range in time (for FSD interdictor)
regen: 'Regeneration rate',
reload: 'Reload time',
rof: 'Rate of fire',