(fit, container, context, projectionRange, **kwargs)
| 757 | |
| 758 | @staticmethod |
| 759 | def handler(fit, container, context, projectionRange, **kwargs): |
| 760 | level = container.level if 'skill' in context else 1 |
| 761 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Projectile Turret'), |
| 762 | 'damageMultiplier', container.getModifiedItemAttr('damageMultiplierBonus') * level, **kwargs) |
| 763 | |
| 764 | |
| 765 | class Effect162(BaseEffect): |
nothing calls this directly
no test coverage detected