(fit, ship, context, projectionRange, **kwargs)
| 20488 | |
| 20489 | @staticmethod |
| 20490 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 20491 | fit.ship.boostItemAttr('specialMineralHoldCapacity', ship.getModifiedItemAttr('shipBonusGI2'), |
| 20492 | skill='Gallente Hauler', **kwargs) |
| 20493 | |
| 20494 | |
| 20495 | class Effect5480(BaseEffect): |
nothing calls this directly
no test coverage detected