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

Method handler

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

Source from the content-addressed store, hash-verified

23688
23689 @staticmethod
23690 def handler(fit, module, context, projectionRange, **kwargs):
23691 fit.modules.filteredItemMultiply(
23692 lambda mod: mod.item.requiresSkill('High Speed Maneuvering'),
23693 'signatureRadiusBonus',
23694 1 / module.getModifiedItemAttr('modeMWDSigPenaltyPostDiv'),
23695 stackingPenalties=True,
23696 penaltyGroup='postDiv',
23697 **kwargs)
23698
23699
23700class Effect6041(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemMultiplyMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected