Hey everyone! I’m back with another one. After reading the patch notes yesterday, I came to the same conclusion everyone else did: level 9 is dead. To me, this means that hitting level 8 as fast as possible to get 2 star 4 costs has a lot of value. This is because if you are late to 8, many of the 4 costs will be out of the pool, and you don’t have the luxury of going 9 to hit a 5 cost headliner. So, this got me thinking.
What is the earliest, average, and latest round that I can hit level 8 with 30 gold?
Seems like a relatively straightforward question, but TFT is a complicated game. A question like this is so open-ended, it almost seems impossible to answer.
Did that stop me? No! Actually, it kinda did.
Every round, there’s a plethora of decisions related to economy. Should I roll? Should I level? Should I buy this unit? It’s extremely difficult to model all of these micro-decisions and simulate them. So what can we do?
One fundamental aspect of mathematics is the concept of the setting constraints on a problem or model to be able to actually draw conclusions. A classic way to solve mathematical problems is to initially set a set of very strong constraints, and then gradually “relax” or “loosen” them later.
I’m not actually a mathematician, but we’re going to try this method to answer our question.
Let’s first set our constraints.
Our initial premise is that we are level 3, 2/6 xp with 6 gold on round 2-1 before we generate our round income. You can think of this as we end round 1-4 with 6 gold. This constraint is easy to relax, as it’s just setting an initial condition
The next constraint is that we want to hit level 8 with 30 gold to roll. This means that we want to eventually end up with 138 total gold, since it takes 108 gold to level to 8 from level 3, 2/6. This constraint is also easy to relax, as it’s more of a goal than a constraint.
Next, we don’t care about buying units, upgrading units, or leveling when we are under 50 gold. You can interpret this as “our gold never decreases” from round to round. This is one of the more important constraints to relax, but also the most difficult.
We also don’t account for any gold that’s earned from loot orbs. Relaxing this constraint is a bit tricky to actually relax and it’s also a “negative” constraint that actually raises the lower bounds of the conclusion. As a relaxing this is the lowest priority for me.
Finally, we have unlimited life to loss streak. This constraint isn’t actually a constraint, but it is a condition that doesn’t match how TFT actually works. This is a condition that we will actually restrict later to be able to actually draw more accurate conclusions.
I can already hear you scoffing. “These constraints don’t emulate REAL TFT at all!” I know, and I agree. However, I fundamentally need a base case to work from and make changes over time. Otherwise, I’ll get more dizzy than I do when I try to do a late game transition.
For this project, I coded up some programs to actually simulate how much gold is generate round by round, calculate what round conditions are fulfilled, as well as create some nice graphs to visually represent our data.
Here are the results for how many rounds it would take to level to 8 with 30 gold in our initial naive model of TFT.
It was pretty interesting to see that in the worst case, you would be able to hit level 8 at the start of Wolves. Granted, these results are when we have are basically AFK and can take infinite losses. It’s also when we have specific initialization values for 6 gold at the end of 1-4 and keeping 30 gold after leveling to 8. So let’s relax that!