(fit, ship, context, projectionRange, **kwargs)
| 43663 | |
| 43664 | @staticmethod |
| 43665 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 43666 | fit.modules.filteredItemBoost( |
| 43667 | lambda mod: mod.item.requiresSkill('Medium Hybrid Turret'), 'damageMultiplier', |
| 43668 | ship.getModifiedItemAttr('eliteBonusCommandShips1'), skill='Command Ships', **kwargs) |
nothing calls this directly
no test coverage detected