(fit, ship, context, projectionRange, **kwargs)
| 37985 | |
| 37986 | @staticmethod |
| 37987 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 37988 | fit.modules.filteredItemBoost( |
| 37989 | lambda mod: mod.item.requiresSkill('Gas Cloud Harvesting'), 'duration', |
| 37990 | ship.getModifiedItemAttr('miningFrigateBonusGasCloudHarvestingDuration'), |
| 37991 | skill='Mining Frigate', **kwargs) |
| 37992 | |
| 37993 | |
| 37994 | class Effect8315(BaseEffect): |
nothing calls this directly
no test coverage detected