(fit, module, context, projectionRange, **kwargs)
| 15998 | |
| 15999 | @staticmethod |
| 16000 | def handler(fit, module, context, projectionRange, **kwargs): |
| 16001 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'ECM', |
| 16002 | 'scanLadarStrengthBonus', module.getModifiedItemAttr('ecmStrengthBonusPercent'), |
| 16003 | stackingPenalties=True, **kwargs) |
| 16004 | |
| 16005 | |
| 16006 | class Effect4811(BaseEffect): |
nothing calls this directly
no test coverage detected