(fit, ship, context, projectionRange, **kwargs)
| 23583 | |
| 23584 | @staticmethod |
| 23585 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 23586 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Projectile Turret'), |
| 23587 | 'damageMultiplier', ship.getModifiedItemAttr('eliteBonusReconShip1'), |
| 23588 | skill='Recon Ships', **kwargs) |
| 23589 | |
| 23590 | |
| 23591 | class Effect6032(BaseEffect): |
nothing calls this directly
no test coverage detected