(fit, ship, context, projectionRange, **kwargs)
| 37464 | |
| 37465 | @staticmethod |
| 37466 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 37467 | fit.modules.filteredItemBoost( |
| 37468 | lambda mod: mod.item.requiresSkill('Ice Harvesting'), 'duration', |
| 37469 | ship.getModifiedItemAttr('miningBargeBonusIceHarvestingDuration'), |
| 37470 | skill='Mining Barge', **kwargs) |
| 37471 | |
| 37472 | |
| 37473 | class Effect8229(BaseEffect): |
nothing calls this directly
no test coverage detected