(fit, ship, context, projectionRange, **kwargs)
| 37520 | |
| 37521 | @staticmethod |
| 37522 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 37523 | fit.modules.filteredItemBoost( |
| 37524 | lambda mod: mod.item.requiresSkill('Ice Harvesting'), 'maxRange', |
| 37525 | ship.getModifiedItemAttr('miningBargeBonusIceHarvestingRange'), |
| 37526 | skill='Mining Barge', **kwargs) |
| 37527 | |
| 37528 | |
| 37529 | class Effect8243(BaseEffect): |
nothing calls this directly
no test coverage detected