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

Method handler

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

Source from the content-addressed store, hash-verified

31845
31846 @staticmethod
31847 def handler(fit, module, context, projectionRange, **kwargs):
31848 fit.modules.filteredItemMultiply(
31849 lambda mod: mod.item.requiresSkill('High Speed Maneuvering') or mod.item.requiresSkill('Afterburner'),
31850 'speedFactor',
31851 1 / module.getModifiedItemAttr('modeVelocityPostDiv'),
31852 stackingPenalties=True,
31853 penaltyGroup='postDiv', **kwargs)
31854
31855
31856class Effect6807(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemMultiplyMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected