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

Method handler

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

Source from the content-addressed store, hash-verified

20231
20232 @staticmethod
20233 def handler(fit, container, context, projectionRange, **kwargs):
20234 level = container.level if 'skill' in context else 1
20235 fit.modules.filteredItemIncrease(lambda mod: mod.item.requiresSkill('Archaeology'),
20236 'virusCoherence', container.getModifiedItemAttr('virusCoherenceBonus') * level, **kwargs)
20237
20238
20239class Effect5440(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemIncreaseMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected