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: "Vanilluxe",
|
||||
fr: "Sorbouboul",
|
||||
es: "Vanilluxe",
|
||||
it: "Vanilluxe",
|
||||
pt: "Vanilluxe",
|
||||
de: "Gelatwino"
|
||||
},
|
||||
illustrator: "Ayaka Yoshida",
|
||||
rarity: "Rare",
|
||||
@ -21,6 +25,10 @@ const card: Card = {
|
||||
evolveFrom: {
|
||||
en: "Vanillish",
|
||||
fr: "Sorboul",
|
||||
es: "Vanillish",
|
||||
it: "Vanillish",
|
||||
pt: "Vanillish",
|
||||
de: "Gelatroppo"
|
||||
},
|
||||
stage: "Stage2",
|
||||
|
||||
@ -34,10 +42,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Frigid Breath",
|
||||
fr: "Souffle Glaçon",
|
||||
es: "Aliento Frígido",
|
||||
it: "Alitopolare",
|
||||
pt: "Hálito Glacial",
|
||||
de: "Kühler Atem"
|
||||
},
|
||||
effect: {
|
||||
en: "Until the end of your next turn, each player can’t play any Supporter or Stadium cards from his or her hand.",
|
||||
en: "Until the end of your next turn, each player can't play any Supporter or Stadium cards from his or her hand.",
|
||||
fr: "Jusqu'à la fin de votre prochain tour, aucun joueur ne peut jouer de cartes Supporter ou Stade de sa main.",
|
||||
es: "Hasta el final de tu próximo turno, los jugadores no pueden jugar ninguna carta de Partidario o Estadio de su mano.",
|
||||
it: "Nessun giocatore può giocare carte Aiuto o Stadio dalla propria mano fino alla fine del tuo prossimo turno.",
|
||||
pt: "Até o fim da sua próxima vez de jogar, nenhum jogador poderá jogar um card de Apoiador ou de Estádio da sua mão.",
|
||||
de: "Bis zum Ende deines nächsten Zuges darf kein Spieler Unterstützer- oder Stadionkarten von seiner Hand spielen."
|
||||
},
|
||||
damage: 30,
|
||||
|
||||
@ -51,10 +67,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Deep Freeze",
|
||||
fr: "Gel Intense",
|
||||
es: "Congelación Profunda",
|
||||
it: "Grande Freddo",
|
||||
pt: "Congelamento Profundo",
|
||||
de: "Tiefkühlung"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, your opponent’s Active Pokémon is now Paralyzed. If tails, your opponent’s Active Pokémon is now Confused.",
|
||||
en: "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed. If tails, your opponent's Active Pokémon is now Confused.",
|
||||
fr: "Lancez une pièce. Si c'est face, le Pokémon Actif de votre adversaire est maintenant Paralysé. Si c'est pile, le Pokémon Actif de votre adversaire est maintenant Confus.",
|
||||
es: "Lanza 1 moneda. Si sale cara, el Pokémon Activo de tu rival pasa a estar Paralizado. Si sale cruz, el Pokémon Activo de tu rival pasa a estar Confundido.",
|
||||
it: "Lancia una moneta. Se esce testa, il Pokémon attivo del tuo avversario viene paralizzato. Se esce croce, il Pokémon attivo del tuo avversario viene confuso.",
|
||||
pt: "Jogue uma moeda. Se sair cara, o Pokémon Ativo do seu oponente será Paralisado. Se sair coroa, o Pokémon Ativo do seu oponente ficará Confuso.",
|
||||
de: "Wirf 1 Münze. Bei \"Kopf\" ist das Aktive Pokémon deines Gegners jetzt paralysiert. Bei \"Zahl\" ist das Aktive Pokémon deines Gegners jetzt verwirrt."
|
||||
},
|
||||
damage: 70,
|
||||
|
||||
|
Reference in New Issue
Block a user