(fit, module, context, projectionRange, **kwargs)
| 7786 | |
| 7787 | @staticmethod |
| 7788 | def handler(fit, module, context, projectionRange, **kwargs): |
| 7789 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Projectile Weapon', |
| 7790 | 'power', module.getModifiedItemAttr('drawback'), **kwargs) |
| 7791 | |
| 7792 | |
| 7793 | class Effect2712(BaseEffect): |
nothing calls this directly
no test coverage detected