Currently, when near the particle limit, each particle has some hardcoded chance of going through (which goes down to 0 as particle count approaches limit). This means that the root particle of the nuke (which is an important visual indicator) has the same chance of being blocked as some random sparks from a flea shot (which are just eye candy).
The request is to add some sort of priority such that important particles have a lower chance of being blocked, possibly to the extent that existing lower-priority particles are dropped to make room.
Here's a recursive CEG which has a root "particle" which is just a spawner (this is a simple version of how e.g. the ZK nuke mushroom cloud works):
Currently, when near the particle limit, each particle has some hardcoded chance of going through (which goes down to 0 as particle count approaches limit). This means that the root particle of the nuke (which is an important visual indicator) has the same chance of being blocked as some random sparks from a flea shot (which are just eye candy).
The request is to add some sort of priority such that important particles have a lower chance of being blocked, possibly to the extent that existing lower-priority particles are dropped to make room.