(fit, ship, context, projectionRange, **kwargs)
| 7504 | |
| 7505 | @staticmethod |
| 7506 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 7507 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Missile Launcher Heavy', |
| 7508 | 'speed', ship.getModifiedItemAttr('eliteBonusHeavyGunship2'), |
| 7509 | skill='Heavy Assault Cruisers', **kwargs) |
| 7510 | |
| 7511 | |
| 7512 | class Effect2648(BaseEffect): |
nothing calls this directly
no test coverage detected