(fit, src, context, projectionRange, **kwargs)
| 33428 | |
| 33429 | @staticmethod |
| 33430 | def handler(fit, src, context, projectionRange, **kwargs): |
| 33431 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Hybrid Turret'), 'damageMultiplier', src.getModifiedItemAttr('shipBonusRole1'), **kwargs) |
| 33432 | |
| 33433 | |
| 33434 | class Effect6993(BaseEffect): |
nothing calls this directly
no test coverage detected