(fit, ship, context, projectionRange, **kwargs)
| 38038 | |
| 38039 | @staticmethod |
| 38040 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 38041 | fit.ship.boostItemAttr( |
| 38042 | 'generalMiningHoldCapacity', |
| 38043 | ship.getModifiedItemAttr('gallenteIndustrialBonusMiningHoldCapacity'), |
| 38044 | skill='Gallente Hauler', **kwargs) |
| 38045 | |
| 38046 | |
| 38047 | class Effect8360(BaseEffect): |
nothing calls this directly
no test coverage detected