📈Rarity Distribution
Munchables are revealed using a RNG in combination with our own Rarity Curve. This ensures a fair distribution of the NFTs and everyone has the same effective chance to mint a rarer classification of Munchable.
Weightings
categories = ["common","rare","epic","legendary", "mythic"]
weightings = [0.648, 0.237, 0.092, 0.020, 0.003]
It is important to note that Munchables is essentially an uncapped collection however no two Munchables are the same due to the evolutionary aspect of the game.
A probabilistic distribution for 10,000 reveals:
{
'common': 6469,
'rare': 2367,
'epic': 930,
'legendary': 200,
'mythic': 34
}
The Rarity Curve visualised:

Last updated