mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19:18 +00:00
Added Sun & Moon for other languages
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -5,9 +5,13 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Nidoqueen",
|
||||
fr: "Nidoqueen",
|
||||
es: "Nidoqueen",
|
||||
it: "Nidoqueen",
|
||||
pt: "Nidoqueen",
|
||||
de: "Nidoqueen"
|
||||
},
|
||||
illustrator: "Midori Harada",
|
||||
rarity: "Common",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
@ -28,12 +32,20 @@ const card: Card = {
|
||||
{
|
||||
type: "Ability",
|
||||
name: {
|
||||
en: "Queen's Call",
|
||||
en: "Queen’s Call",
|
||||
fr: "Appel de la Souveraine",
|
||||
es: "Llamada de la Reina",
|
||||
it: "Richiamo del Nido",
|
||||
pt: "Chamado da Rainha",
|
||||
de: "Ruf der Königin"
|
||||
},
|
||||
effect: {
|
||||
en: "Once during your turn (before your attack), you may search your deck for a Pokémon that isn't a Pokémon-GX or Pokémon-EX, reveal it, and put it into your hand. Then, shuffle your deck.",
|
||||
en: "Once during your turn (before your attack), you may search your deck for a Pokémon that isn’t a Pokémon-GX or Pokémon-EX, reveal it, and put it into your hand. Then, shuffle your deck.",
|
||||
fr: "Une seule fois pendant votre tour (avant votre attaque), vous pouvez chercher dans votre deck un Pokémon qui n’est pas un Pokémon-GX ou un Pokémon-EX, le montrer, puis l’ajouter à votre main. Mélangez ensuite votre deck.",
|
||||
es: "Una vez durante tu turno (antes de tu ataque), puedes buscar en tu baraja 1 Pokémon que no sea 1 Pokémon-GX o Pokémon-EX, enseñarlo y ponerlo en tu mano. Después, baraja las cartas de tu baraja.",
|
||||
it: "Una sola volta durante il tuo turno, prima di attaccare, puoi cercare nel tuo mazzo un Pokémon che non sia un Pokémon-GX o un Pokémon-EX, mostrarlo e aggiungerlo alle carte che hai in mano. Poi rimischia le carte del tuo mazzo.",
|
||||
pt: "Uma vez durante a sua vez de jogar (antes de atacar), você pode procurar por 1 Pokémon que não seja um Pokémon-GX ou Pokémon-EX no seu baralho, revelá-lo e colocá-lo na sua mão. Em seguida, embaralhe o seu baralho.",
|
||||
de: "Einmal während deines Zuges (bevor du angreifst) kannst du dein Deck nach 1 Pokémon, das kein Pokémon-GX oder Pokémon-EX ist, durchsuchen, es deinem Gegner zeigen und auf deine Hand nehmen. Mische anschließend dein Deck."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -47,12 +59,20 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Power Lariat",
|
||||
fr: "Lasso Puissant",
|
||||
es: "Lazo Poderoso",
|
||||
it: "Lazo del Potere",
|
||||
pt: "Lariat Poderoso",
|
||||
de: "Powerlasso"
|
||||
},
|
||||
effect: {
|
||||
en: "This attack does 50 more damage for each Evolution Pokémon on your Bench.",
|
||||
fr: "Cette attaque inflige 50 dégâts supplémentaires pour chaque Pokémon Évolutif sur votre Banc.",
|
||||
es: "Este ataque hace 50 puntos de daño más por cada Pokémon Evolución en tu Banca.",
|
||||
it: "Questo attacco infligge 50 danni in più per ogni Pokémon Evoluzione nella tua panchina.",
|
||||
pt: "Este ataque causa 50 pontos de dano a mais para cada Pokémon de Evolução no seu Banco.",
|
||||
de: "Diese Attacke fügt 50 Schadenspunkte mehr mal der Anzahl der Entwicklungs-Pokémon auf deiner Bank zu."
|
||||
},
|
||||
damage: 10,
|
||||
damage: "10+",
|
||||
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user