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

Method handler

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

Source from the content-addressed store, hash-verified

10919
10920 @staticmethod
10921 def handler(fit, container, context, projectionRange, **kwargs):
10922 level = container.level if 'skill' in context else 1
10923 penalized = False if 'skill' in context else True
10924 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Sensor Dampener',
10925 'scanResolutionBonus',
10926 container.getModifiedItemAttr('scanSkillEwStrengthBonus') * level,
10927 stackingPenalties=penalized, **kwargs)
10928
10929
10930class Effect3587(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected