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

Method handler

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

Source from the content-addressed store, hash-verified

41246
41247 @staticmethod
41248 def handler(fit, skill, context, projectionRange, **kwargs):
41249 fit.modules.filteredChargeBoost(
41250 lambda mod: mod.charge.requiresSkill('Breacher Pod Launcher Operation'), 'dotMaxDamagePerTick',
41251 skill.getModifiedItemAttr('dotMaxDamagePerTickBonus') * skill.level, **kwargs)
41252
41253
41254class Effect12219(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredChargeBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected