(fit, module, context, projectionRange, **kwargs)
| 11862 | |
| 11863 | @staticmethod |
| 11864 | def handler(fit, module, context, projectionRange, **kwargs): |
| 11865 | fit.ship.increaseItemAttr('maxTargetRange', module.getModifiedItemAttr('maxTargetRange'), **kwargs) |
| 11866 | |
| 11867 | |
| 11868 | class Effect3808(BaseEffect): |
nothing calls this directly
no test coverage detected