Updates for shield strength

This commit is contained in:
Cmdr McDonald
2016-11-02 14:14:15 +00:00
parent c88e4369c8
commit ba1f11a88b
3 changed files with 65 additions and 50 deletions

View File

@@ -307,11 +307,11 @@ export default class Module {
}
/**
* Get the shield reinforcement for this module, taking in to account modifications
* @return {Number} the shield reinforcement of this module
* Get the shield multiplier for this module, taking in to account modifications
* @return {Number} the shield multiplier of this module
*/
getShieldReinforcement() {
return this._getModifiedValue('shieldreinforcement');
getShieldMultiplier() {
return this._getModifiedValue('shieldmul');
}
/**