(fit, implant, context, projectionRange, **kwargs)
| 14686 | |
| 14687 | @staticmethod |
| 14688 | def handler(fit, implant, context, projectionRange, **kwargs): |
| 14689 | fit.ship.increaseItemAttr('scanMagnetometricStrength', |
| 14690 | implant.getModifiedItemAttr('scanMagnetometricStrengthModifier'), **kwargs) |
| 14691 | |
| 14692 | |
| 14693 | class Effect4456(BaseEffect): |
nothing calls this directly
no test coverage detected