(fit, ship, context, projectionRange, **kwargs)
| 6515 | |
| 6516 | @staticmethod |
| 6517 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 6518 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Projectile Turret'), |
| 6519 | 'damageMultiplier', ship.getModifiedItemAttr('eliteBonusCommandShips1'), |
| 6520 | skill='Command Ships', **kwargs) |
| 6521 | |
| 6522 | |
| 6523 | class Effect2156(BaseEffect): |
nothing calls this directly
no test coverage detected