(fit, module, context, projectionRange, **kwargs)
| 15981 | |
| 15982 | @staticmethod |
| 15983 | def handler(fit, module, context, projectionRange, **kwargs): |
| 15984 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'ECM', |
| 15985 | 'scanGravimetricStrengthBonus', module.getModifiedItemAttr('ecmStrengthBonusPercent'), |
| 15986 | stackingPenalties=True, **kwargs) |
| 15987 | |
| 15988 | |
| 15989 | class Effect4810(BaseEffect): |
nothing calls this directly
no test coverage detected