(fit, implant, context, projectionRange, **kwargs)
| 14739 | |
| 14740 | @staticmethod |
| 14741 | def handler(fit, implant, context, projectionRange, **kwargs): |
| 14742 | fit.appliedImplants.filteredItemMultiply(lambda target: target.item.requiresSkill('Cybernetics'), |
| 14743 | 'scanLadarStrengthPercent', |
| 14744 | implant.getModifiedItemAttr('implantSetRepublicFleet'), **kwargs) |
| 14745 | |
| 14746 | |
| 14747 | class Effect4459(BaseEffect): |
nothing calls this directly
no test coverage detected