To determine the spawn location, the game rolls a random number up to 256. Location #1 is given a 31/256 chance (12.1%), location #9 is given a 15/256 chance (5.85%), and the remaining seven locations are each given a 30/256 chance (11.7%). This means #1 has the highest probability, next up being #9, then all the others tied. | To determine the spawn location, the game rolls a random number up to 256. Location #1 is given a 31/256 chance (12.1%), location #9 is given a 15/256 chance (5.85%), and the remaining seven locations are each given a 30/256 chance (11.7%). This means #1 has the highest probability, next up being #9, then all the others tied. |