(fit, container, context, projectionRange, **kwargs)
| 738 | |
| 739 | @staticmethod |
| 740 | def handler(fit, container, context, projectionRange, **kwargs): |
| 741 | level = container.level if 'skill' in context else 1 |
| 742 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Hybrid Turret'), |
| 743 | 'damageMultiplier', container.getModifiedItemAttr('damageMultiplierBonus') * level, **kwargs) |
| 744 | |
| 745 | |
| 746 | class Effect161(BaseEffect): |
nothing calls this directly
no test coverage detected