(fit, implant, context, projectionRange, **kwargs)
| 14721 | |
| 14722 | @staticmethod |
| 14723 | def handler(fit, implant, context, projectionRange, **kwargs): |
| 14724 | fit.appliedImplants.filteredItemMultiply(lambda target: target.item.requiresSkill('Cybernetics'), |
| 14725 | 'scanRadarStrengthPercent', |
| 14726 | implant.getModifiedItemAttr('implantSetImperialNavy'), **kwargs) |
| 14727 | |
| 14728 | |
| 14729 | class Effect4458(BaseEffect): |
nothing calls this directly
no test coverage detected