(fit, module, context, projectionRange, **kwargs)
| 16033 | |
| 16034 | @staticmethod |
| 16035 | def handler(fit, module, context, projectionRange, **kwargs): |
| 16036 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'ECM', |
| 16037 | 'scanRadarStrengthBonus', module.getModifiedItemAttr('ecmStrengthBonusPercent'), |
| 16038 | stackingPenalties=True, **kwargs) |
| 16039 | |
| 16040 | |
| 16041 | class Effect4814(BaseEffect): |
nothing calls this directly
no test coverage detected