(fit, ship, context, projectionRange, **kwargs)
| 37860 | |
| 37861 | @staticmethod |
| 37862 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 37863 | fit.modules.filteredItemBoost( |
| 37864 | lambda mod: mod.item.requiresSkill('Gas Cloud Harvesting'), 'duration', |
| 37865 | ship.getModifiedItemAttr('exhumersBonusGasHarvestingDuration'), |
| 37866 | skill='Exhumers', **kwargs) |
| 37867 | |
| 37868 | |
| 37869 | class Effect8303(BaseEffect): |
nothing calls this directly
no test coverage detected