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

Method handler

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

Source from the content-addressed store, hash-verified

31787
31788 @staticmethod
31789 def handler(fit, module, context, projectionRange, **kwargs):
31790 fit.modules.filteredItemMultiply(
31791 lambda mod: mod.item.requiresSkill('Small Energy Turret'),
31792 'damageMultiplier',
31793 1 / module.getModifiedItemAttr('modeDamageBonusPostDiv'),
31794 stackingPenalties=True,
31795 penaltyGroup='postDiv', **kwargs)
31796
31797
31798class Effect6799(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemMultiplyMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected