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

Method handler

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

Source from the content-addressed store, hash-verified

24471
24472 @staticmethod
24473 def handler(fit, module, context, projectionRange, **kwargs):
24474 fit.modules.filteredItemMultiply(
24475 lambda mod: mod.item.requiresSkill('High Speed Maneuvering'),
24476 'speedFactor',
24477 1 / module.getModifiedItemAttr('modeMWDVelocityPostDiv'),
24478 stackingPenalties=True,
24479 penaltyGroup='postDiv',
24480 **kwargs)
24481
24482
24483class Effect6155(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemMultiplyMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected