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

Method handler

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

Source from the content-addressed store, hash-verified

23410
23411 @staticmethod
23412 def handler(fit, module, context, projectionRange, **kwargs):
23413 fit.modules.filteredItemMultiply(
23414 lambda mod: mod.item.requiresSkill('Small Energy Turret'),
23415 'maxRange',
23416 1 / module.getModifiedItemAttr('modeMaxRangePostDiv'),
23417 stackingPenalties=True,
23418 penaltyGroup='postDiv',
23419 **kwargs)
23420
23421
23422class Effect6012(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemMultiplyMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected