MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / multiplyChargeAttr

Method multiplyChargeAttr

eos/effectHandlerHelpers.py:421–422  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

419 self.chargeModifiedAttributes.increase(*args, **kwargs)
420
421 def multiplyChargeAttr(self, *args, **kwargs):
422 self.chargeModifiedAttributes.multiply(*args, **kwargs)
423
424 def boostChargeAttr(self, *args, **kwargs):
425 self.chargeModifiedAttributes.boost(*args, **kwargs)

Callers 1

Calls 1

multiplyMethod · 0.80

Tested by

no test coverage detected