mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-20 11:09:19 +00:00
fix: SV sets now have their illustrator set (#743)
This commit is contained in:
@ -9,7 +9,8 @@ const card: Card = {
|
||||
fr: "Pepper",
|
||||
es: "Damián",
|
||||
it: "Pepe",
|
||||
de: "Pepper"
|
||||
de: "Pepper",
|
||||
pt: "Arven"
|
||||
},
|
||||
|
||||
rarity: "Special illustration rare",
|
||||
@ -20,7 +21,8 @@ const card: Card = {
|
||||
fr: "Cherchez dans votre deck une carte Objet et une carte Outil Pokémon, montrez-les, puis ajoutez-les à votre main. Mélangez ensuite votre deck.",
|
||||
es: "Busca en tu baraja 1 carta de Objeto y 1 carta de Herramienta Pokémon, enséñalas y ponlas en tu mano. Después, baraja las cartas de tu baraja.",
|
||||
it: "Cerca nel tuo mazzo una carta Strumento e una carta Oggetto Pokémon, mostrale e aggiungile alle carte che hai in mano. Poi rimischia le carte del tuo mazzo.",
|
||||
de: "Durchsuche dein Deck nach 1 Itemkarte und 1 Pokémon-Ausrüstung, zeige sie deinem Gegner und nimm sie auf deine Hand. Mische anschließend dein Deck."
|
||||
de: "Durchsuche dein Deck nach 1 Itemkarte und 1 Pokémon-Ausrüstung, zeige sie deinem Gegner und nimm sie auf deine Hand. Mische anschließend dein Deck.",
|
||||
pt: "Procure por uma carta de Item e uma carta de Ferramenta Pokémon no seu baralho, revele-as e coloque-as na sua mão. Em seguida, embaralhe o seu baralho."
|
||||
},
|
||||
|
||||
trainerType: "Supporter",
|
||||
@ -29,7 +31,9 @@ const card: Card = {
|
||||
variants: {
|
||||
normal: false,
|
||||
reverse: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "aspara"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user