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:
@ -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 opponent’s 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,
|
||||
|
||||
|
Reference in New Issue
Block a user