(fit, module, context, projectionRange, **kwargs)
| 14266 | |
| 14267 | @staticmethod |
| 14268 | def handler(fit, module, context, projectionRange, **kwargs): |
| 14269 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'ECM', |
| 14270 | 'maxRange', module.getModifiedItemAttr('ecmRangeBonus'), |
| 14271 | stackingPenalties=True, **kwargs) |
| 14272 | |
| 14273 | |
| 14274 | class Effect4360(BaseEffect): |
nothing calls this directly
no test coverage detected