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

Method handler

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

Source from the content-addressed store, hash-verified

41297
41298 @staticmethod
41299 def handler(fit, skill, context, projectionRange, **kwargs):
41300 fit.modules.filteredChargeBoost(
41301 lambda mod: mod.charge.requiresSkill('Breacher Pod Launcher Operation'), 'dotDuration',
41302 skill.getModifiedItemAttr('durationBonus') * skill.level, **kwargs)
41303
41304
41305class Effect12244(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredChargeBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected