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

Method handler

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

Source from the content-addressed store, hash-verified

43031
43032 @staticmethod
43033 def handler(fit, implant, context, projectionRange, **kwargs):
43034 fit.modules.filteredItemBoost(
43035 lambda mod: mod.item.group.name == 'Data Miners', 'virusCoherence',
43036 implant.getModifiedItemAttr('boosterHackingVirusCoherenceModifier'), **kwargs)
43037
43038
43039class Effect12827(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected