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

Method handler

eos/effects.py:34787–34790  ·  view source on GitHub ↗
(fit, module, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

34785
34786 @staticmethod
34787 def handler(fit, module, context, projectionRange, **kwargs):
34788 fit.modules.filteredItemMultiply(lambda mod: mod.item.requiresSkill('Small Precursor Weapon'),
34789 'damageMultiplier', module.getModifiedItemAttr('smallWeaponDamageMultiplier'),
34790 stackingPenalties=True, **kwargs)
34791
34792
34793class Effect7112(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemMultiplyMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected