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

Method handler

eos/effects.py:20212–20215  ·  view source on GitHub ↗
(fit, container, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

20210
20211 @staticmethod
20212 def handler(fit, container, context, projectionRange, **kwargs):
20213 level = container.level if 'skill' in context else 1
20214 fit.modules.filteredItemIncrease(lambda mod: mod.item.requiresSkill('Hacking'),
20215 'virusCoherence', container.getModifiedItemAttr('virusCoherenceBonus') * level, **kwargs)
20216
20217
20218class Effect5437(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemIncreaseMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected