(fit, ship, context, projectionRange, **kwargs)
| 20673 | |
| 20674 | @staticmethod |
| 20675 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 20676 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Hybrid Turret'), |
| 20677 | 'damageMultiplier', ship.getModifiedItemAttr('eliteBonusCommandShips2'), |
| 20678 | skill='Command Ships', **kwargs) |
| 20679 | |
| 20680 | |
| 20681 | class Effect5514(BaseEffect): |
nothing calls this directly
no test coverage detected