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

Method handler

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

Source from the content-addressed store, hash-verified

43326
43327 @staticmethod
43328 def handler(fit, skill, context, projectionRange, **kwargs):
43329 fit.modules.filteredItemBoost(
43330 lambda mod: mod.item.requiresSkill('Capital Disintegrator Specialization'),
43331 'damageMultiplier', skill.getModifiedItemAttr('damageMultiplierBonus') * skill.level, **kwargs)
43332
43333
43334class Effect12872(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected