mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 17:09:19 +00:00
@ -27,17 +27,17 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/xy/xy5/151/low.png",
|
||||
fr: "https://assets.tcgdex.net/fr/xy/xy5/151/low.png",
|
||||
en: "https://assets.tcgdex.net/en/xy/xy5/151/low",
|
||||
fr: "https://assets.tcgdex.net/fr/xy/xy5/151/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/xy/xy5/151/high.png",
|
||||
fr: "https://assets.tcgdex.net/fr/xy/xy5/151/high.png",
|
||||
en: "https://assets.tcgdex.net/en/xy/xy5/151/high",
|
||||
fr: "https://assets.tcgdex.net/fr/xy/xy5/151/high",
|
||||
},
|
||||
},
|
||||
|
||||
evolveFrom: {
|
||||
en: "Primal Groudon-EX",
|
||||
en: "Groudon-EX",
|
||||
fr: "Groudon-EX",
|
||||
},
|
||||
|
||||
@ -112,4 +112,3 @@ const card: Card = {
|
||||
}
|
||||
|
||||
export default card
|
||||
|
||||
|
Reference in New Issue
Block a user