(fit, implant, context, projectionRange, **kwargs)
| 14703 | |
| 14704 | @staticmethod |
| 14705 | def handler(fit, implant, context, projectionRange, **kwargs): |
| 14706 | fit.appliedImplants.filteredItemMultiply(lambda target: target.item.requiresSkill('Cybernetics'), |
| 14707 | 'scanMagnetometricStrengthPercent', |
| 14708 | implant.getModifiedItemAttr('implantSetFederationNavy'), **kwargs) |
| 14709 | |
| 14710 | |
| 14711 | class Effect4457(BaseEffect): |
nothing calls this directly
no test coverage detected