Is it possible to save the Sprite Collision seperate from the sprite for reuse?

I need 2 collisions for my actor one for overlapping and one for blocking. I can only resize the box and sphere collisions and they almost never fit the sprite. I already have the right collision shape in the sprite I just need a copy of that one and resize it a bit. I can’t find a way to do this though.

I couldn’t find a way to save the collision but I found a workaround: I just used the same sprite in the object twice. One set to block and one to overlap, scaled one a bit and then I set it to hidden in game.