Level 1 deck is composed of about 13/14 pillars of various types and 47/48 other cards chosen randomly between all non upgraded cards (including rares).So basically, the chances for a pulv to be in this deck are about 35%.Then, as it is a very mixed build, your chances to win something during the (unique) spin must be somewhere near 10%And the chances for this card to be a pulv (and not another one from its deck) are clearly far below 1%.
Quote from: Delreich on October 11, 2009, 02:13:25 amWhy below 1%? If there's about 50 eligible cards to chose from, shouldn't there be about a 2% chance for any one of them? That should make it about 1 in 1500, if the first two numbers are accurate.If it worked that way, the chances to win would be far too low, as you suspect.The real algorithm is a bit more complex:1. Pick a random card in your opponent's deck2. If it's a pillar, go back to 13. Security mechanism (for builds that are composed of pillars only) : if, after 10 random picks, you still get a pillar then keep it4. Store card in variable card1.5. Repeat steps 1 to 4, until you have filled 4 variables6. Now the spinning starts for 3 rounds but you only pick cards in [card1, card2, card3, card4]. This ways, the chances to pick 3 times the same one are much higher.
Why below 1%? If there's about 50 eligible cards to chose from, shouldn't there be about a 2% chance for any one of them? That should make it about 1 in 1500, if the first two numbers are accurate.