(fit, ship, context, projectionRange, **kwargs)
| 37538 | |
| 37539 | @staticmethod |
| 37540 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 37541 | fit.modules.filteredItemBoost( |
| 37542 | lambda mod: mod.item.requiresSkill('Mining'), 'duration', |
| 37543 | ship.getModifiedItemAttr('exhumersBonusOreMiningDuration'), |
| 37544 | skill='Exhumers', **kwargs) |
| 37545 | |
| 37546 | |
| 37547 | class Effect8244(BaseEffect): |
nothing calls this directly
no test coverage detected