1995 SP: Difference between revisions

From BaseballCardPedia.com
Jump to navigation Jump to search
 
(5 intermediate revisions by the same user not shown)
Line 75: Line 75:


<sql2wiki database="carddb">
<sql2wiki database="carddb">
SELECT num,player,info FROM cards WHERE (year = 1995) AND (setname = 'SP') and (num > 27) AND (info <> 'PROMO' OR 'AUTO');
SELECT num,player,info FROM cards WHERE (year = 1995) AND (setname = 'SP') and (info not in ('PROMO','AUTO')) AND (num > 27) ;
</sql2wiki>
</sql2wiki>


==Parallels==
==Parallels==


https://img.comc.com/i/Baseball/1995/SP---Base---Silver/14/Hideo-Nomo.jpg?id=003ab416-bf71-418e-b122-7446f3ef755e&size=original&side=front&.jpg
https://img.comc.com/i/Baseball/1995/SP---Base---Silver/181/Derek-Jeter.jpg?id=e6dedb2d-bf38-4f6e-885c-dda9231d9166&size=original&side=front&.jpg
https://img.comc.com/i/Baseball/1995/SP---Base---Silver/181/Derek-Jeter.jpg?id=e6dedb2d-bf38-4f6e-885c-dda9231d9166&size=original&side=front&.jpg
https://img.comc.com/i/Baseball/1995/SP---Base---Silver/181/Derek-Jeter.jpg?id=e6dedb2d-bf38-4f6e-885c-dda9231d9166&size=original&side=back&.jpg


Each of the 207 base cards are available in a SuperbaFoil parallel.  The only difference between the regular 180 cards in the two sets is that the chevron of the SuperbaFoil version on the left side of the front uses rainbow-colored foil instead of blue or red. The subset cards have foil enhancements that differentiate them from the regular edition cards.  
Each of the 207 base cards are available in a one-per-pack SuperbaFoil parallel.  The only difference between the regular 180 cards in the two sets is that the chevron of the SuperbaFoil version on the left side of the front uses silver holographic foil instead of blue or red. The subset cards have silver holographic foil enhancements that differentiate them from the regular edition cards.  


Like in [[1994 SP]] each SuperbaFoil card has a silver (rather than gold) hologram on the back.
Like with [[1994 SP|1994 SP's Die-Cuts,]] each SuperbaFoil card has a silver (rather than gold) hologram on the back.


==Inserts==
==Inserts==
Line 101: Line 101:
https://img.comc.com/i/Baseball/1995/SP---Special-FX/18/Ken-Griffey-Jr.jpg?id=0100a531-0ee6-4567-9041-241a8b6bd37b&size=original&side=front&.jpg
https://img.comc.com/i/Baseball/1995/SP---Special-FX/18/Ken-Griffey-Jr.jpg?id=0100a531-0ee6-4567-9041-241a8b6bd37b&size=original&side=front&.jpg
https://img.comc.com/i/Baseball/1995/SP---Special-FX/18/Ken-Griffey-Jr.jpg?id=0100a531-0ee6-4567-9041-241a8b6bd37b&size=original&side=back&.jpg
https://img.comc.com/i/Baseball/1995/SP---Special-FX/18/Ken-Griffey-Jr.jpg?id=0100a531-0ee6-4567-9041-241a8b6bd37b&size=original&side=back&.jpg
Unlike the [[1994 SP|previous year's Holoview F/X]] insert, which had a "base" version seeded at 1:5 and a Special F/X parallel at 1:75, the 1995 edition only had one version that was seeded 1:75.


<sql2wiki database="carddb">
<sql2wiki database="carddb">
SELECT num,player,info FROM cards WHERE (year = 1995) AND (setname = 'SP Special FX');
SELECT num,player,info FROM cards WHERE (year = 1995) AND (setname = 'SP Special FX');
</sql2wiki>
</sql2wiki>
==Autographs==
==Autographs==


Line 110: Line 113:
https://img.comc.com/i/Baseball/1995/SP---Base---Buy-Back-Autograph-Autographed/100/Ken-Griffey-Jr.jpg?id=ac63b2fd-0f18-4239-b902-2cf8f2552eeb&size=original&side=back&.jpg
https://img.comc.com/i/Baseball/1995/SP---Base---Buy-Back-Autograph-Autographed/100/Ken-Griffey-Jr.jpg?id=ac63b2fd-0f18-4239-b902-2cf8f2552eeb&size=original&side=back&.jpg


Dealers who ordered a specific amount of SP cases direct from Upper Deck, received a Ken Griffey, Jr. autograph.  The card itself is Griffey's base card (#100).
Dealers who ordered a specific amount of SP cases direct from Upper Deck, received a Ken Griffey, Jr. autograph.  The card itself is Griffey's base card (#100) with an UD Authenticated holographic sticker.


<sql2wiki database="carddb">
<sql2wiki database="carddb">
SELECT num,player,info FROM cards WHERE (year = 1995) AND (setname = 'SP') and info = 'AUTO';
SELECT num,player,info FROM cards WHERE (year = 1995) AND (setname = 'SP') and info = 'AUTO';
</sql2wiki>
</sql2wiki>
 
{{SP}}
 
 
[[Category:1995]]
[[Category:1995]]
[[Category:Upper Deck]]
[[Category:Upper Deck]]

Latest revision as of 14:52, 19 March 2021

Description

1995 SP is a 207 card set. Subsets featured are SP Salute (1-4), Premier Prospects (5-24), and Checklists (25-27). All 27 subset cards are die-cut. Compared to 1993 SP and 1994 SP the long-run value of 1995 SP has been depressed due to the lack of a marquee Rookie Card, and a heavy increase in production.

The only notable Rookie Card in this set is Hideo Nomo.

Dealers who ordered a certain quantity of Upper Deck baseball cases received as a bonus, a certified autographed SP card of Ken Griffey Jr.

Distribution

Wax: 32 packs per box, eight cards per pack (MSRP: $3.50) Hobby only.

Reviews

Insertion Ratios

Cards Total Cards Hobby Odds
Base 207 ?
SuperbaFoil 207 one-per-pack
Platinum Power 20 1:5
Special F/X 48 1:75

Checklist

Promos

Ken-Griffey-Jr-(Promo).jpg?id=47c6d685-d859-4952-9757-2574ad6c5d6b&size=original&side=front&.jpg Ken-Griffey-Jr-(Promo).jpg?id=47c6d685-d859-4952-9757-2574ad6c5d6b&size=original&side=back&.jpg

This Ken Griffey, Jr. promo card has "For Promotional Use Only" printed diagonally across the back.

<sql2wiki database="carddb"> SELECT num,player,info FROM cards WHERE (year = 1995) AND (setname = 'SP') and info = 'PROMO'; </sql2wiki>

Base Set

NOTE: The first 27 cards are all die-cut.

Salute

Mike-Schmidt.jpg?id=b26dde7d-f646-4260-bdff-e92117b1a78e&size=original&side=front&.jpg Mike-Schmidt.jpg?id=b26dde7d-f646-4260-bdff-e92117b1a78e&size=original&side=back&.jpg

<sql2wiki database="carddb"> SELECT num,player FROM cards WHERE (year = 1995) AND (setname = 'SP') and (num < 5); </sql2wiki>

Premiere Prospects

Hideo-Nomo.jpg?id=69a0391b-7603-4dfb-bfb6-ef51e37d947e&size=original&side=front&.jpg Hideo-Nomo.jpg?id=69a0391b-7603-4dfb-bfb6-ef51e37d947e&size=original&side=back&.jpg

<sql2wiki database="carddb"> SELECT num,player,info FROM cards WHERE (year = 1995) AND (setname = 'SP') and (num BETWEEN 5 AND 24); </sql2wiki>

Checklists

Wade-Boggs.jpg?id=e90d937c-7255-4da7-b7c8-c6fccc2fe5de&size=original&side=front&.jpg Wade-Boggs.jpg?id=e90d937c-7255-4da7-b7c8-c6fccc2fe5de&size=original&side=back&.jpg

<sql2wiki database="carddb"> SELECT num,player FROM cards WHERE (year = 1995) AND (setname = 'SP') and (num BETWEEN 25 and 27); </sql2wiki>

Cecil-Fielder.jpg?id=efa5c688-9675-4c66-ba71-04ee36e47783&size=original&side=front&.jpg Cecil-Fielder.jpg?id=efa5c688-9675-4c66-ba71-04ee36e47783&size=original&side=back&.jpg

<sql2wiki database="carddb"> SELECT num,player,info FROM cards WHERE (year = 1995) AND (setname = 'SP') and (info not in ('PROMO','AUTO')) AND (num > 27) ; </sql2wiki>

Parallels

Hideo-Nomo.jpg?id=003ab416-bf71-418e-b122-7446f3ef755e&size=original&side=front&.jpg Derek-Jeter.jpg?id=e6dedb2d-bf38-4f6e-885c-dda9231d9166&size=original&side=front&.jpg

Each of the 207 base cards are available in a one-per-pack SuperbaFoil parallel. The only difference between the regular 180 cards in the two sets is that the chevron of the SuperbaFoil version on the left side of the front uses silver holographic foil instead of blue or red. The subset cards have silver holographic foil enhancements that differentiate them from the regular edition cards.

Like with 1994 SP's Die-Cuts, each SuperbaFoil card has a silver (rather than gold) hologram on the back.

Inserts

Platinum Power

Jeff-Bagwell.jpg?id=f238d6cb-5a14-4868-9932-ae072a0c78de&size=original&side=front&.jpg Jeff-Bagwell.jpg?id=f238d6cb-5a14-4868-9932-ae072a0c78de&size=original&side=back&.jpg

<sql2wiki database="carddb"> SELECT num,player,info FROM cards WHERE (year = 1995) AND (setname = 'SP Platinum Power'); </sql2wiki>

Special F/X

Ken-Griffey-Jr.jpg?id=0100a531-0ee6-4567-9041-241a8b6bd37b&size=original&side=front&.jpg Ken-Griffey-Jr.jpg?id=0100a531-0ee6-4567-9041-241a8b6bd37b&size=original&side=back&.jpg

Unlike the previous year's Holoview F/X insert, which had a "base" version seeded at 1:5 and a Special F/X parallel at 1:75, the 1995 edition only had one version that was seeded 1:75.

<sql2wiki database="carddb"> SELECT num,player,info FROM cards WHERE (year = 1995) AND (setname = 'SP Special FX'); </sql2wiki>

Autographs

Ken-Griffey-Jr.jpg?id=ac63b2fd-0f18-4239-b902-2cf8f2552eeb&size=original&side=front&.jpg Ken-Griffey-Jr.jpg?id=ac63b2fd-0f18-4239-b902-2cf8f2552eeb&size=original&side=back&.jpg

Dealers who ordered a specific amount of SP cases direct from Upper Deck, received a Ken Griffey, Jr. autograph. The card itself is Griffey's base card (#100) with an UD Authenticated holographic sticker.

<sql2wiki database="carddb"> SELECT num,player,info FROM cards WHERE (year = 1995) AND (setname = 'SP') and info = 'AUTO'; </sql2wiki>