mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +00:00
feat: Added XY Datas for other languages (#265)
This commit is contained in:
@ -29,6 +29,10 @@ const card: Card = {
|
||||
evolveFrom: {
|
||||
en: "Nidoking",
|
||||
fr: "Nidoking",
|
||||
es: "Nidoking",
|
||||
it: "Nidoking",
|
||||
pt: "Nidoking",
|
||||
de: "Nidoking"
|
||||
},
|
||||
|
||||
stage: "BREAK",
|
||||
@ -49,10 +53,10 @@ const card: Card = {
|
||||
de: "Giftiger Bohrer"
|
||||
},
|
||||
effect: {
|
||||
en: "Your opponent’s Active Pokémon is now Poisoned. Put 2 damage counters instead of 1 on that Pokémon between turns.",
|
||||
fr: "Le Pokémon Actif de votre adversaire est maintenant Empoisonné. Placez 2 marqueurs de dégâts au lieu d’un sur le Pokémon ciblé entre chaque tour.",
|
||||
en: "Your opponent's Active Pokémon is now Poisoned. Put 2 damage counters instead of 1 on that Pokémon between turns.",
|
||||
fr: "Le Pokémon Actif de votre adversaire est maintenant Empoisonné. Placez 2 marqueurs de dégâts au lieu d'un sur le Pokémon ciblé entre chaque tour.",
|
||||
es: "El Pokémon Activo de tu rival pasa a estar Envenenado. Pon 2 contadores de daño en vez de 1 en ese Pokémon entre turnos.",
|
||||
it: "Il Pokémon attivo del tuo avversario viene avvelenato. Tra un turno e l’altro, metti due segnalini danno invece di uno su quel Pokémon.",
|
||||
it: "Il Pokémon attivo del tuo avversario viene avvelenato. Tra un turno e l'altro, metti due segnalini danno invece di uno su quel Pokémon.",
|
||||
pt: "O Pokémon Ativo do seu oponente agora está Envenenado. Coloque 2 contadores de danos em vez de 1 naquele Pokémon entre as vezes de jogar.",
|
||||
de: "Das Aktive Pokémon deines Gegners ist jetzt vergiftet. Lege zwischen den Zügen 2 Schadensmarken anstelle von 1 Schadensmarke auf jenes Pokémon."
|
||||
},
|
||||
|
Reference in New Issue
Block a user