(fit, src, context, projectionRange, **kwargs)
| 12200 | |
| 12201 | @staticmethod |
| 12202 | def handler(fit, src, context, projectionRange, **kwargs): |
| 12203 | fit.ship.boostItemAttr('scanRadarStrength', src.getModifiedItemAttr('subsystemBonusAmarrCore'), |
| 12204 | skill='Amarr Core Systems', **kwargs) |
| 12205 | |
| 12206 | |
| 12207 | class Effect3959(BaseEffect): |
nothing calls this directly
no test coverage detected