(fit, module, context, projectionRange, **kwargs)
| 11338 | |
| 11339 | @staticmethod |
| 11340 | def handler(fit, module, context, projectionRange, **kwargs): |
| 11341 | fit.ship.increaseItemAttr('maxLockedTargets', module.getModifiedItemAttr('maxLockedTargetsBonus'), **kwargs) |
| 11342 | |
| 11343 | |
| 11344 | class Effect3668(BaseEffect): |
nothing calls this directly
no test coverage detected