(fit, ship, context, projectionRange, **kwargs)
| 42557 | |
| 42558 | @staticmethod |
| 42559 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 42560 | fit.modules.filteredItemBoost( |
| 42561 | lambda mod: mod.item.requiresSkill('Ice Harvesting'), 'miningCritChance', |
| 42562 | ship.getModifiedItemAttr('shipBonusOreDestroyer1'), skill='Mining Destroyer', **kwargs) |
| 42563 | |
| 42564 | |
| 42565 | class Effect12773(BaseEffect): |
nothing calls this directly
no test coverage detected