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

Method handler

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

Source from the content-addressed store, hash-verified

6463
6464 @staticmethod
6465 def handler(fit, src, context, projectionRange, **kwargs):
6466 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Remote Armor Repairer', 'maxRange',
6467 src.getModifiedItemAttr('maxRangeBonus'), **kwargs)
6468 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Ancillary Remote Armor Repairer', 'maxRange',
6469 src.getModifiedItemAttr('maxRangeBonus'), **kwargs)
6470
6471
6472class Effect2143(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected