MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / multiplyItemAttr

Method multiplyItemAttr

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

Source from the content-addressed store, hash-verified

402 self.itemModifiedAttributes.increase(*args, **kwargs)
403
404 def multiplyItemAttr(self, *args, **kwargs):
405 self.itemModifiedAttributes.multiply(*args, **kwargs)
406
407 def boostItemAttr(self, *args, **kwargs):
408 self.itemModifiedAttributes.boost(*args, **kwargs)

Callers 15

filteredItemMultiplyMethod · 0.80
handlerMethod · 0.80
handlerMethod · 0.80
handlerMethod · 0.80
handlerMethod · 0.80
handlerMethod · 0.80
handlerMethod · 0.80
handlerMethod · 0.80
handlerMethod · 0.80
handlerMethod · 0.80
handlerMethod · 0.80
handlerMethod · 0.80

Calls 1

multiplyMethod · 0.80

Tested by

no test coverage detected