(fit, src, context, projectionRange, **kwargs)
| 26655 | |
| 26656 | @staticmethod |
| 26657 | def handler(fit, src, context, projectionRange, **kwargs): |
| 26658 | fit.ship.increaseItemAttr('maxLockedTargets', src.getModifiedItemAttr('structureRigMaxTargetBonus'), **kwargs) |
| 26659 | |
| 26660 | |
| 26661 | class Effect6409(BaseEffect): |
nothing calls this directly
no test coverage detected