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

Method handler

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

Source from the content-addressed store, hash-verified

24431
24432 @staticmethod
24433 def handler(fit, module, context, projectionRange, **kwargs):
24434 fit.modules.filteredItemMultiply(
24435 lambda mod: mod.item.requiresSkill('Small Hybrid Turret'),
24436 'maxRange',
24437 1 / module.getModifiedItemAttr('modeMaxRangePostDiv'),
24438 stackingPenalties=True,
24439 penaltyGroup='postDiv',
24440 **kwargs)
24441
24442
24443class Effect6153(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemMultiplyMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected