(fit, src, context, projectionRange, **kwargs)
| 30799 | |
| 30800 | @staticmethod |
| 30801 | def handler(fit, src, context, projectionRange, **kwargs): |
| 30802 | lvl = src.level |
| 30803 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Rig Launcher', 'drawback', |
| 30804 | src.getModifiedItemAttr('rigDrawbackBonus') * lvl, **kwargs) |
| 30805 | |
| 30806 | |
| 30807 | class Effect6705(BaseEffect): |
nothing calls this directly
no test coverage detected