(fit, implant, context, projectionRange, **kwargs)
| 14671 | |
| 14672 | @staticmethod |
| 14673 | def handler(fit, implant, context, projectionRange, **kwargs): |
| 14674 | fit.ship.increaseItemAttr('scanGravimetricStrength', implant.getModifiedItemAttr('scanGravimetricStrengthModifier'), **kwargs) |
| 14675 | |
| 14676 | |
| 14677 | class Effect4454(BaseEffect): |
nothing calls this directly
no test coverage detected