(fit, skill, context, projectionRange, **kwargs)
| 16610 | |
| 16611 | @staticmethod |
| 16612 | def handler(fit, skill, context, projectionRange, **kwargs): |
| 16613 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Signature Suppressor', |
| 16614 | 'durationHighisGood', skill.getModifiedItemAttr('durationBonus') * skill.level, **kwargs) |
| 16615 | |
| 16616 | |
| 16617 | class Effect4950(BaseEffect): |
nothing calls this directly
no test coverage detected