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

Method handler

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

Source from the content-addressed store, hash-verified

12976
12977 @staticmethod
12978 def handler(fit, module, context, projectionRange, **kwargs):
12979 fit.modules.filteredItemMultiply(lambda mod: mod.item.requiresSkill('Small Projectile Turret'),
12980 'damageMultiplier', module.getModifiedItemAttr('smallWeaponDamageMultiplier'),
12981 stackingPenalties=True, **kwargs)
12982
12983
12984class Effect4056(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemMultiplyMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected