2011 Topps Marquee: Difference between revisions

From BaseballCardPedia.com
Jump to navigation Jump to search
No edit summary
Line 88: Line 88:
==Base Set==
==Base Set==


NOTE: Although the base cards are not serial-numbered, we estimate that only 720 copies were produced.
NOTE: Although the base cards are not serial-numbered, we estimate that only 720 copies of each card were produced.


<sql2wiki database="carddb">
<sql2wiki database="carddb">
SELECT num,player,info FROM cards WHERE (year = 2011) AND (setname = 'Topps Marquee');
SELECT num,player,info FROM cards WHERE (year = 2011) AND (setname = 'Topps Marquee')
ORDER BY num +0 ASC;
</sql2wiki>
</sql2wiki>



Revision as of 15:41, 16 September 2011

This article is about a set that is scheduled to be released in the near-future.
Some information may change as more facts become known.


Description

2011 Topps Marquee is a 100-card set that was released on September 12, 2011.. Billed by Topps as "something for everyone at a mid-range price point," (although at $50/pack, that claim is a bit questionable) each five-card pack will contain: three base cards, a serial-numbered parallel, and either a serial-numbered autograph or a serial-numbered jumbo relic or multi-relic card. Each card will be printed on 48pt cardstock, a gauge not seen in a base set since Fleer's Flair sets of the mid-90s.

Marquee marks the return of Joe DiMaggio to Topps, whose rights had been under an exclusive contract to Upper Deck the past three years. In addition, boxing champion Manny Pacquiao will sign for Marquee.

Each four-pack Hobby box will contain an on-card autograph, an autographed multi-relic card, a jumbo relic card, and a quad relic card.

Distribution

Four packs per box, five cards per pack (MSRP: $50). 12 boxes per case. Hobby only.

Only 500, 12-box, cases will be produced.

Reviews

Insertion Ratios

Cards Total Cards Numbered To Odds
Base 100 720 (estimated) 3:1
Blue 100 299 *
Copper 100 199 *
Gold 100 99 *
Platinum 100 one-of-one *
Titanic Jumbo Relics 130 99 ?
Titanic Jumbo Relics Gold Foil 130 10 ?
Titanic Jumbo Relic Autographed 100 5 1:48
Titanic Jumbo Patch Relics 50 5 ?
Ty Cobb Jersey Stitching 1 one-of-one ?
Gametime Mementos Quad Relics 55 199 ?
Gametime Mementos Quad Relics Gold Foil 55 25 ?
Gametime Mementos Legend Quad Relics 8 25 ?
Gametime Mementos Legend Quad Relics Gold Foil 8 5 ?
Gametime Mementos Quad Patch Relics 35 5 ?
Gametime Mementos Autographed Quad Relics 25 10 ?
Monumental Markings 75 ? ?
Monumental Markings Gold Foil 75 5 ?
Monumental Markings Dual 25 15 ?
Acclaimed Impressions Dual Relic Autograph 75 ? ?
Acclaimed Impressions Dual Relic Autograph Gold Foil 75 5 ?
Acclaimed Impressions Dual Relic Autograph Patch 75 one-of-one ?
Acclaimed Impressions Triple Relic Autograph 35 ? ?
Acclaimed Impressions Triple Relic Autograph Gold Foil 35 5 ?
Acclaimed Impressions Triple Relic Autograph Patch 35 one-of-one ?
Museum Collection Autograph 120 10 1:48

* Each pack will contain one parallel.

Each four-pack Hobby box will contain one Titanic Jumbo Relic, one Gametime Memento, one Monumental Markings, and one Acclaimed Impression.

Checklist

Base Set

NOTE: Although the base cards are not serial-numbered, we estimate that only 720 copies of each card were produced.

<sql2wiki database="carddb"> SELECT num,player,info FROM cards WHERE (year = 2011) AND (setname = 'Topps Marquee') ORDER BY num +0 ASC; </sql2wiki>

Parallels

Each five-card pack will contain one base card parallel.

  • Blue (serial-numbered to 299 copies)
  • Copper (serial-numbered to 199 copies)
  • Gold (serial-numbered to 99 copies)
  • Platinum (one-of-one)

Autographs & Game-Used

Titanic Jumbo Relics

Each Titanic Jumbo Relic is serial-numbered to 99 copies, with a Gold Foil parallel serial-numbered to ten also available.

<sql2wiki database="carddb"> SELECT num,player,info FROM cards WHERE (year = 2011) AND (setname = 'Topps Marquee Titanic Jumbo Relics'); </sql2wiki>

Titanic Jumbo Relics Autographs

Each Titanic Jumbo Relic Autograph is serial-numbered to ten copies, and will be seeded as "case hits" (1:48/packs).

<sql2wiki database="carddb"> SELECT num,player,info FROM cards WHERE (year = 2011) AND (setname = 'Topps Marquee Titanic Jumbo Relic Autographs'); </sql2wiki>

Titanic Jumbo Patch Relics

Each Titanic Jumbo Patch Relic is serial-numbered to five copies.

<sql2wiki database="carddb"> SELECT num,player,info FROM cards WHERE (year = 2011) AND (setname = 'Topps Marquee Titanic Jumbo Patch Relics'); </sql2wiki>

Ty Cobb Jersey Stitching

This one-of-one card features the stitched name tag from the underside of the neck of one of Ty Cobb's jerseys.

<sql2wiki database="carddb"> SELECT num,player,info FROM cards WHERE (year = 2011) AND (setname = 'Topps Marquee Ty Cobb Jersey Stitching'); </sql2wiki>

Gametime Mementos Quad Relics

Each Gametime Mementos Quad Relic is serial-numbered to 199 copies with a Gold Foil parallel serial-numbered to 25 also available. The eight "Legends" are serial-numbered to 25 with a Gold Foil numbered to five.

<sql2wiki database="carddb"> SELECT num,player,info FROM cards WHERE (year = 2011) AND (setname = 'Topps Marquee Gametime Memento Quad Relics'); </sql2wiki>

Gametime Mementos Quad Patch Relics

Each Gametime Mementos Quad Patch Relic is serial-numbered to five copies.

<sql2wiki database="carddb"> SELECT num,player,info FROM cards WHERE (year = 2011) AND (setname = 'Topps Marquee Gametime Memento Quad Relic Patches'); </sql2wiki>

Gametime Mementos Autographed Quad Relics

Each Gametime Mementos Autographed Quad Relic is serial-numbered to ten copies.

<sql2wiki database="carddb"> SELECT num,player,info FROM cards WHERE (year = 2011) AND (setname = 'Topps Marquee Gametime Memento Quad Relic Autographs'); </sql2wiki>

Monumental Markings

Each Monumental Markings card is also available in a Gold Foil parallel, serial-numbered to five copies.

<sql2wiki database="carddb"> SELECT num,player,info FROM cards WHERE (year = 2011) AND (setname = 'Topps Marquee Monumental Markings'); </sql2wiki>

Monumental Markings Dual

Each Monumental Markings Dual card is serial-numbered to 15 copies.

<sql2wiki database="carddb"> SELECT num,player,info FROM cards WHERE (year = 2011) AND (setname = 'Topps Marquee Monumental Markings Dual'); </sql2wiki>

Acclaimed Impressions Dual Relic Autograph

Each Acclaimed Impressions Dual Relic Autograph is also available in a Gold Foil parallel, serial-numbered to five; and a one-of-one Patch version.

<sql2wiki database="carddb"> SELECT num,player,info FROM cards WHERE (year = 2011) AND (setname = 'Topps Marquee Acclaimed Impressions Dual Relic Autograph'); </sql2wiki>

Acclaimed Impressions Triple Relic Autograph

Each Acclaimed Impressions Triple Relic Autograph is also available in a Gold Foil parallel, serial-numbered to five; and a one-of-one Patch version.

<sql2wiki database="carddb"> SELECT num,player,info FROM cards WHERE (year = 2011) AND (setname = 'Topps Marquee Acclaimed Impressions Triple Relic Autograph'); </sql2wiki>

Museum Collection Autographs

Each Museum Collection Autograph is serial-numbered to ten copies and comes encased in a metal frame.

<sql2wiki database="carddb"> SELECT num,player,info FROM cards WHERE (year = 2011) AND (setname = 'Topps Marquee Museum Collection'); </sql2wiki>