(fit, module, context, projectionRange, **kwargs)
| 11321 | |
| 11322 | @staticmethod |
| 11323 | def handler(fit, module, context, projectionRange, **kwargs): |
| 11324 | fit.ship.boostItemAttr('maxTargetRange', module.getModifiedItemAttr('maxTargetRangeBonus'), |
| 11325 | stackingPenalties=True, **kwargs) |
| 11326 | |
| 11327 | |
| 11328 | class Effect3660(BaseEffect): |
nothing calls this directly
no test coverage detected