(fit, module, context, projectionRange, **kwargs)
| 7630 | |
| 7631 | @staticmethod |
| 7632 | def handler(fit, module, context, projectionRange, **kwargs): |
| 7633 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Hybrid Weapon', |
| 7634 | 'cpu', module.getModifiedItemAttr('cpuNeedBonus'), **kwargs) |
| 7635 | |
| 7636 | |
| 7637 | class Effect2693(BaseEffect): |
nothing calls this directly
no test coverage detected