(fit, container, context, projectionRange, **kwargs)
| 796 | |
| 797 | @staticmethod |
| 798 | def handler(fit, container, context, projectionRange, **kwargs): |
| 799 | level = container.level if 'skill' in context else 1 |
| 800 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Small Energy Turret'), |
| 801 | 'damageMultiplier', container.getModifiedItemAttr('damageMultiplierBonus') * level, **kwargs) |
| 802 | |
| 803 | |
| 804 | class Effect173(BaseEffect): |
nothing calls this directly
no test coverage detected