(fit, implant, context, projectionRange, **kwargs)
| 11391 | |
| 11392 | @staticmethod |
| 11393 | def handler(fit, implant, context, projectionRange, **kwargs): |
| 11394 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Strip Miner', |
| 11395 | 'maxRange', implant.getModifiedItemAttr('maxRangeBonus'), **kwargs) |
| 11396 | |
| 11397 | |
| 11398 | class Effect3671(BaseEffect): |
nothing calls this directly
no test coverage detected