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

Method handler

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

Source from the content-addressed store, hash-verified

31747
31748 @staticmethod
31749 def handler(fit, module, context, projectionRange, **kwargs):
31750 fit.modules.filteredItemMultiply(
31751 lambda mod: mod.item.requiresSkill('Small Hybrid Turret'),
31752 'damageMultiplier',
31753 1 / module.getModifiedItemAttr('modeDamageBonusPostDiv'),
31754 stackingPenalties=True,
31755 penaltyGroup='postDiv', **kwargs)
31756
31757
31758class Effect6797(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemMultiplyMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected