One thing that we encounter a lot at Gems of War is people not understanding why they haven’t received mythic cards. As such, I wrote up a (very weird) explanation on how probability affects our drop rates.
As we do not disclose our drop rates, we will use a fictional example to explain the relationship between drop rates and probability. For example, when you visit a rainbow, there will be the chance to either find a pony or a unicorn. Now, unicorns are much rarer than ponies. As such, there is only a 1 in 100 chance to find a unicorn. If someone has a 1 in 100 chance of finding a unicorn at a rainbow, they will always have a 1 in 100 chance of finding a unicorn at a rainbow. The trap that many unicorn hunters fall into is assuming that their previous visits will change the results of their future visits, but this is not the case as each time a rainbow is visited it is fresh and new! Even if you have previously visited 100 rainbows and only found ponies, there is no guarantee that at the next rainbow you will find a unicorn. Each time you visit a rainbow there is still only a 1 in 100 chance of a unicorn being found. Some lucky unicorn hunters will find several unicorns per 100 rainbows, while others will find none. This is purely down to luck and chance.
As a further example, let’s say you’re flipping a coin. There’s a 1 in 2 chance that it lands heads. However, when you flip the coin again it faces tails up. Next time the chance is still 1 in 2. Tails again. The next chance is still 1 in 2. The past results don’t affect the outcome or chance of the next result. That’s how probability and randomness work.
I hope this has helped you all understand how our drop rates work in regards to probability and randomness. With that said, happy unicorn hunting!
You forget about pity timer: and Rainbowmaster is there to give a pony if you didn’t catch anyone after visiting 1,000 rainbows. Rainbowmaster is the best.
We are still discussing what needs to be disclosed in a Chinese release. It may not be necessary, and even if it is, won’t be released for quite some time.
We don’t have a pity timer in Gems of War, which is why some people get very lucky with mythics while others don’t.
The Chinese release isn’t postponed, but releases in new countries take quite a lot of time.
We have never disclosed our drop rates, and this thread does not answer the question at all. I picked 1 in 100 as it was an easy set of number to understand.
I wonder if Mithran or some of the other number geeks are going to come in here and destroy your explanation of probability and results. Going to watch this thread with some popcorn handy.
There are tests for randomness. It is not that hard to differentiate.
I won’t be going in details as to why specifically Salty is somewhat wrong, not entirely wrong just a bit inaccurate. But for most people, it is a matter of personal conviction, so I’ll let is go. This time.
From what Sirrian and Strange once told me, their is a ‘salt’ created at account creation based on a time stamp.
Everytime (?) you hit the server, there is a ‘seed’ generated based on a time stamp.
Some combination of the permanent ‘salt’ + often generated ‘seed’ is fed into the RNG to generate the ‘random’ numbers. If the same ‘salt + seed’ are used, the RNG generates the same sequence of numbers.
Mythic odds ~ 1 in 10k for glory keys
In order to avoid possible cursed salts, there should be at least 10k^2 (100M) unique seeds into the RNG. If they are just using time stamps that might not be the case, and they might not be using a good RNG algorithm.