Particle Systems on large objects

If you have a large Object, and want to emit particles at different locations (near were a projectile impacted for example), what is the proper way to use the particle system?

Should I make a few particle system objects and save them as prefabs? Or am I missing a simpler way.

Yes, I would make them prefabs, and then instantiate the prefab at the point of collision.