(fit, container, context, projectionRange, **kwargs)
| 902 | |
| 903 | @staticmethod |
| 904 | def handler(fit, container, context, projectionRange, **kwargs): |
| 905 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Propulsion Module', |
| 906 | 'capacitorNeed', container.getModifiedItemAttr('capNeedBonus'), **kwargs) |
| 907 | |
| 908 | |
| 909 | class Effect230(BaseEffect): |
nothing calls this directly
no test coverage detected