(fit, ship, context, projectionRange, **kwargs)
| 37484 | |
| 37485 | @staticmethod |
| 37486 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 37487 | fit.modules.filteredItemBoost( |
| 37488 | lambda mod: mod.item.requiresSkill('Gas Cloud Harvesting'), 'duration', |
| 37489 | ship.getModifiedItemAttr('miningBargeBonusGasHarvestingDuration'), |
| 37490 | skill='Mining Barge', **kwargs) |
| 37491 | |
| 37492 | |
| 37493 | class Effect8230(BaseEffect): |
nothing calls this directly
no test coverage detected