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

Method handler

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

Source from the content-addressed store, hash-verified

35785
35786 @staticmethod
35787 def handler(fit, implant, context, projectionRange, **kwargs):
35788 fit.appliedImplants.filteredItemMultiply(
35789 lambda implant: implant.item.requiresSkill('Cybernetics'),
35790 'remoteRepDurationCapBonus', implant.getModifiedItemAttr('implantSetSavior'), **kwargs)
35791
35792
35793class Effect8018(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemMultiplyMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected