Where does the large score increase at the start of each new wave come from?

I've noticed that the score will suddenly increase substantially as each new wave starts. For example, on wave 1 I might have ~130k score once all the mobs are dead but as soon as the next wave officially starts (countdown ends) the score will suddenly jump by ~40k to 170k. Where is this extra score coming from? How is it calculated?
Post edited by SeanPoe on
0
Best Answer
-
I know it's a bit old thread but in case someone checks the unanswered questions, here is the answer:
Basically you get score by completing a wave. Which depends on how fast you complete it. Starting from 120.000 points, every second you take in clearing a wave is 1.000 points less.Score by Wave Time:
120.000 - (WAVE CLEAR TIME * 1000)
https://forums.orcsmustdie.com/discussion/12254/scores-explained-how-score-is-calculated#latest
Wiki Admin https://orcsmustdieunchained.gamepedia.com5
Answers
I suspect it is a way for the game to reward wave completion. I have frankly not observed this. Should also be easy enough to see if there is any computation involved, or if it is a constant. Complete wave one perfectly, and with minions lost. If the jump is identical it is just a constant reward for waves. If it isn't minion count is factored in. Testing if time is a factor may be more tricky. Try two perfect wave one runs. One killing as fast as possible, and one stalling with snares such as Ivey's root. If there is a difference then there is a time component.