(fit, implant, context, projectionRange, **kwargs)
| 14829 | |
| 14830 | @staticmethod |
| 14831 | def handler(fit, implant, context, projectionRange, **kwargs): |
| 14832 | fit.appliedImplants.filteredItemMultiply(lambda target: target.item.requiresSkill('Cybernetics'), |
| 14833 | 'scanLadarStrengthModifier', |
| 14834 | implant.getModifiedItemAttr('implantSetLGRepublicFleet'), **kwargs) |
| 14835 | |
| 14836 | |
| 14837 | class Effect4464(BaseEffect): |
nothing calls this directly
no test coverage detected