(fit, ship, context, projectionRange, **kwargs)
| 20606 | |
| 20607 | @staticmethod |
| 20608 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 20609 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Missile Launcher Heavy Assault', |
| 20610 | 'speed', ship.getModifiedItemAttr('eliteBonusCommandShips1'), skill='Command Ships', **kwargs) |
| 20611 | |
| 20612 | |
| 20613 | class Effect5497(BaseEffect): |
nothing calls this directly
no test coverage detected