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

Method handler

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

Source from the content-addressed store, hash-verified

26276
26277 @staticmethod
26278 def handler(fit, src, context, projectionRange, **kwargs):
26279 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Remote Armor Repairer', 'falloffEffectiveness',
26280 src.getModifiedItemAttr('falloffBonus'), **kwargs)
26281 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Ancillary Remote Armor Repairer',
26282 'falloffEffectiveness', src.getModifiedItemAttr('falloffBonus'), **kwargs)
26283
26284
26285class Effect6374(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected