(fit, module, context, projectionRange, **kwargs)
| 7770 | |
| 7771 | @staticmethod |
| 7772 | def handler(fit, module, context, projectionRange, **kwargs): |
| 7773 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Hybrid Weapon', |
| 7774 | 'power', module.getModifiedItemAttr('drawback'), **kwargs) |
| 7775 | |
| 7776 | |
| 7777 | class Effect2708(BaseEffect): |
nothing calls this directly
no test coverage detected