(fit, src, context, projectionRange, **kwargs)
| 41834 | |
| 41835 | @staticmethod |
| 41836 | def handler(fit, src, context, projectionRange, **kwargs): |
| 41837 | fit.modules.filteredItemBoost( |
| 41838 | lambda mod: mod.item.requiresSkill('Gas Cloud Harvesting'), 'cpu', |
| 41839 | src.getModifiedItemAttr('shipBonusGasCloudScoopCPUreductionSOEECSrole'), **kwargs) |
| 41840 | |
| 41841 | |
| 41842 | class Effect12542(BaseEffect): |
nothing calls this directly
no test coverage detected