(fit, implant, context, projectionRange, **kwargs)
| 14775 | |
| 14776 | @staticmethod |
| 14777 | def handler(fit, implant, context, projectionRange, **kwargs): |
| 14778 | fit.appliedImplants.filteredItemMultiply(lambda target: target.item.requiresSkill('Cybernetics'), |
| 14779 | 'scanRadarStrengthModifier', |
| 14780 | implant.getModifiedItemAttr('implantSetLGImperialNavy'), **kwargs) |
| 14781 | |
| 14782 | |
| 14783 | class Effect4461(BaseEffect): |
nothing calls this directly
no test coverage detected