(fit, ship, context, projectionRange, **kwargs)
| 42591 | |
| 42592 | @staticmethod |
| 42593 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 42594 | fit.modules.filteredItemBoost( |
| 42595 | lambda mod: mod.item.requiresSkill('Ice Harvesting'), 'maxRange', |
| 42596 | ship.getModifiedItemAttr('shipBonusOreDestroyer3'), skill='Mining Destroyer', **kwargs) |
| 42597 | |
| 42598 | |
| 42599 | class Effect12777(BaseEffect): |
nothing calls this directly
no test coverage detected