Update costs for reload

This commit is contained in:
Cmdr McDonald
2016-11-15 13:33:59 +00:00
parent d6f213fbe7
commit 930a555425
2 changed files with 35 additions and 6 deletions

View File

@@ -508,6 +508,22 @@ export default class Module {
return this._getModifiedValue('shieldreinforcement');
}
/**
* Get the bays for this module, taking in to account modifications
* @return {Number} the bays for this module
*/
getBays() {
return this._getModifiedValue('bays');
}
/**
* Get the rebuilds per bay for this module, taking in to account modifications
* @return {Number} the rebuilds per bay for this module
*/
getRebuildsPerBay() {
return this._getModifiedValue('rebuildsperbay');
}
/**
* Get the cells for this module, taking in to account modifications
* @return {Number} the cells for this module
@@ -516,6 +532,7 @@ export default class Module {
return this._getModifiedValue('cells');
}
/**
* Get the jitter for this module, taking in to account modifications
* @return {Number} the jitter for this module