HearthStone Battlegrounds Card Picker helps you to make better decision for card picking during HearthStone Battlegrounds
- Fast loading (compressed card images)
- Filters:
- Minion Type: e.g. When you want to find all the
Beast
cards - Keyword: e.g. When you want to find all the
Battlecry
cards - Strategy: e.g. When you play
Deathwing
, the app shows you the cards to pick sorted by priorities. (More strategies will be added)
- Minion Type: e.g. When you want to find all the
- The probability to pick a certain card
As the image shows, when your tavern is Tier 5, the probability to pick a certain Tier 5 card (e.g. Brann) is 4.3%, Tier 4 is 5.3% and so on.
Total card in Tier 5 = 16x14 + 15x17 + 13x19 + 11x16 + 9x15 = 1037
Tier 5 has 5 cards to choose
Therefore, the probability = 5 * 9 / 1037 = 4.3%
Assumption: all the cards are in the pool
Tavern Tier | Copies of each card | Number of Cards |
---|---|---|
1 | 16 | 14 |
2 | 15 | 17 |
3 | 13 | 19 |
4 | 11 | 16 |
5 | 9 | 15 |
6 | 7 | 11 |
Notice: The example given and data is from Version 17.2
Reference: https://hearthstone.gamepedia.com/Battlegrounds
- get data.json
- get data_cn.json
- py main.py
- py minionpool.py