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

Method handler

eos/effects.py:43182–43186  ·  view source on GitHub ↗
(fit, container, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

43180
43181 @staticmethod
43182 def handler(fit, container, context, projectionRange, **kwargs):
43183 fit.modules.filteredChargeMultiply(
43184 lambda mod: mod.charge.requiresSkill('Astrometrics'), 'baseMaxScanDeviation',
43185 container.getModifiedItemAttr('expeditionCommandBurstProbeDeviationBonusCharID'),
43186 stackingPenalties=True, penaltyGroup='postMul', **kwargs)
43187
43188
43189class Effect12843(BaseEffect):

Callers

nothing calls this directly

Calls 3

requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected