(fit, implant, context, projectionRange, **kwargs)
| 14793 | |
| 14794 | @staticmethod |
| 14795 | def handler(fit, implant, context, projectionRange, **kwargs): |
| 14796 | fit.appliedImplants.filteredItemMultiply(lambda target: target.item.requiresSkill('Cybernetics'), |
| 14797 | 'scanMagnetometricStrengthModifier', |
| 14798 | implant.getModifiedItemAttr('implantSetLGFederationNavy'), **kwargs) |
| 14799 | |
| 14800 | |
| 14801 | class Effect4462(BaseEffect): |
nothing calls this directly
no test coverage detected