(fit, src, context, projectionRange, **kwargs)
| 26743 | |
| 26744 | @staticmethod |
| 26745 | def handler(fit, src, context, projectionRange, **kwargs): |
| 26746 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Structure Area Denial Module', |
| 26747 | 'capacitorNeed', src.getModifiedItemAttr('structureRigPDCapUseBonus'), **kwargs) |
| 26748 | |
| 26749 | |
| 26750 | class Effect6417(BaseEffect): |
nothing calls this directly
no test coverage detected