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

Method handler

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

Source from the content-addressed store, hash-verified

41280
41281 @staticmethod
41282 def handler(fit, skill, context, projectionRange, **kwargs):
41283 fit.modules.filteredItemBoost(
41284 lambda mod: mod.item.requiresSkill('Breacher Pod Launcher Operation'),
41285 'speed', skill.getModifiedItemAttr('rofBonus') * skill.level, **kwargs)
41286
41287
41288class Effect12221(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected