(fit, ship, context, projectionRange, **kwargs)
| 37574 | |
| 37575 | @staticmethod |
| 37576 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 37577 | fit.modules.filteredItemBoost( |
| 37578 | lambda mod: mod.item.requiresSkill('Mining'), 'miningAmount', |
| 37579 | ship.getModifiedItemAttr('exhumersBonusOreMiningYield'), |
| 37580 | skill='Exhumers', **kwargs) |
| 37581 | |
| 37582 | |
| 37583 | class Effect8251(BaseEffect): |
nothing calls this directly
no test coverage detected