(fit, module, context, projectionRange, **kwargs)
| 7598 | |
| 7599 | @staticmethod |
| 7600 | def handler(fit, module, context, projectionRange, **kwargs): |
| 7601 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Hybrid Weapon', |
| 7602 | 'capacitorNeed', module.getModifiedItemAttr('capNeedBonus'), **kwargs) |
| 7603 | |
| 7604 | |
| 7605 | class Effect2690(BaseEffect): |
nothing calls this directly
no test coverage detected