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

Method handler

eos/effects.py:2177–2179  ·  view source on GitHub ↗
(fit, skill, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

2175
2176 @staticmethod
2177 def handler(fit, skill, context, projectionRange, **kwargs):
2178 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Energy Pulse Weapons'),
2179 'cpu', skill.getModifiedItemAttr('cpuNeedBonus') * skill.level, **kwargs)
2180
2181
2182class Effect677(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected