Difference between revisions of "2019 National Treasures"

From BaseballCardPedia.com
Jump to: navigation, search
(Treasure Chest 32 Booklet)
(Mickey Mantle Oversized Cut Booklet)
 
(38 intermediate revisions by the same user not shown)
Line 510: Line 510:
 
<sql2wiki database="carddb">
 
<sql2wiki database="carddb">
 
SELECT num,player,serial FROM cards WHERE (year = 2019) AND (setname = 'National Treasures Retro Materials Holo Silver');
 
SELECT num,player,serial FROM cards WHERE (year = 2019) AND (setname = 'National Treasures Retro Materials Holo Silver');
 +
</sql2wiki>
 +
===Treasured Threads===
 +
 +
Each Treasured Threads is also available in the following parallels.
 +
 +
* Purple (see below, exclusive to First Off the Line boxes)
 +
* Holo Gold (serial-numbered to five)
 +
* Holo Silver (serial-numbered to three)
 +
* Holo Platinum Blue (one-of-one)
 +
 +
<sql2wiki database="carddb">
 +
SELECT num,player,info,serial FROM cards WHERE (year = 2019) AND (setname = 'National Treasures Treasured Threads');
 +
</sql2wiki>
 +
====Purple====
 +
 +
<sql2wiki database="carddb">
 +
SELECT num,player,info,serial FROM cards WHERE (year = 2019) AND (setname = 'National Treasures Treasured Threads Purple');
 
</sql2wiki>
 
</sql2wiki>
  
Line 551: Line 568:
  
 
<sql2wiki database="carddb">
 
<sql2wiki database="carddb">
SELECT num,player,serial FROM cards WHERE (year = 2019) AND (setname = 'National Treasures 16 Player Material Booklet');
+
SELECT num,player FROM cards WHERE (year = 2019) AND (setname = 'National Treasures 16-Player Material Booklet');
 +
</sql2wiki>
 +
 
 +
==Autographs==
 +
 
 +
===Colossal Signatures===
 +
 
 +
Each Colossal Signature is also available in the following parallels.
 +
 
 +
* Holo Silver (see below)
 +
* Holo Platinum Blue (one-of-one)
 +
* Printing Plates (set of four for each card)
 +
 
 +
'''NOTES'''
 +
 
 +
* Card #16 is not available in either the Holo Platinum Blue or Printing Plates.
 +
* Cards #6, #10, #13, and #17 are not available in Printing Plates.
 +
 
 +
<sql2wiki database="carddb">
 +
SELECT num,player,info,serial FROM cards WHERE (year = 2019) AND (setname = 'National Treasures Colossal Signatures Holo Gold');
 +
</sql2wiki>
 +
====Holo Silver====
 +
 
 +
<sql2wiki database="carddb">
 +
SELECT num,player,info,serial FROM cards WHERE (year = 2019) AND (setname = 'National Treasures Colossal Signatures Holo Silver');
 +
</sql2wiki>
 +
 
 +
===Hall of Fame Signatures===
 +
 
 +
Each Hall of Fame Signature is also available in the following parallels.
 +
 
 +
* Holo Silver (serial-numbered to five)
 +
* Holo Platinum Blue (one-of-one)
 +
* Printing Plates (set of four for each card)
 +
 
 +
<sql2wiki database="carddb">
 +
SELECT num,player,info,serial FROM cards WHERE (year = 2019) AND (setname = 'National Treasures Hall of Fame Signatures Holo Gold');
 +
</sql2wiki>
 +
 
 +
===Player's Weekend Signatures===
 +
 
 +
Each Player's Weekend Signature is serial-numbered to 99 copies, with a one-of-one Platinum parallel also available.
 +
 
 +
<sql2wiki database="carddb">
 +
SELECT num,player FROM cards WHERE (year = 2019) AND (setname = 'National Treasures Player''s Weekend Signatures');
 +
</sql2wiki>
 +
 
 +
===Retro Signatures===
 +
 
 +
Each Retro Signature, EXCEPT card #27, is also available in a one-of-one Platinum parallel.
 +
 
 +
<sql2wiki database="carddb">
 +
SELECT num,player,info,serial FROM cards WHERE (year = 2019) AND (setname = 'National Treasures Retro Signatures');
 +
</sql2wiki>
 +
 
 +
===Rookie Signatures===
 +
 
 +
Each Rookie Signature is serial-numbered to 99 copies and, with the exception of card #15, also available in a one-of-one Platinum parallel.
 +
 
 +
<sql2wiki database="carddb">
 +
SELECT num,player FROM cards WHERE (year = 2019) AND (setname = 'National Treasures Rookie Signatures');
 +
</sql2wiki>
 +
===Shadowbox Signatures===
 +
 
 +
<sql2wiki database="carddb">
 +
SELECT num,player,info,serial FROM cards WHERE (year = 2019) AND (setname = 'National Treasures Shadowbox Signatures');
 +
</sql2wiki>
 +
====Purple====
 +
 
 +
Shadowbox Signatures Purple are exclusive to First Off the Line boxes.
 +
 
 +
<sql2wiki database="carddb">
 +
SELECT num,player,info,serial FROM cards WHERE (year = 2019) AND (setname = 'National Treasures Shadowbox Signatures Purple');
 +
</sql2wiki>
 +
====Holo Gold====
 +
 
 +
<sql2wiki database="carddb">
 +
SELECT num,player,info,serial FROM cards WHERE (year = 2019) AND (setname = 'National Treasures Shadowbox Signatures Holo Gold');
 +
</sql2wiki>
 +
====Holo Silver====
 +
 
 +
<sql2wiki database="carddb">
 +
SELECT num,player,info,serial FROM cards WHERE (year = 2019) AND (setname = 'National Treasures Shadowbox Signatures Holo Silver');
 +
</sql2wiki>
 +
====Holo Platinum====
 +
 
 +
Each Shadowbox Signatures Holo Platinum is a one-of-one.
 +
 
 +
<sql2wiki database="carddb">
 +
SELECT num,player,info FROM cards WHERE (year = 2019) AND (setname = 'National Treasures Shadowbox Signatures Holo Platinum Blue');
 +
</sql2wiki>
 +
 
 +
===Signatures===
 +
 
 +
Each Signature is also available in the following parallels.
 +
 
 +
* Holo Silver (see below)
 +
* Holo Platinum Blue (one-of-one)
 +
* Printing Plates (set of four for each card)
 +
 
 +
<sql2wiki database="carddb">
 +
SELECT num,player,info,serial FROM cards WHERE (year = 2019) AND (setname = 'National Treasures Signatures Holo Gold');
 +
</sql2wiki>
 +
====Holo Silver====
 +
 
 +
'''NOTES'''
 +
 
 +
* Each Holo Silver card is serial-numbered to five.
 +
* Cards #38 and #39 are not available in the base set and are serial-numbered to three in the Holo Silver parallel.
 +
 
 +
<sql2wiki database="carddb">
 +
SELECT num,player,info,serial FROM cards WHERE (year = 2019) AND (setname = 'National Treasures Signatures Holo Silver');
 +
</sql2wiki>
 +
 
 +
===Social Signatures===
 +
 
 +
Each Social Signature is serial-numbered to 99 copies and also available in a one-of-one Platinum parallel.
 +
 
 +
<sql2wiki database="carddb">
 +
SELECT num,player,info FROM cards WHERE (year = 2019) AND (setname = 'National Treasures Social Signatures');
 +
</sql2wiki>
 +
 
 +
===Treasured Signatures===
 +
 
 +
Each Treasured Signature is also available in a one-of-one Platinum parallel.
 +
 
 +
<sql2wiki database="carddb">
 +
SELECT num,player,info,serial FROM cards WHERE (year = 2019) AND (setname = 'National Treasures Treasured Signatures');
 +
</sql2wiki>
 +
 
 +
===Dual Signatures===
 +
 
 +
Each Dual Signature is also available in the following parallels.
 +
 
 +
* Holo Silver (see below)
 +
* Holo Platinum Blue (one-of-one)
 +
* Printing Plates (set of four for each card)
 +
 
 +
<sql2wiki database="carddb">
 +
SELECT num,player,info,serial FROM cards WHERE (year = 2019) AND (setname = 'National Treasures Dual Signatures Holo Gold');
 +
</sql2wiki>
 +
====Holo Silver====
 +
 
 +
<sql2wiki database="carddb">
 +
SELECT num,player,info,serial FROM cards WHERE (year = 2019) AND (setname = 'National Treasures Dual Signatures Holo Silver');
 +
</sql2wiki>
 +
 
 +
===Decades Booklet Autographs===
 +
 
 +
Each Decades Booklet is also available in the following parallels.
 +
 
 +
* holo Gold (see below)
 +
* Holo Platinum Blue (one-of-one)
 +
 
 +
<sql2wiki database="carddb">
 +
SELECT num,player,info,serial FROM cards WHERE (year = 2019) AND (setname = 'National Treasures Decades Booklet');
 +
</sql2wiki>
 +
====Holo Gold====
 +
 
 +
<sql2wiki database="carddb">
 +
SELECT num,player,info,serial FROM cards WHERE (year = 2019) AND (setname = 'National Treasures Decades Booklet Holo Gold');
 +
</sql2wiki>
 +
 
 +
===12-Signature Booklet===
 +
 
 +
Both 12-Signature Booklets are serial-numbered to 25 copies and also available in the following parallels.
 +
 
 +
* Holo Silver (serial-numbered to ten)
 +
* Holo Platinum Blue (one-of-one)
 +
 
 +
<sql2wiki database="carddb">
 +
SELECT num,player FROM cards WHERE (year = 2019) AND (setname = 'National Treasures 12 Signature Booklet');
 +
</sql2wiki>
 +
==Autographed Game-Used==
 +
 
 +
===Game Gear Materials Signatures===
 +
 
 +
Each Game Gear Materials Signatures is also available in the following parallels.
 +
 
 +
* Holo Gold (serial-numbered to 25 copies)
 +
* Holo Silver (serial-numbered to five)
 +
* Holo Platinum Blue (one-of-one)
 +
* Printing Plates (set of four for each card)
 +
 
 +
'''NOTES'''
 +
 
 +
* Card #16 is not available in the Holo Silver, Holo Platinum Blue, and Printing Plates parallels.
 +
* Card #17 is not available in the base set.
 +
 
 +
<sql2wiki database="carddb">
 +
SELECT num,player,info,serial FROM cards WHERE (year = 2019) AND (setname = 'National Treasures Game Gear Materials Signatures');
 +
</sql2wiki>
 +
<sql2wiki database="carddb">
 +
SELECT num,player,info,serial FROM cards WHERE (year = 2019) AND (setname = 'National Treasures Game Gear Materials Signatures Holo Gold') AND (num = 17);
 +
</sql2wiki>
 +
====Duals====
 +
 
 +
Each Game Gear Materials Signatures Duals is also available in the following parallels.
 +
 
 +
* Holo Gold (serial-numbered to 25 copies)
 +
* Holo Silver (serial-numbered to five)
 +
* Holo Platinum Blue (one-of-one)
 +
* Printing Plates (set of four for each card)
 +
 
 +
'''NOTES'''
 +
 
 +
* Card #16 only available in the base set.
 +
* Card #17 is not available in the Holo Gold or Holo Silver parallels.
 +
 
 +
<sql2wiki database="carddb">
 +
SELECT num,player,info,serial FROM cards WHERE (year = 2019) AND (setname = 'National Treasures Game Gear Materials Signatures Duals');
 +
</sql2wiki>
 +
====Trios====
 +
 
 +
Each Game Gear Materials Signatures Trios is also available in the following parallels.
 +
 
 +
* Holo Gold (serial-numbered to 25 copies)
 +
* Holo Silver (serial-numbered to five)
 +
* Holo Platinum Blue (one-of-one)
 +
* Printing Plates (set of four for each card)
 +
 
 +
'''NOTES'''
 +
 
 +
* Card #16 only available in the base set.
 +
* Card #17 is not available in the Holo Gold or Holo Silver parallels.
 +
 
 +
<sql2wiki database="carddb">
 +
SELECT num,player,info,serial FROM cards WHERE (year = 2019) AND (setname = 'National Treasures Game Gear Materials Signatures Trios');
 +
</sql2wiki>
 +
===Rookie Signature Names===
 +
 
 +
Each Rookie Signature Names is serial-numbered to 99 copies and also available in the following parallels.
 +
 
 +
* Gold (serial-numbered to 49 copies)
 +
* Holo Gold (serial-numbered to 25 copies)
 +
* Holo Silver (serial-numbered to ten)
 +
* Holo Platinum Blue (one-of-one)
 +
* Tag (one-of-one)
 +
 
 +
<sql2wiki database="carddb">
 +
SELECT num,player FROM cards WHERE (year = 2019) AND (setname = 'National Treasures Rookie Signature Names');
 +
</sql2wiki>
 +
===Rookie Silhouette Signatures===
 +
 
 +
Each Rookie Silhouette Signature is serial-numbered to 25 copies and also available in the following parallels.
 +
 
 +
* Gold (serial-numbered to 15 copies)
 +
* Purple (serial-numbered to 12 copies; exclusive to First Off The Line boxes)
 +
* Silver (serial-numbered to ten)
 +
* Platinum Blue (one-of-one)
 +
 
 +
'''NOTES'''
 +
 
 +
* Card #11 is serial-numbered to ten, with the Gold, Purple, and Silver parallels numbered to seven, six, and five, respectively.
 +
* Card #18 is not available in the Purple parallel.
 +
* Card #20 is not available in the Gold, Purple, or Silver parallels.
 +
 
 +
<sql2wiki database="carddb">
 +
SELECT num,player FROM cards WHERE (year = 2019) AND (setname = 'National Treasures Rookie Silhouette Signatures');
 +
</sql2wiki>
 +
===Rookie Triple Material Ink===
 +
 
 +
Each Rookie Material Triple Ink is serial-numbered to 99 copies and also available in the following parallels.
 +
 
 +
* Gold (serial-numbered to 49 copies)
 +
* Holo Gold (serial-numbered to 25 copies)
 +
* Holo Silver (serial-numbered to ten)
 +
* Holo Platinum Blue (one-of-one)
 +
* Tag (one-of-one)
 +
* Printing Plates (set of four for each card)
 +
 
 +
<sql2wiki database="carddb">
 +
SELECT num,player FROM cards WHERE (year = 2019) AND (setname = 'National Treasures Rookie Triple Material Ink');
 +
</sql2wiki>
 +
===Treasured Material Signatures===
 +
 
 +
Each Treasured Material Signatures is also available in the following parallels.
 +
 
 +
<sql2wiki database="carddb">
 +
SELECT num,player,info,serial FROM cards WHERE (year = 2019) AND (setname = 'National Treasures Treasured Material Signatures');
 +
</sql2wiki>
 +
====Gold====
 +
 
 +
<sql2wiki database="carddb">
 +
SELECT num,player,info,serial FROM cards WHERE (year = 2019) AND (setname = 'National Treasures Treasured Material Signatures Gold');
 +
</sql2wiki>
 +
====Holo Gold====
 +
 
 +
<sql2wiki database="carddb">
 +
SELECT num,player,info,serial FROM cards WHERE (year = 2019) AND (setname = 'National Treasures Treasured Material Signatures Holo Gold');
 +
</sql2wiki>
 +
====Holo Silver====
 +
 
 +
<sql2wiki database="carddb">
 +
SELECT num,player,info,serial FROM cards WHERE (year = 2019) AND (setname = 'National Treasures Treasured Material Signatures Holo Silver');
 +
</sql2wiki>
 +
====Holo Platinum Blue====
 +
 
 +
Each Treasured Material Signatures Holo Platinum Blue is a one-of-one.
 +
 
 +
<sql2wiki database="carddb">
 +
SELECT num,player FROM cards WHERE (year = 2019) AND (setname = 'National Treasures Treasured Material Signatures Holo Platinum Blue');
 +
</sql2wiki>
 +
 
 +
====Brand Logo====
 +
 
 +
Each Treasured Material Signatures Brand Logo is a one-of-one.
 +
 
 +
<sql2wiki database="carddb">
 +
SELECT num,player FROM cards WHERE (year = 2019) AND (setname = 'National Treasures Treasured Material Signatures Brand Logo');
 +
</sql2wiki>
 +
 
 +
====Tag====
 +
 
 +
Each Treasured Material Signatures Tag is a one-of-one.
 +
 
 +
<sql2wiki database="carddb">
 +
SELECT num,player FROM cards WHERE (year = 2019) AND (setname = 'National Treasures Treasured Material Signatures Tag');
 +
</sql2wiki>
 +
 
 +
====Printing Plates====
 +
 
 +
A set of four Printing Plates are available for each Treasured Materials Signature cards listed below.
 +
 
 +
<sql2wiki database="carddb">
 +
SELECT num,player FROM cards WHERE (year = 2019) AND (setname = 'National Treasures Treasured Material Signatures Printing Plate Cyan');
 +
</sql2wiki>
 +
 
 +
===Rookie Signature Jumbo Material Booklet===
 +
 
 +
Each Rookie Signature Jumbo Material Booklet is serial-numbered to 99 copies and also available in the following parallels.
 +
 
 +
* Holo Gold (serial-numbered to ten)
 +
* Holo Platinum Blue (one-of-one)
 +
 
 +
'''NOTE:''' Card #15 is not available in the base set.
 +
 
 +
<sql2wiki database="carddb">
 +
SELECT num,player FROM cards WHERE (year = 2019) AND (setname = 'National Treasures Rookie Signature Jumbo Material Booklet Holo Gold');
 +
</sql2wiki>
 +
===Signature Jumbo Material Booklet===
 +
 
 +
Each Signature Jumbo Material Booklet is also available in the following parallels.
 +
 
 +
* Holo Gold (serial-numbered to ten)
 +
* Holo Platinum Blue (one-of-one)
 +
 
 +
'''NOTE:''' Card #10 in the Holo Gold parallel is seiral-numbered to three.
 +
 
 +
<sql2wiki database="carddb">
 +
SELECT num,player,info,serial FROM cards WHERE (year = 2019) AND (setname = 'National Treasures Signature Jumbo Material Booklet');
 +
</sql2wiki>
 +
===Debut Materials Signature Booklet===
 +
 
 +
<sql2wiki database="carddb">
 +
SELECT num,player FROM cards WHERE (year = 2019) AND (setname = 'National Treasures Debut Materials Signature Booklet');
 +
</sql2wiki>
 +
====Holo Gold====
 +
 
 +
<sql2wiki database="carddb">
 +
SELECT num,player FROM cards WHERE (year = 2019) AND (setname = 'National Treasures Debut Materials Signature Booklet Holo Gold');
 +
</sql2wiki>
 +
====Holo Platinum Blue====
 +
 
 +
<sql2wiki database="carddb">
 +
SELECT num,player FROM cards WHERE (year = 2019) AND (setname = 'National Treasures Debut Materials Signature Booklet Holo Platinum Blue');
 +
</sql2wiki>
 +
===Dual Materials Signature Booklet===
 +
 
 +
Each Dual Materials Signature Booklet is also available in the following parallels.
 +
 
 +
* Holo Gold (see below)
 +
* Holo Platinum Blue (one-of-one; see below)
 +
 
 +
<sql2wiki database="carddb">
 +
SELECT num,player,info,serial FROM cards WHERE (year = 2019) AND (setname = 'National Treasures Dual Materials Signature Booklet');
 +
</sql2wiki>
 +
====Holo Gold====
 +
 
 +
'''NOTE:''' Card #9 is not available in the base set, only the parallels.
 +
 
 +
<sql2wiki database="carddb">
 +
SELECT num,player,info,serial FROM cards WHERE (year = 2019) AND (setname = 'National Treasures Dual Materials Signature Booklet Holo Gold');
 +
</sql2wiki>
 +
====Holo Platinum Blue====
 +
 
 +
Each Dual Materials Signature Booklet is a one-of-one.
 +
 
 +
<sql2wiki database="carddb">
 +
SELECT num,player FROM cards WHERE (year = 2019) AND (setname = 'National Treasures Dual Materials Signature Booklet Holo Platinum Blue');
 +
</sql2wiki>
 +
===Six Pack Material Signatures Booklet===
 +
 
 +
Each Six Pack Materials Signature Booklet is serial-numbered to 99 copies and also available in the following parallels.
 +
 
 +
* Holo Gold (serial-numbered to ten)
 +
* Holo Platinum Blue (one-of-one)
 +
 
 +
'''NOTE:''' Card #10 is not available in the base set.
 +
 
 +
<sql2wiki database="carddb">
 +
SELECT num,player FROM cards WHERE (year = 2019) AND (setname = 'National Treasures Six Pack Material Signatures Booklet Holo Gold');
 +
</sql2wiki>
 +
 
 +
===Cut Signature Booklets===
 +
 
 +
Each Cut Signature Booklet is also available in the following parallels.
 +
 
 +
* Names (see below)
 +
* Statlines (see below)
 +
* Statlines Variation (see below)
 +
* Platinum (one-of-one)
 +
 
 +
'''NOTES'''
 +
 
 +
* Cards #1, #2, #32, and #36 do not exist in the base set.
 +
* Card #32 is only available in the Statlines Variation and Platinum parallels.
 +
* Card #36 is only available in the Names parallel.
 +
 
 +
<sql2wiki database="carddb">
 +
SELECT num,player,info,serial FROM cards WHERE (year = 2019) AND (setname = 'National Treasures Cut Signature Booklets');
 +
</sql2wiki>
 +
====Names====
 +
 
 +
<sql2wiki database="carddb">
 +
SELECT num,player,info,serial FROM cards WHERE (year = 2019) AND (setname = 'National Treasures Cut Signature Booklets Names');
 +
</sql2wiki>
 +
====Statlines====
 +
 
 +
<sql2wiki database="carddb">
 +
SELECT num,player,info,serial FROM cards WHERE (year = 2019) AND (setname = 'National Treasures Cut Signature Booklets Statlines');
 +
</sql2wiki>
 +
====Statlines Variation====
 +
 
 +
<sql2wiki database="carddb">
 +
SELECT num,player,info,serial FROM cards WHERE (year = 2019) AND (setname = 'National Treasures Cut Signature Booklets Statlines Variation');
 +
</sql2wiki>
 +
====Platinum====
 +
 
 +
Each Cut Signature Booklets Platinum is a one-of-one.
 +
 
 +
<sql2wiki database="carddb">
 +
SELECT num,player FROM cards WHERE (year = 2019) AND (setname = 'National Treasures Cut Signature Booklets Platinum Booklet');
 +
</sql2wiki>
 +
 
 +
===Cut Signature Material Booklets===
 +
 
 +
Each Cut Signature Material Booklet is also available in the following parallels.
 +
 
 +
* Names (see below)
 +
* Statlines (see below)
 +
* Statlines Variation (see below)
 +
* City (see below)
 +
* HOF Class (see below)
 +
* Platinum (one-of-one)
 +
 
 +
<sql2wiki database="carddb">
 +
SELECT num,player,info,serial FROM cards WHERE (year = 2019) AND (setname = 'National Treasures Cut Signature Material Booklets');
 +
</sql2wiki>
 +
====Names====
 +
 
 +
<sql2wiki database="carddb">
 +
SELECT num,player,info,serial FROM cards WHERE (year = 2019) AND (setname = 'National Treasures Cut Signature Material Booklets Names');
 +
</sql2wiki>
 +
====Statlines====
 +
 
 +
<sql2wiki database="carddb">
 +
SELECT num,player,info,serial FROM cards WHERE (year = 2019) AND (setname = 'National Treasures Cut Signature Material Booklets Statline');
 +
</sql2wiki>
 +
 
 +
====Statline Variation====
 +
 
 +
<sql2wiki database="carddb">
 +
SELECT num,player,info,serial FROM cards WHERE (year = 2019) AND (setname = 'National Treasures Cut Signature Material Booklets Statline Variation');
 +
</sql2wiki>
 +
 
 +
====City====
 +
 
 +
<sql2wiki database="carddb">
 +
SELECT num,player,info,serial FROM cards WHERE (year = 2019) AND (setname = 'National Treasures Cut Signature Material Booklets City');
 +
</sql2wiki>
 +
====HOF Class====
 +
 
 +
<sql2wiki database="carddb">
 +
SELECT num,player,info,serial FROM cards WHERE (year = 2019) AND (setname = 'National Treasures Cut Signature Material Booklets HOF Class');
 +
</sql2wiki>
 +
====Platinum====
 +
 
 +
Each Cut Signature Material Booklets Platinum is a one-of-one.
 +
 
 +
<sql2wiki database="carddb">
 +
SELECT num,player FROM cards WHERE (year = 2019) AND (setname = 'National Treasures Cut Signature Material Booklets Platinum');
 +
</sql2wiki>
 +
 
 +
===Mickey Mantle Oversized Cut Booklet===
 +
 
 +
This card is serial-numbered to seven copies.
 +
 
 +
<sql2wiki database="carddb">
 +
SELECT num,player FROM cards WHERE (year = 2019) AND (setname = 'National Treasures Mickey Mantle Oversized Cut Booklet');
 +
</sql2wiki>
 +
 
 +
===Babe Ruth Dual Cut Signature Booklet===
 +
 
 +
Both cards are ones-of-one.
 +
 
 +
<sql2wiki database="carddb">
 +
SELECT num,player FROM cards WHERE (year = 2019) AND (setname = 'National Treasures Ruth and Cobb Cut Signature Booklet');
 +
</sql2wiki>
 +
<sql2wiki database="carddb">
 +
SELECT num,player FROM cards WHERE (year = 2019) AND (setname = 'National Treasures Ruth and Wagner Cut Signature Booklet');
 +
</sql2wiki>
 +
 
 +
===Triple Cut Signatures Booklet===
 +
 
 +
Both Triple Cut Signatures Booklets are ones-of-one.
 +
 
 +
<sql2wiki database="carddb">
 +
SELECT num,player FROM cards WHERE (year = 2019) AND (setname = 'National Treasures Triple Cut Signatures Booklet Platinum');
 
</sql2wiki>
 
</sql2wiki>
  
==Autographs & Game-Used==
+
===Quad Cut Signature Booklet Holo Platinum Blue===
 +
 
 +
This card is a one-of-one.
  
<!--Change these 2 lines accordingly-->
+
<sql2wiki database="carddb">
[[Category:manufacturer]]
+
SELECT num,player FROM cards WHERE (year = 2019) AND (setname = 'National Treasures Quad Cut Signature Booklet Holo Platinum Blue');
[[Category:year]]
+
</sql2wiki>
 +
{{National Treasures}}
 +
[[Category:Panini]]
 +
[[Category:2019]]

Latest revision as of 18:04, 2 October 2019

Contents

Description

2019 National Treasures was released by Panini September 25th. As usual, every card is autographed and/or a memorabilia card serial-numbered to 99 copies or fewer. Each eight-card box will contain one booklet card.

Distribution

Eight cards per box (MSRP: $495). Four boxes per case. Hobby only.

Reviews

Insertion Ratios

Cards Total Cards Numbered To Hobby Odds Retail Odds
Base ? - ? ?

Checklist

Base Set

Rookie Material Signatures

  • 1 Bryse Wilson 99
  • 2 Touki Toussaint 99
  • 3 Michael Kopech 99
  • 4 Ramon Laureano 99
  • 5 Garrett Hampson 99
  • 6 Dennis Santana 99
  • 7 Ryan O'Hearn 99
  • 8 Jonathan Loaisiga 99
  • 9 Eloy Jimenez 99
  • 10 Reese McGuire 99
  • 11 Corbin Burnes 99
  • 12 Jake Cave 99
  • 13 Luis Ortiz 99
  • 14 Kyle Wright 99
  • 15 Chris Shaw 99
  • 16 Kevin Kramer 99
  • 17 Framber Valdez 99
  • 18 Dakota Hudson 99
  • 19 Kevin Newman 99
  • 20 Danny Jansen 99
  • 21 Brad Keller 99
  • 22 Chance Adams 99
  • 23 Enyel De Los Santos 99
  • 24 Taylor Ward 99
  • 26 Kyle Tucker 99
  • 27 Patrick Wisdom 99
  • 28 Jeff McNeil 99
  • 29 Vladimir Guerrero, Jr. 99
  • 30 Cionel Perez 99
  • 31 Kolby Allard 99
  • 32 Stephen Gonsalves 99
  • 33 Brandon Lowe 99
  • 34 Myles Straw 99
  • 35 Fernando Tatis, Jr. 99
  • 36 Sean Reid-Foley 99
  • 37 Jonathan Davis 99
  • 38 Ryan Borucki 99
  • 39 Christin Stewart 99
  • 40 Cedric Mullins 99
  • 41 Justus Sheffield 99
  • 42 Caleb Ferguson 99
  • 43 Jacob Nix 99
  • 44 Daniel Ponce de Leon 99
  • 45 Josh James 99
  • 46 David Fletcher 99
  • 47 Steven Duggar 99
  • 48 Rowdy Tellez 99
  • 49 Luis Urias 99
  • 50 Jake Bauers 99

  • 51 Pete Alonso 49
  • 53 Chris Paddack 75
  • 54 Bryan Reynolds 99
  • 55 Cole Tucker 99
  • 56 Michael Chavis 99
  • 57 Yusei Kikuchi 99
  • 58 Darwinzon Hernandez 86
  • 59 Ty France 99
  • 60 Taylor Hearn 99
  • 61 Carter Kieboom 99
  • 63 Cal Quantrill 25
  • 64 Nathaniel Lowe 99
  • 66 Austin Riley 99
  • 67 Shaun Anderson 99
  • 68 Keston Hiura 99
  • 69 Nicky Lopez 49
  • 71 Brendan Rodgers 99
  • 72 Luis Arraez 99
  • 73 Oscar Mercado 79

  • 160 Jack Flaherty 99
  • 161 Nolan Arenado 99
  • 162 Madison Bumgarner 99
  • 163 Carl Furillo 49
  • 164 Cody Bellinger 49
  • 165 Ozzie Albies 99
  • 166 Eddie Rosario 99
  • 167 Andrew Benintendi 99
  • 168 Whit Merrifield 99
  • 169 J.T. Realmuto 99
  • 170 Max Fried 99
  • 171 Jose Ramirez 99
  • 172 Kris Bryant 99
  • 173 Paul DeJong 99

Sepia

  • 174 Herb Pennock 49
  • 175 Rogers Hornsby 25
  • 176 Luke Appling 99
  • 177 Leo Durocher 99
  • 178 Mule Suttles 99
  • 179 Lefty Gomez 5
  • 180 Lefty Grove 5
  • 181 Tom Seaver 49
  • 182 Charlie Keller 99
  • 183 Yogi Berra 99
  • 184 Ted Williams 25
  • 185 Bill Dickey 25
  • 186 Joe Cronin 25
  • 187 George Sisler 15
  • 188 Paul Waner 99
  • 189 Walter Alston 99
  • 190 Mel Ott 10
  • 191 Don Drysdale 99
  • 192 Satchel Paige 25
  • 193 Billy Herman 25
  • 194 Lloyd Waner 25
  • 195 Willie Keeler 99
  • 196 Tony Lazzeri 49
  • 197 Casey Stengel 49
  • 198 Johnny Mize 49
  • 199 Eddie Collins 1
  • 200 Ted Lyons 49
  • 201 Jimmie Foxx 25
  • 202 Honus Wagner 25
  • 203 Joe Jackson 49
  • 204 Harry Hooper 25
  • 205 Hank Greenberg 99
  • 206 Jackie Robinson 99
  • 207 Joe DiMaggio 10
  • 208 Babe Ruth 10
  • 209 Roy Campanella 25
  • 210 Gil Hodges 99
  • 211 Burleigh Grimes 2
  • 212 Ty Cobb 25
  • 213 Nellie Fox 5
  • 214 Joe Sewell 49
  • 215 Stan Musial 49
  • 216 Joe McCarthy 25
  • 217 Joe Medwick 1
  • 218 Frank Chance 99
  • 219 Dizzy Dean 1
  • 220 Max Carey 49
  • 221 Lou Gehrig 10
  • 222 Tris Speaker 25
  • 223 Edd Roush 99

Parallels

Rookie Material Signatures

Each Rookie Materials Signature is also available in the following parallels.

  • Gold (serial-numbered to 49 copies)
  • Holo Gold (serial-numbered to 25 copies)
  • Holo Silver (serial-numbered to ten)
  • Holo Platinum Blue (one-of-one)
  • Brand Logo (one-of-one)
  • Tag (one-of-one)
  • Printing Plates (set of four for each card)

NOTES

  • In the Gold parallel, cards #51, #54, and #69 are serial-numbered to 25 copies and cards #53 and #63 do not exist.
  • In the Holo Gold parallel, card #51 is serial-numbered to 20, cards #54 and #69 are serial-numbered to 15 and card #63 does not exist.
  • In the Holo Silver parallel, card #63 is numbered to five.
  • Card #58 does not have a Black Printing Plate

Base Parallels

