(fit, src, context, projectionRange, **kwargs)
| 32756 | |
| 32757 | @staticmethod |
| 32758 | def handler(fit, src, context, projectionRange, **kwargs): |
| 32759 | fit.ship.increaseItemAttr('maxLockedTargets', src.getModifiedItemAttr('maxLockedTargetsBonus'), **kwargs) |
| 32760 | |
| 32761 | |
| 32762 | class Effect6935(BaseEffect): |
nothing calls this directly
no test coverage detected