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

Method handler

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

Source from the content-addressed store, hash-verified

24452
24453 @staticmethod
24454 def handler(fit, module, context, projectionRange, **kwargs):
24455 fit.modules.filteredItemMultiply(
24456 lambda mod: mod.item.requiresSkill('High Speed Maneuvering'),
24457 'capacitorNeed',
24458 1 / module.getModifiedItemAttr('modeMWDCapPostDiv'),
24459 **kwargs)
24460
24461
24462class Effect6154(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemMultiplyMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected