1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 08:19:17 +00:00

feat: Added XY Datas for other languages (#265)

This commit is contained in:
2022-03-31 11:01:32 +02:00
committed by GitHub
parent fc74c637d3
commit 4ec775fe56
1694 changed files with 23608 additions and 4670 deletions

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Fletchinder",
fr: "Braisillon",
es: "Fletchinder",
it: "Fletchinder",
pt: "Fletchinder",
de: "Dartignis"
},
illustrator: "Naoyo Kimura",
@ -25,6 +29,10 @@ const card: Card = {
evolveFrom: {
en: "Fletchling",
fr: "Passerouge",
es: "Fletchling",
it: "Fletchling",
pt: "Fletchling",
de: "Dartiri"
},
stage: "Stage1",
@ -37,10 +45,18 @@ const card: Card = {
name: {
en: "Peck Off",
fr: "Picpic Piqueur",
es: "Picotear",
it: "Sbeccata",
pt: "Arrancar com Bico",
de: "Lospicken"
},
effect: {
en: "Before doing damage, discard all Pokémon Tool cards attached to your opponents Active Pokémon.",
en: "Before doing damage, discard all Pokémon Tool cards attached to your opponent's Active Pokémon.",
fr: "Avant d'infliger des dégâts, défaussez toutes les cartes Outil Pokémon attachées au Pokémon Actif de votre adversaire.",
es: "Antes de infligir daño, descarta todas las cartas de Herramienta Pokémon unidas al Pokémon Activo de tu rival.",
it: "Prima di infliggere il danno, scarta tutte le carte Oggetto Pokémon assegnate al Pokémon attivo del tuo avversario.",
pt: "Antes de causar danos, descarte todos os cards de Ferramenta Pokémon ligados ao Pokémon Ativo do seu oponente.",
de: "Lege, bevor du Schaden zufügst, alle an das Aktive Pokémon deines Gegners angelegten Pokémon-Ausrüstungen auf den Ablagestapel deines Gegners."
},
damage: 10,