(fit, src, context, projectionRange, **kwargs)
| 30930 | |
| 30931 | @staticmethod |
| 30932 | def handler(fit, src, context, projectionRange, **kwargs): |
| 30933 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Burst Projector Operation'), 'speedFactor', |
| 30934 | src.getModifiedItemAttr('shipBonusSupercarrierM1'), skill='Minmatar Carrier', **kwargs) |
| 30935 | |
| 30936 | |
| 30937 | class Effect6714(BaseEffect): |
nothing calls this directly
no test coverage detected