(fit, implant, context, projectionRange, **kwargs)
| 8877 | |
| 8878 | @staticmethod |
| 8879 | def handler(fit, implant, context, projectionRange, **kwargs): |
| 8880 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Gas Cloud Harvesting'), |
| 8881 | 'duration', implant.getModifiedItemAttr('durationBonus'), **kwargs) |
| 8882 | |
| 8883 | |
| 8884 | class Effect2887(BaseEffect): |
nothing calls this directly
no test coverage detected