(fit, src, context, projectionRange, **kwargs)
| 13828 | |
| 13829 | @staticmethod |
| 13830 | def handler(fit, src, context, projectionRange, **kwargs): |
| 13831 | fit.ship.boostItemAttr('rechargeRate', src.getModifiedItemAttr('subsystemBonusMinmatarCore'), |
| 13832 | skill='Minmatar Core Systems', **kwargs) |
| 13833 | |
| 13834 | |
| 13835 | class Effect4265(BaseEffect): |
nothing calls this directly
no test coverage detected