mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19: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: "Politoed",
|
||||
fr: "Tarpaud",
|
||||
es: "Politoed",
|
||||
it: "Politoed",
|
||||
pt: "Politoed",
|
||||
de: "Quaxo"
|
||||
},
|
||||
illustrator: "Atsuko Nishida",
|
||||
rarity: "Rare",
|
||||
@ -21,6 +25,10 @@ const card: Card = {
|
||||
evolveFrom: {
|
||||
en: "Poliwhirl",
|
||||
fr: "Têtarte",
|
||||
es: "Poliwhirl",
|
||||
it: "Poliwhirl",
|
||||
pt: "Poliwhirl",
|
||||
de: "Quaputzi"
|
||||
},
|
||||
stage: "Stage2",
|
||||
|
||||
@ -28,12 +36,20 @@ const card: Card = {
|
||||
{
|
||||
type: "Ability",
|
||||
name: {
|
||||
en: "King’s Song",
|
||||
en: "King's Song",
|
||||
fr: "Chant du Roi",
|
||||
es: "Canto Real",
|
||||
it: "Canto Reale",
|
||||
pt: "Canção do Rei",
|
||||
de: "Königliche Klänge"
|
||||
},
|
||||
effect: {
|
||||
en: "Ignore all Colorless Energy in the attack cost of each of your Poliwag, Poliwhirl, and Poliwrath’s attacks.",
|
||||
fr: "Ignorez toutes les Énergies Colorless dans les coûts d’attaque des attaques de vos Ptitard, Têtarte et Tartard.",
|
||||
en: "Ignore all Colorless Energy in the attack cost of each of your Poliwag, Poliwhirl, and Poliwrath's attacks.",
|
||||
fr: "Ignorez toutes les Énergies Colorless dans les coûts d'attaque des attaques de vos Ptitard, Têtarte et Tartard.",
|
||||
es: "Ignora todas las Energías Colorless en el coste de los ataques de tus Poliwag, Poliwhirl y Poliwrath.",
|
||||
it: "Ignora tutte le Energie Colorless necessarie per usare gli attacchi dei tuoi Poliwag, Poliwhirl e Poliwrath.",
|
||||
pt: "Ignore toda a Energia Colorless no custo do ataque para cada um dos ataques de seus Poliwag, Poliwhirl e Poliwrath.",
|
||||
de: "Ignoriere alle Colorless-Energien in den Angriffskosten der Attacken deiner Quapsel, Quaputzi und Quappo."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -47,6 +63,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Hyper Voice",
|
||||
fr: "Mégaphone",
|
||||
es: "Vozarrón",
|
||||
it: "Granvoce",
|
||||
pt: "Hipervoz",
|
||||
de: "Schallwelle"
|
||||
},
|
||||
|
||||
damage: 70,
|
||||
|
Reference in New Issue
Block a user