(fit, module, context, projectionRange, **kwargs)
| 7487 | |
| 7488 | @staticmethod |
| 7489 | def handler(fit, module, context, projectionRange, **kwargs): |
| 7490 | fit.ship.boostItemAttr('maxTargetRange', module.getModifiedItemAttr('maxTargetRangeBonus'), |
| 7491 | stackingPenalties=True, **kwargs) |
| 7492 | |
| 7493 | |
| 7494 | class Effect2647(BaseEffect): |
nothing calls this directly
no test coverage detected