(fit, ship, context, projectionRange, **kwargs)
| 20623 | |
| 20624 | @staticmethod |
| 20625 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 20626 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Missile Launcher Heavy', |
| 20627 | 'speed', ship.getModifiedItemAttr('eliteBonusCommandShips1'), skill='Command Ships', **kwargs) |
| 20628 | |
| 20629 | |
| 20630 | class Effect5499(BaseEffect): |
nothing calls this directly
no test coverage detected