(fit, src, context, projectionRange, **kwargs)
| 41691 | |
| 41692 | @staticmethod |
| 41693 | def handler(fit, src, context, projectionRange, **kwargs): |
| 41694 | fit.modules.filteredItemBoost( |
| 41695 | lambda mod: mod.item.requiresSkill('Gas Cloud Harvesting'), 'duration', |
| 41696 | src.getModifiedItemAttr('shipBonusOreDestroyer3'), skill='Mining Destroyer', **kwargs) |
| 41697 | |
| 41698 | |
| 41699 | class Effect12529(BaseEffect): |
nothing calls this directly
no test coverage detected