Add a probability/rarity system to my spawn blueprint

Hello :slight_smile:
I would like some advice on how to add a probability/rarity system to my Spawn blueprint !
thanks in advance !

Hey @mathias_2000! Welcome to the forums!

I actually helped someone recently with a very similar system. Check out the thread and see if that helps you out!

hey mind-brain,
Thank you very much for your answer :slight_smile: ! I will try it tomorrow! do you think it can fit with the base i shared ?

Absolutely! The biggest thing to re-use from this is the cascading numbers, going in one direction.

You would use the “rarity finder” to generate a random number, then use that rarity # to set the Integer you use on your Select node! :slight_smile: