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

Method handler

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

Source from the content-addressed store, hash-verified

1848
1849 @staticmethod
1850 def handler(fit, skill, context, projectionRange, **kwargs):
1851 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Energy Weapon',
1852 'damageMultiplier', skill.getModifiedItemAttr('damageMultiplierBonus') * skill.level, **kwargs)
1853
1854
1855class Effect588(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected