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

Method handler

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

Source from the content-addressed store, hash-verified

10696
10697 @staticmethod
10698 def handler(fit, implant, context, projectionRange, **kwargs):
10699 fit.appliedImplants.filteredItemMultiply(lambda mod: mod.item.group.name == 'Cyberimplant',
10700 'scanStrengthBonus', implant.getModifiedItemAttr('implantSetSisters'), **kwargs)
10701
10702
10703class Effect3499(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemMultiplyMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected