(fit, ship, context, projectionRange, **kwargs)
| 6549 | |
| 6550 | @staticmethod |
| 6551 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 6552 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Energy Turret'), |
| 6553 | 'damageMultiplier', ship.getModifiedItemAttr('eliteBonusCommandShips1'), |
| 6554 | skill='Command Ships', **kwargs) |
| 6555 | |
| 6556 | |
| 6557 | class Effect2160(BaseEffect): |
nothing calls this directly
no test coverage detected