RNG
Every turn the player rolls two randomly generated numbers between 0.00 and 100.00.
If the first roll is 90.00 or higher, the player might experience good RNG for the turn, if both are 90.00 or higher, the player SHOULD experience good RNG for the turn.
On the contrary, if the first roll is 10.00 or lower, the player might experience bad RNG for the turn, if both are 10.00 or lower, the player SHOULD experience bad RNG for the turn.
We check for good RNG first, then bad RNG if the good RNG check fails.
The AI might ignore RNG at its own discretion.
Combat RNG
The combat in the game can also be influenced by RNG. Check out the stats page for more information.