Add The Role of RNG in Competitive Tower Rush Mechanics
parent
960aaee6f2
commit
5dcac5947d
|
|
@ -0,0 +1,13 @@
|
||||||
|
<br>Random Number Generation, or RNG, is a highly debated topic in almost every competitive video game genre.<br>
|
||||||
|
<br>Understanding exactly where randomness factors into the equation allows top players to mitigate its negative effects.<br>
|
||||||
|
Initial Deck Shuffling
|
||||||
|
<br>Your starting hand is entirely random, which can immediately put you at a massive disadvantage against an aggressive opening.<br>
|
||||||
|
<br>Once the initial hand is played, the rotation becomes fixed, and pure skill and memory take over.<br>
|
||||||
|
Always include at least two cheap defensive options.Cycle your cheapest cards in the back.Accept that sometimes you will lose to a lucky start.
|
||||||
|
The Unpredictable AI
|
||||||
|
<br>Another subtle layer of RNG comes from the slight inconsistencies in how the game's AI handles pathfinding.<br>
|
||||||
|
<br>Relying on a unit's aggro range down to the exact pixel is risky because tiny bumps can alter their trajectory.<br>
|
||||||
|
Battler CategoryLevel of LuckDrafting GamesExtremely High - Relies entirely on shop rolls and item dropsStandard [Tower Rush](https://gitea.gimmin.com/jacklynfranco/tower-rush2015/wiki/Understanding-the-%27Beatdown%27-Archetype-in-Tower-Rush)Very Low - Only the starting hand is randomized
|
||||||
|
The Mental Game
|
||||||
|
<br>The most important skill regarding RNG is learning how to control your emotions when luck inevitably turns against you.<br>
|
||||||
|
<br>Focus on improving your timing and placement, and let the RNG sort itself out in the long run.<br>
|
||||||
Loading…
Reference in New Issue