mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-11 08:21:59 +00:00
feat: Added XY Datas for other languages (#265)
This commit is contained in:
@@ -5,6 +5,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Floatzel",
|
||||
fr: "Mustéflott",
|
||||
es: "Floatzel",
|
||||
it: "Floatzel",
|
||||
pt: "Floatzel",
|
||||
de: "Bojelin"
|
||||
},
|
||||
illustrator: "Kanako Eo",
|
||||
rarity: "Rare",
|
||||
@@ -21,6 +25,10 @@ const card: Card = {
|
||||
evolveFrom: {
|
||||
en: "Buizel",
|
||||
fr: "Mustébouée",
|
||||
es: "Buizel",
|
||||
it: "Buizel",
|
||||
pt: "Buizel",
|
||||
de: "Bamelin"
|
||||
},
|
||||
stage: "Stage1",
|
||||
|
||||
@@ -33,10 +41,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Rescue",
|
||||
fr: "Rescousse",
|
||||
es: "Rescate",
|
||||
it: "Salvataggio",
|
||||
pt: "Resgate",
|
||||
de: "Bergen"
|
||||
},
|
||||
effect: {
|
||||
en: "Shuffle 3 Pokémon from your discard pile into your deck.",
|
||||
fr: "Mélangez 3 Pokémon de votre pile de défausse avec votre deck.",
|
||||
es: "Pon 3 Pokémon de tu pila de descartes en tu baraja y baraja todas las cartas.",
|
||||
it: "Rimischia tre Pokémon dalla tua pila degli scarti nel tuo mazzo.",
|
||||
pt: "Embaralhe 3 Pokémon da sua pilha de descarte no seu baralho.",
|
||||
de: "Nimm 3 Pokémon aus deinem Ablagestapel und mische sie in dein Deck."
|
||||
},
|
||||
|
||||
},
|
||||
@@ -48,10 +64,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Screw Tail",
|
||||
fr: "Queue Cloutée",
|
||||
es: "Cola Tornillo",
|
||||
it: "Avvitacoda",
|
||||
pt: "Cauda Parafuso",
|
||||
de: "Schraubschwanz"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, discard an Energy attached to your opponent’s Active Pokémon.",
|
||||
fr: "Lancez une pièce. Si c’est face, défaussez une Énergie attachée au Pokémon Actif de votre adversaire.",
|
||||
en: "Flip a coin. If heads, discard an Energy attached to your opponent's Active Pokémon.",
|
||||
fr: "Lancez une pièce. Si c'est face, défaussez une Énergie attachée au Pokémon Actif de votre adversaire.",
|
||||
es: "Lanza 1 moneda. Si sale cara, descarta 1 Energía unida al Pokémon Activo de tu rival.",
|
||||
it: "Lancia una moneta. Se esce testa, scarta un'Energia assegnata al Pokémon attivo del tuo avversario.",
|
||||
pt: "Jogue uma moeda. Se sair cara, descarte uma Energia ligada ao Pokémon Ativo do seu oponente.",
|
||||
de: "Wirf 1 Münze. Lege bei \"Kopf\" 1 an das Aktive Pokémon deines Gegners angelegte Energie auf den Ablagestapel deines Gegners."
|
||||
},
|
||||
damage: 30,
|
||||
|
||||
|
Reference in New Issue
Block a user