(fit, implant, context, projectionRange, **kwargs)
| 11373 | |
| 11374 | @staticmethod |
| 11375 | def handler(fit, implant, context, projectionRange, **kwargs): |
| 11376 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Frequency Mining Laser', |
| 11377 | 'maxRange', implant.getModifiedItemAttr('maxRangeBonus'), **kwargs) |
| 11378 | |
| 11379 | |
| 11380 | class Effect3670(BaseEffect): |
nothing calls this directly
no test coverage detected