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

Method handler

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

Source from the content-addressed store, hash-verified

31767
31768 @staticmethod
31769 def handler(fit, module, context, projectionRange, **kwargs):
31770 fit.modules.filteredItemMultiply(
31771 lambda mod: mod.item.requiresSkill('Small Projectile Turret'),
31772 'damageMultiplier',
31773 1 / module.getModifiedItemAttr('modeDamageBonusPostDiv'),
31774 stackingPenalties=True,
31775 penaltyGroup='postDiv', **kwargs)
31776
31777
31778class Effect6798(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemMultiplyMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected