(fit, src, context, projectionRange, **kwargs)
| 28804 | |
| 28805 | @staticmethod |
| 28806 | def handler(fit, src, context, projectionRange, **kwargs): |
| 28807 | fit.ship.increaseItemAttr('warpScrambleStatus', src.getModifiedItemAttr('shipBonusSupercarrierM3'), |
| 28808 | skill='Minmatar Carrier', **kwargs) |
| 28809 | |
| 28810 | |
| 28811 | class Effect6595(BaseEffect): |
nothing calls this directly
no test coverage detected