mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 00:49:18 +00:00
Added Sun & Moon for other languages
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -5,6 +5,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Nosepass",
|
||||
fr: "Tarinor",
|
||||
es: "Nosepass",
|
||||
it: "Nosepass",
|
||||
pt: "Nosepass",
|
||||
de: "Nasgnet"
|
||||
},
|
||||
illustrator: "Anesaki Dynamic",
|
||||
rarity: "Common",
|
||||
@ -31,10 +35,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Draw Toward",
|
||||
fr: "Attirance",
|
||||
es: "Acercamiento",
|
||||
it: "Attrazione Mirata",
|
||||
pt: "Chega Mais",
|
||||
de: "Anziehen"
|
||||
},
|
||||
effect: {
|
||||
en: "Switch 1 of your opponent's Benched Pokémon with their Active Pokémon.",
|
||||
en: "Switch 1 of your opponent’s Benched Pokémon with their Active Pokémon.",
|
||||
fr: "Échangez l’un des Pokémon de Banc de votre adversaire avec son Pokémon Actif.",
|
||||
es: "Cambia 1 de los Pokémon en Banca de tu rival por su Pokémon Activo.",
|
||||
it: "Scambia uno dei Pokémon nella panchina del tuo avversario con il suo Pokémon attivo.",
|
||||
pt: "Troque 1 dos Pokémon no Banco do seu oponente pelo Pokémon Ativo dele(a).",
|
||||
de: "Tausche 1 Pokémon auf der Bank deines Gegners gegen sein Aktives Pokémon aus."
|
||||
},
|
||||
|
||||
},
|
||||
@ -47,10 +59,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Zap Cannon",
|
||||
fr: "Élecanon",
|
||||
es: "Electrocañón",
|
||||
it: "Falcecannone",
|
||||
pt: "Canhão Zap",
|
||||
de: "Blitzkanone"
|
||||
},
|
||||
effect: {
|
||||
en: "This Pokémon can't use Zap Cannon during your next turn.",
|
||||
en: "This Pokémon can’t use Zap Cannon during your next turn.",
|
||||
fr: "Ce Pokémon ne peut pas utiliser Élecanon pendant votre prochain tour.",
|
||||
es: "Este Pokémon no puede usar Electrocañón durante tu próximo turno.",
|
||||
it: "Durante il tuo prossimo turno, questo Pokémon non può usare Falcecannone.",
|
||||
pt: "Este Pokémon não poderá usar Canhão Zap durante a sua próxima vez de jogar.",
|
||||
de: "Dieses Pokémon kann Blitzkanone während deines nächsten Zuges nicht einsetzen."
|
||||
},
|
||||
damage: 50,
|
||||
|
||||
|
Reference in New Issue
Block a user