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

Method handler

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

Source from the content-addressed store, hash-verified

12632
12633 @staticmethod
12634 def handler(fit, module, context, projectionRange, **kwargs):
12635 fit.modules.filteredItemMultiply(lambda mod: mod.item.requiresSkill('Gunnery'),
12636 'trackingSpeed', module.getModifiedItemAttr('trackingSpeedMultiplier'),
12637 stackingPenalties=True, penaltyGroup='postMul', **kwargs)
12638
12639
12640class Effect4023(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemMultiplyMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected