(fit, ship, context, projectionRange, **kwargs)
| 19474 | |
| 19475 | @staticmethod |
| 19476 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 19477 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Missile Launcher Heavy Assault', |
| 19478 | 'speed', ship.getModifiedItemAttr('shipBonusMBC2'), skill='Minmatar Battlecruiser', **kwargs) |
| 19479 | |
| 19480 | |
| 19481 | class Effect5351(BaseEffect): |
nothing calls this directly
no test coverage detected