mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 00:49:18 +00:00
feat: Added XY Datas for other languages (#265)
This commit is contained in:
@ -5,6 +5,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Whimsicott",
|
||||
fr: "Farfaduvet",
|
||||
es: "Whimsicott",
|
||||
it: "Whimsicott",
|
||||
pt: "Whimsicott",
|
||||
de: "Elfun"
|
||||
},
|
||||
illustrator: "Atsuko Nishida",
|
||||
rarity: "Uncommon",
|
||||
@ -21,6 +25,10 @@ const card: Card = {
|
||||
evolveFrom: {
|
||||
en: "Cottonee",
|
||||
fr: "Doudouvet",
|
||||
es: "Cottonee",
|
||||
it: "Cottonee",
|
||||
pt: "Cottonee",
|
||||
de: "Waumboll"
|
||||
},
|
||||
stage: "Stage1",
|
||||
|
||||
@ -33,10 +41,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Windy Mischief",
|
||||
fr: "Espièglerie Venteuse",
|
||||
es: "Jugarreta Torbellino",
|
||||
it: "Vento Birichino",
|
||||
pt: "Travessura Ventosa",
|
||||
de: "Windiges Unheil"
|
||||
},
|
||||
effect: {
|
||||
en: "Move all damage counters from 1 of your Benched Pokémon to your opponent’s Active Pokémon.",
|
||||
en: "Move all damage counters from 1 of your Benched Pokémon to your opponent's Active Pokémon.",
|
||||
fr: "Déplacez tous les marqueurs de dégâts de l'un de vos Pokémon de Banc vers le Pokémon Actif de votre adversaire.",
|
||||
es: "Mueve todos los contadores de daño de 1 de tus Pokémon en Banca al Pokémon Activo de tu rival.",
|
||||
it: "Sposta tutti i segnalini danno da uno dei tuoi Pokémon in panchina al Pokémon attivo del tuo avversario.",
|
||||
pt: "Mova todos os marcadores de danos acima de 1 dos seus Pokémon no Banco para o Pokémon Ativo do seu oponente.",
|
||||
de: "Verschiebe alle Schadensmarken von 1 Pokémon auf deiner Bank auf das Aktive Pokémon deines Gegners."
|
||||
},
|
||||
|
||||
},
|
||||
@ -48,6 +64,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Rolling Tackle",
|
||||
fr: "Roulé-Boulé",
|
||||
es: "Placaje Giro",
|
||||
it: "Rollazione",
|
||||
pt: "Golpe de Colisão Rolante",
|
||||
de: "Rolltackle"
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
|
Reference in New Issue
Block a user