mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-22 03:49: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: "Miraidon-ex",
|
||||
es: "Miraidon ex",
|
||||
it: "Miraidon-ex",
|
||||
de: "Miraidon-ex"
|
||||
de: "Miraidon-ex",
|
||||
pt: "Miraidon ex"
|
||||
},
|
||||
|
||||
rarity: "Hyper rare",
|
||||
@ -26,15 +27,17 @@ const card: Card = {
|
||||
fr: "Unité Tandem",
|
||||
es: "Unidad Tándem",
|
||||
it: "Unità Duplice",
|
||||
de: "Tandem-Aggregat"
|
||||
de: "Tandem-Aggregat",
|
||||
pt: "Unidade Tandem"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Once during your turn, you may search your deck for up to 2 Basic Lightning Pokémon and put them onto your Bench. Then, shuffle your deck.",
|
||||
fr: "Une fois pendant votre tour, vous pouvez chercher dans votre deck jusqu'à 2 Pokémon Lightning de base, puis les placer sur votre Banc. Mélangez ensuite votre deck.",
|
||||
es: "Una vez durante tu turno, puedes buscar en tu baraja hasta 2 Pokémon Lightning Básicos y ponerlos en tu Banca. Después, baraja las cartas de tu baraja.",
|
||||
it: "Una sola volta durante il tuo turno, puoi cercare nel tuo mazzo fino a due Pokémon Base Lightning e metterli nella tua panchina. Poi rimischia le carte del tuo mazzo.",
|
||||
de: "Einmal während deines Zuges kannst du dein Deck nach bis zu 2 Basis-Lightning-Pokémon durchsuchen und sie auf deine Bank legen. Mische anschließend dein Deck."
|
||||
en: "Once during your turn, you may search your deck for up to 2 Basic {L} Pokémon and put them onto your Bench. Then, shuffle your deck.",
|
||||
fr: "Une fois pendant votre tour, vous pouvez chercher dans votre deck jusqu'à 2 Pokémon {L} de base, puis les placer sur votre Banc. Mélangez ensuite votre deck.",
|
||||
es: "Una vez durante tu turno, puedes buscar en tu baraja hasta 2 Pokémon {L} Básicos y ponerlos en tu Banca. Después, baraja las cartas de tu baraja.",
|
||||
it: "Una sola volta durante il tuo turno, puoi cercare nel tuo mazzo fino a due Pokémon Base {L} e metterli nella tua panchina. Poi rimischia le carte del tuo mazzo.",
|
||||
de: "Einmal während deines Zuges kannst du dein Deck nach bis zu 2 Basis-{L}-Pokémon durchsuchen und sie auf deine Bank legen. Mische anschließend dein Deck.",
|
||||
pt: "Uma vez durante o seu turno, você poderá procurar por até 2 Pokémon {L} Básicos no seu baralho e colocá-los no seu Banco. Em seguida, embaralhe o seu baralho."
|
||||
}
|
||||
}],
|
||||
|
||||
@ -46,7 +49,8 @@ const card: Card = {
|
||||
fr: "Réacteur à Photons",
|
||||
es: "Cohete Fotónico",
|
||||
it: "Esplosione Fotonica",
|
||||
de: "Photonenblaster"
|
||||
de: "Photonenblaster",
|
||||
pt: "Detonador de Fótons"
|
||||
},
|
||||
|
||||
effect: {
|
||||
@ -54,7 +58,8 @@ const card: Card = {
|
||||
fr: "Pendant votre prochain tour, ce Pokémon ne peut pas attaquer.",
|
||||
es: "Durante tu próximo turno, este Pokémon no puede atacar.",
|
||||
it: "Durante il tuo prossimo turno, questo Pokémon non può attaccare.",
|
||||
de: "Während deines nächsten Zuges kann dieses Pokémon nicht angreifen."
|
||||
de: "Während deines nächsten Zuges kann dieses Pokémon nicht angreifen.",
|
||||
pt: "Durante o seu próximo turno, este Pokémon não poderá atacar."
|
||||
},
|
||||
|
||||
damage: 220
|
||||
@ -66,7 +71,9 @@ const card: Card = {
|
||||
variants: {
|
||||
normal: false,
|
||||
reverse: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "5ban Graphics"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user