(fit, src, context, projectionRange, **kwargs)
| 33598 | |
| 33599 | @staticmethod |
| 33600 | def handler(fit, src, context, projectionRange, **kwargs): |
| 33601 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Small Hybrid Turret'), 'damageMultiplier', |
| 33602 | src.getModifiedItemAttr('eliteBonusCovertOps3'), skill='Covert Ops', **kwargs) |
| 33603 | |
| 33604 | |
| 33605 | class Effect7008(BaseEffect): |
nothing calls this directly
no test coverage detected