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

Method handler

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

Source from the content-addressed store, hash-verified

11012
11013 @staticmethod
11014 def handler(fit, container, context, projectionRange, **kwargs):
11015 level = container.level if 'skill' in context else 1
11016 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Sensor Dampener',
11017 'maxTargetRangeBonus',
11018 container.getModifiedItemAttr('scanSkillEwStrengthBonus') * level, **kwargs)
11019
11020
11021class Effect3592(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected