(fit, src, context, projectionRange, **kwargs)
| 26516 | |
| 26517 | @staticmethod |
| 26518 | def handler(fit, src, context, projectionRange, **kwargs): |
| 26519 | groups = ('Structure Energy Neutralizer', 'Structure Area Denial Module') |
| 26520 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name in groups, |
| 26521 | 'capacitorNeed', src.getModifiedItemAttr('capNeedBonus'), |
| 26522 | skill='Structure Engineering Systems', **kwargs) |
| 26523 | |
| 26524 | |
| 26525 | class Effect6402(BaseEffect): |
nothing calls this directly
no test coverage detected