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

Method handler

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

Source from the content-addressed store, hash-verified

2105
2106 @staticmethod
2107 def handler(fit, skill, context, projectionRange, **kwargs):
2108 fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill(skill),
2109 'emDamage', skill.getModifiedItemAttr('damageMultiplierBonus') * skill.level, **kwargs)
2110
2111
2112class Effect661(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredChargeBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected