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

Method handler

eos/effects.py:36646–36649  ·  view source on GitHub ↗
(fit, src, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

36644
36645 @staticmethod
36646 def handler(fit, src, context, projectionRange, **kwargs):
36647 fit.appliedImplants.filteredItemMultiply(
36648 lambda mod: mod.item.requiresSkill('Cybernetics'),
36649 'capRechargeBonus', src.getModifiedItemAttr('ImplantSetRapture'), **kwargs)
36650
36651
36652class Effect8104(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemMultiplyMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected