(fit, src, context, projectionRange, **kwargs)
| 33470 | |
| 33471 | @staticmethod |
| 33472 | def handler(fit, src, context, projectionRange, **kwargs): |
| 33473 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Hybrid Turret'), 'damageMultiplier', |
| 33474 | src.getModifiedItemAttr('eliteBonusReconShip1'), skill='Recon Ships', **kwargs) |
| 33475 | |
| 33476 | |
| 33477 | class Effect6995(BaseEffect): |
nothing calls this directly
no test coverage detected