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

Method handler

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

Source from the content-addressed store, hash-verified

12958
12959 @staticmethod
12960 def handler(fit, module, context, projectionRange, **kwargs):
12961 fit.modules.filteredItemMultiply(lambda mod: mod.item.requiresSkill('Small Energy Turret'),
12962 'damageMultiplier', module.getModifiedItemAttr('smallWeaponDamageMultiplier'),
12963 stackingPenalties=True, **kwargs)
12964
12965
12966class Effect4055(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemMultiplyMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected