(fit, container, context, projectionRange, **kwargs)
| 719 | |
| 720 | @staticmethod |
| 721 | def handler(fit, container, context, projectionRange, **kwargs): |
| 722 | level = container.level if 'skill' in context else 1 |
| 723 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Energy Turret'), |
| 724 | 'damageMultiplier', container.getModifiedItemAttr('damageMultiplierBonus') * level, **kwargs) |
| 725 | |
| 726 | |
| 727 | class Effect160(BaseEffect): |
nothing calls this directly
no test coverage detected