(fit, ship, context, projectionRange, **kwargs)
| 15928 | |
| 15929 | @staticmethod |
| 15930 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 15931 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Missile Launcher Heavy Assault', |
| 15932 | 'speed', ship.getModifiedItemAttr('shipBonusATC1'), **kwargs) |
| 15933 | |
| 15934 | |
| 15935 | class Effect4799(BaseEffect): |
nothing calls this directly
no test coverage detected