(fit, ship, context, projectionRange, **kwargs)
| 37320 | |
| 37321 | @staticmethod |
| 37322 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 37323 | fit.ship.boostItemAttr( |
| 37324 | 'specialIceHoldCapacity', ship.getModifiedItemAttr('gallenteIndustrialBonusIceHoldCapacity'), |
| 37325 | skill='Gallente Hauler', **kwargs) |
| 37326 | |
| 37327 | |
| 37328 | class Effect8206(BaseEffect): |
nothing calls this directly
no test coverage detected