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

Method handler

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

Source from the content-addressed store, hash-verified

34735
34736 @staticmethod
34737 def handler(fit, skill, context, projectionRange, **kwargs):
34738 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Precursor Weapon',
34739 'damageMultiplier', skill.getModifiedItemAttr('damageMultiplierBonus') * skill.level, **kwargs)
34740
34741
34742class Effect7098(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected