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

Method handler

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

Source from the content-addressed store, hash-verified

4984
4985 @staticmethod
4986 def handler(fit, skill, context, projectionRange, **kwargs):
4987 fit.modules.filteredItemBoost(
4988 lambda mod: (mod.item.requiresSkill('Gunnery') or
4989 mod.item.requiresSkill('Missile Launcher Operation') or
4990 mod.item.requiresSkill('Vorton Projector Operation')),
4991 'power', skill.getModifiedItemAttr('powerNeedBonus') * skill.level, **kwargs)
4992
4993
4994class Effect1643(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected