2016 Bowman Inception: Difference between revisions
Line 110: | Line 110: | ||
=Checklist= | =Checklist= | ||
==Rookie Autographs== | ==Autographs== | ||
===Rookie Autographs=== | |||
* Green | * Green | ||
Line 121: | Line 123: | ||
SELECT num,player,info,serial FROM cards WHERE (year = 2016) AND (setname = 'Bowman Inception Rookie Autograph'); | SELECT num,player,info,serial FROM cards WHERE (year = 2016) AND (setname = 'Bowman Inception Rookie Autograph'); | ||
</sql2wiki> | </sql2wiki> | ||
==Prospect Autographs== | ===Prospect Autographs=== | ||
* Green | * Green | ||
Line 132: | Line 134: | ||
SELECT num,player,info,serial FROM cards WHERE (year = 2016) AND (setname = 'Bowman Inception Prospect Autograph'); | SELECT num,player,info,serial FROM cards WHERE (year = 2016) AND (setname = 'Bowman Inception Prospect Autograph'); | ||
</sql2wiki> | </sql2wiki> | ||
==Inceptionized Autographs== | ===Inceptionized Autographs=== | ||
===Prospects=== | ====Prospects==== | ||
These cards use the design of the [[2016 Bowman]] set, with the filtering effect of the Inception cards. | These cards use the design of the [[2016 Bowman]] set, with the filtering effect of the Inception cards. | ||
Line 145: | Line 147: | ||
SELECT num,player,info,serial FROM cards WHERE (year = 2016) AND (setname = 'Bowman Inception Inceptionized Prospect Autograph'); | SELECT num,player,info,serial FROM cards WHERE (year = 2016) AND (setname = 'Bowman Inception Inceptionized Prospect Autograph'); | ||
</sql2wiki> | </sql2wiki> | ||
===Veterans=== | ====Veterans==== | ||
These cards use the design of the player's first Bowman Prospects card, with the filtering effect of the Inception cards. | These cards use the design of the player's first Bowman Prospects card, with the filtering effect of the Inception cards. | ||
Line 155: | Line 157: | ||
SELECT num,player,info,serial FROM cards WHERE (year = 2016) AND (setname = 'Bowman Inception Inceptionized Veteran Autograph'); | SELECT num,player,info,serial FROM cards WHERE (year = 2016) AND (setname = 'Bowman Inception Inceptionized Veteran Autograph'); | ||
</sql2wiki> | </sql2wiki> | ||
==Origins Autographs== | ===Origins Autographs=== | ||
<!-- Each Origins Autograph is serial-numbered to 25 copies and available in the following parallels. --> | <!-- Each Origins Autograph is serial-numbered to 25 copies and available in the following parallels. --> | ||
Line 165: | Line 167: | ||
SELECT num,player,info,serial FROM cards WHERE (year = 2016) AND (setname = 'Bowman Inception Origins Autograph'); | SELECT num,player,info,serial FROM cards WHERE (year = 2016) AND (setname = 'Bowman Inception Origins Autograph'); | ||
</sql2wiki> | </sql2wiki> | ||
==New Dawn Continuity Autographs== | ===New Dawn Continuity Autographs=== | ||
New Dawn Continuity is a new set that will continue, with the same design, in future Bowman Inception sets. All cards are also available in a one-of-one Red parallel. | New Dawn Continuity is a new set that will continue, with the same design, in future Bowman Inception sets. All cards are also available in a one-of-one Red parallel. | ||
Line 173: | Line 175: | ||
</sql2wiki> | </sql2wiki> | ||
==Autographed Relics== | ==Autographed Relics== | ||
===Autographed Relics=== | |||
* Green | * Green | ||
Line 183: | Line 187: | ||
SELECT num,player,info,serial FROM cards WHERE (year = 2016) AND (setname = 'Bowman Inception Autograph Relic'); | SELECT num,player,info,serial FROM cards WHERE (year = 2016) AND (setname = 'Bowman Inception Autograph Relic'); | ||
</sql2wiki> | </sql2wiki> | ||
==Veteran Autographed Relics== | ===Veteran Autographed Relics=== | ||
* Orange (serial-numbered to 25 copies) | * Orange (serial-numbered to 25 copies) | ||
Line 192: | Line 196: | ||
SELECT num,player,info,serial FROM cards WHERE (year = 2016) AND (setname = 'Bowman Inception Veteran Autograph Relic'); | SELECT num,player,info,serial FROM cards WHERE (year = 2016) AND (setname = 'Bowman Inception Veteran Autograph Relic'); | ||
</sql2wiki> | </sql2wiki> | ||
===Autographed Jumbo Patches=== | |||
==Autographed Jumbo Patches== | |||
* Red (serial-numbered to five) | * Red (serial-numbered to five) | ||
Line 201: | Line 204: | ||
SELECT num,player,info,serial FROM cards WHERE (year = 2016) AND (setname = 'Bowman Inception Autograph Jumbo Patch'); | SELECT num,player,info,serial FROM cards WHERE (year = 2016) AND (setname = 'Bowman Inception Autograph Jumbo Patch'); | ||
</sql2wiki> | </sql2wiki> | ||
==Autographed Letter Book Cards== | ===Autographed Letter Book Cards=== | ||
Each Autographed Letter Book Card is serial-numbered to two copies. | <!-- Each Autographed Letter Book Card is serial-numbered to two copies. --> | ||
<sql2wiki database="carddb"> | <sql2wiki database="carddb"> | ||
SELECT num,player,info,serial FROM cards WHERE (year = 2016) AND (setname = 'Bowman Inception Autograph Letter Book'); | SELECT num,player,info,serial FROM cards WHERE (year = 2016) AND (setname = 'Bowman Inception Autograph Letter Book'); | ||
</sql2wiki> | </sql2wiki> | ||
==Quad Autographed Letter Book Cards== | ===Quad Autographed Letter Book Cards=== | ||
Each Quad Autographed Letter Book Card is serial-numbered to ten. | <!-- Each Quad Autographed Letter Book Card is serial-numbered to ten. --> | ||
<sql2wiki database="carddb"> | <sql2wiki database="carddb"> | ||
SELECT num,player,info,serial FROM cards WHERE (year = 2016) AND (setname = 'Bowman Inception Quad Autograph Letter Book'); | SELECT num,player,info,serial FROM cards WHERE (year = 2016) AND (setname = 'Bowman Inception Quad Autograph Letter Book'); | ||
</sql2wiki> | </sql2wiki> | ||
==Autographed Logo Patch== | ===Autographed Logo Patch=== | ||
Each Autographed Logo Patch is a one-of-one. | Each Autographed Logo Patch is a one-of-one. | ||
Line 222: | Line 225: | ||
SELECT num,player,info,serial FROM cards WHERE (year = 2016) AND (setname = 'Bowman Inception Autograph Logo Patch'); | SELECT num,player,info,serial FROM cards WHERE (year = 2016) AND (setname = 'Bowman Inception Autograph Logo Patch'); | ||
</sql2wiki> | </sql2wiki> | ||
==Future Stars Autographed Relics== | ===Future Stars Autographed Relics=== | ||
Each Future Stars Autographed Relic is a one-of-one and also available in a one-of-one Laundry Tag parallel. | Each Future Stars Autographed Relic is a one-of-one and also available in a one-of-one Laundry Tag parallel. |
Revision as of 15:53, 29 June 2016
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
2016 Bowman Inception is scheduled for release the week of July 6th, 2016. Again, as is standard for this brand, there is no "base" set in the traditional sense and all cards are autographed. New for 2016, is the inclusion of a limited number of veteran players.
Each five card pack contains four (on-card) autographs and an autographed (sticker) relic card.
Distribution
Five cards per box (MSRP: $80). Eight boxes per case. Hobby only.
Reviews
Insertion Ratios
Cards | Total Cards | Numbered To | Hobby Odds |
---|---|---|---|
Rookie Autographs | 15 | - | ? |
Rookie Autographs Blue | 15 | - | ? |
Rookie Autographs Green | 15 | - | ? |
Rookie Autographs Gold | 15 | 25 | ? |
Rookie Autographs Orange | 15 | 5 | ? |
Rookie Autographs Red | 15 | one-of-one | ? |
Prospect Autographs | 56 | - | ? |
Prospect Autographs Blue | 56 | - | ? |
Prospect Autographs Green | 56 | - | ? |
Prospect Autographs Gold | 56 | 25 | ? |
Prospect Autographs Orange | 56 | 5 | ? |
Prospect Autographs Red | 56 | one-of-one | ? |
Inceptionized Veteran Autographs | 9 | - | ? |
Inceptionized Veteran Autographs Orange | 9 | 5 | ? |
Inceptionized Veteran Autographs Red | 9 | one-of-one | ? |
Inceptionized Prospect Autographs | 19 | - | 1:8 |
Inceptionized Prospect Autographs Gold | 19 | 25 | ? |
Inceptionized Prospect Autographs Orange | 19 | 5 | ? |
Inceptionized Prospect Autographs Red | 19 | one-of-one | ? |
Origins Autographs | 14 | ? | |
Origins Autographs Orange | 14 | 5 | |
Origins Autographs Red | 14 | one-of-one | |
New Dawn Continuity Autographs | 6 | ? | ? |
New Dawn Continuity Autographs Red | 6 | one-of-one | ? |
Autographed Relics | 26 | - | ? |
Autographed Relics Blue | 26 | - | ? |
Autographed Relics Green | 26 | - | ? |
Autographed Relics Gold | 26 | 25 | ? |
Autographed Relics Orange | 26 | 5 | ? |
Autographed Relics Red | 26 | one-of-one | ? |
Veteran Autographed Relics | 11 | - | ? |
Veteran Autographed Relics Orange | 11 | 5 | ? |
Veteran Autographed Relics Red | 11 | one-of-one | ? |
Autographed Jumbo Patch | 25 | - | ? |
Autographed Jumbo Patch Gold | 25 | 25 | ? |
Autographed Jumbo Patch Orange | 25 | 5 | ? |
Autographed Jumbo Patch Red | 25 | one-of-one | ? |
Autographed Letter Book | 14 | ? | ? |
Autographed Logo Patch | 14 | one-of-one | ? |
Future Stars Autograph Relic | 14 | one-of-one | ? |
Future Stars Autograph Relic Laundry Tag | 14 | one-of-one | ? |
Quad Autograph Relics | 5 | - | ? |
Checklist
Autographs
Rookie Autographs
- Green
- Gold
- Orange (serial-numbered to 25 copies)
- Red (serial-numbered to five)
- Black (one-of-one)
Prospect Autographs
- Green
- Gold
- Orange (serial-numbered to 25 copies)
- Red (serial-numbered to five)
- Black (one-of-one)
Inceptionized Autographs
Prospects
These cards use the design of the 2016 Bowman set, with the filtering effect of the Inception cards.
- Orange (serial-numbered to 25 copies)
- Red (serial-numbered to five)
- Black (one-of-one)
Veterans
These cards use the design of the player's first Bowman Prospects card, with the filtering effect of the Inception cards.
- Red (serial-numbered to five)
- Black (one-of-one)
Origins Autographs
- Red (serial-numbered to five)
- Black (one-of-one)
New Dawn Continuity Autographs
New Dawn Continuity is a new set that will continue, with the same design, in future Bowman Inception sets. All cards are also available in a one-of-one Red parallel.
Autographed Relics
Autographed Relics
- Green
- Gold
- Orange (serial-numbered to 25 copies)
- Red (serial-numbered to five)
- Black (one-of-one)
Veteran Autographed Relics
- Orange (serial-numbered to 25 copies)
- Red (serial-numbered to five)
- Black (one-of-one)
Autographed Jumbo Patches
- Red (serial-numbered to five)
- Black (one-of-one)
- IAJP-ABL Alex Blandino
- IAJP-AG Amir Garrett
- IAJP-AJ Aaron Judge
- IAJP-AM Austin Meadows
- IAJP-AREY Alex Reyes
- IAJP-BS Blake Snell
- IAJP-BZ Bradley Zimmer
- IAJP-CE Carl Edwards, Jr.
- IAJP-CS Corey Seager
- IAJP-DS Dominic Smith
- IAJP-ED Edwin Diaz
- IAJP-JBE Jose Berrios
- IAJP-KME Keury Mella
- IAJP-LG Lucas Giolito
- IAJP-LSE Luis Severino
- IAJP-LSI Lucas Sims
- IAJP-MCO Michael Conforto
- IAJP-MO Matt Olson
- IAJP-OAL Ozzie Albies
- IAJP-OAR Orlando Arcia
- IAJP-PO Peter O'Brien
- IAJP-RD Rafael Devers
- IAJP-RM Reese McGuire
- IAJP-RN Renato Nunez
- IAJP-RT Raimel Tapia
- IAJP-TB Tyler Beede
- IAJP-TT Trea Turner
- IAJP-WC Willson Contreras
- IAJP-WH Wei-Chieh Huang
Autographed Letter Book Cards
- IALB-AJ Aaron Judge
- IALB-AN Aaron Nola
- IALB-AR A.J. Reed
- IALB-BS Blake Snell
- IALB-HOL Hector Olivera
- IALB-JB Jose Berrios
- IALB-JP Jose Peraza
- IALB-KS Kyle Schwarber
- IALB-LS Luis Severino
- IALB-MC Michael Conforto
- IALB-OA Orlando Arcia
- IALB-RD Rafael Devers
- IALB-TB Tyler Beede
- IALB-TT Trea Turner
Quad Autographed Letter Book Cards
Autographed Logo Patch
Each Autographed Logo Patch is a one-of-one.
- ALP-AN Aaron Nola 1
- ALP-AR Alex Reyes 1
- ALP-BZ Bradley Zimmer 1
- ALP-CS Corey Seager 1
- ALP-HO Hector Olivera 1
- ALP-JB Jose Berrios 1
- ALP-KM Ketel Marte 1
- ALP-KS Kyle Schwarber 1
- ALP-LS Luis Severino 1
- ALP-MC Michael Conforto 1
- ALP-MS Miguel Sano 1
- ALP-OA Ozzie Albies 1
- ALP-RD Rafael Devers 1
- ALP-TB Tyler Beede 1
Future Stars Autographed Relics
Each Future Stars Autographed Relic is a one-of-one and also available in a one-of-one Laundry Tag parallel.