(fit, ship, context, projectionRange, **kwargs)
| 15672 | |
| 15673 | @staticmethod |
| 15674 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 15675 | groups = ('Missile Launcher Rapid Light', 'Missile Launcher Heavy Assault', 'Missile Launcher Heavy') |
| 15676 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name in groups, |
| 15677 | 'speed', ship.getModifiedItemAttr('eliteBonusHeavyGunship2'), |
| 15678 | skill='Heavy Assault Cruisers', **kwargs) |
| 15679 | |
| 15680 | |
| 15681 | class Effect4648(BaseEffect): |
nothing calls this directly
no test coverage detected