(fit, ship, context, projectionRange, **kwargs)
| 38020 | |
| 38021 | @staticmethod |
| 38022 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 38023 | fit.modules.filteredItemBoost( |
| 38024 | lambda mod: mod.item.requiresSkill('Ice Harvesting'), 'duration', |
| 38025 | ship.getModifiedItemAttr('miningFrigateBonusIceHarvestingDuration'), |
| 38026 | skill='Mining Frigate', **kwargs) |
| 38027 | |
| 38028 | |
| 38029 | class Effect8323(BaseEffect): |
nothing calls this directly
no test coverage detected