(fit, ship, context, projectionRange, **kwargs)
| 17339 | |
| 17340 | @staticmethod |
| 17341 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 17342 | fit.ship.boostItemAttr( |
| 17343 | 'generalMiningHoldCapacity', ship.getModifiedItemAttr('miningBargeBonusGeneralMiningHoldCapacity'), |
| 17344 | skill='Mining Barge', **kwargs) |
| 17345 | |
| 17346 | |
| 17347 | class Effect5068(BaseEffect): |
nothing calls this directly
no test coverage detected