SPLINTERLANDS' TOOL: Check your chances of getting airdropped cards going forward! [8th to 14th]

in Splinterlands2 years ago (edited)

calculatorairdrop0d.jpg

In the latest Town Hall, @yabapmatt took the time to explain the reason why the chances of getting an airdropped card skyrocketed from 1/350 to 1/500. In short, the goal was to avoid printing too many copies of the airdropped cards compared to the other legendaries that were available in the packs right from the beginning. In other words, this move was simply to ensure a similar print number for all the Chaos Legion Legendary cards in the long run.


Timestamp - 1:48:30

He also added that from now on, the chances of getting an airdrop should be increasing by the expected 25 packs for each new incoming airdropped card. To be fair, I encourage you to take this number with a grain of salt as things might change depending on the economics of the game. Nonetheless, this gives us a rough idea of what to expect for the next Dragon Monster and the six Legendary Summoners.

calculatorairdrop0b.jpg

In the table below, you'll find the detailed probabilities of getting one of those cards:

Airdrop Nb.FractionPercentageExample: w/ 110 packs
8th1/5250.1904%20.94%
9th1/5500.1818%20.00%
10th1/5750.1739%19.13%
11th1/6000.1666%18.33%
12th1/6250.1600%17.60%
13th1/6500.1538%16.92%
14th1/6750.1481%16.29%

Get a quick glance at your chances

I wasn't able to insert the following snippet of code inside my post:

<html>
<input type="button" onCLick="myFunction();" value="Check your chances!" />
<script>
function myFunction() {
    let nbPack = +prompt('How many packs have you purchased within Splinterlands?', 0);
    let eighth = (nbPack * 0.1904).toFixed(2);
    let ninth = (nbPack * 0.1818).toFixed(2);
    let tenth = (nbPack * 0.1739).toFixed(2);
    let eleventh = (nbPack * 0.1666).toFixed(2);
    let twelfth = (nbPack * 0.1600).toFixed(2);
    let thirteenth = (nbPack * 0.1538).toFixed(2);
    let fourteenth = (nbPack * 0.1481).toFixed(2);

    alert('8th: ' + eighth + '%' + ' ; ' + '9th: ' + ninth + '%' + ' ; ' + '10th: ' + tenth + '%' + ' ; ' + '11th: ' + eleventh + '%' + ' ; ' + '12th: ' + twelfth + '%' + ' ; ' + '13th: ' + thirteenth + '%' + ' ; ' + '14th: ' + fourteenth + '%');
}
</script>
</html>

The quick workaround

calculatorairdrop3.png

Step 1: Copy those few lines on your computer's text editor (example: Sublime Text).

Step 2: Save the file with the .html extension.

Step 3: Open the page and type in the number of packs you've purchased directly from Splinterlands.

calculatorairdrop4.png

Step 4: Look at all your chances for the coming airdrops.

calculatorairdrop5.png

Hope this basic tool was in some ways useful.
See you in the next one!

Thomas

PS: Ongoing little giveaway, 1 day left.

Sort:  

Nice work. Will feature/share this on my daily Splinterlands Digest post and on Twitter.

Thank you @globalwarming! I appreciate!

Congratulations @tt88! You have completed the following achievement on the Hive blockchain and have been rewarded with new badge(s):

You received more than 200 upvotes.
Your next target is to reach 300 upvotes.

You can view your badges on your board and compare yourself to others in the Ranking
If you no longer want to receive notifications, reply to this comment with the word STOP

Check out the last post from @hivebuzz:

Hive Power Up Month - Feedback from day 29
Hive Power Up Day - February 1st 2022
Support the HiveBuzz project. Vote for our proposal!