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

Method handler

eos/effects.py:26189–26193  ·  view source on GitHub ↗
(fit, src, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

26187
26188 @staticmethod
26189 def handler(fit, src, context, projectionRange, **kwargs):
26190 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Remote Shield Booster', 'falloffEffectiveness',
26191 src.getModifiedItemAttr('falloffBonus'), **kwargs)
26192 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Ancillary Remote Shield Booster',
26193 'falloffEffectiveness', src.getModifiedItemAttr('falloffBonus'), **kwargs)
26194
26195
26196class Effect6369(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected