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

Method handler

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

Source from the content-addressed store, hash-verified

43161
43162 @staticmethod
43163 def handler(fit, container, context, projectionRange, **kwargs):
43164 fit.modules.filteredChargeMultiply(
43165 lambda mod: mod.charge.requiresSkill('Astrometrics'), 'baseSensorStrength',
43166 container.getModifiedItemAttr('expeditionCommandBurstProbeStrengthBonusCharID'),
43167 stackingPenalties=True, penaltyGroup='postMul', **kwargs)
43168
43169
43170class Effect12839(BaseEffect):

Callers

nothing calls this directly

Calls 3

requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected