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

Method handler

eos/effects.py:4841–4844  ·  view source on GitHub ↗
(fit, src, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

4839
4840 @staticmethod
4841 def handler(fit, src, context, projectionRange, **kwargs):
4842 mod = src.level if 'skill' in context else 1
4843 fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'),
4844 'emDamage', src.getModifiedItemAttr('damageMultiplierBonus') * mod, **kwargs)
4845
4846
4847class Effect1596(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredChargeBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected