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

Method handler

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

Source from the content-addressed store, hash-verified

1880
1881 @staticmethod
1882 def handler(fit, skill, context, projectionRange, **kwargs):
1883 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Hybrid Weapon',
1884 'damageMultiplier', skill.getModifiedItemAttr('damageMultiplierBonus') * skill.level, **kwargs)
1885
1886
1887class Effect590(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected