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

Method handler

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

Source from the content-addressed store, hash-verified

21844
21845 @staticmethod
21846 def handler(fit, container, context, projectionRange, **kwargs):
21847 level = container.level if 'skill' in context else 1
21848 for attr in ('maxRangeBonus', 'falloffBonus'):
21849 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Weapon Disruption'),
21850 attr, container.getModifiedItemAttr('scanSkillEwStrengthBonus') * level, **kwargs)
21851
21852
21853class Effect5802(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected