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

Method handler

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

Source from the content-addressed store, hash-verified

13512
13513 @staticmethod
13514 def handler(fit, container, context, projectionRange, **kwargs):
13515 level = container.level if 'skill' in context else 1
13516 fit.modules.filteredChargeBoost(
13517 lambda mod: mod.charge.requiresSkill('Astrometrics'), 'baseMaxScanDeviation',
13518 container.getModifiedItemAttr('maxScanDeviationModifier') * level, **kwargs)
13519
13520
13521class Effect4162(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredChargeBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected