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

Method handler

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

Source from the content-addressed store, hash-verified

1864
1865 @staticmethod
1866 def handler(fit, skill, context, projectionRange, **kwargs):
1867 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Projectile Weapon',
1868 'damageMultiplier', skill.getModifiedItemAttr('damageMultiplierBonus') * skill.level, **kwargs)
1869
1870
1871class Effect589(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected