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

Method handler

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

Source from the content-addressed store, hash-verified

26572
26573 @staticmethod
26574 def handler(fit, src, context, projectionRange, **kwargs):
26575 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Structure Energy Neutralizer',
26576 'maxRange', src.getModifiedItemAttr('structureRigEwarOptimalBonus'),
26577 stackingPenalties=True, **kwargs)
26578
26579 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Structure Energy Neutralizer',
26580 'falloffEffectiveness', src.getModifiedItemAttr('structureRigEwarFalloffBonus'),
26581 stackingPenalties=True, **kwargs)
26582
26583
26584class Effect6405(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected