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

Method handler

eos/effects.py:9032–9034  ·  view source on GitHub ↗
(fit, implant, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

9030
9031 @staticmethod
9032 def handler(fit, implant, context, projectionRange, **kwargs):
9033 fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Heavy Missiles'),
9034 'emDamage', implant.getModifiedItemAttr('damageMultiplierBonus'), **kwargs)
9035
9036
9037class Effect2900(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredChargeBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected