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

Method handler

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

Source from the content-addressed store, hash-verified

19938
19939 @staticmethod
19940 def handler(fit, module, context, projectionRange, **kwargs):
19941 fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Astrometrics'),
19942 'baseMaxScanDeviation',
19943 module.getModifiedItemAttr('maxScanDeviationModifierModule'),
19944 stackingPenalties=True, **kwargs)
19945
19946
19947class Effect5398(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredChargeBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected