(fit, implant, context, projectionRange, **kwargs)
| 14811 | |
| 14812 | @staticmethod |
| 14813 | def handler(fit, implant, context, projectionRange, **kwargs): |
| 14814 | fit.appliedImplants.filteredItemMultiply(lambda target: target.item.requiresSkill('Cybernetics'), |
| 14815 | 'scanGravimetricStrengthModifier', |
| 14816 | implant.getModifiedItemAttr('implantSetLGCaldariNavy'), **kwargs) |
| 14817 | |
| 14818 | |
| 14819 | class Effect4463(BaseEffect): |
nothing calls this directly
no test coverage detected