(fit, module, context, projectionRange, **kwargs)
| 17425 | |
| 17426 | @staticmethod |
| 17427 | def handler(fit, module, context, projectionRange, **kwargs): |
| 17428 | fit.ship.boostItemAttr('maxTargetRange', module.getModifiedItemAttr('maxTargetRangeBonus'), |
| 17429 | stackingPenalties=True, **kwargs) |
| 17430 | |
| 17431 | |
| 17432 | class Effect5087(BaseEffect): |
nothing calls this directly
no test coverage detected