(fit, ship, context, projectionRange, **kwargs)
| 37592 | |
| 37593 | @staticmethod |
| 37594 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 37595 | fit.ship.boostItemAttr( |
| 37596 | 'generalMiningHoldCapacity', ship.getModifiedItemAttr('exhumersBonusGeneralMiningHoldCapacity'), |
| 37597 | skill='Exhumers', **kwargs) |
| 37598 | |
| 37599 | |
| 37600 | class Effect8253(BaseEffect): |
nothing calls this directly
no test coverage detected