(fit, implant, context, projectionRange, **kwargs)
| 14757 | |
| 14758 | @staticmethod |
| 14759 | def handler(fit, implant, context, projectionRange, **kwargs): |
| 14760 | fit.appliedImplants.filteredItemMultiply(lambda target: target.item.requiresSkill('Cybernetics'), |
| 14761 | 'scanGravimetricStrengthPercent', |
| 14762 | implant.getModifiedItemAttr('implantSetCaldariNavy'), **kwargs) |
| 14763 | |
| 14764 | |
| 14765 | class Effect4460(BaseEffect): |
nothing calls this directly
no test coverage detected