Add 'Damage dealt' section

This commit is contained in:
Cmdr McDonald
2016-12-16 20:37:06 +00:00
parent 9ed0e30538
commit fb090618da
8 changed files with 491 additions and 25 deletions

View File

@@ -587,6 +587,14 @@ export default class Module {
return this._getModifiedValue('shieldreinforcement');
}
/**
* Get the piercing for this module, taking in to account modifications
* @return {Number} the piercing for this module
*/
getPiercing() {
return this._getModifiedValue('piercing');
}
/**
* Get the bays for this module, taking in to account modifications
* @return {Number} the bays for this module