(fit, src, context, projectionRange, **kwargs)
| 29472 | |
| 29473 | @staticmethod |
| 29474 | def handler(fit, src, context, projectionRange, **kwargs): |
| 29475 | fit.fighters.filteredItemBoost(lambda mod: mod.item.requiresSkill('Fighters'), 'maxVelocity', |
| 29476 | src.getModifiedItemAttr('shipBonusSupercarrierM2'), skill='Minmatar Carrier', **kwargs) |
| 29477 | |
| 29478 | |
| 29479 | class Effect6625(BaseEffect): |
nothing calls this directly
no test coverage detected