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

Method handler

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

Source from the content-addressed store, hash-verified

23667
23668 @staticmethod
23669 def handler(fit, module, context, projectionRange, **kwargs):
23670 fit.modules.filteredItemMultiply(
23671 lambda mod: mod.item.requiresSkill('Small Projectile Turret'),
23672 'trackingSpeed',
23673 1 / module.getModifiedItemAttr('modeTrackingPostDiv'),
23674 stackingPenalties=True,
23675 penaltyGroup='postDiv',
23676 **kwargs)
23677
23678
23679class Effect6040(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemMultiplyMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected