(fit, ship, context, projectionRange, **kwargs)
| 42540 | |
| 42541 | @staticmethod |
| 42542 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 42543 | fit.modules.filteredItemBoost( |
| 42544 | lambda mod: mod.item.requiresSkill('Ice Harvesting'), 'miningCritChance', |
| 42545 | ship.getModifiedItemAttr('shipRoleBonusPerseveranceIceMiningCriticalHitChance'), **kwargs) |
| 42546 | |
| 42547 | |
| 42548 | class Effect12772(BaseEffect): |
nothing calls this directly
no test coverage detected