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

Method handler

eos/effects.py:16612–16614  ·  view source on GitHub ↗
(fit, skill, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

16610
16611 @staticmethod
16612 def handler(fit, skill, context, projectionRange, **kwargs):
16613 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Signature Suppressor',
16614 'durationHighisGood', skill.getModifiedItemAttr('durationBonus') * skill.level, **kwargs)
16615
16616
16617class Effect4950(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected