Is it possible to apply rigid body characteristics to particles?

Like friction and bounce.

I want to make a stack of cards shoot out (initial horizontal velocity) from a deck one by one, drop about 8" onto a table top below. I want to make this look as realistic as possible without making 52 individual rigid bodies. I can do it with particles and making the table a collision object, but the collision doesn’t look realistic.

Thanks!