(fit, ship, context, projectionRange, **kwargs)
| 7522 | |
| 7523 | @staticmethod |
| 7524 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 7525 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Missile Launcher Heavy Assault', |
| 7526 | 'speed', ship.getModifiedItemAttr('eliteBonusHeavyGunship2'), |
| 7527 | skill='Heavy Assault Cruisers', **kwargs) |
| 7528 | |
| 7529 | |
| 7530 | class Effect2649(BaseEffect): |
nothing calls this directly
no test coverage detected