(fit, src, context, projectionRange, **kwargs)
| 30782 | |
| 30783 | @staticmethod |
| 30784 | def handler(fit, src, context, projectionRange, **kwargs): |
| 30785 | lvl = src.level |
| 30786 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Rig Hybrid Weapon', 'drawback', |
| 30787 | src.getModifiedItemAttr('rigDrawbackBonus') * lvl, **kwargs) |
| 30788 | |
| 30789 | |
| 30790 | class Effect6704(BaseEffect): |
nothing calls this directly
no test coverage detected