(fit, ship, context, projectionRange, **kwargs)
| 37843 | |
| 37844 | @staticmethod |
| 37845 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 37846 | fit.modules.filteredItemBoost( |
| 37847 | lambda mod: mod.item.requiresSkill('Gas Cloud Harvesting'), 'duration', |
| 37848 | ship.getModifiedItemAttr('shipRoleBonusGasHarvesterDuration'), **kwargs) |
| 37849 | |
| 37850 | |
| 37851 | class Effect8301(BaseEffect): |
nothing calls this directly
no test coverage detected