2005 Upper Deck Pros & Prospects: Difference between revisions
Line 52: | Line 52: | ||
==Base Set== | ==Base Set== | ||
<sq2wiki database="carddb"> | |||
SELECT num,player FROM cards WHERE (year = 2005) AND (setname = 'Upper Deck Pros and Prospects') AND (num < 101); | |||
</sql2wiki> | |||
===Prospects=== | |||
====Tier One==== | |||
Each Tier One Prospect is serial-numbered to 999 copies. | |||
<sq2wiki database="carddb"> | |||
SELECT num,player FROM cards WHERE (year = 2005) AND (setname = 'Upper Deck Pros and Prospects') AND (num BETWEEN 101 AND 150); | |||
</sql2wiki> | |||
====Tier Two==== | |||
Each Tier Two Prospect is serial-numbered to 499 copies. | |||
<sq2wiki database="carddb"> | |||
SELECT num,player FROM cards WHERE (year = 2005) AND (setname = 'Upper Deck Pros and Prospects') AND (num BETWEEN 151 AND 175); | |||
</sql2wiki> | |||
====Tier Three==== | |||
Each Tier Three Prospect is serial-numbered to 199 copies. | |||
<sq2wiki database="carddb"> | |||
SELECT num,player FROM cards WHERE (year = 2005) AND (setname = 'Upper Deck Pros and Prospects') AND (num > 175); | |||
</sql2wiki> | |||
==Parallels== | ==Parallels== | ||
== | ===Gold=== | ||
All 200 base cards are available in a serial-numbered Gold parallel. | |||
* Cards #1-#100 (serial-numbered to 125 copies) | |||
* Cards #101-#150 (serial-numbered to 150 copies) | |||
* Cards #151-#175 (serial-numbered to 99 copies) | |||
* Cards #176-#200 (serial-numbered to 25 copies) | |||
==Autographs & Game-Used== | ==Autographs & Game-Used== | ||
[[Category:manufacturer]] | [[Category:manufacturer]] | ||
[[Category:year]] | [[Category:year]] |
Revision as of 20:52, 13 November 2014
Description
2005 Upper Deck Pros & Prospects is a 200-card set released primarily to mass-market retail outlets in May, 2005. The first 100 cards make up the "Pros" while the last 100 are the "Prospects." Each Prospect is serial-numbered to 999 copies or less, and each 24-pack box will yield only three. Each box will also yield an autograph and three serial-numbered parallels.
Despite the massive number of "prospects," there are no rookie cards of significance in the set.
Distribution
24 packs per box, six cards per pack (MSRP: $3). 20 boxes per case. Retail only.
Reviews
Insertion Ratios
Cards | Total Cards | Numbered To | Retail Odds |
---|---|---|---|
Base | 200 | - | ? |
Pros | 100 | - | 6:1 |
Prospects | 100 | varies | 1:8 |
Gold Pros | 100 | 125 | * |
Gold Prospects | 100 | varies | * |
Future Fabrics | 21 | - | ** |
Future Fabrics Gold | 21 | 75 | ** |
Pro Material | 21 | - | ** |
Pro Material Gold | 21 | 50 | ** |
Signs of Stardom | 41 | varies | *** |
Stardom Signatures | 8 | varies | *** |
* Odds of finding a Gold parallel: 1:8
** Odds of finding a game-used card: 1:48
*** Odds of finding an autograph: 1:24
Checklist
Base Set
<sq2wiki database="carddb"> SELECT num,player FROM cards WHERE (year = 2005) AND (setname = 'Upper Deck Pros and Prospects') AND (num < 101); </sql2wiki>
Prospects
Tier One
Each Tier One Prospect is serial-numbered to 999 copies.
<sq2wiki database="carddb"> SELECT num,player FROM cards WHERE (year = 2005) AND (setname = 'Upper Deck Pros and Prospects') AND (num BETWEEN 101 AND 150); </sql2wiki>
Tier Two
Each Tier Two Prospect is serial-numbered to 499 copies.
<sq2wiki database="carddb"> SELECT num,player FROM cards WHERE (year = 2005) AND (setname = 'Upper Deck Pros and Prospects') AND (num BETWEEN 151 AND 175); </sql2wiki>
Tier Three
Each Tier Three Prospect is serial-numbered to 199 copies.
<sq2wiki database="carddb"> SELECT num,player FROM cards WHERE (year = 2005) AND (setname = 'Upper Deck Pros and Prospects') AND (num > 175); </sql2wiki>
Parallels
Gold
All 200 base cards are available in a serial-numbered Gold parallel.
- Cards #1-#100 (serial-numbered to 125 copies)
- Cards #101-#150 (serial-numbered to 150 copies)
- Cards #151-#175 (serial-numbered to 99 copies)
- Cards #176-#200 (serial-numbered to 25 copies)