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

Method handler

eos/effects.py:4646–4649  ·  view source on GitHub ↗
(fit, implant, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

4644
4645 @staticmethod
4646 def handler(fit, implant, context, projectionRange, **kwargs):
4647 fit.appliedImplants.filteredItemMultiply(
4648 lambda implant: implant.item.requiresSkill('Cybernetics'),
4649 'signatureRadiusBonus', implant.getModifiedItemAttr('implantSetHalo'), **kwargs)
4650
4651
4652class Effect1579(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemMultiplyMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected