(fit, ship, context, projectionRange, **kwargs)
| 20472 | |
| 20473 | @staticmethod |
| 20474 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 20475 | fit.ship.boostItemAttr('specialPlanetaryCommoditiesHoldCapacity', ship.getModifiedItemAttr('shipBonusGI2'), |
| 20476 | skill='Gallente Hauler', **kwargs) |
| 20477 | |
| 20478 | |
| 20479 | class Effect5479(BaseEffect): |
nothing calls this directly
no test coverage detected