2024-25 Panini Flawless: Difference between revisions
Line 73: | Line 73: | ||
ORDER BY num +0 ASC; | ORDER BY num +0 ASC; | ||
</sql2wiki> | </sql2wiki> | ||
==Game-Used== | ==Game-Used== | ||
===Legendary | ===Legendary Memorabilia=== | ||
Each Legendary | Each Legendary Memorabilia is serial-numbered to 25 copies and also available in the following parallels. | ||
* Ruby (serial-numbered to 20 copies) | * Ruby (serial-numbered to 20 copies) | ||
* Sapphire (serial-numbered to fifteen) | |||
* Gold (serial-numbered to ten) | * Gold (serial-numbered to ten) | ||
* Emerald (serial-numbered to five) | * Emerald (serial-numbered to five) | ||
Line 90: | Line 87: | ||
'''NOTES''' | '''NOTES''' | ||
* Cards #2 and 7 are not available in the Ruby or Sapphire parallels. | |||
* Cards #8 and 19 are not available in the Ruby, Sapphire or Gold parallels. | |||
* Cards #24, 27, 28, and 30 are not available in the Ruby parallel. | |||
* Cards # | |||
* Cards # | |||
* Cards # | |||
<sql2wiki database="carddb"> | <sql2wiki database="carddb"> | ||
SELECT num,player,info FROM cards WHERE (year = | SELECT num,player,info FROM cards WHERE (year = 2024) AND (setname = 'Panini Flawless Legendary Memorabilia Platinum') | ||
ORDER BY num ASC; | ORDER BY num ASC; | ||
</sql2wiki> | </sql2wiki> | ||
===Spikes=== | ===Spikes=== | ||
Each Spikes is serial-numbered to ten. | |||
<sql2wiki database="carddb"> | <sql2wiki database="carddb"> | ||
SELECT num,player | SELECT num,player FROM cards WHERE (year = 2024) AND (setname = 'Panini Flawless Spikes') | ||
ORDER BY num ASC; | ORDER BY num ASC; | ||
</sql2wiki> | </sql2wiki> | ||
===Bat Nameplates=== | |||
Both Bat Nameplates are ones-of-one. | |||
Both Bat | |||
<sql2wiki database="carddb"> | <sql2wiki database="carddb"> | ||
SELECT num,player,info FROM cards WHERE (year = | SELECT num,player,info FROM cards WHERE (year = 2024) AND (setname = 'Panini Flawless Bat Nameplates') | ||
ORDER BY num +0 ASC; | ORDER BY num +0 ASC; | ||
</sql2wiki> | </sql2wiki> | ||
===Bat Knobs=== | ===Bat Knobs=== | ||
Each Bat Knob is a one-of-one. | Each Bat Knob is a one-of-one. | ||
<sql2wiki database="carddb"> | <sql2wiki database="carddb"> | ||
SELECT num,player,info FROM cards WHERE (year = | SELECT num,player,info FROM cards WHERE (year = 2024) AND (setname = 'Panini Flawless Bat Knobs') | ||
ORDER BY num ASC; | ORDER BY num ASC; | ||
</sql2wiki> | </sql2wiki> | ||
===Dual Patches=== | ===Dual Patches=== | ||
Each Dual Patch is serial-numbered and also available in the following parallels. | |||
Each Dual Patch is serial-numbered | |||
* Ruby (serial-numbered to 20 copies) | * Ruby (serial-numbered to 20 copies) | ||
Line 217: | Line 131: | ||
'''NOTES''' | '''NOTES''' | ||
* Cards # | * Cards #1, 10, 15, 21, 23, 27, and 32 are not available in the Ruby parallel. | ||
* Cards # | * Cards #3, 6, 8, 9, 11, 12, 13, 14, 19, 22, 26, 28, 29, 30, 33, and 35 are not available in the Ruby or Sapphire parallels. | ||
* Cards #24 and 34 are not available in the Ruby, Sapphire, or Gold parallels. | |||
* Card #31 is not available in the Ruby, Sapphire, Gold, or Emerald parallels | |||
* Cards # | |||
* Card # | |||
<sql2wiki database="carddb"> | <sql2wiki database="carddb"> | ||
SELECT num,player, | SELECT num,player,serial FROM cards WHERE (year = 2024) AND (setname = 'Panini Flawless Dual Patches') | ||
ORDER BY num ASC; | ORDER BY num ASC; | ||
</sql2wiki> | </sql2wiki> | ||
===Dual Prospect Patches=== | |||
Each Dual Patch is serial-numbered and also available in the following parallels. | |||
Each | |||
* Ruby (serial-numbered to 20 copies) | * Ruby (serial-numbered to 20 copies) | ||
Line 267: | Line 152: | ||
'''NOTES''' | '''NOTES''' | ||
* Cards # | * Cards #2, 3, 19, 20, 22, 28, 29, 30, 31, 32, and 33 are not available in the Ruby parallel. | ||
* Cards #4, 17, and 21 are not available in the Ruby or Sapphire parallels. | |||
* Cards # | * Card #7 is not available in the Ruby, Sapphire, or Gold parallels. | ||
* Card # | * Cards #9 and 11 are not available in the Sapphire parallel. | ||
<sql2wiki database="carddb"> | <sql2wiki database="carddb"> | ||
SELECT num,player, | SELECT num,player,serial FROM cards WHERE (year = 2024) AND (setname = 'Panini Flawless Dual Prospect Patches') | ||
ORDER BY num ASC; | ORDER BY num +0 ASC; | ||
</sql2wiki> | </sql2wiki> | ||
<!-- | |||
==Autographs== | ==Autographs== |
Revision as of 14:52, 14 May 2025
Description
2024-25 Panini Flawless is an 100-card set released May 14th, 2025. Each ten-card box will yield one jewel-encrusted base card or parallel serial-numbered to 20 copies or fewer, two game-used cards, and seven autographs.
Distribution
Ten cards per box. Two boxes per case. Hobby only.
Reviews
Checklist
Base Set
NOTE: Each base card is serial-numbered to 25 copies and comes with a diamond embedded on the card.
- 1 Pedro Martinez
- 2 Evan Carter
- 3 George Lombard, Jr.
- 4 Colt Keith
- 5 Marcelo Mayer
- 6 Aaron Judge
- 7 Cade Horton
- 8 Jacob Gonzalez
- 9 Bobby Witt, Jr.
- 10 Joe Mauer
- 11 Adael Amador
- 12 Roger Clemens
- 13 Nolan Ryan
- 14 Adam Wainwright
- 15 Jack Leiter
- 16 Kyle Teel
- 17 Aidan Miller
- 18 Tommy Troy
- 19 Abner Uribe
- 20 Brayden Taylor
- 21 Paul Skenes
- 22 Drew Thorpe
- 23 Roy Halladay
- 24 George Brett
- 25 Termarr Johnson
- 26 Jackson Chourio
- 27 Joey Loperfido
- 28 Leo De Vries
- 29 Blake Mitchell
- 30 Reggie Jackson
- 31 Dylan Crews
- 32 Heston Kjerstad
- 33 Brock Porter
- 34 Brando Mayea
- 35 Cal Ripken, Jr.
- 36 Junior Caminero
- 37 Bryce Eldridge
- 38 Mariano Rivera
- 39 Brock Wilken
- 40 Rickey Henderson
- 41 Nolan Schanuel
- 42 Jacob Misiorowski
- 43 Carson Williams
- 44 Brooks Lee
- 45 Jacob Wilson
- 46 Gunnar Henderson
- 47 Colson Montgomery
- 48 Ichiro
- 49 Jackson Merrill
- 50 Pete Rose
- 51 Ethan Salas
- 52 Albert Pujols
- 53 Yadier Molina
- 54 Sebastian Walcott
- 55 Brice Matthews
- 56 Kyle Manzardo
- 57 Enrique Bradfield, Jr.
- 58 Ronny Mauricio
- 59 Jordan Westburg
- 60 Austin Wells
- 61 Ken Griffey, Jr.
- 62 Roman Anthony
- 63 Greg Maddux
- 64 James Wood
- 65 Francisco Vilorio
Legends
- 66 Ty Cobb
- 67 Eddie Collins
- 68 Willie Mays
- 69 Jackie Robinson
- 70 Roy Campanella
- 71 Christy Mathewson
- 72 Mel Ott
- 73 Pee Wee Reese
- 74 Joe DiMaggio
- 75 Roberto Clemente
- 76 Bob Gibson
- 77 Yogi Berra
- 78 Walter Johnson
- 79 Eddie Mathews
- 80 Ernie Banks
- 81 Phil Rizzuto
- 82 Satchel Paige
- 83 Jimmie Foxx
- 84 Lou Gehrig
- 85 Honus Wagner
- 86 Joe Jackson
- 87 Roger Maris
- 88 Grover Alexander
- 89 Tris Speaker
- 90 Edd Roush
USA Baseball
- 91 Mark McGwire
- 92 Dylan Crews
- 93 Paul Skenes
- 94 Bobby Witt, Jr.
- 95 Joe Mauer
- 96 Will Clark
- 97 Bryce Eldridge
- 98 Brayden Taylor
- 99 Rhett Lowder
- 100 Frank Thomas
Parallels
All 100 base cards are available in the following parallels.
- Sapphire (serial-numbered to fifteen)
- Gold (serial-numbered to ten)
- Emerald (serial-numbered to five)
- Pink (serial-numbered to two; exclusive to 1st Off the Line packs)
- Platinum (one-of-one)
Inserts
Triple Crown
Each Triple Crown is serial-numbered to 25 copies and also available in the following parallels.
- Gold (serial-numbered to ten)
- Platinum (one-of-one)
- 1 Randy Johnson
- 2 Jimmie Foxx
- 3 Roger Clemens
- 4 Johan Santana
- 5 Steve Carlton
- 6 Lefty Gomez
- 7 Lou Gehrig
- 8 Bob Feller
- 9 Chuck Klein
- 10 Christy Mathewson
- 11 Nap Lajoie
- 12 Joe Medwick
- 13 Rogers Hornsby
- 14 Mule Suttles
- 15 Ty Cobb
- 16 Lefty Gomez
- 17 Jake Peavy
- 18 Christy Mathewson
- 19 Pedro Martinez
- 20 Dwight Gooden
Red, White, & Blue
Each Red, White, & Blue is serial-numbered to 25 copies and also available in the following parallels.
- Gold (serial-numbered to ten)
- Platinum (one-of-one)
- 1 Robin Ventura
- 2 Bobby Witt, Jr.
- 3 Nomar Garciaparra
- 4 Ryan Howard
- 5 Will Clark
- 6 Rhett Lowder
- 7 Buster Posey
- 8 Kyle Teel
- 9 Mark McGwire
- 10 Heston Kjerstad
- 11 Jake Arrieta
- 12 Dustin Pedroia
- 13 Dylan Crews
- 14 Ryan Zimmerman
- 15 Paul Skenes
One-of-one Jeweled Inserts
- 1 Buster Posey / Ivan Rodriguez / Johnny Bench / Mike Piazza "Backstop Legends"
- 1 Bobby Witt, Jr. "Bobby Baseball"
- 1 Dylan Crews "Crews Missle"
- 1 Evan Carter "2023 Champion"
- 1 Joe Mauer "2024 HOF Class"
- 1 Ken Griffey, Jr. "The Kid"
- 1 Paul Skenes "No. 1 Pick"
- 1 Pete Rose "Charlie Hustle"
- 1 Stan Musial "Stan the Man"
Game-Used
Legendary Memorabilia
Each Legendary Memorabilia is serial-numbered to 25 copies and also available in the following parallels.
- Ruby (serial-numbered to 20 copies)
- Sapphire (serial-numbered to fifteen)
- Gold (serial-numbered to ten)
- Emerald (serial-numbered to five)
- Platinum (one-of-one)
NOTES
- Cards #2 and 7 are not available in the Ruby or Sapphire parallels.
- Cards #8 and 19 are not available in the Ruby, Sapphire or Gold parallels.
- Cards #24, 27, 28, and 30 are not available in the Ruby parallel.
- 1 Luke Appling
- 10 Rogers Hornsby
- 11 Bob Feller
- 13 Tom Seaver
- 14 Ernie Banks
- 15 Mel Ott
- 16 Ken Boyer
- 17 Lou Boudreau
- 18 Whitey Ford
- 19 Jimmie Foxx
- 2 Bill Dickey
- 20 Stan Musial
- 21 Joe Cronin
- 22 Al Kaline
- 23 Frankie Frisch
- 24 Charlie Gehringer
- 25 Early Wynn
- 26 Harmon Killebrew
- 27 Lou Gehrig
- 28 Enos Slaughter
- 29 Warren Spahn
- 3 Gil Hodges
- 30 Willie McCovey
- 4 Duke Snider
- 5 Roger Maris
- 6 Bob Lemon
- 7 Phil Niekro
- 8 Lefty Gomez
- 9 Luis Aparicio
Spikes
Each Spikes is serial-numbered to ten.
- 1 Rickey Henderson
- 10 Gunnar Henderson
- 11 Leo De Vries
- 12 Dylan Crews
- 13 Spencer Jones
- 14 James Wood
- 15 Ethan Salas
- 2 Bobby Witt, Jr.
- 3 Paul Skenes
- 4 Junior Caminero
- 5 David Ortiz
- 6 Marcelo Mayer
- 7 Jimmy Rollins
- 8 Jordan Lawlar
- 9 Ken Griffey, Jr.
Bat Nameplates
Both Bat Nameplates are ones-of-one.
- 1 Rafael Palmeiro
- 2 Wade Boggs
- 3 Orlando Cepeda
- 4 Jeff Bagwell
- 5 Scott Rolen
- 6 Jose Canseco
- 7 Alex Rodriguez
- 8 Brooks Robinson
- 9 Harry Hooper
- 10 Ken Boyer
Bat Knobs
Each Bat Knob is a one-of-one.
- 1 Al Kaline
- 10 Gary Carter
- 2 Willie Stargell
- 3 Orlando Cepeda
- 4 Lou Brock
- 5 Goose Goslin
- 6 Eddie Mathews
- 7 Willie McCovey
- 8 Tony Gwynn
- 9 George Sisler
Dual Patches
Each Dual Patch is serial-numbered and also available in the following parallels.
- Ruby (serial-numbered to 20 copies)
- Sapphire (serial-numbered to fifteen)
- Gold (serial-numbered to ten)
- Emerald (serial-numbered to five)
- Platinum (one-of-one)
NOTES
- Cards #1, 10, 15, 21, 23, 27, and 32 are not available in the Ruby parallel.
- Cards #3, 6, 8, 9, 11, 12, 13, 14, 19, 22, 26, 28, 29, 30, 33, and 35 are not available in the Ruby or Sapphire parallels.
- Cards #24 and 34 are not available in the Ruby, Sapphire, or Gold parallels.
- Card #31 is not available in the Ruby, Sapphire, Gold, or Emerald parallels
- 1 Jim Rice 20
- 10 Ivan Rodriguez 20
- 11 Tom Glavine 25
- 12 Bob Turley 25
- 13 Mark Grace 25
- 14 Andres Galarraga 25
- 15 Rod Carew 20
- 16 Eddie Murray 25
- 17 Adam Dunn 25
- 18 Roberto Alomar 25
- 19 Gary Carter 15
- 2 Ted Simmons 25
- 20 Paul O'Neill 25
- 21 Lee Smith 25
- 22 Wade Boggs 15
- 23 Fred Lynn 25
- 24 Larry Doby 10
- 25 Michael Young 25
- 26 Ozzie Smith 15
- 27 Jeff Bagwell 20
- 28 Harmon Killebrew 15
- 29 Tommy Lasorda 15
- 3 Al Kaline 15
- 30 Lou Boudreau 15
- 31 Roberto Clemente 5
- 32 Don Sutton 25
- 33 Willie Stargell 20
- 34 Luis Aparicio 10
- 35 Eddie Mathews 15
- 4 Joe Carter 25
- 5 Justin Upton 25
- 6 Joe Torre 20
- 7 Hanley Ramirez 25
- 8 Bobby Murcer 15
- 9 Steve Garvey 15
Dual Prospect Patches
Each Dual Patch is serial-numbered and also available in the following parallels.
- Ruby (serial-numbered to 20 copies)
- Sapphire (serial-numbered to fifteen)
- Gold (serial-numbered to ten)
- Emerald (serial-numbered to five)
- Platinum (one-of-one)
NOTES
- Cards #2, 3, 19, 20, 22, 28, 29, 30, 31, 32, and 33 are not available in the Ruby parallel.
- Cards #4, 17, and 21 are not available in the Ruby or Sapphire parallels.
- Card #7 is not available in the Ruby, Sapphire, or Gold parallels.
- Cards #9 and 11 are not available in the Sapphire parallel.
- 1 Ethan Salas 25
- 2 Anthony Gutierrez 20
- 3 Brock Porter 16
- 4 Sebastian Walcott 10
- 5 Chase Dollander 25
- 6 Myles Naylor 25
- 7 Chase Davis 19
- 8 Dylan Crews 25
- 9 Ryan Clifford 18
- 10 Charlee Soto 25
- 11 Brandon Sproat 25
- 12 Jackson Chourio 25
- 13 Brock Wilken 25
- 14 Rhett Lowder 25
- 15 James Triantos 25
- 16 Mike Boeve 25
- 17 Chase Petty 25
- 18 Will Warren 25
- 19 Yohandy Morales 25
- 20 Matt Shaw 25
- 21 Brady House 22
- 22 Spencer Jones 25
- 23 Marcelo Mayer 25
- 24 Kyle Teel 25
- 25 Tink Hence 25
- 26 Kevin Parada 25
- 28 George Lombard, Jr. 20
- 29 Connor Norby 25
- 30 Josue De Paula 25
- 31 Mac Horvath 20
- 32 Enrique Bradfield, Jr. 20
- 33 Brice Matthews 20
- 34 Thomas Saggese 25
- 35 Jacob Misiorowski 25
Panini Flawless |
---|