(fit, ship, context, projectionRange, **kwargs)
| 15896 | |
| 15897 | @staticmethod |
| 15898 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 15899 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Missile Launcher Heavy', |
| 15900 | 'speed', ship.getModifiedItemAttr('shipBonusATC1'), **kwargs) |
| 15901 | |
| 15902 | |
| 15903 | class Effect4794(BaseEffect): |
nothing calls this directly
no test coverage detected