mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 08:19:17 +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: "Dragonite-GX",
|
||||
fr: "Dracolosse-GX",
|
||||
es: "Dragonite-GX",
|
||||
it: "Dragonite-GX",
|
||||
pt: "Dragonite-GX",
|
||||
de: "Dragoran-GX"
|
||||
},
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Common",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
@ -33,6 +37,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Dragon Claw",
|
||||
fr: "Dracogriffe",
|
||||
es: "Garra Dragón",
|
||||
it: "Dragartigli",
|
||||
pt: "Garra de Dragão",
|
||||
de: "Drachenklaue"
|
||||
},
|
||||
|
||||
damage: 70,
|
||||
@ -40,18 +48,26 @@ const card: Card = {
|
||||
},
|
||||
{
|
||||
cost: [
|
||||
"Water",
|
||||
"Lightning",
|
||||
"Water",
|
||||
"Colorless",
|
||||
"Colorless",
|
||||
],
|
||||
name: {
|
||||
en: "Giga Impact",
|
||||
fr: "Giga Impact",
|
||||
es: "Giga Impacto",
|
||||
it: "Gigaimpatto",
|
||||
pt: "Gigaimpacto",
|
||||
de: "Gigastoß"
|
||||
},
|
||||
effect: {
|
||||
en: "This Pokémon can't attack during your next turn.",
|
||||
en: "This Pokémon can’t attack during your next turn.",
|
||||
fr: "Ce Pokémon ne peut pas attaquer pendant votre prochain tour.",
|
||||
es: "Este Pokémon no puede atacar durante tu próximo turno.",
|
||||
it: "Questo Pokémon non può attaccare durante il tuo prossimo turno.",
|
||||
pt: "Este Pokémon não poderá atacar durante a sua próxima vez de jogar.",
|
||||
de: "Dieses Pokémon kann während deines nächsten Zuges nicht angreifen."
|
||||
},
|
||||
damage: 200,
|
||||
|
||||
@ -63,12 +79,20 @@ const card: Card = {
|
||||
"Colorless",
|
||||
],
|
||||
name: {
|
||||
en: "Dragonporter-GX",
|
||||
fr: "Dracoporteur-GX",
|
||||
en: "Dragonporter GX",
|
||||
fr: "Dracoporteur GX",
|
||||
es: "Portadragones GX",
|
||||
it: "Dragotrasporto GX",
|
||||
pt: "Dragoportal GX",
|
||||
de: "Drachenträger GX"
|
||||
},
|
||||
effect: {
|
||||
en: "Put 3 Dragon Pokémon from your discard pile onto your Bench. (You can't use more than 1 GX attack in a game.)",
|
||||
en: "Put 3 Dragon Pokémon from your discard pile onto your Bench. (You can’t use more than 1 GX attack in a game.)",
|
||||
fr: "Placez 3 Pokémon Dragon de votre pile de défausse sur votre Banc. (Vous ne pouvez utiliser qu’une attaque GX par partie.)",
|
||||
es: "Pon 3 Pokémon Dragon de tu pila de descartes en tu Banca. (No puedes usar más de 1 ataque GX en una partida).",
|
||||
it: "Prendi tre Pokémon Dragon dalla tua pila degli scarti e mettili nella tua panchina. Non puoi usare più di un attacco GX a partita.",
|
||||
pt: "Coloque 3 Pokémon Dragon da sua pilha de descarte no seu Banco (você não pode usar mais de 1 ataque GX por partida).",
|
||||
de: "Lege 3 Dragon-Pokémon aus deinem Ablagestapel auf deine Bank. (Du kannst pro Spiel nur 1 GX-Attacke einsetzen.)"
|
||||
},
|
||||
|
||||
},
|
||||
|
Reference in New Issue
Block a user