All 100 base cards (#74-#173) are available in the following parallels.

  • Prime (see below)
  • Tag (see below)
  • Button (see below)
  • Brand Logo (see below)
  • Platinum (one-of-one)
  • Printing Plates (set of four for each card)

NOTES

  • Cards #130, #148, and #158 do not exist as base cards, only in parallels.
  • Cards #85, #101, #111, #125, #151, #152, #164, #166, and #169 do not exist in the Platinum parallel.
  • Cards #75, #82, #85, #93, #101, #111, #116, #117, #122, #125, #129, #136, #150, #151, #152, #164, #165, #166, and #169 do not exist as Printing Plates.

Prime

  • 76 Rafael Devers 25
  • 77 Franmil Reyes 25
  • 79 Tommy Pham 25
  • 80 Juan Soto 25
  • 81 Adrian Beltre 10
  • 84 Rhys Hoskins 8
  • 86 Joey Gallo 5
  • 87 Ichiro 5
  • 88 Felix Hernandez 10
  • 89 Marcell Ozuna 25
  • 91 Mookie Betts 5
  • 92 Evan Longoria 25
  • 93 Eugenio Suarez 2
  • 94 Justin Verlander 25
  • 95 Luke Weaver 25
  • 97 Tommy Henrich 5
  • 99 Gleyber Torres 10
  • 100 Josh Bell 3
  • 102 Jose Altuve 10
  • 103 Shohei Ohtani 1
  • 104 Gerrit Cole 25
  • 105 David Price 5
  • 106 Bryce Harper 12
  • 107 Hunter Dozier 25
  • 108 German Marquez 25
  • 109 Xander Bogaerts 25
  • 110 Michael Conforto 25
  • 113 Mike Trout 4
  • 114 Lucas Giolito 25
  • 115 Chris Sale 20
  • 118 Jake Arrieta 25
  • 121 Aaron Nola 25
  • 123 Billy Martin 5
  • 124 Giancarlo Stanton 25
  • 127 Stephen Strasburg 1
  • 128 Edwin Diaz 25
  • 130 Anthony Rendon 2
  • 131 Marcus Stroman 2
  • 133 Adalberto Mondesi 25
  • 134 Noah Syndergaard 12
  • 135 Anthony Rizzo 25
  • 136 Miguel Cabrera 10
  • 137 Jacob deGrom 15
  • 138 Javier Baez 10
  • 139 Max Scherzer 25
  • 140 Albert Pujols 10
  • 141 Starling Marte 25
  • 142 Harvey Kuenn 5
  • 143 Jose Abreu 25
  • 144 Mike Soroka 25
  • 145 George Springer 5
  • 146 Aaron Judge 5
  • 148 Blake Snell 25
  • 149 Austin Meadows 25
  • 153 Buster Posey 25
  • 154 Matt Chapman 25
  • 155 Ken Boyer 5
  • 157 Jose Berrios 25
  • 158 Justin Turner 10
  • 159 Michael Brantley 25
  • 161 Nolan Arenado 25
  • 162 Madison Bumgarner 25
  • 165 Ozzie Albies 25
  • 168 Whit Merrifield 15
  • 170 Max Fried 15
  • 171 Jose Ramirez 10
  • 172 Kris Bryant 10
  • 173 Paul DeJong 8

Tag

  • 76 Rafael Devers 10
  • 77 Franmil Reyes 10
  • 78 Roger Maris 1
  • 79 Tommy Pham 1
  • 80 Juan Soto 10
  • 81 Adrian Beltre 4
  • 82 Nicholas Castellanos 3
  • 83 Jose Urena 2
  • 86 Joey Gallo 6
  • 87 Ichiro 3
  • 88 Felix Hernandez 1
  • 89 Marcell Ozuna 6
  • 91 Mookie Betts 6
  • 92 Evan Longoria 6
  • 93 Eugenio Suarez 7
  • 94 Justin Verlander 7
  • 95 Luke Weaver 10
  • 99 Gleyber Torres 3
  • 100 Josh Bell 4
  • 102 Jose Altuve 2
  • 104 Gerrit Cole 10
  • 105 David Price 5
  • 107 Hunter Dozier 10
  • 108 German Marquez 10
  • 109 Xander Bogaerts 6
  • 110 Michael Conforto 6
  • 111 Paul Goldschmidt 3
  • 113 Mike Trout 9
  • 114 Lucas Giolito 10
  • 115 Chris Sale 6
  • 117 Corey Kluber 2
  • 118 Jake Arrieta 4
  • 119 Mickey Mantle 3
  • 121 Aaron Nola 10
  • 123 Billy Martin 1
  • 124 Giancarlo Stanton 10
  • 126 Christian Yelich 10
  • 128 Edwin Diaz 6
  • 129 Masahiro Tanaka 1
  • 131 Marcus Stroman 3
  • 132 Patrick Corbin 9
  • 133 Adalberto Mondesi 10
  • 134 Noah Syndergaard 3
  • 135 Anthony Rizzo 2
  • 136 Miguel Cabrera 4
  • 137 Jacob deGrom 2
  • 138 Javier Baez 4
  • 139 Max Scherzer 1
  • 140 Albert Pujols 6
  • 141 Starling Marte 10
  • 143 Jose Abreu 6
  • 144 Mike Soroka 10
  • 145 George Springer 2
  • 146 Aaron Judge 1
  • 147 Lorenzo Cain 2
  • 148 Blake Snell 10
  • 149 Austin Meadows 10
  • 152 Clayton Kershaw 1
  • 153 Buster Posey 10
  • 154 Matt Chapman 10
  • 155 Ken Boyer 1
  • 157 Jose Berrios 10
  • 159 Michael Brantley 6
  • 161 Nolan Arenado 8
  • 162 Madison Bumgarner 4
  • 165 Ozzie Albies 6
  • 167 Andrew Benintendi 2
  • 169 J.T. Realmuto 6
  • 170 Max Fried 10
  • 171 Jose Ramirez 6
  • 172 Kris Bryant 2

Button

  • 74 Addie Joss 1
  • 75 Mitch Haniger 6
  • 76 Rafael Devers 8
  • 77 Franmil Reyes 8
  • 79 Tommy Pham 6
  • 80 Juan Soto 8
  • 81 Adrian Beltre 1
  • 82 Nicholas Castellanos 6
  • 83 Jose Urena 6
  • 84 Rhys Hoskins 8
  • 85 David Peralta 6
  • 86 Joey Gallo 6
  • 87 Ichiro 1
  • 88 Felix Hernandez 6
  • 89 Marcell Ozuna 6
  • 91 Mookie Betts 6
  • 92 Evan Longoria 6
  • 93 Eugenio Suarez 6
  • 94 Justin Verlander 6
  • 95 Luke Weaver 8
  • 99 Gleyber Torres 8
  • 100 Josh Bell 6
  • 101 Trevor Story 7
  • 103 Shohei Ohtani 8
  • 104 Gerrit Cole 6
  • 105 David Price 6
  • 107 Hunter Dozier 8
  • 108 German Marquez 8
  • 109 Xander Bogaerts 6
  • 110 Michael Conforto 8
  • 112 Freddie Freeman 5
  • 113 Mike Trout 7
  • 114 Lucas Giolito 8
  • 115 Chris Sale 3
  • 116 Trey Mancini 8
  • 118 Jake Arrieta 4
  • 119 Mickey Mantle 6
  • 121 Aaron Nola 8
  • 122 Manny Machado 6
  • 124 Giancarlo Stanton 8
  • 125 Francisco Lindor 2
  • 126 Christian Yelich 6
  • 128 Edwin Diaz 2
  • 129 Masahiro Tanaka 5
  • 131 Marcus Stroman 1
  • 132 Patrick Corbin 6
  • 133 Adalberto Mondesi 8
  • 134 Noah Syndergaard 4
  • 135 Anthony Rizzo 6
  • 136 Miguel Cabrera 2
  • 137 Jacob deGrom 3
  • 138 Javier Baez 2
  • 140 Albert Pujols 3
  • 141 Starling Marte 5
  • 143 Jose Abreu 6
  • 144 Mike Soroka 8
  • 145 George Springer 4
  • 146 Aaron Judge 6
  • 147 Lorenzo Cain 6
  • 148 Blake Snell 8
  • 149 Austin Meadows 8
  • 150 J.D. Martinez 2
  • 151 Ronald Acuña, Jr. 6
  • 153 Buster Posey 6
  • 154 Matt Chapman 8
  • 155 Ken Boyer 1
  • 156 Alex Bregman 5
  • 157 Jose Berrios 8
  • 158 Justin Turner 5
  • 159 Michael Brantley 6
  • 160 Jack Flaherty 8
  • 161 Nolan Arenado 6
  • 162 Madison Bumgarner 1
  • 165 Ozzie Albies 8
  • 166 Eddie Rosario 5
  • 167 Andrew Benintendi 3
  • 168 Whit Merrifield 1
  • 169 J.T. Realmuto 6
  • 170 Max Fried 8
  • 171 Jose Ramirez 6
  • 172 Kris Bryant 3

  • 76 Rafael Devers 5
  • 77 Franmil Reyes 2
  • 79 Tommy Pham 1
  • 80 Juan Soto 5
  • 86 Joey Gallo 1
  • 87 Ichiro 1
  • 89 Marcell Ozuna 1
  • 91 Mookie Betts 1
  • 92 Evan Longoria 1
  • 94 Justin Verlander 2
  • 100 Josh Bell 1
  • 104 Gerrit Cole 1
  • 105 David Price 1
  • 107 Hunter Dozier 1
  • 108 German Marquez 5
  • 109 Xander Bogaerts 1
  • 113 Mike Trout 1
  • 114 Lucas Giolito 5
  • 115 Chris Sale 1
  • 118 Jake Arrieta 2
  • 119 Mickey Mantle 1
  • 121 Aaron Nola 1
  • 124 Giancarlo Stanton 2
  • 126 Christian Yelich 2
  • 128 Edwin Diaz 1
  • 133 Adalberto Mondesi 5
  • 134 Noah Syndergaard 1
  • 135 Anthony Rizzo 1
  • 136 Miguel Cabrera 1
  • 138 Javier Baez 2
  • 140 Albert Pujols 1
  • 143 Jose Abreu 1
  • 144 Mike Soroka 1
  • 146 Aaron Judge 1
  • 148 Blake Snell 2
  • 149 Austin Meadows 1
  • 153 Buster Posey 1
  • 154 Matt Chapman 3
  • 156 Alex Bregman 1
  • 157 Jose Berrios 3
  • 159 Michael Brantley 1
  • 160 Jack Flaherty 2
  • 161 Nolan Arenado 1
  • 162 Madison Bumgarner 1
  • 165 Ozzie Albies 1
  • 167 Andrew Benintendi 2
  • 170 Max Fried 1
  • 171 Jose Ramirez 1

Sepia

Sepia base cards are available in the following parallels.

  • Prime (see below)
  • Tag (see below)
  • Button (see below)
  • Platinum (one-of-one)
  • Printing Plates (set of four for each card)

NOTES:

  • Cards #199, #217, and #219 are not available in the Platinum parallel.
  • Cards #199, #211 #217, and #219 are not available as Printing Plates.

Prime

  • 175 Rogers Hornsby 10
  • 181 Tom Seaver 1
  • 192 Satchel Paige 10
  • 197 Casey Stengel 5
  • 200 Ted Lyons 5
  • 210 Gil Hodges 5

Tag

  • 175 Rogers Hornsby 2
  • 176 Luke Appling 1
  • 181 Tom Seaver 2
  • 183 Yogi Berra 3
  • 185 Bill Dickey 1
  • 192 Satchel Paige 4
  • 197 Casey Stengel 2
  • 210 Gil Hodges 1

Button

  • 181 Tom Seaver 2

Game Used

Bat Knobs

Each is a one-of-one.

  • 1 Cal Ripken
  • 2 Willie McCovey
  • 3 Salvador Perez
  • 4 J.D. Martinez
  • 5 David Wright
  • 6 Carlton Fisk
  • 7 Eddie Murray
  • 8 Rod Carew
  • 9 Albert Pujols
  • 10 Anthony Rizzo
  • 11 Yadier Molina
  • 12 Kris Bryant
  • 13 Andres Galarraga
  • 14 Shohei Ohtani
  • 15 Mike Piazza
  • 16 Bo Jackson
  • 17 Christian Yelich
  • 18 David Ortiz
  • 19 Vladimir Guerrero, Jr.
  • 20 George Springer
  • 21 Freddie Freeman
  • 22 Jose Ramirez
  • 23 Mike Trout
  • 24 Craig Biggio
  • 25 Mookie Betts

Bat Nameplates

Each is a one-of-one.

  • 1 Dale Murphy
  • 2 Gary Carter
  • 3 Babe Ruth
  • 4 Ozzie Smith
  • 5 Richie Ashburn
  • 6 Bryce Harper
  • 7 Roberto Alomar
  • 8 Larry Walker
  • 9 Miguel Cabrera
  • 10 Ivan Rodriguez
  • 11 Vladimir Guerrero
  • 12 Evan Longoria
  • 13 Manny Machado
  • 14 George Brett
  • 15 David Peralta
  • 16 Nelson Cruz
  • 17 Brandon Belt
  • 18 Frank Thomas
  • 19 Giancarlo Stanton
  • 20 Ralph Kiner
  • 21 Joey Votto
  • 22 Mark Grace
  • 23 Michael Brantley
  • 24 Alan Trammell
  • 25 Alex Gordon

Cleats

  • 1 Mike Piazza 25
  • 2 Starlin Castro 22
  • 3 Brendan Rodgers 25
  • 4 Nick Senzel 22
  • 5 Fernando Tatis, Jr. 25
  • 6 Brandon Lowe 25
  • 7 Michael Kopech 25
  • 8 Kyle Schwarber 25
  • 9 Eloy Jimenez 25
  • 10 Mike Trout 8
  • 11 Corey Seager 7
  • 12 Kyle Tucker 25
  • 13 Ken Griffey, Jr. 20
  • 14 Vladimir Guerrero, Jr. 25
  • 15 Pete Alonso 25

Colossal Materials

Each Colossal Materials is also available in the following parallels.

  • Holo Gold (see below)
  • Holo Silver (see below)
  • Holo Platinum Blue (one-of-one)
  • Printing Plates (set of four for each)

NOTES

  • Card #22 is not available in the base set.
  • Cards #11, #12, and #23 are not available in the Holo Platinum Blue set.
  • Cards #2, #8, #11, #12, #16, #23, #29, #30, #37, and #39 are not available as Printing Plates

  • 1 Mike Trout 49
  • 2 Kris Bryant 25
  • 3 Anthony Rizzo 49
  • 4 Jose Altuve 25
  • 5 Rafael Devers 99
  • 6 Franmil Reyes 99
  • 7 Matt Chapman 99
  • 8 Josh Bell 99
  • 9 Justin Verlander 99
  • 10 Aaron Judge 99
  • 11 Shohei Ohtani 99
  • 12 Miguel Cabrera 49
  • 13 Noah Syndergaard 49
  • 14 Gerrit Cole 99
  • 15 German Marquez 99
  • 16 Patrick Corbin 66
  • 17 Marcell Ozuna 99
  • 18 Tommy Pham 99
  • 19 Adrian Beltre 49
  • 20 Albert Pujols 49
  • 21 Brandon Woodruff 99
  • 23 Clayton Kershaw 49
  • 24 Clint Frazier 99
  • 25 David Bote 99
  • 26 David Ortiz 49
  • 27 David Wright 99
  • 28 Evan Longoria 99
  • 29 Felix Hernandez 99
  • 30 Frank Thomas 49
  • 31 Freddie Freeman 49
  • 32 Giancarlo Stanton 49
  • 33 Ivan Rodriguez 49
  • 34 Joey Votto 99
  • 35 Jose Abreu 99
  • 36 Larry Walker 99
  • 37 Ozzie Albies 99
  • 38 Victor Robles 99
  • 39 Walker Buehler 99
  • 40 Miguel Andujar 99

Holo Gold

  • 1 Mike Trout 25
  • 2 Kris Bryant 10
  • 3 Anthony Rizzo 25
  • 4 Jose Altuve 15
  • 5 Rafael Devers 25
  • 6 Franmil Reyes 25
  • 7 Matt Chapman 25
  • 8 Josh Bell 25
  • 9 Justin Verlander 25
  • 10 Aaron Judge 25
  • 11 Shohei Ohtani 25
  • 12 Miguel Cabrera 25
  • 13 Noah Syndergaard 25
  • 14 Gerrit Cole 25
  • 15 German Marquez 25
  • 16 Patrick Corbin 25
  • 17 Marcell Ozuna 25
  • 18 Tommy Pham 25
  • 19 Adrian Beltre 25
  • 20 Albert Pujols 25
  • 21 Brandon Woodruff 25
  • 22 Buster Posey 25
  • 23 Clayton Kershaw 25
  • 24 Clint Frazier 25
  • 25 David Bote 25
  • 26 David Ortiz 25
  • 27 David Wright 25
  • 28 Evan Longoria 25
  • 29 Felix Hernandez 25
  • 30 Frank Thomas 25
  • 31 Freddie Freeman 25
  • 32 Giancarlo Stanton 25
  • 33 Ivan Rodriguez 25
  • 34 Joey Votto 25
  • 35 Jose Abreu 25
  • 36 Larry Walker 25
  • 37 Ozzie Albies 25
  • 38 Victor Robles 25
  • 39 Walker Buehler 25
  • 40 Miguel Andujar 25

Holo Silver

  • 1 Mike Trout 10
  • 3 Anthony Rizzo 5
  • 4 Jose Altuve 10
  • 5 Rafael Devers 10
  • 6 Franmil Reyes 10
  • 7 Matt Chapman 10
  • 8 Josh Bell 10
  • 10 Aaron Judge 10
  • 11 Shohei Ohtani 10
  • 12 Miguel Cabrera 10
  • 13 Noah Syndergaard 10
  • 14 Gerrit Cole 10
  • 15 German Marquez 10
  • 16 Patrick Corbin 10
  • 17 Marcell Ozuna 10
  • 18 Tommy Pham 10
  • 19 Adrian Beltre 10
  • 20 Albert Pujols 10
  • 21 Brandon Woodruff 10
  • 22 Buster Posey 10
  • 24 Clint Frazier 1
  • 25 David Bote 10
  • 26 David Ortiz 5
  • 27 David Wright 10
  • 28 Evan Longoria 10
  • 30 Frank Thomas 10
  • 31 Freddie Freeman 2
  • 32 Giancarlo Stanton 10
  • 33 Ivan Rodriguez 10
  • 34 Joey Votto 10
  • 35 Jose Abreu 10
  • 36 Larry Walker 10
  • 37 Ozzie Albies 10
  • 38 Victor Robles 10
  • 39 Walker Buehler 10
  • 40 Miguel Andujar 10

Rookie Colossal Materials

  • 1 Michael Kopech 49
  • 4 Eloy Jimenez 99
  • 6 Corbin Burnes 49
  • 13 Jeff McNeil 99
  • 14 Vladimir Guerrero, Jr. 99
  • 16 Fernando Tatis, Jr. 99
  • 17 Christin Stewart 99
  • 23 Jake Bauers 49
  • 24 Pete Alonso 99
  • 25 Chris Paddack 99
  • 26 Yusei Kikuchi 99
  • 29 Austin Riley 99
  • 30 Brendan Rodgers 99

Holo Gold

Each Rookie Colossal Material is also available in the following parallels.

  • Holo Gold (serial-numbered to 25 copies)
  • Holo Silver (serial-numbered to 10)
  • Holo Platinum Blue (one-of-one)
  • Printing Plates (set of four for each card)

NOTES

  • Card #14 in the Holo Silver parallel is serial-numbered to eight.
  • Card #27 is not available in the Holo Gold, or Holo Silver parallels.
  • Cards #25, #27, and #28 are not available as Printing plates.

  • 1 Michael Kopech
  • 2 Ramon Laureano
  • 3 Ryan O'Hearn
  • 4 Eloy Jimenez
  • 5 Reese McGuire
  • 6 Corbin Burnes
  • 7 Luis Ortiz
  • 8 Kyle Wright
  • 9 Kevin Newman
  • 10 Brad Keller
  • 11 Taylor Ward
  • 12 Kyle Tucker
  • 13 Jeff McNeil
  • 14 Vladimir Guerrero, Jr.
  • 15 Kolby Allard
  • 16 Fernando Tatis, Jr.
  • 17 Christin Stewart
  • 18 Cedric Mullins
  • 19 Caleb Ferguson
  • 20 Jacob Nix
  • 21 Daniel Ponce de Leon
  • 22 Josh James
  • 23 Jake Bauers
  • 24 Pete Alonso
  • 26 Yusei Kikuchi
  • 27 Darwinzon Hernandez
  • 29 Austin Riley
  • 30 Brendan Rodgers

Franchise Lineups Booklet

Each Franchise Lineups Booklet is serial-numbered to ten and available in the following parallels.

  • Holo Silver (serial-numbered to five)
  • Holo Platinum Blue (one-of-one)

NOTE: Card #3 is only available as a Holo Platinum Blue.

  • 1 Barry Larkin / Dave Concepcion / Frank Robinson / Joe Morgan / Joey Votto / Johnny Bench / Ken Griff
  • 2 Craig Kimbrel / Dale Murphy / Deion Sanders / Freddie Freeman / Greg Maddux / John Smoltz / Phil Nie
  • 3 Darryl Strawberry / David Wright / Dwight Gooden / Jacob deGrom / Keith Hernandez / Mike Piazza / No
  • 4 Albert Pujols / Bob Gibson / Joe Torre / Lou Brock / Ozzie Smith / Stan Musial / Ted Simmons / Willi

Game Gear Materials

Each Game Gear Material is also available in the following parallels.

  • Gold (serial-numbered to 25 copies)
  • Silver (serial-numbered to ten)
  • Platinum Blue (one-of-one)
  • Printing Plates (set of four for each)

NOTES

  • The Gold parallel of card #16 is numbered to ten, while the Silver is numbered to five.
  • Card #19 is not available in the Platinum Blue parallel.
  • Cards #14 and #19 are not available in Printing Plates.

  • 1 Alex Rodriguez 99
  • 2 Eric Thames 99
  • 3 Albert Pujols 49
  • 4 Rafael Devers 99
  • 5 Tony Gwynn 99
  • 6 Mike Trout 49
  • 7 CC Sabathia 99
  • 8 Don Mattingly 49
  • 9 Frank Robinson 99
  • 10 George Brett 49
  • 11 Leo Durocher 49
  • 12 Nolan Ryan 99
  • 13 Rod Carew 49
  • 14 Ryne Sandberg 49
  • 15 Steve Garvey 99
  • 16 Lou Gehrig 25
  • 17 Edwin Encarnacion 49
  • 18 Carl Furillo 99
  • 19 Mark Grace 99
  • 20 Joe Jackson 49
  • 21 Harmon Killebrew 49
  • 22 Mike Piazza 49
  • 23 Mickey Mantle 49
  • 24 Roberto Alomar 49
  • 25 Buster Posey 49

Dual

Each Game Gear Dual Material is also available in the following parallels.

  • Holo Gold (see below)
  • Holo Silver (see below)
  • Holo Platinum Blue (one-of-one)

NOTES

  • Card #16 is only available in the parallels.
  • Card #19 is not available in the Platinum Blue parallel.

  • 1 Alex Rodriguez 99
  • 2 Eric Thames 99
  • 3 Albert Pujols 99
  • 4 Rafael Devers 99
  • 5 Tony Gwynn 49
  • 6 Mike Trout 27
  • 7 CC Sabathia 99
  • 8 Don Mattingly 49
  • 9 Frank Robinson 49
  • 10 George Brett 25
  • 11 Leo Durocher 49
  • 12 Nolan Ryan 99
  • 13 Rod Carew 49
  • 14 Ryne Sandberg 99
  • 15 Steve Garvey 99
  • 17 Edwin Encarnacion 99
  • 18 Carl Furillo 99
  • 19 Mark Grace 99
  • 20 Joe Jackson 25
  • 21 Harmon Killebrew 25
  • 22 Mike Piazza 99
  • 23 Mickey Mantle 49
  • 24 Roberto Alomar 99
  • 25 Buster Posey 99
Gold

  • 1 Alex Rodriguez 25
  • 2 Eric Thames 25
  • 3 Albert Pujols 25
  • 4 Rafael Devers 25
  • 5 Tony Gwynn 25
  • 6 Mike Trout 10
  • 7 CC Sabathia 25
  • 8 Don Mattingly 25
  • 9 Frank Robinson 25
  • 10 George Brett 10
  • 11 Leo Durocher 25
  • 12 Nolan Ryan 25
  • 13 Rod Carew 25
  • 14 Ryne Sandberg 25
  • 15 Steve Garvey 25
  • 16 Lou Gehrig 5
  • 17 Edwin Encarnacion 25
  • 18 Carl Furillo 25
  • 19 Mark Grace 25
  • 20 Joe Jackson 10
  • 21 Harmon Killebrew 10
  • 22 Mike Piazza 25
  • 23 Mickey Mantle 25
  • 24 Roberto Alomar 25
  • 25 Buster Posey 25
Silver

  • 1 Alex Rodriguez 10
  • 2 Eric Thames 10
  • 3 Albert Pujols 10
  • 4 Rafael Devers 10
  • 5 Tony Gwynn 10
  • 6 Mike Trout 5
  • 7 CC Sabathia 10
  • 8 Don Mattingly 10
  • 9 Frank Robinson 10
  • 10 George Brett 5
  • 11 Leo Durocher 10
  • 12 Nolan Ryan 10
  • 13 Rod Carew 10
  • 14 Ryne Sandberg 10
  • 15 Steve Garvey 10
  • 16 Lou Gehrig 3
  • 17 Edwin Encarnacion 10
  • 18 Carl Furillo 10
  • 19 Mark Grace 10
  • 20 Joe Jackson 5
  • 21 Harmon Killebrew 5
  • 22 Mike Piazza 10
  • 23 Mickey Mantle 10
  • 24 Roberto Alomar 10
  • 25 Buster Posey 10

Trios

Each Game Gear Trios Material is also available in the following parallels.

  • Holo Gold (see below)
  • Holo Silver (see below)
  • Holo Platinum Blue (one-of-one)

NOTES

  • Card #16 is only available in the parallels.
  • Card #19 is not available in the Platinum Blue parallel.

  • 1 Alex Rodriguez 99
  • 2 Eric Thames 99
  • 3 Albert Pujols 49
  • 4 Rafael Devers 99
  • 5 Tony Gwynn 49
  • 6 Mike Trout 27
  • 7 CC Sabathia 99
  • 8 Don Mattingly 49
  • 9 Frank Robinson 49
  • 10 George Brett 25
  • 11 Leo Durocher 49
  • 12 Nolan Ryan 99
  • 13 Rod Carew 25
  • 14 Ryne Sandberg 99
  • 15 Steve Garvey 99
  • 17 Edwin Encarnacion 99
  • 18 Carl Furillo 49
  • 19 Mark Grace 99
  • 20 Joe Jackson 10
  • 21 Harmon Killebrew 15
  • 22 Mike Piazza 49
  • 23 Mickey Mantle 49
  • 24 Roberto Alomar 99
  • 25 Buster Posey 99
Gold

  • 1 Alex Rodriguez 25
  • 2 Eric Thames 25
  • 3 Albert Pujols 25
  • 4 Rafael Devers 25
  • 5 Tony Gwynn 25
  • 6 Mike Trout 10
  • 7 CC Sabathia 25
  • 8 Don Mattingly 25
  • 9 Frank Robinson 25
  • 10 George Brett 10
  • 11 Leo Durocher 25
  • 12 Nolan Ryan 25
  • 13 Rod Carew 15
  • 14 Ryne Sandberg 25
  • 15 Steve Garvey 25
  • 16 Lou Gehrig 5
  • 17 Edwin Encarnacion 25
  • 18 Carl Furillo 25
  • 19 Mark Grace 25
  • 20 Joe Jackson 5
  • 21 Harmon Killebrew 10
  • 22 Mike Piazza 25
  • 23 Mickey Mantle 25
  • 24 Roberto Alomar 25
  • 25 Buster Posey 25
Silver

  • 1 Alex Rodriguez 10
  • 2 Eric Thames 10
  • 3 Albert Pujols 5
  • 4 Rafael Devers 10
  • 5 Tony Gwynn 10
  • 6 Mike Trout 5
  • 7 CC Sabathia 10
  • 8 Don Mattingly 10
  • 9 Frank Robinson 10
  • 10 George Brett 5
  • 11 Leo Durocher 10
  • 12 Nolan Ryan 10
  • 13 Rod Carew 10
  • 14 Ryne Sandberg 10
  • 15 Steve Garvey 10
  • 16 Lou Gehrig 3
  • 17 Edwin Encarnacion 10
  • 18 Carl Furillo 10
  • 19 Mark Grace 10
  • 20 Joe Jackson 3
  • 21 Harmon Killebrew 5
  • 22 Mike Piazza 10
  • 23 Mickey Mantle 10
  • 24 Roberto Alomar 10
  • 25 Buster Posey 10

Sixes

Each Game Gear Material Sixes is also available in the following parallels.

  • Holo Gold (see below)
  • Holo Silver (see below)
  • Holo Platinum Blue (one-of-one)

  • 1 Vladimir Guerrero, Jr. 99
  • 2 Eloy Jimenez 99
  • 3 Fernando Tatis, Jr. 99
  • 4 Shohei Ohtani 99
  • 5 Aaron Judge 99
  • 6 Justus Sheffield 99
  • 7 Pete Alonso 99
  • 8 Michael Kopech 99
  • 9 Wander Franco 99
  • 10 Victor Victor Mesa 99
  • 11 Brendan Rodgers 99
  • 12 Jeff McNeil 99
  • 13 Bo Bichette 99
  • 15 Keston Hiura 99
  • 16 Nick Senzel 99
  • 17 Kyle Wright 99
  • 18 Christin Stewart 99
  • 19 Ryan O'Hearn 99
  • 20 Dennis Santana 99
  • 21 Jonathan Loaisiga 99
  • 22 Touki Toussaint 99
  • 23 Chance Adams 99
  • 24 Bryse Wilson 99
  • 25 Garrett Hampson 99
  • 26 Enyel De Los Santos 99
  • 27 Danny Jansen 99
  • 29 Mike Trout 27
  • 30 Dakota Hudson 99
  • 31 Jonathan Davis 99
  • 32 Adrian Beltre 49
  • 33 Carlos Correa 49
  • 35 Ronald Acuña, Jr. 99
  • 36 Juan Soto 99
  • 37 Jo Adell 99
  • 38 Rafael Devers 99
  • 41 Joe Cronin 10
  • 42 Christian Yelich 99
  • 44 Ivan Rodriguez 25
  • 46 Ken Griffey, Jr. 25
  • 47 Estevan Florial 99
  • 48 Forrest Whitley 99
  • 49 Nathaniel Lowe 99
  • 50 Corbin Burnes 99
Gold

  • 1 Vladimir Guerrero, Jr. 25
  • 2 Eloy Jimenez 25
  • 3 Fernando Tatis, Jr. 25
  • 4 Shohei Ohtani 25
  • 5 Aaron Judge 25
  • 6 Justus Sheffield 25
  • 7 Pete Alonso 25
  • 8 Michael Kopech 25
  • 9 Wander Franco 25
  • 10 Victor Victor Mesa 25
  • 11 Brendan Rodgers 25
  • 12 Jeff McNeil 25
  • 13 Bo Bichette 25
  • 15 Keston Hiura 25
  • 16 Nick Senzel 25
  • 17 Kyle Wright 25
  • 18 Christin Stewart 25
  • 19 Ryan O'Hearn 25
  • 20 Dennis Santana 25
  • 21 Jonathan Loaisiga 25
  • 22 Touki Toussaint 25
  • 23 Chance Adams 25
  • 24 Bryse Wilson 25
  • 25 Garrett Hampson 25
  • 26 Enyel De Los Santos 25
  • 27 Danny Jansen 25
  • 29 Mike Trout 10
  • 30 Dakota Hudson 25
  • 31 Jonathan Davis 25
  • 32 Adrian Beltre 25
  • 33 Carlos Correa 25
  • 34 Kirby Puckett 25
  • 35 Ronald Acuña, Jr. 25
  • 36 Juan Soto 25
  • 37 Jo Adell 25
  • 38 Rafael Devers 25
  • 39 Herb Pennock 5
  • 40 Leo Durocher 25
  • 41 Joe Cronin 5
  • 42 Christian Yelich 25
  • 43 George Brett 25
  • 44 Ivan Rodriguez 10
  • 46 Ken Griffey, Jr. 10
  • 47 Estevan Florial 25
  • 48 Forrest Whitley 25
  • 49 Nathaniel Lowe 25
  • 50 Corbin Burnes 25
Silver

  • 1 Vladimir Guerrero, Jr. 10
  • 3 Fernando Tatis, Jr. 10
  • 4 Shohei Ohtani 10
  • 5 Aaron Judge 10
  • 6 Justus Sheffield 10
  • 7 Pete Alonso 10
  • 8 Michael Kopech 10
  • 9 Wander Franco 10
  • 10 Victor Victor Mesa 10
  • 11 Brendan Rodgers 10
  • 12 Jeff McNeil 10
  • 13 Bo Bichette 10
  • 15 Keston Hiura 10
  • 16 Nick Senzel 10
  • 17 Kyle Wright 10
  • 18 Christin Stewart 10
  • 19 Ryan O'Hearn 10
  • 20 Dennis Santana 10
  • 21 Jonathan Loaisiga 10
  • 22 Touki Toussaint 10
  • 23 Chance Adams 10
  • 24 Bryse Wilson 10
  • 25 Garrett Hampson 10
  • 26 Enyel De Los Santos 10
  • 29 Mike Trout 5
  • 30 Dakota Hudson 10
  • 31 Jonathan Davis 10
  • 32 Adrian Beltre 10
  • 33 Carlos Correa 10
  • 34 Kirby Puckett 10
  • 35 Ronald Acuña, Jr. 10
  • 36 Juan Soto 10
  • 37 Jo Adell 10
  • 38 Rafael Devers 10
  • 39 Herb Pennock 3
  • 40 Leo Durocher 10
  • 41 Joe Cronin 3
  • 42 Christian Yelich 10
  • 43 George Brett 5
  • 44 Ivan Rodriguez 5
  • 46 Ken Griffey, Jr. 5
  • 47 Estevan Florial 10
  • 48 Forrest Whitley 10
  • 49 Nathaniel Lowe 10
  • 50 Corbin Burnes 10

Sevens

Each Game Gear Material Sevens is also available in the following parallels.

  • Holo Gold (see below)
  • Holo Silver (see below)
  • Holo Platinum Blue (one-of-one)

  • 1 Vladimir Guerrero, Jr. 99
  • 2 Eloy Jimenez 99
  • 3 Fernando Tatis, Jr. 99
  • 4 Shohei Ohtani 99
  • 5 Aaron Judge 99
  • 6 Justus Sheffield 99
  • 7 Pete Alonso 99
  • 8 Michael Kopech 99
  • 9 Wander Franco 99
  • 10 Victor Victor Mesa 99
  • 11 Brendan Rodgers 99
  • 12 Jeff McNeil 99
  • 13 Bo Bichette 99
  • 15 Keston Hiura 99
  • 16 Nick Senzel 99
  • 17 Kyle Wright 99
  • 18 Christin Stewart 99
  • 19 Ryan O'Hearn 99
  • 20 Dennis Santana 99
  • 21 Jonathan Loaisiga 99
  • 22 Touki Toussaint 99
  • 23 Chance Adams 99
  • 24 Bryse Wilson 99
  • 25 Garrett Hampson 99
  • 26 Enyel De Los Santos 99
  • 27 Danny Jansen 99
  • 29 Mike Trout 27
  • 30 Dakota Hudson 99
  • 31 Jonathan Davis 99
  • 32 Adrian Beltre 49
  • 35 Ronald Acuña, Jr. 99
  • 36 Juan Soto 99
  • 37 Jo Adell 99
  • 38 Rafael Devers 99
  • 42 Christian Yelich 49
  • 44 Ivan Rodriguez 25
  • 46 Ken Griffey, Jr. 25
  • 47 Estevan Florial 99
  • 48 Forrest Whitley 99
  • 49 Nathaniel Lowe 99
  • 50 Corbin Burnes 99
Gold

  • 1 Vladimir Guerrero, Jr. 25
  • 2 Eloy Jimenez 25
  • 3 Fernando Tatis, Jr. 25
  • 4 Shohei Ohtani 25
  • 5 Aaron Judge 25
  • 6 Justus Sheffield 25
  • 7 Pete Alonso 25
  • 8 Michael Kopech 25
  • 9 Wander Franco 25
  • 10 Victor Victor Mesa 25
  • 11 Brendan Rodgers 25
  • 12 Jeff McNeil 25
  • 13 Bo Bichette 25
  • 15 Keston Hiura 25
  • 16 Nick Senzel 25
  • 17 Kyle Wright 25
  • 18 Christin Stewart 25
  • 19 Ryan O'Hearn 25
  • 20 Dennis Santana 25
  • 21 Jonathan Loaisiga 25
  • 22 Touki Toussaint 25
  • 23 Chance Adams 25
  • 24 Bryse Wilson 25
  • 25 Garrett Hampson 25
  • 26 Enyel De Los Santos 25
  • 27 Danny Jansen 25
  • 29 Mike Trout 10
  • 31 Jonathan Davis 25
  • 32 Adrian Beltre 25
  • 33 Carlos Correa 25
  • 34 Kirby Puckett 25
  • 35 Ronald Acuña, Jr. 25
  • 36 Juan Soto 25
  • 37 Jo Adell 25
  • 38 Rafael Devers 25
  • 39 Herb Pennock 5
  • 40 Leo Durocher 25
  • 41 Joe Cronin 5
  • 42 Christian Yelich 25
  • 43 George Brett 25
  • 44 Ivan Rodriguez 10
  • 46 Ken Griffey, Jr. 10
  • 47 Estevan Florial 25
  • 48 Forrest Whitley 25
  • 49 Nathaniel Lowe 25
  • 50 Corbin Burnes 25
Silver

  • 1 Vladimir Guerrero, Jr. 10
  • 3 Fernando Tatis, Jr. 10
  • 4 Shohei Ohtani 10
  • 5 Aaron Judge 10
  • 6 Justus Sheffield 10
  • 7 Pete Alonso 10
  • 8 Michael Kopech 10
  • 9 Wander Franco 10
  • 10 Victor Victor Mesa 10
  • 11 Brendan Rodgers 10
  • 12 Jeff McNeil 10
  • 13 Bo Bichette 10
  • 15 Keston Hiura 10
  • 16 Nick Senzel 10
  • 17 Kyle Wright 10
  • 18 Christin Stewart 10
  • 19 Ryan O'Hearn 10
  • 20 Dennis Santana 10
  • 21 Jonathan Loaisiga 10
  • 22 Touki Toussaint 10
  • 23 Chance Adams 10
  • 24 Bryse Wilson 10
  • 25 Garrett Hampson 10
  • 26 Enyel De Los Santos 10
  • 28 Lou Gehrig 3
  • 29 Mike Trout 5
  • 30 Dakota Hudson 10
  • 31 Jonathan Davis 10
  • 32 Adrian Beltre 10
  • 33 Carlos Correa 10
  • 34 Kirby Puckett 10
  • 35 Ronald Acuña, Jr. 10
  • 36 Juan Soto 10
  • 37 Jo Adell 10
  • 38 Rafael Devers 10
  • 39 Herb Pennock 3
  • 40 Leo Durocher 10
  • 41 Joe Cronin 3
  • 42 Christian Yelich 10
  • 43 George Brett 5
  • 44 Ivan Rodriguez 5
  • 46 Ken Griffey, Jr. 5
  • 47 Estevan Florial 10
  • 48 Forrest Whitley 10
  • 49 Nathaniel Lowe 10
  • 50 Corbin Burnes 10

Eights

Each Game Gear Material Eights is also available in the following parallels.

  • Holo Gold (see below)
  • Holo Silver (see below)
  • Holo Platinum Blue (one-of-one)

  • 1 Vladimir Guerrero, Jr. 99
  • 2 Eloy Jimenez 99
  • 3 Fernando Tatis, Jr. 99
  • 4 Shohei Ohtani 99
  • 5 Aaron Judge 99
  • 6 Justus Sheffield 99
  • 7 Pete Alonso 99
  • 8 Michael Kopech 99
  • 9 Wander Franco 99
  • 10 Victor Victor Mesa 99
  • 11 Brendan Rodgers 99
  • 12 Jeff McNeil 99
  • 13 Bo Bichette 99
  • 15 Keston Hiura 99
  • 16 Nick Senzel 99
  • 17 Kyle Wright 99
  • 18 Christin Stewart 99
  • 19 Ryan O'Hearn 99
  • 20 Dennis Santana 99
  • 21 Jonathan Loaisiga 99
  • 22 Touki Toussaint 99
  • 23 Chance Adams 99
  • 24 Bryse Wilson 99
  • 25 Garrett Hampson 99
  • 26 Enyel De Los Santos 99
  • 27 Danny Jansen 99
  • 29 Mike Trout 27
  • 30 Dakota Hudson 99
  • 31 Jonathan Davis 99
  • 32 Adrian Beltre 49
  • 35 Ronald Acuña, Jr. 99
  • 36 Juan Soto 99
  • 37 Jo Adell 99
  • 38 Rafael Devers 99
  • 44 Ivan Rodriguez 25
  • 47 Estevan Florial 99
  • 48 Forrest Whitley 99
  • 49 Nathaniel Lowe 99
  • 50 Corbin Burnes 99
Gold

  • 1 Vladimir Guerrero, Jr. 25
  • 2 Eloy Jimenez 25
  • 3 Fernando Tatis, Jr. 25
  • 4 Shohei Ohtani 25
  • 5 Aaron Judge 25
  • 6 Justus Sheffield 25
  • 7 Pete Alonso 25
  • 8 Michael Kopech 25
  • 9 Wander Franco 25
  • 10 Victor Victor Mesa 25
  • 11 Brendan Rodgers 25
  • 12 Jeff McNeil 25
  • 13 Bo Bichette 25
  • 15 Keston Hiura 25
  • 16 Nick Senzel 25
  • 17 Kyle Wright 25
  • 18 Christin Stewart 25
  • 19 Ryan O'Hearn 25
  • 20 Dennis Santana 25
  • 21 Jonathan Loaisiga 25
  • 22 Touki Toussaint 25
  • 23 Chance Adams 25
  • 24 Bryse Wilson 25
  • 25 Garrett Hampson 25
  • 26 Enyel De Los Santos 25
  • 27 Danny Jansen 25
  • 29 Mike Trout 10
  • 30 Dakota Hudson 25
  • 31 Jonathan Davis 25
  • 32 Adrian Beltre 25
  • 33 Carlos Correa 25
  • 34 Kirby Puckett 25
  • 35 Ronald Acuña, Jr. 25
  • 36 Juan Soto 25
  • 37 Jo Adell 25
  • 38 Rafael Devers 25
  • 39 Herb Pennock 5
  • 40 Leo Durocher 25
  • 41 Joe Cronin 5
  • 42 Christian Yelich 25
  • 43 George Brett 25
  • 44 Ivan Rodriguez 10
  • 46 Ken Griffey, Jr. 25
  • 47 Estevan Florial 25
  • 48 Forrest Whitley 25
  • 49 Nathaniel Lowe 25
  • 50 Corbin Burnes 25
Silver

  • 1 Vladimir Guerrero, Jr. 10
  • 3 Fernando Tatis, Jr. 10
  • 4 Shohei Ohtani 10
  • 5 Aaron Judge 10
  • 6 Justus Sheffield 10
  • 7 Pete Alonso 10
  • 8 Michael Kopech 10
  • 9 Wander Franco 10
  • 10 Victor Victor Mesa 10
  • 11 Brendan Rodgers 10
  • 12 Jeff McNeil 10
  • 13 Bo Bichette 10
  • 15 Keston Hiura 10
  • 16 Nick Senzel 10
  • 17 Kyle Wright 10
  • 18 Christin Stewart 10
  • 19 Ryan O'Hearn 10
  • 20 Dennis Santana 10
  • 21 Jonathan Loaisiga 10
  • 22 Touki Toussaint 10
  • 23 Chance Adams 10
  • 24 Bryse Wilson 10
  • 25 Garrett Hampson 10
  • 26 Enyel De Los Santos 10
  • 29 Mike Trout 5
  • 30 Dakota Hudson 10
  • 31 Jonathan Davis 10
  • 32 Adrian Beltre 10
  • 33 Carlos Correa 10
  • 34 Kirby Puckett 10
  • 35 Ronald Acuña, Jr. 10
  • 36 Juan Soto 10
  • 37 Jo Adell 10
  • 38 Rafael Devers 10
  • 39 Herb Pennock 3
  • 40 Leo Durocher 10
  • 41 Joe Cronin 3
  • 42 Christian Yelich 10
  • 43 George Brett 5
  • 44 Ivan Rodriguez 5
  • 46 Ken Griffey, Jr. 10
  • 47 Estevan Florial 10
  • 48 Forrest Whitley 10
  • 49 Nathaniel Lowe 10
  • 50 Corbin Burnes 10

Hall of Fame Materials

Each Hall of Fame Material is also available in the following parallels.

  • Prime (see below)
  • Tag (see below)
  • Button (see below)
  • Brand Logo (see below)
  • Platinum (one-of-one)
  • Printing Plates (set of four for each)

NOTE: Cards #7, #16, #17, #19, and #31 are not available in the Platinum or Printing Plate parallels.

  • 1 Eddie Murray 99
  • 2 Catfish Hunter 49
  • 3 Ivan Rodriguez 99
  • 4 Mike Piazza 99
  • 5 Greg Maddux 99
  • 6 Cal Ripken 99
  • 7 Pedro Martinez 99
  • 8 Fergie Jenkins 99
  • 9 Joe Morgan 99
  • 10 Wade Boggs 99
  • 11 Goose Gossage 99
  • 12 Rollie Fingers 99
  • 13 Dave Winfield 99
  • 14 Tony Gwynn 99
  • 15 Barry Larkin 99
  • 16 Tom Seaver 49
  • 17 Andre Dawson 99
  • 18 Johnny Bench 99
  • 19 Craig Biggio 99
  • 20 Bert Blyleven 99
  • 21 Frank Robinson 99
  • 22 Duke Snider 25
  • 23 Rickey Henderson 49
  • 24 George Brett 49
  • 25 Robin Yount 99
  • 26 Harmon Killebrew 25
  • 27 Randy Johnson 99
  • 28 Brooks Robinson 99
  • 29 Orlando Cepeda 99
  • 30 Mule Suttles 99
  • 31 Ryne Sandberg 99
  • 32 Ozzie Smith 99
  • 33 Ken Griffey, Jr. 99
  • 34 Roberto Alomar 99
  • 35 John Smoltz 99
  • 36 Frank Thomas 49
  • 37 Rod Carew 99
  • 38 Jim Palmer 25
  • 39 Paul Molitor 99
  • 40 Kirby Puckett 49
  • 41 Lou Brock 49
  • 42 Gary Carter 99
  • 43 Willie McCovey 99
  • 44 Nolan Ryan 99
  • 45 Al Kaline 49
  • 46 Reggie Jackson 99
  • 47 Alan Trammell 99
  • 48 Juan Marichal 20
  • 49 Vladimir Guerrero 99
  • 50 Tom Glavine 99

Prime

  • 2 Catfish Hunter 15
  • 3 Ivan Rodriguez 5
  • 5 Greg Maddux 25
  • 6 Cal Ripken 10
  • 11 Goose Gossage 25
  • 12 Rollie Fingers 7
  • 14 Tony Gwynn 10
  • 15 Barry Larkin 5
  • 16 Tom Seaver 2
  • 17 Andre Dawson 25
  • 20 Bert Blyleven 15
  • 21 Frank Robinson 25
  • 23 Rickey Henderson 25
  • 27 Randy Johnson 4
  • 29 Orlando Cepeda 11
  • 32 Ozzie Smith 4
  • 33 Ken Griffey, Jr. 10
  • 34 Roberto Alomar 5
  • 35 John Smoltz 25
  • 36 Frank Thomas 5
  • 39 Paul Molitor 1
  • 40 Kirby Puckett 10
  • 43 Willie McCovey 25
  • 44 Nolan Ryan 11
  • 45 Al Kaline 10
  • 46 Reggie Jackson 2
  • 49 Vladimir Guerrero 25
  • 50 Tom Glavine 3

Tag

  • 2 Catfish Hunter 1
  • 6 Cal Ripken 1
  • 10 Wade Boggs 8
  • 11 Goose Gossage 10
  • 14 Tony Gwynn 3
  • 15 Barry Larkin 2
  • 17 Andre Dawson 1
  • 18 Johnny Bench 2
  • 20 Bert Blyleven 1
  • 21 Frank Robinson 2
  • 23 Rickey Henderson 5
  • 26 Harmon Killebrew 1
  • 31 Ryne Sandberg 2
  • 33 Ken Griffey, Jr. 7
  • 34 Roberto Alomar 4
  • 36 Frank Thomas 1
  • 39 Paul Molitor 3
  • 40 Kirby Puckett 2
  • 44 Nolan Ryan 5
  • 46 Reggie Jackson 1
  • 48 Juan Marichal 1
  • 49 Vladimir Guerrero 6

Button

  • 11 Goose Gossage 6
  • 19 Craig Biggio 2
  • 20 Bert Blyleven 5
  • 27 Randy Johnson 6
  • 35 John Smoltz 6
  • 39 Paul Molitor 6
  • 40 Kirby Puckett 6

Brand Logo

  • 3 Ivan Rodriguez 2
  • 5 Greg Maddux 1
  • 10 Wade Boggs 1
  • 11 Goose Gossage 1
  • 32 Ozzie Smith 1
  • 33 Ken Griffey, Jr. 1
  • 40 Kirby Puckett 1
  • 49 Vladimir Guerrero 1

ID Tags

Each is a one-of-one.

  • 1 Alex Rodriguez
  • 2 Adrian Beltre
  • 4 Bill Dickey
  • 5 Ivan Rodriguez
  • 6 Whitey Ford
  • 7 Joe Cronin
  • 8 Willie McCovey
  • 9 Red Schoendienst
  • 10 Juan Marichal
  • 11 Yu Darvish
  • 12 Josh Donaldson
  • 13 Pete Rose
  • 14 Mel Ott
  • 15 Roger Maris
  • 16 Tony Gwynn
  • 17 Bert Blyleven
  • 18 Javier Baez
  • 19 Rollie Fingers
  • 20 Dave Winfield
  • 21 Reggie Jackson
  • 23 Duke Snider
  • 24 Anthony Rizzo
  • 25 Willie Stargell
  • 26 Nicholas Castellanos
  • 27 Nolan Ryan
  • 28 Yadier Molina
  • 29 Rickey Henderson
  • 30 Roberto Alomar
  • 31 Hoyt Wilhelm
  • 32 Dwight Gooden
  • 33 Ryne Sandberg
  • 34 Christian Yelich
  • 35 Fergie Jenkins

Legendary Jumbo Materials

  • 1 Bill Mazeroski 49
  • 2 Mike Trout 49
  • 3 Ichiro 49
  • 4 Addie Joss 15
  • 5 Lefty O'Doul 10
  • 6 Leo Durocher 25
  • 7 Joe Cronin 25
  • 8 Tom Yawkey 49
  • 9 Paul Molitor 49
  • 10 Eddie Stanky 49
  • 11 Tommy Lasorda 49
  • 12 Tommy Henrich 49
  • 15 Ron Santo 21
  • 16 Mickey Mantle 10

Holo Gold

  • 1 Bill Mazeroski 25
  • 2 Mike Trout 25
  • 3 Ichiro 25
  • 4 Addie Joss 10
  • 5 Lefty O'Doul 7
  • 6 Leo Durocher 15
  • 7 Joe Cronin 10
  • 8 Tom Yawkey 25
  • 9 Paul Molitor 25
  • 10 Eddie Stanky 25
  • 11 Tommy Lasorda 25
  • 12 Tommy Henrich 25
  • 13 Ken Boyer 10
  • 14 Harmon Killebrew 7
  • 15 Ron Santo 12
  • 16 Mickey Mantle 7

Holo Silver

  • 1 Bill Mazeroski 10
  • 2 Mike Trout 10
  • 4 Addie Joss 5
  • 5 Lefty O'Doul 5
  • 6 Leo Durocher 10
  • 7 Joe Cronin 5
  • 8 Tom Yawkey 10
  • 9 Paul Molitor 10
  • 10 Eddie Stanky 10
  • 11 Tommy Lasorda 10
  • 12 Tommy Henrich 10
  • 13 Ken Boyer 5
  • 14 Harmon Killebrew 5
  • 15 Ron Santo 10
  • 16 Mickey Mantle 5

Black

  • 1 Bill Mazeroski 5
  • 2 Mike Trout 5
  • 3 Ichiro 2
  • 4 Addie Joss 3
  • 5 Lefty O'Doul 3
  • 6 Leo Durocher 5
  • 7 Joe Cronin 3
  • 8 Tom Yawkey 5
  • 9 Paul Molitor 5
  • 10 Eddie Stanky 5
  • 11 Tommy Lasorda 5
  • 12 Tommy Henrich 5
  • 13 Ken Boyer 3
  • 14 Harmon Killebrew 3
  • 15 Ron Santo 5
  • 16 Mickey Mantle 3

Platinum

Each is a one-of-one.

  • 1 Bill Mazeroski
  • 2 Mike Trout
  • 3 Ichiro
  • 4 Addie Joss
  • 5 Lefty O'Doul
  • 6 Leo Durocher
  • 7 Joe Cronin
  • 8 Tom Yawkey
  • 10 Eddie Stanky
  • 11 Tommy Lasorda
  • 12 Tommy Henrich
  • 13 Ken Boyer
  • 14 Harmon Killebrew
  • 15 Ron Santo
  • 16 Mickey Mantle

Legendary Lineups Booklet

Both Legendary Lineups Booklets are serial-numbered to ten with a one-of-one Platinum parallel also available.

  • 1 Al Simmons / Bobby Doerr / Doc Cramer / Dom DiMaggio / Edd Roush / Jimmie Foxx / Mel Ott / Rogers Ho
  • 2 Brooks Robinson / Carl Furillo / Frank Robinson / Gil Hodges / Joe DiMaggio / Lou Gehrig / Luis Apar

Legendary Silhouette Duals Booklet

Each Legendary Silhouette Duals Booklet is also available in the following parallels.

  • Holo Gold (see below)
  • Holo Silver (see below)
  • Black (see below)
  • Platinum (one-of-one)

  • 1 Albert Pujols / Ichiro 49
  • 2 Hank Greenberg / Ty Cobb 10
  • 3 Herb Pennock / Joe Cronin 49
  • 4 Bob Lemon / Tris Speaker 25
  • 5 Mickey Mantle / Roger Maris 25
  • 6 Harmon Killebrew / Kirby Puckett 49
  • 7 Eddie Sawyer / Joe McCarthy 25
  • 8 Al Kaline / Harvey Kuenn 25
  • 9 Bill Dickey / Yogi Berra 10
  • 10 Jimmie Foxx / Lou Gehrig 5

Holo Gold

  • 1 Albert Pujols / Ichiro 25
  • 2 Hank Greenberg / Ty Cobb 7
  • 3 Herb Pennock / Joe Cronin 25
  • 4 Bob Lemon / Tris Speaker 15
  • 5 Mickey Mantle / Roger Maris 15
  • 6 Harmon Killebrew / Kirby Puckett 25
  • 7 Eddie Sawyer / Joe McCarthy 15
  • 8 Al Kaline / Harvey Kuenn 15
  • 9 Bill Dickey / Yogi Berra 7

Holo Silver

  • 1 Albert Pujols / Ichiro 10
  • 2 Hank Greenberg / Ty Cobb 5
  • 3 Herb Pennock / Joe Cronin 10
  • 4 Bob Lemon / Tris Speaker 10
  • 5 Mickey Mantle / Roger Maris 10
  • 6 Harmon Killebrew / Kirby Puckett 10
  • 7 Eddie Sawyer / Joe McCarthy 10
  • 8 Al Kaline / Harvey Kuenn 10
  • 9 Bill Dickey / Yogi Berra 5

Black

  • 1 Albert Pujols / Ichiro 5
  • 2 Hank Greenberg / Ty Cobb 3
  • 3 Herb Pennock / Joe Cronin 5
  • 4 Bob Lemon / Tris Speaker 5
  • 5 Mickey Mantle / Roger Maris 5
  • 6 Harmon Killebrew / Kirby Puckett 5
  • 7 Eddie Sawyer / Joe McCarthy 5
  • 8 Al Kaline / Harvey Kuenn 5
  • 9 Bill Dickey / Yogi Berra 3
  • 10 Jimmie Foxx / Lou Gehrig 3

Legends Materials Booklet

Each Legends Materials Booklet is also available in a one-of-one Platinum parallel.

  • 1 Lou Gehrig 15
  • 2 Babe Ruth 25
  • 3 Joe DiMaggio 10
  • 4 Red Schoendienst 49
  • 5 Miller Huggins 49
  • 6 Ty Cobb 25
  • 7 Tom Yawkey 49
  • 8 Heinie Groh 49
  • 9 Tris Speaker 49
  • 10 Max Carey 49
  • 11 Joe Dugan 49
  • 12 Mule Suttles 49
  • 13 Doc Cramer 49
  • 14 Dom DiMaggio 49
  • 15 Carl Furillo 49
  • 16 Richie Ashburn 49

Duals Holo Gold

  • 1 Lou Gehrig 10
  • 2 Babe Ruth 10
  • 3 Joe DiMaggio 10
  • 4 Red Schoendienst 25
  • 5 Miller Huggins 25
  • 6 Ty Cobb 25
  • 7 Tom Yawkey 25
  • 8 Heinie Groh 25
  • 9 Tris Speaker 25
  • 10 Max Carey 25
  • 11 Joe Dugan 25
  • 12 Mule Suttles 10
  • 13 Doc Cramer 25
  • 14 Dom DiMaggio 25
  • 15 Carl Furillo 25
  • 16 Richie Ashburn 25

Triples Holo Silver

  • 1 Lou Gehrig 5
  • 2 Babe Ruth 5
  • 3 Joe DiMaggio 5
  • 4 Red Schoendienst 10
  • 5 Miller Huggins 10
  • 6 Ty Cobb 10
  • 7 Tom Yawkey 10
  • 8 Heinie Groh 10
  • 9 Tris Speaker 10
  • 10 Max Carey 10
  • 11 Joe Dugan 10
  • 12 Mule Suttles 5
  • 13 Doc Cramer 10
  • 14 Dom DiMaggio 10
  • 15 Carl Furillo 10
  • 16 Richie Ashburn 10

Quads Black

  • 1 Lou Gehrig 3
  • 2 Babe Ruth 3
  • 3 Joe DiMaggio 3
  • 4 Red Schoendienst 5
  • 5 Miller Huggins 5
  • 6 Ty Cobb 5
  • 7 Tom Yawkey 5
  • 8 Heinie Groh 5
  • 9 Tris Speaker 5
  • 10 Max Carey 5
  • 11 Joe Dugan 5
  • 12 Mule Suttles 5
  • 13 Doc Cramer 5
  • 14 Dom DiMaggio 5
  • 15 Carl Furillo 5
  • 16 Richie Ashburn 5

Retro Materials

Each Retro Materials is also available in the following parallels.

  • Holo Gold (see below)
  • Holo Silver (see below)
  • Holo Platinum Blue (one-of-one)
  • Printing Plates (set of four for each card)

  • 1 Ron Santo 49
  • 2 Ken Griffey, Jr. 99
  • 3 Cal Ripken 49
  • 4 Kirby Puckett 49
  • 5 Frank Robinson 49
  • 6 Jose Canseco 49
  • 7 Ichiro 99
  • 8 Orlando Cepeda 25
  • 9 Duke Snider 10
  • 10 Rick Ferrell 5
  • 11 Gary Carter 49
  • 12 Mariano Rivera 49
  • 13 Frank Thomas 99
  • 14 Goose Gossage 99
  • 15 Ivan Rodriguez 99
  • 16 Mark McGwire 49
  • 17 Rollie Fingers 49
  • 18 Early Wynn 10
  • 19 Eddie Murray 49
  • 20 Bob Lemon 15
  • 21 Red Schoendienst 25
  • 22 Steve Garvey 99
  • 23 Larry Walker 99
  • 24 John Smoltz 49
  • 25 Tommy Henrich 25
  • 26 Eddie Sawyer 49
  • 27 Casey Stengel 25
  • 28 Roberto Alomar 49
  • 29 Ted Williams 25
  • 30 Bill Dickey 10

Holo Gold

  • 1 Ron Santo 25
  • 2 Ken Griffey, Jr. 25
  • 3 Cal Ripken 25
  • 4 Kirby Puckett 25
  • 5 Frank Robinson 25
  • 6 Jose Canseco 25
  • 7 Ichiro 25
  • 8 Orlando Cepeda 10
  • 9 Duke Snider 5
  • 11 Gary Carter 25
  • 12 Mariano Rivera 25
  • 13 Frank Thomas 25
  • 14 Goose Gossage 25
  • 15 Ivan Rodriguez 25
  • 16 Mark McGwire 25
  • 17 Rollie Fingers 25
  • 18 Early Wynn 5
  • 19 Eddie Murray 25
  • 20 Bob Lemon 10
  • 21 Red Schoendienst 10
  • 22 Steve Garvey 25
  • 23 Larry Walker 25
  • 24 John Smoltz 25
  • 25 Tommy Henrich 10
  • 26 Eddie Sawyer 25
  • 27 Casey Stengel 10
  • 28 Roberto Alomar 25
  • 29 Ted Williams 10
  • 30 Bill Dickey 5

Holo Silver

  • 1 Ron Santo 10
  • 2 Ken Griffey, Jr. 10
  • 3 Cal Ripken 10
  • 4 Kirby Puckett 10
  • 5 Frank Robinson 10
  • 6 Jose Canseco 10
  • 7 Ichiro 10
  • 8 Orlando Cepeda 5
  • 9 Duke Snider 3
  • 10 Rick Ferrell 3
  • 11 Gary Carter 10
  • 12 Mariano Rivera 10
  • 13 Frank Thomas 10
  • 14 Goose Gossage 10
  • 15 Ivan Rodriguez 10
  • 16 Mark McGwire 10
  • 17 Rollie Fingers 10
  • 18 Early Wynn 3
  • 19 Eddie Murray 10
  • 20 Bob Lemon 5
  • 21 Red Schoendienst 5
  • 22 Steve Garvey 10
  • 23 Larry Walker 10
  • 24 John Smoltz 10
  • 25 Tommy Henrich 5
  • 26 Eddie Sawyer 10
  • 27 Casey Stengel 5
  • 28 Roberto Alomar 10
  • 29 Ted Williams 5
  • 30 Bill Dickey 3

Treasured Threads

Each Treasured Threads is also available in the following parallels.

  • Purple (see below, exclusive to First Off the Line boxes)
  • Holo Gold (serial-numbered to five)
  • Holo Silver (serial-numbered to three)
  • Holo Platinum Blue (one-of-one)

  • 1 Cal Ripken 10
  • 2 Vladimir Guerrero 10
  • 3 Steve Garvey 15
  • 4 Ken Griffey, Jr. 10
  • 5 Mariano Rivera 15
  • 6 Rickey Henderson 20
  • 7 Aaron Judge 10
  • 8 Corey Kluber 10
  • 9 Jose Ramirez 20
  • 10 Roger Clemens 20
  • 12 Pete Rose 10
  • 14 Dale Murphy 10
  • 15 Craig Biggio 10
  • 17 Carlton Fisk 10
  • 19 David Wright 15
  • 20 Jose Abreu 15
  • 22 Freddie Freeman 10
  • 23 Carlos Correa 10
  • 24 Sean Manaea 10

Purple

  • 1 Cal Ripken 2
  • 2 Vladimir Guerrero 12
  • 3 Steve Garvey 2
  • 4 Ken Griffey, Jr. 2
  • 5 Mariano Rivera 2
  • 6 Rickey Henderson 7
  • 7 Aaron Judge 12
  • 8 Corey Kluber 12
  • 9 Jose Ramirez 5
  • 11 Albert Pujols 2
  • 12 Pete Rose 5
  • 14 Dale Murphy 12
  • 15 Craig Biggio 12
  • 17 Carlton Fisk 4
  • 19 David Wright 5
  • 20 Jose Abreu 7
  • 22 Freddie Freeman 3
  • 23 Carlos Correa 12
  • 24 Sean Manaea 12

Rivals Booklet

  • 1 CC Sabathia / Chris Sale / Don Mattingly / Jim Rice / Mariano Rivera / Reggie Jackson / Tim Wakefiel 5
  • 2 Addison Russell / Kerry Wood / Kyle Schwarber / Marcell Ozuna / Ryne Sandberg / Ted Simmons / Willie 10
  • 3 Don Sutton / Gaylord Perry / Hunter Pence / Juan Marichal / Kevin Mitchell / Steve Garvey / Tommy La 10
  • 4 Adrian Beltre / Carlos Correa / Craig Biggio / Fergie Jenkins / George Springer / Ivan Rodriguez / N 5
  • 5 Carlton Fisk / Clint Frazier / Gary Sanchez / Goose Gossage / Jackie Bradley, Jr. / Miguel Andujar / 10
  • 6 Andre Dawson / Eloy Jimenez / Fergie Jenkins / Frank Thomas / Jose Abreu / Luis Aparicio / Mark Grac 5
  • 7 Dave Concepcion / Joe Carter / Joey Votto / Jose Ramirez / Omar Vizquel / Pete Rose / Roberto Alomar 5
  • 8 Alex Gordon / Bo Jackson / Bob Gibson / Paul Goldschmidt / Salvador Perez / Whit Merrifield / Willie 5

Triple Legend Duos Booklet

Each Triple Legend Duos Booklet is also available in a one-of-one Platinum parallel.

  • 1 Bill Dickey / Bob Meusel / Mickey Mantle 15
  • 2 Arky Vaughan / Ernie Lombardi / Lefty O'Doul 25
  • 3 Harry Heilmann / Sam Rice / Willie Kamm 25
  • 4 Frankie Frisch / Harry Brecheen / Heinie Groh 25
  • 5 Harry Hooper / Joe Cronin / Tris Speaker 10
  • 6 Albert Pujols / Miguel Cabrera / Mike Trout 25
  • 7 Don Drysdale / Herb Pennock / Nolan Ryan 25
  • 8 Eddie Stanky / Gil Hodges / Roy Campanella 25
  • 9 Mule Suttles / Tommy Henrich / Willie Keeler 25
  • 10 Jackie Robinson / Lou Gehrig / Roberto Clemente 25

Triple Legend Trios Booklet

Each Triple Legend Trios Booklet is serial-numbered to 25 copies and also available in a one-of-one Platinum parallel.

  • 1 Ken Griffey, Jr. / Kirby Puckett / Mickey Mantle
  • 2 George Brett / Ken Boyer / Ron Santo
  • 3 Roberto Alomar / Rod Carew / Rogers Hornsby
  • 4 Albert Pujols / Johnny Mize / Lou Gehrig
  • 5 Nolan Ryan / Pedro Martinez / Randy Johnson
  • 6 Cal Ripken, Jr. / Joe Cronin / Ozzie Smith
  • 7 Carlton Fisk / Ivan Rodriguez / Johnny Bench
  • 8 Charlie Keller / Ralph Kiner / Stan Musial
  • 9 Paul Waner / Reggie Jackson / Tony Gwynn
  • 10 Adrian Beltre / Alex Rodriguez / Ichiro
  • 11 Bo Jackson / Dave Winfield / Deion Sanders

Treasure Chest 32 Booklet

Each Treasure Chest 32 Booklet is serial-numbered to 25 copies and also available in the following parallels.

  • Silver (serial-numbered to ten)
  • Platinum (one-of-one)

  • 1 Austin Riley / Brandon Lowe / Brendan Rodgers / Bryan Reynolds / Cal Quantrill / Carter Kieboom / Ch
  • 2 Aaron Judge / Alex Bregman / Andrew Benintendi / Austin Meadows / Brian Anderson / Byron Buxton / Cl
  • 3 Adbert Alzolay / Alex Kirilloff / Andres Gimenez / Antonio Santillan / Bo Bichette / Bobby Dalbec /
  • 4 Adrian Beltre / Alex Rodriguez / Bill Dickey / Cal Ripken, Jr. / Craig Biggio / David Wright / Eddie

16 Player Material Booklet

Each 16 Player Material Booklet is serial-numbered to 25 copies and also available in the following parallels.

  • Silver (serial-numbered to ten)
  • Platinum (one-of-one)

    Autographs

    Colossal Signatures

    Each Colossal Signature is also available in the following parallels.

    • Holo Silver (see below)
    • Holo Platinum Blue (one-of-one)
    • Printing Plates (set of four for each card)

    NOTES

    • Card #16 is not available in either the Holo Platinum Blue or Printing Plates.
    • Cards #6, #10, #13, and #17 are not available in Printing Plates.

    • 1 Duke Snider 5
    • 2 George Brett 5
    • 4 George Springer 25
    • 5 Xander Bogaerts 25
    • 6 Stephen Strasburg 25
    • 7 Michael Brantley 99
    • 8 Jonathan Villar 75
    • 9 Adalberto Mondesi 99
    • 10 Miguel Cabrera 25
    • 11 Hunter Dozier 99
    • 12 Cal Ripken 25
    • 13 Ronald Acuña, Jr. 25
    • 14 Dick Williams 25
    • 15 Ralph Kiner 25
    • 16 Luis Aparicio 25
    • 17 Ozzie Smith 25
    • 18 Fernando Tatis, Jr. 99
    • 19 Eloy Jimenez 25
    • 20 Jose Canseco 99

    Holo Silver

    • 1 Duke Snider 3
    • 2 George Brett 3
    • 4 George Springer 10
    • 5 Xander Bogaerts 10
    • 6 Stephen Strasburg 3
    • 7 Michael Brantley 10
    • 8 Jonathan Villar 10
    • 9 Adalberto Mondesi 10
    • 10 Miguel Cabrera 10
    • 11 Hunter Dozier 10
    • 12 Cal Ripken 10
    • 13 Ronald Acuña, Jr. 10
    • 14 Dick Williams 10
    • 15 Ralph Kiner 10
    • 18 Fernando Tatis, Jr. 10
    • 19 Eloy Jimenez 10
    • 20 Jose Canseco 10

    Hall of Fame Signatures

    Each Hall of Fame Signature is also available in the following parallels.

    • Holo Silver (serial-numbered to five)
    • Holo Platinum Blue (one-of-one)
    • Printing Plates (set of four for each card)

    • 1 Mike Piazza 10
    • 2 Frank Thomas 10
    • 3 Yogi Berra 10
    • 4 Craig Biggio 10
    • 5 Stan Musial 10
    • 6 Mariano Rivera 10
    • 8 Vladimir Guerrero 10
    • 9 Ken Griffey, Jr. 10
    • 10 Pedro Martinez 10
    • 11 John Smoltz 10
    • 12 Monte Irvin 49
    • 13 Billy Williams 10
    • 14 Wade Boggs 10
    • 15 Al Kaline 10
    • 16 Bob Feller 18
    • 17 Willie McCovey 10
    • 18 Juan Marichal 10
    • 19 Frank Robinson 10
    • 20 Andre Dawson 10

    Player's Weekend Signatures

    Each Player's Weekend Signature is serial-numbered to 99 copies, with a one-of-one Platinum parallel also available.

    • 1 Dennis Santana
    • 2 Ryan O'Hearn
    • 3 Corbin Burnes
    • 4 Jake Cave
    • 5 Dakota Hudson
    • 6 Brad Keller
    • 7 Jeff McNeil
    • 8 David Fletcher
    • 9 Steven Duggar

    Retro Signatures

    Each Retro Signature, EXCEPT card #27, is also available in a one-of-one Platinum parallel.

    • 1 Ken Griffey, Jr. 49
    • 2 Frank Thomas 49
    • 3 Juan Soto 99
    • 4 Max Muncy 49
    • 5 Walker Buehler 49
    • 6 Jose Canseco 49
    • 7 Vladimir Guerrero 25
    • 8 Ronald Acuña, Jr. 99
    • 9 Gleyber Torres 99
    • 11 Willie McGee 25
    • 12 Roger Clemens 25
    • 13 Whit Merrifield 49
    • 14 Joey Votto 25
    • 15 Roger Clemens 25
    • 16 Craig Biggio 25
    • 17 Alex Rodriguez 25
    • 18 Chris Sale 49
    • 19 Ichiro 25
    • 20 Ivan Rodriguez 25
    • 21 Nolan Arenado 49
    • 22 Lou Whitaker 49
    • 23 Bob Gibson 25
    • 26 Ken Griffey, Jr. 25
    • 27 Alex Rodriguez 10
    • 28 Cal Ripken 25
    • 29 George Brett 10
    • 30 Nolan Ryan 25
    • 31 Nolan Ryan 25
    • 32 Nolan Ryan 25
    • 33 Nolan Ryan 25
    • 34 Rickey Henderson 25
    • 35 Alan Trammell 49
    • 36 Shohei Ohtani 99
    • 37 Aaron Judge 99
    • 38 David Ross 25
    • 39 Frank Robinson 25
    • 40 Frank Robinson 25

    Rookie Signatures

    Each Rookie Signature is serial-numbered to 99 copies and, with the exception of card #15, also available in a one-of-one Platinum parallel.

    • 1 Touki Toussaint
    • 2 Michael Kopech
    • 3 Ramon Laureano
    • 4 Ryan O'Hearn
    • 5 Eloy Jimenez
    • 6 Corbin Burnes
    • 7 Kyle Wright
    • 8 Dakota Hudson
    • 9 Danny Jansen
    • 11 Kyle Tucker
    • 12 Jeff McNeil
    • 13 Vladimir Guerrero, Jr.
    • 14 Fernando Tatis, Jr.
    • 15 Christin Stewart
    • 16 Cedric Mullins
    • 17 Justus Sheffield
    • 18 David Fletcher
    • 19 Luis Urias
    • 20 Jake Bauers

    Shadowbox Signatures

    • 2 Pete Alonso 25
    • 3 Chris Paddack 25
    • 4 Yusei Kikuchi 25
    • 5 Jon Duplantier 25
    • 6 Mitch Moreland 25
    • 7 Andres Galarraga 25
    • 8 Kerry Wood 25
    • 9 Scooter Gennett 35
    • 10 Miguel Cabrera 25
    • 11 Vladimir Guerrero 25
    • 12 Rhys Hoskins 25
    • 14 Ozzie Albies 25
    • 15 Rafael Devers 25
    • 16 Ozzie Smith 25
    • 17 Keith Hernandez 25
    • 18 Larry Walker 25
    • 19 Jason Giambi 25
    • 20 Max Muncy 25
    • 22 Whit Merrifield 35
    • 23 Nolan Arenado 25
    • 24 Omar Vizquel 25
    • 25 Patrick Corbin 25
    • 26 Yandy Diaz 35
    • 27 David Bote 25
    • 28 Jose Berrios 25
    • 29 Alex Verdugo 25
    • 30 Juan Soto 25
    • 33 Walker Buehler 25
    • 34 Corey Seager 25
    • 35 Ichiro 5
    • 36 Luis Severino 25
    • 37 Pedro Martinez 15
    • 38 Shohei Ohtani 20
    • 39 George Brett 10
    • 41 Ronald Acuña, Jr. 25
    • 43 Charlie Blackmon 25
    • 44 Mitch Haniger 49
    • 45 Trey Mancini 25
    • 46 Adrian Beltre 25
    • 47 Joey Votto 25
    • 49 Blake Snell 25

    Purple

    Shadowbox Signatures Purple are exclusive to First Off the Line boxes.

    • 2 Pete Alonso 12
    • 3 Chris Paddack 12
    • 4 Yusei Kikuchi 12
    • 6 Mitch Moreland 12
    • 7 Andres Galarraga 12
    • 8 Kerry Wood 5
    • 9 Scooter Gennett 8
    • 10 Miguel Cabrera 5
    • 11 Vladimir Guerrero 12
    • 12 Rhys Hoskins 2
    • 14 Ozzie Albies 9
    • 15 Rafael Devers 12
    • 16 Ozzie Smith 12
    • 17 Keith Hernandez 12
    • 18 Larry Walker 6
    • 20 Max Muncy 2
    • 22 Whit Merrifield 4
    • 23 Nolan Arenado 1
    • 24 Omar Vizquel 1
    • 25 Patrick Corbin 12
    • 26 Yandy Diaz 12
    • 27 David Bote 12
    • 28 Jose Berrios 12
    • 29 Alex Verdugo 12
    • 30 Juan Soto 12
    • 33 Walker Buehler 1
    • 34 Corey Seager 12
    • 35 Ichiro 2
    • 36 Luis Severino 12
    • 37 Pedro Martinez 2
    • 38 Shohei Ohtani 8
    • 39 George Brett 2
    • 41 Ronald Acuña, Jr. 3
    • 43 Charlie Blackmon 12
    • 45 Trey Mancini 1
    • 46 Adrian Beltre 12
    • 47 Joey Votto 2
    • 49 Blake Snell 12

    Holo Gold

    • 2 Pete Alonso 10
    • 3 Chris Paddack 10
    • 4 Yusei Kikuchi 10
    • 6 Mitch Moreland 10
    • 7 Andres Galarraga 10
    • 12 Rhys Hoskins 10
    • 15 Rafael Devers 10
    • 16 Ozzie Smith 10
    • 18 Larry Walker 10
    • 23 Nolan Arenado 10
    • 27 David Bote 10
    • 28 Jose Berrios 10
    • 29 Alex Verdugo 10
    • 30 Juan Soto 10
    • 34 Corey Seager 10
    • 35 Ichiro 3
    • 36 Luis Severino 10
    • 39 George Brett 5
    • 41 Ronald Acuña, Jr. 10
    • 43 Charlie Blackmon 10
    • 46 Adrian Beltre 10
    • 49 Blake Snell 10

    Holo Silver

    • 2 Pete Alonso 5
    • 3 Chris Paddack 5
    • 4 Yusei Kikuchi 5
    • 6 Mitch Moreland 5
    • 9 Scooter Gennett 5
    • 10 Miguel Cabrera 5
    • 11 Vladimir Guerrero 5
    • 12 Rhys Hoskins 5
    • 14 Ozzie Albies 5
    • 15 Rafael Devers 5
    • 16 Ozzie Smith 5
    • 18 Larry Walker 3
    • 22 Whit Merrifield 5
    • 25 Patrick Corbin 5
    • 26 Yandy Diaz 5
    • 27 David Bote 5
    • 28 Jose Berrios 5
    • 29 Alex Verdugo 5
    • 30 Juan Soto 5
    • 34 Corey Seager 5
    • 36 Luis Severino 5
    • 37 Pedro Martinez 2
    • 39 George Brett 3
    • 41 Ronald Acuña, Jr. 5
    • 43 Charlie Blackmon 5
    • 46 Adrian Beltre 5
    • 49 Blake Snell 5

    Holo Platinum

    Each Shadowbox Signatures Holo Platinum is a one-of-one.

    • 2 Pete Alonso
    • 3 Chris Paddack
    • 4 Yusei Kikuchi
    • 5 Jon Duplantier
    • 6 Mitch Moreland
    • 7 Andres Galarraga
    • 8 Kerry Wood
    • 9 Scooter Gennett
    • 10 Miguel Cabrera
    • 11 Vladimir Guerrero
    • 12 Rhys Hoskins
    • 14 Ozzie Albies
    • 15 Rafael Devers
    • 16 Ozzie Smith
    • 17 Keith Hernandez
    • 18 Larry Walker
    • 20 Max Muncy
    • 22 Whit Merrifield
    • 25 Patrick Corbin
    • 26 Yandy Diaz
    • 27 David Bote
    • 28 Jose Berrios
    • 29 Alex Verdugo
    • 30 Juan Soto
    • 34 Corey Seager
    • 35 Ichiro
    • 36 Luis Severino
    • 37 Pedro Martinez
    • 38 Shohei Ohtani
    • 39 George Brett
    • 41 Ronald Acuña, Jr.
    • 44 Mitch Haniger
    • 45 Trey Mancini
    • 46 Adrian Beltre
    • 47 Joey Votto
    • 49 Blake Snell

    Signatures

    Each Signature is also available in the following parallels.

    • Holo Silver (see below)
    • Holo Platinum Blue (one-of-one)
    • Printing Plates (set of four for each card)

    • 1 Addison Russell 10
    • 2 Charlie Blackmon 49
    • 3 Edwin Encarnacion 10
    • 4 Kyle Schwarber 10
    • 5 Max Muncy 99
    • 6 Odubel Herrera 99
    • 7 Paul Goldschmidt 10
    • 8 Ronald Acuña, Jr. 10
    • 9 Shane Bieber 34
    • 10 Trevor Story 99
    • 11 Walker Buehler 99
    • 12 Adrian Beltre 10
    • 13 Alex Verdugo 99
    • 14 Chris Sale 25
    • 15 Cody Bellinger 10
    • 16 Aaron Judge 10
    • 17 Shohei Ohtani 10
    • 18 Dansby Swanson 49
    • 19 Gary Sanchez 10
    • 20 J.T. Realmuto 99
    • 21 Jose Abreu 10
    • 22 Orlando Hernandez 25
    • 23 Lou Whitaker 10
    • 24 Ozzie Guillen 99
    • 25 Goose Gossage 99
    • 26 Jim Rice 99
    • 27 Kerry Wood 99
    • 28 Omar Vizquel 99
    • 29 Ted Simmons 25
    • 30 Tom Glavine 10
    • 31 Mark McGwire 10
    • 32 Andres Galarraga 99
    • 33 Dale Murphy 10
    • 34 Rickey Henderson 10
    • 35 Xander Bogaerts 10
    • 36 Mitch Haniger 99
    • 37 Masahiro Tanaka 10
    • 40 Joe Carter 10

    Holo Silver

    NOTES

    • Each Holo Silver card is serial-numbered to five.
    • Cards #38 and #39 are not available in the base set and are serial-numbered to three in the Holo Silver parallel.

    • 1 Addison Russell 5
    • 2 Charlie Blackmon 5
    • 3 Edwin Encarnacion 5
    • 4 Kyle Schwarber 5
    • 5 Max Muncy 5
    • 6 Odubel Herrera 5
    • 7 Paul Goldschmidt 5
    • 8 Ronald Acuña, Jr. 5
    • 9 Shane Bieber 5
    • 10 Trevor Story 5
    • 11 Walker Buehler 5
    • 12 Adrian Beltre 5
    • 13 Alex Verdugo 5
    • 14 Chris Sale 5
    • 15 Cody Bellinger 5
    • 16 Aaron Judge 5
    • 17 Shohei Ohtani 5
    • 18 Dansby Swanson 5
    • 19 Gary Sanchez 5
    • 20 J.T. Realmuto 5
    • 21 Jose Abreu 5
    • 22 Orlando Hernandez 5
    • 23 Lou Whitaker 5
    • 24 Ozzie Guillen 5
    • 25 Goose Gossage 5
    • 26 Jim Rice 5
    • 27 Kerry Wood 5
    • 28 Omar Vizquel 5
    • 29 Ted Simmons 5
    • 30 Tom Glavine 5
    • 31 Mark McGwire 5
    • 32 Andres Galarraga 5
    • 33 Dale Murphy 5
    • 34 Rickey Henderson 5
    • 35 Xander Bogaerts 5
    • 36 Mitch Haniger 5
    • 37 Masahiro Tanaka 5
    • 38 Ichiro 3
    • 39 George Brett 3
    • 40 Joe Carter 5

    Social Signatures

    Each Social Signature is serial-numbered to 99 copies and also available in a one-of-one Platinum parallel.

    • 1 Vladimir Guerrero, Jr.
    • 2 Eloy Jimenez
    • 3 Kyle Tucker
    • 4 Michael Kopech
    • 5 Fernando Tatis, Jr.
    • 6 Bo Bichette
    • 8 Justus Sheffield
    • 10 Jonathan Loaisiga
    • 11 Kyle Wright
    • 12 Garrett Hampson
    • 13 Christin Stewart
    • 14 Kevin Newman
    • 15 Kevin Kramer
    • 16 Dakota Hudson
    • 17 Keston Hiura
    • 18 Jo Adell
    • 19 Cavan Biggio
    • 20 Leody Taveras

    Treasured Signatures

    Each Treasured Signature is also available in a one-of-one Platinum parallel.

    • 1 Rod Carew 25
    • 2 Reggie Jackson 25
    • 3 Rickey Henderson 25
    • 4 Ken Griffey, Jr. 49
    • 5 Pedro Martinez 25
    • 7 Clayton Kershaw 49
    • 8 Cal Ripken 25
    • 9 George Brett 25
    • 10 Alan Trammell 49

    Dual Signatures

    Each Dual Signature is also available in the following parallels.

    • Holo Silver (see below)
    • Holo Platinum Blue (one-of-one)
    • Printing Plates (set of four for each card)

    • 1 Ted Simmons / Willie McGee 10
    • 2 Alan Trammell / Lou Whitaker 10
    • 3 Andre Dawson / Vladimir Guerrero 10
    • 4 Carlton Fisk / Jim Rice 10
    • 5 Craig Biggio / Jeff Bagwell 10
    • 6 Andres Galarraga / Larry Walker 10
    • 7 Rod Carew / Wade Boggs 10
    • 8 Clayton Kershaw / Don Sutton 10
    • 9 Brooks Robinson / Frank Robinson 10
    • 10 Anthony Rizzo / Freddie Freeman 10
    • 11 Fernando Tatis, Jr. / Manny Machado 10
    • 12 Marcell Ozuna / Paul Goldschmidt 10
    • 13 Joey Votto / Tony Perez 10
    • 14 Keith Hernandez / Pete Alonso 10
    • 15 Austin Riley / Ronald Acuna, Jr. 10
    • 16 CC Sabathia / Mariano Rivera 5
    • 17 George Brett / Rickey Henderson 5
    • 18 Cody Bellinger / Duke Snider 5
    • 19 Nolan Ryan / Roger Clemens 5
    • 20 Mark McGwire / Rickey Henderson 5

    Holo Silver

    • 1 Ted Simmons / Willie McGee 5
    • 2 Alan Trammell / Lou Whitaker 5
    • 3 Andre Dawson / Vladimir Guerrero 5
    • 4 Carlton Fisk / Jim Rice 5
    • 5 Craig Biggio / Jeff Bagwell 5
    • 6 Andres Galarraga / Larry Walker 5
    • 7 Rod Carew / Wade Boggs 5
    • 8 Clayton Kershaw / Don Sutton 5
    • 9 Brooks Robinson / Frank Robinson 5
    • 10 Anthony Rizzo / Freddie Freeman 5
    • 11 Fernando Tatis, Jr. / Manny Machado 5
    • 12 Marcell Ozuna / Paul Goldschmidt 5
    • 13 Joey Votto / Tony Perez 5
    • 14 Keith Hernandez / Pete Alonso 5
    • 15 Austin Riley / Ronald Acuna, Jr. 5
    • 16 CC Sabathia / Mariano Rivera 3
    • 17 George Brett / Rickey Henderson 3
    • 18 Cody Bellinger / Duke Snider 3
    • 19 Nolan Ryan / Roger Clemens 3
    • 20 Mark McGwire / Rickey Henderson 3

    Decades Booklet Autographs

    Each Decades Booklet is also available in the following parallels.

    • holo Gold (see below)
    • Holo Platinum Blue (one-of-one)

    • 1 Dennis Eckersley / Larry Walker / Lou Whitaker / Ozzie Smith / Tom Glavine / Willie McGee 10
    • 2 Freddie Freeman / Jim Palmer / Manny Machado / Nolan Arenado / Phil Niekro / Rod Carew 5
    • 3 Al Kaline / Brooks Robinson / Pete Rose / Stan Musial / Whitey Ford / Yogi Berra 5
    • 4 Anthony Rizzo / Cody Bellinger / Craig Biggio / Ivan Rodriguez / Jacob deGrom / Tom Glavine 5
    • 5 Carlton Fisk / Don Mattingly / Nolan Ryan / Pete Rose / Robin Yount / Wade Boggs 5
    • 6 Andres Galarraga / Joey Votto / Jose Ramirez / Mark Grace / Roberto Alomar / Trevor Story 25
    • 7 Bob Gibson / Chris Sale / Corey Kluber / Jim Bunning / Juan Marichal / Luis Severino 5
    • 8 Dale Murphy / Darryl Strawberry / Don Mattingly / Eddie Murray / Rickey Henderson / Ryne Sandberg 5

    Holo Gold

    • 1 Dennis Eckersley / Larry Walker / Lou Whitaker / Ozzie Smith / Tom Glavine / Willie McGee 5
    • 2 Freddie Freeman / Jim Palmer / Manny Machado / Nolan Arenado / Phil Niekro / Rod Carew 3
    • 3 Al Kaline / Brooks Robinson / Pete Rose / Stan Musial / Whitey Ford / Yogi Berra 3
    • 4 Anthony Rizzo / Cody Bellinger / Craig Biggio / Ivan Rodriguez / Jacob deGrom / Tom Glavine 3
    • 5 Carlton Fisk / Don Mattingly / Nolan Ryan / Pete Rose / Robin Yount / Wade Boggs 3
    • 6 Andres Galarraga / Joey Votto / Jose Ramirez / Mark Grace / Roberto Alomar / Trevor Story 5
    • 7 Bob Gibson / Chris Sale / Corey Kluber / Jim Bunning / Juan Marichal / Luis Severino 3
    • 8 Dale Murphy / Darryl Strawberry / Don Mattingly / Eddie Murray / Rickey Henderson / Ryne Sandberg 3

    12-Signature Booklet

    Both 12-Signature Booklets are serial-numbered to 25 copies and also available in the following parallels.

    • Holo Silver (serial-numbered to ten)
    • Holo Platinum Blue (one-of-one)

      Autographed Game-Used

      Game Gear Materials Signatures

      Each Game Gear Materials Signatures is also available in the following parallels.

      • Holo Gold (serial-numbered to 25 copies)
      • Holo Silver (serial-numbered to five)
      • Holo Platinum Blue (one-of-one)
      • Printing Plates (set of four for each card)

      NOTES

      • Card #16 is not available in the Holo Silver, Holo Platinum Blue, and Printing Plates parallels.
      • Card #17 is not available in the base set.

      • 1 Vladimir Guerrero, Jr. 49
      • 2 Eloy Jimenez 49
      • 3 Fernando Tatis, Jr. 49
      • 4 Pete Alonso 99
      • 6 Kyle Tucker 49
      • 8 Justus Sheffield 99
      • 9 Christin Stewart 49
      • 10 Ramon Laureano 99
      • 11 Michael Kopech 99
      • 13 Jonathan Loaisiga 99
      • 14 Luis Ortiz 99
      • 15 Kevin Newman 99
      • 16 Jon Duplantier 99
      • 18 Bryan Reynolds 99
      • 19 Michael Chavis 99
      • 21 Austin Riley 49
      • 22 Keston Hiura 99
      • 24 Nathaniel Lowe 99

      • 17 Chris Paddack 25

      Duals

      Each Game Gear Materials Signatures Duals is also available in the following parallels.

      • Holo Gold (serial-numbered to 25 copies)
      • Holo Silver (serial-numbered to five)
      • Holo Platinum Blue (one-of-one)
      • Printing Plates (set of four for each card)

      NOTES

      • Card #16 only available in the base set.
      • Card #17 is not available in the Holo Gold or Holo Silver parallels.

      • 1 Vladimir Guerrero, Jr. 25
      • 2 Eloy Jimenez 25
      • 3 Fernando Tatis, Jr. 49
      • 4 Pete Alonso 99
      • 6 Kyle Tucker 25
      • 8 Justus Sheffield 99
      • 9 Christin Stewart 25
      • 10 Ramon Laureano 99
      • 11 Michael Kopech 99
      • 13 Jonathan Loaisiga 99
      • 14 Luis Ortiz 99
      • 15 Kevin Newman 99
      • 16 Jon Duplantier 99
      • 17 Chris Paddack 99
      • 18 Bryan Reynolds 99
      • 19 Michael Chavis 99
      • 21 Austin Riley 25
      • 22 Keston Hiura 99
      • 24 Nathaniel Lowe 99

      Trios

      Each Game Gear Materials Signatures Trios is also available in the following parallels.

      • Holo Gold (serial-numbered to 25 copies)
      • Holo Silver (serial-numbered to five)
      • Holo Platinum Blue (one-of-one)
      • Printing Plates (set of four for each card)

      NOTES

      • Card #16 only available in the base set.
      • Card #17 is not available in the Holo Gold or Holo Silver parallels.

      • 1 Vladimir Guerrero, Jr. 25
      • 2 Eloy Jimenez 25
      • 3 Fernando Tatis, Jr. 49
      • 4 Pete Alonso 99
      • 6 Kyle Tucker 25
      • 8 Justus Sheffield 99
      • 9 Christin Stewart 25
      • 10 Ramon Laureano 99
      • 11 Michael Kopech 99
      • 13 Jonathan Loaisiga 99
      • 14 Luis Ortiz 99
      • 15 Kevin Newman 99
      • 16 Jon Duplantier 99
      • 17 Chris Paddack 99
      • 18 Bryan Reynolds 99
      • 19 Michael Chavis 99
      • 21 Austin Riley 25
      • 22 Keston Hiura 99
      • 24 Nathaniel Lowe 99

      Rookie Signature Names

      Each Rookie Signature Names is serial-numbered to 99 copies and also available in the following parallels.

      • Gold (serial-numbered to 49 copies)
      • Holo Gold (serial-numbered to 25 copies)
      • Holo Silver (serial-numbered to ten)
      • Holo Platinum Blue (one-of-one)
      • Tag (one-of-one)

      • 1 Kyle Tucker
      • 2 Patrick Wisdom
      • 3 Jeff McNeil
      • 4 Vladimir Guerrero, Jr.
      • 5 Cionel Perez
      • 6 Kolby Allard
      • 7 Stephen Gonsalves
      • 8 Brandon Lowe
      • 9 Eloy Jimenez
      • 10 Fernando Tatis, Jr.
      • 11 Sean Reid-Foley
      • 12 Jonathan Davis
      • 13 Ryan Borucki
      • 14 Christin Stewart
      • 15 Cedric Mullins
      • 16 Justus Sheffield
      • 17 Caleb Ferguson
      • 18 Jacob Nix
      • 19 Daniel Ponce de Leon
      • 20 Josh James
      • 21 David Fletcher
      • 22 Steven Duggar
      • 23 Rowdy Tellez
      • 24 Luis Urias
      • 25 Jake Bauers

      Rookie Silhouette Signatures

      Each Rookie Silhouette Signature is serial-numbered to 25 copies and also available in the following parallels.

      • Gold (serial-numbered to 15 copies)
      • Purple (serial-numbered to 12 copies; exclusive to First Off The Line boxes)
      • Silver (serial-numbered to ten)
      • Platinum Blue (one-of-one)

      NOTES

      • Card #11 is serial-numbered to ten, with the Gold, Purple, and Silver parallels numbered to seven, six, and five, respectively.
      • Card #18 is not available in the Purple parallel.
      • Card #20 is not available in the Gold, Purple, or Silver parallels.

      • 1 Yusei Kikuchi
      • 2 Ramon Laureano
      • 3 Ryan O'Hearn
      • 4 Eloy Jimenez
      • 5 Corbin Burnes
      • 6 Kyle Wright
      • 7 Dakota Hudson
      • 9 Brad Keller
      • 10 Kyle Tucker
      • 11 Jeff McNeil
      • 12 Vladimir Guerrero, Jr.
      • 13 Brandon Lowe
      • 14 Fernando Tatis, Jr.
      • 16 Cedric Mullins
      • 17 Justus Sheffield
      • 18 Luis Urias
      • 19 Jake Bauers
      • 20 Jon Duplantier
      • 21 Chris Paddack
      • 22 Pete Alonso
      • 23 Michael Chavis
      • 24 Cole Tucker
      • 25 Bryan Reynolds

      Rookie Triple Material Ink

      Each Rookie Material Triple Ink is serial-numbered to 99 copies and also available in the following parallels.

      • Gold (serial-numbered to 49 copies)
      • Holo Gold (serial-numbered to 25 copies)
      • Holo Silver (serial-numbered to ten)
      • Holo Platinum Blue (one-of-one)
      • Tag (one-of-one)
      • Printing Plates (set of four for each card)

      • 1 Bryse Wilson
      • 2 Touki Toussaint
      • 3 Michael Kopech
      • 4 Ramon Laureano
      • 5 Garrett Hampson
      • 6 Dennis Santana
      • 7 Ryan O'Hearn
      • 8 Jonathan Loaisiga
      • 9 Eloy Jimenez
      • 10 Reese McGuire
      • 11 Corbin Burnes
      • 12 Jake Cave
      • 13 Luis Ortiz
      • 14 Kyle Wright
      • 15 Chris Shaw
      • 16 Kevin Kramer
      • 17 Framber Valdez
      • 18 Dakota Hudson
      • 19 Kevin Newman
      • 20 Danny Jansen
      • 21 Vladimir Guerrero, Jr.
      • 22 Chance Adams
      • 23 Enyel De Los Santos
      • 24 Taylor Ward

      Treasured Material Signatures

      Each Treasured Material Signatures is also available in the following parallels.

      • 1 Corey Kluber 25
      • 2 Kerry Wood 25
      • 3 Ronald Acuña, Jr. 25
      • 4 Whit Merrifield 35
      • 5 Yoshihisa Hirano 25
      • 6 J.T. Realmuto 25
      • 7 Rhys Hoskins 25
      • 8 Jordan Hicks 49
      • 9 Keith Hernandez 25
      • 10 Nolan Arenado 25
      • 12 Mariano Rivera 15
      • 15 Andres Galarraga 25
      • 16 Omar Vizquel 25
      • 17 Aaron Judge 10
      • 18 Xander Bogaerts 25
      • 19 Cal Ripken 10
      • 20 Rickey Henderson 10
      • 21 Francisco Lindor 25
      • 22 Darryl Strawberry 25
      • 23 Jose Abreu 25
      • 24 Carlton Fisk 25
      • 25 Bob Gibson 10
      • 26 George Brett 10
      • 27 David Wright 49
      • 28 Max Muncy 25
      • 29 Andrew McCutchen 5
      • 30 Charlie Blackmon 25
      • 31 Reggie Jackson 49
      • 33 Larry Walker 25
      • 34 Mitch Moreland 25
      • 35 Vladimir Guerrero 25
      • 36 Yadier Molina 49
      • 37 Brooks Robinson 15
      • 38 Mitch Haniger 25
      • 39 David Bote 25
      • 40 Jose Ramirez 25
      • 43 Joe Carter 25
      • 44 Gleyber Torres 25
      • 45 Dennis Eckersley 25
      • 46 Rod Carew 25
      • 48 Roger Clemens 10
      • 49 Jose Berrios 25
      • 50 Nomar Mazara 25
      • 51 Jason Giambi 20
      • 52 Pedro Martinez 10
      • 53 John Smoltz 25
      • 54 Shohei Ohtani 15
      • 55 Chris Sale 25
      • 56 Scooter Gennett 49
      • 57 Tom Glavine 25
      • 59 Craig Biggio 20
      • 60 Fergie Jenkins 25
      • 61 Miguel Cabrera 20
      • 62 Clayton Kershaw 15
      • 63 Alex Wood 49
      • 64 Charles Johnson 25
      • 66 Ken Griffey, Jr. 15
      • 67 Trey Mancini 25
      • 68 Ozzie Albies 25
      • 70 Yandy Diaz 49
      • 71 Adrian Beltre 25
      • 72 Mike Soroka 49
      • 73 Rafael Devers 25
      • 75 Walker Buehler 25
      • 76 Joey Votto 25
      • 77 Dale Murphy 20

      Gold

      • 1 Corey Kluber 15
      • 3 Ronald Acuña, Jr. 10
      • 5 Yoshihisa Hirano 10
      • 8 Jordan Hicks 25
      • 9 Keith Hernandez 10
      • 10 Nolan Arenado 15
      • 16 Omar Vizquel 15
      • 17 Aaron Judge 5
      • 19 Cal Ripken 5
      • 20 Rickey Henderson 5
      • 21 Francisco Lindor 10
      • 23 Jose Abreu 10
      • 24 Carlton Fisk 10
      • 26 George Brett 5
      • 27 David Wright 25
      • 30 Charlie Blackmon 10
      • 34 Mitch Moreland 15
      • 37 Brooks Robinson 10
      • 38 Mitch Haniger 15
      • 39 David Bote 10
      • 40 Jose Ramirez 15
      • 43 Joe Carter 10
      • 44 Gleyber Torres 10
      • 45 Dennis Eckersley 10
      • 46 Rod Carew 10
      • 48 Roger Clemens 5
      • 49 Jose Berrios 10
      • 50 Nomar Mazara 10
      • 51 Jason Giambi 10
      • 52 Pedro Martinez 5
      • 53 John Smoltz 10
      • 54 Shohei Ohtani 5
      • 55 Chris Sale 10
      • 56 Scooter Gennett 25
      • 57 Tom Glavine 10
      • 59 Craig Biggio 10
      • 60 Fergie Jenkins 10
      • 62 Clayton Kershaw 10
      • 63 Alex Wood 25
      • 64 Charles Johnson 9
      • 68 Ozzie Albies 15
      • 71 Adrian Beltre 10
      • 72 Mike Soroka 25
      • 73 Rafael Devers 15
      • 76 Joey Votto 10
      • 77 Dale Murphy 10

      Holo Gold

      • 1 Corey Kluber 10
      • 2 Kerry Wood 5
      • 3 Ronald Acuña, Jr. 5
      • 4 Whit Merrifield 5
      • 5 Yoshihisa Hirano 5
      • 7 Rhys Hoskins 5
      • 8 Jordan Hicks 10
      • 11 Albert Pujols 5
      • 12 Mariano Rivera 3
      • 15 Andres Galarraga 15
      • 16 Omar Vizquel 10
      • 17 Aaron Judge 3
      • 18 Xander Bogaerts 5
      • 19 Cal Ripken 3
      • 20 Rickey Henderson 3
      • 24 Carlton Fisk 5
      • 26 George Brett 3
      • 27 David Wright 10
      • 30 Charlie Blackmon 5
      • 33 Larry Walker 5
      • 34 Mitch Moreland 10
      • 36 Yadier Molina 5
      • 39 David Bote 5
      • 43 Joe Carter 5
      • 44 Gleyber Torres 7
      • 46 Rod Carew 5
      • 48 Roger Clemens 3
      • 49 Jose Berrios 5
      • 51 Jason Giambi 5
      • 52 Pedro Martinez 3
      • 53 John Smoltz 5
      • 55 Chris Sale 5
      • 57 Tom Glavine 5
      • 59 Craig Biggio 5
      • 60 Fergie Jenkins 5
      • 61 Miguel Cabrera 10
      • 62 Clayton Kershaw 5
      • 63 Alex Wood 15
      • 66 Ken Griffey, Jr. 5
      • 68 Ozzie Albies 10
      • 70 Yandy Diaz 5
      • 71 Adrian Beltre 5
      • 72 Mike Soroka 10
      • 73 Rafael Devers 10
      • 75 Walker Buehler 5
      • 76 Joey Votto 5
      • 77 Dale Murphy 5

      Holo Silver

      • 1 Corey Kluber 5
      • 2 Kerry Wood 3
      • 3 Ronald Acuña, Jr. 3
      • 4 Whit Merrifield 3
      • 5 Yoshihisa Hirano 3
      • 7 Rhys Hoskins 3
      • 8 Jordan Hicks 5
      • 10 Nolan Arenado 2
      • 11 Albert Pujols 3
      • 16 Omar Vizquel 5
      • 23 Jose Abreu 2
      • 24 Carlton Fisk 3
      • 27 David Wright 5
      • 28 Max Muncy 3
      • 30 Charlie Blackmon 3
      • 33 Larry Walker 3
      • 34 Mitch Moreland 5
      • 35 Vladimir Guerrero 5
      • 36 Yadier Molina 3
      • 38 Mitch Haniger 3
      • 39 David Bote 3
      • 44 Gleyber Torres 5
      • 46 Rod Carew 3
      • 49 Jose Berrios 3
      • 50 Nomar Mazara 2
      • 51 Jason Giambi 3
      • 53 John Smoltz 3
      • 55 Chris Sale 3
      • 56 Scooter Gennett 5
      • 57 Tom Glavine 3
      • 59 Craig Biggio 3
      • 60 Fergie Jenkins 3
      • 61 Miguel Cabrera 5
      • 62 Clayton Kershaw 3
      • 63 Alex Wood 5
      • 64 Charles Johnson 3
      • 66 Ken Griffey, Jr. 3
      • 68 Ozzie Albies 5
      • 70 Yandy Diaz 3
      • 71 Adrian Beltre 3
      • 72 Mike Soroka 5
      • 73 Rafael Devers 5
      • 76 Joey Votto 3
      • 77 Dale Murphy 3

      Holo Platinum Blue

      Each Treasured Material Signatures Holo Platinum Blue is a one-of-one.

      • 1 Corey Kluber
      • 2 Kerry Wood
      • 3 Ronald Acuña, Jr.
      • 4 Whit Merrifield
      • 5 Yoshihisa Hirano
      • 6 J.T. Realmuto
      • 7 Rhys Hoskins
      • 8 Jordan Hicks
      • 9 Keith Hernandez
      • 10 Nolan Arenado
      • 12 Mariano Rivera
      • 15 Andres Galarraga
      • 16 Omar Vizquel
      • 17 Aaron Judge
      • 18 Xander Bogaerts
      • 19 Cal Ripken
      • 20 Rickey Henderson
      • 21 Francisco Lindor
      • 22 Darryl Strawberry
      • 23 Jose Abreu
      • 24 Carlton Fisk
      • 25 Bob Gibson
      • 26 George Brett
      • 27 David Wright
      • 28 Max Muncy
      • 31 Reggie Jackson
      • 33 Larry Walker
      • 34 Mitch Moreland
      • 35 Vladimir Guerrero
      • 36 Yadier Molina
      • 37 Brooks Robinson
      • 38 Mitch Haniger
      • 39 David Bote
      • 40 Jose Ramirez
      • 44 Gleyber Torres
      • 45 Dennis Eckersley
      • 46 Rod Carew
      • 48 Roger Clemens
      • 49 Jose Berrios
      • 50 Nomar Mazara
      • 51 Jason Giambi
      • 52 Pedro Martinez
      • 53 John Smoltz
      • 54 Shohei Ohtani
      • 55 Chris Sale
      • 56 Scooter Gennett
      • 57 Tom Glavine
      • 59 Craig Biggio
      • 60 Fergie Jenkins
      • 61 Miguel Cabrera
      • 62 Clayton Kershaw
      • 63 Alex Wood
      • 66 Ken Griffey, Jr.
      • 67 Trey Mancini
      • 68 Ozzie Albies
      • 70 Yandy Diaz
      • 71 Adrian Beltre
      • 72 Mike Soroka
      • 73 Rafael Devers
      • 75 Walker Buehler
      • 76 Joey Votto
      • 77 Dale Murphy

      Brand Logo

      Each Treasured Material Signatures Brand Logo is a one-of-one.

      • 1 Corey Kluber
      • 2 Kerry Wood
      • 3 Ronald Acuña, Jr.
      • 5 Yoshihisa Hirano
      • 7 Rhys Hoskins
      • 8 Jordan Hicks
      • 20 Rickey Henderson
      • 22 Darryl Strawberry
      • 28 Max Muncy
      • 33 Larry Walker
      • 34 Mitch Moreland
      • 35 Vladimir Guerrero
      • 38 Mitch Haniger
      • 39 David Bote
      • 40 Jose Ramirez
      • 44 Gleyber Torres
      • 48 Roger Clemens
      • 49 Jose Berrios
      • 51 Jason Giambi
      • 52 Pedro Martinez
      • 54 Shohei Ohtani
      • 57 Tom Glavine
      • 59 Craig Biggio
      • 60 Fergie Jenkins
      • 61 Miguel Cabrera
      • 63 Alex Wood
      • 66 Ken Griffey, Jr.
      • 68 Ozzie Albies
      • 70 Yandy Diaz
      • 71 Adrian Beltre
      • 72 Mike Soroka
      • 73 Rafael Devers
      • 75 Walker Buehler

      Tag

      Each Treasured Material Signatures Tag is a one-of-one.

      • 1 Corey Kluber
      • 2 Kerry Wood
      • 3 Ronald Acuña, Jr.
      • 5 Yoshihisa Hirano
      • 6 J.T. Realmuto
      • 7 Rhys Hoskins
      • 8 Jordan Hicks
      • 10 Nolan Arenado
      • 11 Albert Pujols
      • 12 Mariano Rivera
      • 14 Willy Adames
      • 16 Omar Vizquel
      • 18 Xander Bogaerts
      • 20 Rickey Henderson
      • 22 Darryl Strawberry
      • 23 Jose Abreu
      • 24 Carlton Fisk
      • 27 David Wright
      • 28 Max Muncy
      • 31 Reggie Jackson
      • 34 Mitch Moreland
      • 35 Vladimir Guerrero
      • 37 Brooks Robinson
      • 39 David Bote
      • 40 Jose Ramirez
      • 44 Gleyber Torres
      • 45 Dennis Eckersley
      • 48 Roger Clemens
      • 49 Jose Berrios
      • 51 Jason Giambi
      • 52 Pedro Martinez
      • 53 John Smoltz
      • 54 Shohei Ohtani
      • 55 Chris Sale
      • 56 Scooter Gennett
      • 57 Tom Glavine
      • 59 Craig Biggio
      • 60 Fergie Jenkins
      • 61 Miguel Cabrera
      • 62 Clayton Kershaw
      • 63 Alex Wood
      • 66 Ken Griffey, Jr.
      • 67 Trey Mancini
      • 68 Ozzie Albies
      • 70 Yandy Diaz
      • 71 Adrian Beltre
      • 72 Mike Soroka
      • 73 Rafael Devers
      • 77 Dale Murphy

      Printing Plates

      A set of four Printing Plates are available for each Treasured Materials Signature cards listed below.

      • 1 Corey Kluber
      • 2 Kerry Wood
      • 3 Ronald Acuña, Jr.
      • 4 Whit Merrifield
      • 5 Yoshihisa Hirano
      • 6 J.T. Realmuto
      • 7 Rhys Hoskins
      • 8 Jordan Hicks
      • 9 Keith Hernandez
      • 12 Mariano Rivera
      • 15 Andres Galarraga
      • 16 Omar Vizquel
      • 17 Aaron Judge
      • 18 Xander Bogaerts
      • 19 Cal Ripken
      • 20 Rickey Henderson
      • 21 Francisco Lindor
      • 22 Darryl Strawberry
      • 23 Jose Abreu
      • 24 Carlton Fisk
      • 25 Bob Gibson
      • 26 George Brett
      • 27 David Wright
      • 28 Max Muncy
      • 33 Larry Walker
      • 34 Mitch Moreland
      • 35 Vladimir Guerrero
      • 36 Yadier Molina
      • 37 Brooks Robinson
      • 39 David Bote
      • 40 Jose Ramirez
      • 44 Gleyber Torres
      • 46 Rod Carew
      • 48 Roger Clemens
      • 49 Jose Berrios
      • 51 Jason Giambi
      • 52 Pedro Martinez
      • 53 John Smoltz
      • 54 Shohei Ohtani
      • 55 Chris Sale
      • 56 Scooter Gennett
      • 57 Tom Glavine
      • 59 Craig Biggio
      • 60 Fergie Jenkins
      • 61 Miguel Cabrera
      • 62 Clayton Kershaw
      • 63 Alex Wood
      • 66 Ken Griffey, Jr.
      • 67 Trey Mancini
      • 68 Ozzie Albies
      • 70 Yandy Diaz
      • 71 Adrian Beltre
      • 72 Mike Soroka
      • 73 Rafael Devers
      • 75 Walker Buehler
      • 76 Joey Votto
      • 77 Dale Murphy

      Rookie Signature Jumbo Material Booklet

      Each Rookie Signature Jumbo Material Booklet is serial-numbered to 99 copies and also available in the following parallels.

      • Holo Gold (serial-numbered to ten)
      • Holo Platinum Blue (one-of-one)

      NOTE: Card #15 is not available in the base set.

      • 1 Michael Kopech
      • 2 Ramon Laureano
      • 3 Ryan O'Hearn
      • 4 Eloy Jimenez
      • 5 Corbin Burnes
      • 6 Kyle Wright
      • 7 Nick Senzel
      • 8 Kyle Tucker
      • 9 Jeff McNeil
      • 10 Vladimir Guerrero, Jr.
      • 11 Fernando Tatis, Jr.
      • 12 Christin Stewart
      • 13 Cedric Mullins
      • 14 Justus Sheffield
      • 15 Luis Urias
      • 16 Jake Bauers

      Signature Jumbo Material Booklet

      Each Signature Jumbo Material Booklet is also available in the following parallels.

      • Holo Gold (serial-numbered to ten)
      • Holo Platinum Blue (one-of-one)

      NOTE: Card #10 in the Holo Gold parallel is seiral-numbered to three.

      • 1 Shohei Ohtani 25
      • 2 Aaron Judge 49
      • 3 Ken Griffey, Jr. 15
      • 4 Forrest Whitley 99
      • 5 Kyle Lewis 99
      • 6 Cal Ripken 15
      • 7 George Brett 15
      • 8 Wander Franco 99
      • 10 Nolan Ryan 25

      Debut Materials Signature Booklet

        Holo Gold

          Holo Platinum Blue

            Dual Materials Signature Booklet

            Each Dual Materials Signature Booklet is also available in the following parallels.

            • Holo Gold (see below)
            • Holo Platinum Blue (one-of-one; see below)

            • 2 Adrian Beltre / Nolan Arenado 49
            • 3 Whitey Ford / Yogi Berra 5
            • 4 Rhys Hoskins / Trey Mancini 99
            • 5 Miguel Andujar / Ronald Acuna, Jr. 99
            • 6 Clayton Kershaw / Cody Bellinger 10
            • 7 Marcell Ozuna / Paul Goldschmidt 49
            • 8 Francisco Lindor / Jose Ramirez 49
            • 10 Johnny Bench / Pete Rose 10

            Holo Gold

            NOTE: Card #9 is not available in the base set, only the parallels.

            • 2 Adrian Beltre / Nolan Arenado 25
            • 3 Whitey Ford / Yogi Berra 3
            • 5 Miguel Andujar / Ronald Acuna, Jr. 25
            • 8 Francisco Lindor / Jose Ramirez 10
            • 9 Victor Victor Mesa / Wander Franco 25
            • 10 Johnny Bench / Pete Rose 5

            Holo Platinum Blue

            Each Dual Materials Signature Booklet is a one-of-one.

            • 2 Adrian Beltre / Nolan Arenado
            • 3 Whitey Ford / Yogi Berra
            • 8 Francisco Lindor / Jose Ramirez
            • 9 Victor Victor Mesa / Wander Franco
            • 10 Johnny Bench / Pete Rose

            Six Pack Material Signatures Booklet

            Each Six Pack Materials Signature Booklet is serial-numbered to 99 copies and also available in the following parallels.

            • Holo Gold (serial-numbered to ten)
            • Holo Platinum Blue (one-of-one)

            NOTE: Card #10 is not available in the base set.

            • 1 Michael Kopech
            • 2 Ryan O'Hearn
            • 3 Eloy Jimenez
            • 5 Kyle Tucker
            • 6 Jeff McNeil
            • 7 Vladimir Guerrero, Jr.
            • 8 Fernando Tatis, Jr.
            • 9 Justus Sheffield
            • 10 Luis Urias

            Cut Signature Booklets

            Each Cut Signature Booklet is also available in the following parallels.

            • Names (see below)
            • Statlines (see below)
            • Statlines Variation (see below)
            • Platinum (one-of-one)

            NOTES

            • Cards #1, #2, #32, and #36 do not exist in the base set.
            • Card #32 is only available in the Statlines Variation and Platinum parallels.
            • Card #36 is only available in the Names parallel.

            • 3 Billy Herman 9
            • 4 Bobby Thomson 49
            • 5 Gary Carter 49
            • 6 Harmon Killebrew 49
            • 8 Nolan Ryan 10
            • 9 Joe Sewell 10
            • 10 Lloyd Waner 15
            • 11 Stan Musial 25
            • 12 Gil McDougald 15
            • 13 Warren Spahn 15
            • 14 Bob Feller 10
            • 15 Ryne Sandberg 25
            • 16 Vladimir Guerrero 25
            • 17 Don Larsen 5
            • 18 Harmon Killebrew 25
            • 19 Gary Carter 25
            • 20 John Smoltz 25
            • 21 Don Sutton 5
            • 22 Cal Ripken 25
            • 23 Bill Dickey 8
            • 24 Eddie Mathews 10
            • 25 Enos Slaughter 10
            • 26 Willie Stargell 7
            • 27 Johnny Pesky 10
            • 28 Johnny Sain 15
            • 29 Bill Terry 10
            • 30 Fergie Jenkins 10
            • 31 Aaron Judge 49
            • 33 Roger Clemens 25
            • 34 Sparky Anderson 18
            • 35 Max Carey 10

            Names

            • 1 Vin Scully 6
            • 2 Robin Roberts 5
            • 3 Billy Herman 20
            • 4 Bobby Thomson 25
            • 5 Gary Carter 25
            • 6 Harmon Killebrew 25
            • 7 Frank Robinson 2
            • 8 Nolan Ryan 10
            • 9 Joe Sewell 22
            • 10 Lloyd Waner 15
            • 11 Stan Musial 25
            • 12 Gil McDougald 15
            • 13 Warren Spahn 15
            • 14 Bob Feller 11
            • 15 Ryne Sandberg 10
            • 16 Vladimir Guerrero 10
            • 17 Don Larsen 5
            • 18 Harmon Killebrew 25
            • 19 Gary Carter 25
            • 20 John Smoltz 10
            • 21 Don Sutton 5
            • 22 Cal Ripken 25
            • 23 Bill Dickey 10
            • 24 Eddie Mathews 10
            • 25 Enos Slaughter 10
            • 26 Willie Stargell 20
            • 27 Johnny Pesky 10
            • 28 Johnny Sain 10
            • 29 Bill Terry 10
            • 30 Fergie Jenkins 10
            • 31 Aaron Judge 25
            • 33 Roger Clemens 15
            • 34 Sparky Anderson 10
            • 35 Max Carey 10
            • 36 Jimmie Foxx 1

            Statlines

            • 1 Vin Scully 3
            • 2 Robin Roberts 5
            • 3 Billy Herman 20
            • 4 Bobby Thomson 25
            • 5 Gary Carter 25
            • 6 Harmon Killebrew 25
            • 7 Frank Robinson 1
            • 8 Nolan Ryan 10
            • 9 Joe Sewell 10
            • 10 Lloyd Waner 10
            • 11 Stan Musial 25
            • 12 Gil McDougald 15
            • 13 Warren Spahn 10
            • 14 Bob Feller 10
            • 15 Ryne Sandberg 10
            • 16 Vladimir Guerrero 10
            • 17 Don Larsen 5
            • 18 Harmon Killebrew 25
            • 19 Gary Carter 25
            • 20 John Smoltz 10
            • 21 Don Sutton 5
            • 22 Cal Ripken 10
            • 23 Bill Dickey 10
            • 24 Eddie Mathews 10
            • 25 Enos Slaughter 10
            • 26 Willie Stargell 3
            • 27 Johnny Pesky 10
            • 28 Johnny Sain 5
            • 29 Bill Terry 10
            • 30 Fergie Jenkins 10
            • 31 Aaron Judge 15
            • 33 Roger Clemens 10
            • 34 Sparky Anderson 10
            • 35 Max Carey 10

            Statlines Variation

            • 2 Robin Roberts 4
            • 3 Billy Herman 20
            • 4 Bobby Thomson 25
            • 5 Gary Carter 25
            • 6 Harmon Killebrew 25
            • 7 Frank Robinson 1
            • 8 Nolan Ryan 10
            • 9 Joe Sewell 10
            • 10 Lloyd Waner 10
            • 11 Stan Musial 25
            • 12 Gil McDougald 10
            • 13 Warren Spahn 10
            • 14 Bob Feller 5
            • 15 Ryne Sandberg 4
            • 16 Vladimir Guerrero 4
            • 17 Don Larsen 3
            • 18 Harmon Killebrew 25
            • 19 Gary Carter 25
            • 20 John Smoltz 4
            • 21 Don Sutton 3
            • 22 Cal Ripken 10
            • 23 Bill Dickey 5
            • 24 Eddie Mathews 5
            • 25 Enos Slaughter 5
            • 26 Willie Stargell 2
            • 27 Johnny Pesky 5
            • 28 Johnny Sain 5
            • 29 Bill Terry 5
            • 30 Fergie Jenkins 5
            • 31 Aaron Judge 15
            • 32 Greg Maddux 3
            • 33 Roger Clemens 5
            • 34 Sparky Anderson 5
            • 35 Max Carey 5

            Platinum

            Each Cut Signature Booklets Platinum is a one-of-one.

            • 1 Vin Scully
            • 2 Robin Roberts
            • 3 Billy Herman
            • 4 Bobby Thomson
            • 5 Gary Carter
            • 6 Harmon Killebrew
            • 7 Frank Robinson
            • 8 Nolan Ryan
            • 9 Joe Sewell
            • 10 Lloyd Waner
            • 11 Stan Musial
            • 12 Gil McDougald
            • 13 Warren Spahn
            • 14 Bob Feller
            • 15 Ryne Sandberg
            • 16 Vladimir Guerrero
            • 17 Don Larsen
            • 18 Harmon Killebrew
            • 19 Gary Carter
            • 20 John Smoltz
            • 21 Don Sutton
            • 22 Cal Ripken
            • 23 Bill Dickey
            • 24 Eddie Mathews
            • 25 Enos Slaughter
            • 26 Willie Stargell
            • 27 Johnny Pesky
            • 28 Johnny Sain
            • 29 Bill Terry
            • 30 Fergie Jenkins
            • 31 Aaron Judge
            • 32 Greg Maddux
            • 33 Roger Clemens
            • 34 Sparky Anderson
            • 35 Max Carey

            Cut Signature Material Booklets

            Each Cut Signature Material Booklet is also available in the following parallels.

            • Names (see below)
            • Statlines (see below)
            • Statlines Variation (see below)
            • City (see below)
            • HOF Class (see below)
            • Platinum (one-of-one)

            • 3 Adrian Beltre 30
            • 5 Nolan Ryan 5
            • 6 Randy Johnson 5
            • 7 Don Sutton 10
            • 8 Pedro Martinez 10
            • 9 Craig Biggio 20
            • 12 Casey Stengel 5
            • 13 Joe Cronin 3
            • 14 Frankie Crosetti 5
            • 15 Paul Molitor 20
            • 16 Ron Santo 5
            • 20 Bob Lemon 5
            • 22 Wally Berger 5
            • 25 Pete Rose 20
            • 26 Harvey Kuenn 5
            • 27 Johnny Mize 5
            • 30 Gary Carter 25
            • 31 Harmon Killebrew 15
            • 32 Joe Sewell 5
            • 33 Mark McGwire 15
            • 35 Tommy Henrich 5
            • 36 Yogi Berra 5

            Names

            • 1 Albert Pujols 5
            • 2 Frank Robinson 5
            • 3 Adrian Beltre 20
            • 4 Ichiro 3
            • 5 Nolan Ryan 5
            • 6 Randy Johnson 5
            • 7 Don Sutton 5
            • 8 Pedro Martinez 10
            • 9 Craig Biggio 20
            • 12 Casey Stengel 5
            • 13 Joe Cronin 3
            • 14 Frankie Crosetti 5
            • 15 Paul Molitor 20
            • 16 Ron Santo 5
            • 17 Kirby Puckett 1
            • 18 Hank Greenberg 1
            • 19 Richie Ashburn 1
            • 20 Bob Lemon 5
            • 21 Satchel Paige 1
            • 22 Wally Berger 1
            • 25 Pete Rose 20
            • 26 Harvey Kuenn 5
            • 27 Johnny Mize 5
            • 29 Al Simmons 1
            • 30 Gary Carter 10
            • 31 Harmon Killebrew 15
            • 32 Joe Sewell 5
            • 33 Mark McGwire 15
            • 34 Ted Williams 2
            • 35 Tommy Henrich 5
            • 36 Yogi Berra 5

            Statlines

            • 1 Albert Pujols 1
            • 2 Frank Robinson 5
            • 3 Adrian Beltre 20
            • 4 Ichiro 3
            • 5 Nolan Ryan 5
            • 6 Randy Johnson 5
            • 7 Don Sutton 5
            • 8 Pedro Martinez 10
            • 9 Craig Biggio 20
            • 12 Casey Stengel 5
            • 13 Joe Cronin 3
            • 14 Frankie Crosetti 5
            • 15 Paul Molitor 20
            • 16 Ron Santo 5
            • 17 Kirby Puckett 1
            • 18 Hank Greenberg 1
            • 19 Richie Ashburn 1
            • 20 Bob Lemon 5
            • 22 Wally Berger 1
            • 23 Roberto Clemente 1
            • 24 Lou Gehrig 1
            • 25 Pete Rose 20
            • 26 Harvey Kuenn 5
            • 27 Johnny Mize 5
            • 30 Gary Carter 10
            • 31 Harmon Killebrew 15
            • 32 Joe Sewell 5
            • 33 Mark McGwire 15
            • 34 Ted Williams 2
            • 35 Tommy Henrich 5
            • 36 Yogi Berra 5

            Statline Variation

            • 2 Frank Robinson 3
            • 3 Adrian Beltre 10
            • 4 Ichiro 3
            • 5 Nolan Ryan 5
            • 6 Randy Johnson 3
            • 7 Don Sutton 3
            • 8 Pedro Martinez 5
            • 9 Craig Biggio 10
            • 10 Greg Maddux 5
            • 12 Casey Stengel 3
            • 13 Joe Cronin 3
            • 14 Frankie Crosetti 3
            • 15 Paul Molitor 10
            • 16 Ron Santo 3
            • 17 Kirby Puckett 1
            • 18 Hank Greenberg 1
            • 20 Bob Lemon 3
            • 22 Wally Berger 1
            • 25 Pete Rose 10
            • 26 Harvey Kuenn 3
            • 27 Johnny Mize 3
            • 30 Gary Carter 5
            • 31 Harmon Killebrew 5
            • 32 Joe Sewell 5
            • 33 Mark McGwire 10
            • 34 Ted Williams 2
            • 35 Tommy Henrich 3
            • 36 Yogi Berra 3

            City

            • 2 Frank Robinson 3
            • 3 Adrian Beltre 10
            • 4 Ichiro 2
            • 5 Nolan Ryan 5
            • 6 Randy Johnson 3
            • 7 Don Sutton 3
            • 8 Pedro Martinez 5
            • 9 Craig Biggio 10
            • 10 Greg Maddux 5
            • 12 Casey Stengel 3
            • 13 Joe Cronin 3
            • 14 Frankie Crosetti 3
            • 15 Paul Molitor 10
            • 16 Ron Santo 3
            • 17 Kirby Puckett 1
            • 18 Hank Greenberg 1
            • 19 Richie Ashburn 1
            • 20 Bob Lemon 3
            • 21 Satchel Paige 1
            • 22 Wally Berger 1
            • 25 Pete Rose 10
            • 26 Harvey Kuenn 3
            • 27 Johnny Mize 3
            • 29 Al Simmons 1
            • 30 Gary Carter 5
            • 31 Harmon Killebrew 5
            • 32 Joe Sewell 5
            • 33 Mark McGwire 10
            • 34 Ted Williams 2
            • 35 Tommy Henrich 3
            • 36 Yogi Berra 3

            HOF Class

            • 2 Frank Robinson 2
            • 5 Nolan Ryan 5
            • 6 Randy Johnson 3
            • 7 Don Sutton 3
            • 8 Pedro Martinez 5
            • 9 Craig Biggio 10
            • 10 Greg Maddux 5
            • 12 Casey Stengel 3
            • 13 Joe Cronin 3
            • 15 Paul Molitor 10
            • 16 Ron Santo 3
            • 17 Kirby Puckett 1
            • 18 Hank Greenberg 1
            • 20 Bob Lemon 3
            • 21 Satchel Paige 1
            • 27 Johnny Mize 3
            • 30 Gary Carter 5
            • 31 Harmon Killebrew 5
            • 32 Joe Sewell 4
            • 34 Ted Williams 2
            • 36 Yogi Berra 3

            Platinum

            Each Cut Signature Material Booklets Platinum is a one-of-one.

            • 2 Frank Robinson
            • 3 Adrian Beltre
            • 4 Ichiro
            • 5 Nolan Ryan
            • 6 Randy Johnson
            • 7 Don Sutton
            • 8 Pedro Martinez
            • 9 Craig Biggio
            • 10 Greg Maddux
            • 12 Casey Stengel
            • 13 Joe Cronin
            • 14 Frankie Crosetti
            • 15 Paul Molitor
            • 16 Ron Santo
            • 19 Richie Ashburn
            • 20 Bob Lemon
            • 21 Satchel Paige
            • 22 Wally Berger
            • 25 Pete Rose
            • 26 Harvey Kuenn
            • 27 Johnny Mize
            • 30 Gary Carter
            • 31 Harmon Killebrew
            • 32 Joe Sewell
            • 33 Mark McGwire
            • 34 Ted Williams
            • 35 Tommy Henrich
            • 36 Yogi Berra

            Mickey Mantle Oversized Cut Booklet

            This card is serial-numbered to seven copies.

            • 1 Mickey Mantle

            Babe Ruth Dual Cut Signature Booklet

            Both cards are ones-of-one.

            • 1 Babe RuthTy Cobb

            • 1 Babe RuthHonus Wagner

            Triple Cut Signatures Booklet

            Both Triple Cut Signatures Booklets are ones-of-one.

            • 1 Harmon Killebrew / Mel Ott / Ted Williams
            • 2 Jackie Robinson / Joe DiMaggio / Roberto Clemente

            Quad Cut Signature Booklet Holo Platinum Blue

            This card is a one-of-one.

            • 1 Dizzy Dean / Joe Medwick / Rogers Hornsby / Stan Musial