(fit, src, context, projectionRange, **kwargs)
| 13844 | |
| 13845 | @staticmethod |
| 13846 | def handler(fit, src, context, projectionRange, **kwargs): |
| 13847 | fit.ship.boostItemAttr('rechargeRate', src.getModifiedItemAttr('subsystemBonusGallenteCore'), |
| 13848 | skill='Gallente Core Systems', **kwargs) |
| 13849 | |
| 13850 | |
| 13851 | class Effect4269(BaseEffect): |
nothing calls this directly
no test coverage detected