mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 08:59: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: "Chandelure",
|
||||
fr: "Lugulabre",
|
||||
es: "Chandelure",
|
||||
it: "Chandelure",
|
||||
pt: "Chandelure",
|
||||
de: "Skelabra"
|
||||
},
|
||||
illustrator: "PLANETA",
|
||||
rarity: "Rare",
|
||||
@ -21,6 +25,10 @@ const card: Card = {
|
||||
evolveFrom: {
|
||||
en: "Lampent",
|
||||
fr: "Mélancolux",
|
||||
es: "Lampent",
|
||||
it: "Lampent",
|
||||
pt: "Lampent",
|
||||
de: "Laternecto"
|
||||
},
|
||||
stage: "Stage2",
|
||||
|
||||
@ -29,11 +37,19 @@ const card: Card = {
|
||||
type: "Ability",
|
||||
name: {
|
||||
en: "Fainting Spell",
|
||||
fr: "Sort d’Évanouissement",
|
||||
fr: "Sort d'Évanouissement",
|
||||
es: "Hechizo Desmayo",
|
||||
it: "Esaustoformula",
|
||||
pt: "Feitiço do Abatimento",
|
||||
de: "Ohnmachtsanfall"
|
||||
},
|
||||
effect: {
|
||||
en: "If this Pokémon is Knocked Out by damage from an opponent’s attack, flip a coin. If heads, the Attacking Pokémon is Knocked Out.",
|
||||
fr: "Si ce Pokémon est mis K.O. par les dégâts d’une attaque de votre adversaire, lancez une pièce. Si c’est face, le Pokémon Attaquant est mis K.O.",
|
||||
en: "If this Pokémon is Knocked Out by damage from an opponent's attack, flip a coin. If heads, the Attacking Pokémon is Knocked Out.",
|
||||
fr: "Si ce Pokémon est mis K.O. par les dégâts d'une attaque de votre adversaire, lancez une pièce. Si c'est face, le Pokémon Attaquant est mis K.O.",
|
||||
es: "Si este Pokémon queda Fuera de Combate por el daño de un ataque de tu rival, lanza 1 moneda. Si sale cara, el Pokémon Atacante queda Fuera de Combate.",
|
||||
it: "Se questo Pokémon viene messo KO dai danni inflitti da un attacco del tuo avversario, lancia una moneta. Se esce testa, il Pokémon attaccante viene messo KO.",
|
||||
pt: "Se este Pokémon for Nocauteado por danos de um ataque do oponente, jogue uma moeda. Se sair cara, o Pokémon Atacante será Nocauteado.",
|
||||
de: "Wenn dieses Pokémon durch Schaden eines gegnerischen Angriffs kampfunfähig wird, wirf 1 Münze. Bei \"Kopf\" wird das Angreifende Pokémon kampfunfähig."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -47,10 +63,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Cursed Drop",
|
||||
fr: "Chute Maudite",
|
||||
es: "Caída Maldita",
|
||||
it: "Caduta Maledetta",
|
||||
pt: "Queda Amaldiçoada",
|
||||
de: "Verfluchter Fall"
|
||||
},
|
||||
effect: {
|
||||
en: "Put 6 damage counters on your opponent’s Pokémon in any way you like.",
|
||||
en: "Put 6 damage counters on your opponent's Pokémon in any way you like.",
|
||||
fr: "Placez 6 marqueurs de dégâts sur les Pokémon de votre adversaire, de la manière que vous voulez.",
|
||||
es: "Pon 6 contadores de daño en los Pokémon de tu rival de la manera que desees.",
|
||||
it: "Distribuisci a piacimento sei segnalini danno sui Pokémon del tuo avversario.",
|
||||
pt: "Coloque 6 contadores de danos nos Pokémon do seu oponente do jeito que desejar.",
|
||||
de: "Verteile 6 Schadensmarken beliebig auf die Pokémon deines Gegners."
|
||||
},
|
||||
|
||||
},
|
||||
|
Reference in New Issue
Block a user