map_settings.enemy_evolution.destroy_factor question
Posted: Mon Jul 18, 2016 6:01 pm
What is the formula to determine the Evolution increase for destroying a spwaner?
In 0.12 it was:
I thought I read in the release notes of 0.13 that it's now:
I tested the above and it does not appear to be correct.
Thanks.
In 0.12 it was:
Code: Select all
game.evolution_factor = game.evolution_factor * destroy_factor * (1-game.evolution_factor)
Code: Select all
game.evolution_factor = game.evolution_factor * destroy_factor * (1-game.evolution_factor)^2
Thanks.