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

Method handler

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

Source from the content-addressed store, hash-verified

10832
10833 @staticmethod
10834 def handler(fit, container, context, projectionRange, **kwargs):
10835 level = container.level if 'skill' in context else 1
10836 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Weapon Disruptor',
10837 'trackingSpeedBonus',
10838 container.getModifiedItemAttr('scanSkillEwStrengthBonus') * level, **kwargs)
10839
10840
10841class Effect3568(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected