Adding total DPS to outfit page and comparisons

This commit is contained in:
Colin McLeod
2015-06-29 11:57:29 -07:00
parent aa7479d111
commit f1d804e3a1
3 changed files with 19 additions and 1 deletions

View File

@@ -163,6 +163,13 @@ angular.module('shipyard', ['ngLodash'])
lbls: ['Unladen', 'Laden'],
unit: 'LY',
fmt: 'fRound'
},
{ // 11
title: 'DPS',
props: ['totalDps'],
lbls: ['Dps'],
unit: '',
fmt: 'fRound'
}
])
/**