(fit, ship, context, projectionRange, **kwargs)
| 6566 | |
| 6567 | @staticmethod |
| 6568 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 6569 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Hybrid Turret'), |
| 6570 | 'falloff', ship.getModifiedItemAttr('eliteBonusCommandShips2'), |
| 6571 | skill='Command Ships', **kwargs) |
| 6572 | |
| 6573 | |
| 6574 | class Effect2179(BaseEffect): |
nothing calls this directly
no test coverage detected