(fit, ship, context, projectionRange, **kwargs)
| 38003 | |
| 38004 | @staticmethod |
| 38005 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 38006 | fit.modules.filteredItemBoost( |
| 38007 | lambda mod: mod.item.requiresSkill('Gas Cloud Harvesting'), 'miningAmount', |
| 38008 | ship.getModifiedItemAttr('shipRoleBonusGasHarvestingYield'), **kwargs) |
| 38009 | |
| 38010 | |
| 38011 | class Effect8317(BaseEffect): |
nothing calls this directly
no test coverage detected