Alien Spawning Ratios
Posted: Fri Sep 18, 2015 1:28 am
Hello,
I'm attempting to add new enemies to the game, but the spawning numbers are completely confusing, and a search only reveals this forum post when times were much simpler. https://forums.factorio.com/forum/vie ... =25&t=1658
res[1] = {"small-biter", {{0.0, 0.3}, {0.7, 0.0}}}
What are these sets of numbers?
res[2] = {"medium-biter", {{0.3, 0.0}, {0.6, 0.3}, {0.8, 0.1}}}
Why do medium biters have three sets of numbers? Why do big and behemoth biters again only have 2 sets of numbers?
The notes in the demo file are not very illuminating.
I'm attempting to add new enemies to the game, but the spawning numbers are completely confusing, and a search only reveals this forum post when times were much simpler. https://forums.factorio.com/forum/vie ... =25&t=1658
res[1] = {"small-biter", {{0.0, 0.3}, {0.7, 0.0}}}
What are these sets of numbers?
res[2] = {"medium-biter", {{0.3, 0.0}, {0.6, 0.3}, {0.8, 0.1}}}
Why do medium biters have three sets of numbers? Why do big and behemoth biters again only have 2 sets of numbers?
The notes in the demo file are not very illuminating.