(fit, src, context, projectionRange, **kwargs)
| 41781 | |
| 41782 | @staticmethod |
| 41783 | def handler(fit, src, context, projectionRange, **kwargs): |
| 41784 | fit.modules.filteredItemBoost( |
| 41785 | lambda mod: mod.item.requiresSkill('Gas Cloud Harvesting'), 'duration', |
| 41786 | src.getModifiedItemAttr('shipBonusSoEECS2'), skill='Expedition Command Ships', **kwargs) |
| 41787 | |
| 41788 | |
| 41789 | class Effect12539(BaseEffect): |
nothing calls this directly
no test coverage detected