(fit, module, context, projectionRange, **kwargs)
| 7754 | |
| 7755 | @staticmethod |
| 7756 | def handler(fit, module, context, projectionRange, **kwargs): |
| 7757 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Energy Weapon', |
| 7758 | 'power', module.getModifiedItemAttr('drawback'), **kwargs) |
| 7759 | |
| 7760 | |
| 7761 | class Effect2707(BaseEffect): |
nothing calls this directly
no test coverage detected