(fit, module, context, projectionRange, **kwargs)
| 16015 | |
| 16016 | @staticmethod |
| 16017 | def handler(fit, module, context, projectionRange, **kwargs): |
| 16018 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'ECM', |
| 16019 | 'scanMagnetometricStrengthBonus', |
| 16020 | module.getModifiedItemAttr('ecmStrengthBonusPercent'), |
| 16021 | stackingPenalties=True, **kwargs) |
| 16022 | |
| 16023 | |
| 16024 | class Effect4812(BaseEffect): |
nothing calls this directly
no test coverage detected