(fit, ship, context, projectionRange, **kwargs)
| 42574 | |
| 42575 | @staticmethod |
| 42576 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 42577 | fit.modules.filteredItemBoost( |
| 42578 | lambda mod: mod.item.requiresSkill('Ice Harvesting'), 'miningCritBonusYield', |
| 42579 | ship.getModifiedItemAttr('shipBonusOreDestroyer2'), skill='Mining Destroyer', **kwargs) |
| 42580 | |
| 42581 | |
| 42582 | class Effect12774(BaseEffect): |
nothing calls this directly
no test coverage detected