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

Method handler

eos/effects.py:34517–34520  ·  view source on GitHub ↗
(fit, module, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

34515
34516 @staticmethod
34517 def handler(fit, module, context, projectionRange, **kwargs):
34518 fit.modules.filteredItemMultiply(lambda mod: mod.item.group.name == 'Precursor Weapon',
34519 'damageMultiplier', module.getModifiedItemAttr('damageMultiplier'),
34520 stackingPenalties=True, **kwargs)
34521
34522
34523class Effect7078(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemMultiplyMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected