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

Method handler

eos/effects.py:39907–39910  ·  view source on GitHub ↗
(fit, module, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

39905
39906 @staticmethod
39907 def handler(fit, module, context, projectionRange, **kwargs):
39908 fit.modules.filteredItemIncrease(
39909 lambda mod: mod.item.requiresSkill('Cloaking'), 'activationBlocked',
39910 module.getModifiedItemAttr('disruptionLanceDisallowCloaking'), **kwargs)
39911
39912
39913class Effect11743(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemIncreaseMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected