1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-14 00:29:19 +00:00

feat: Added XY Datas for other languages (#265)

This commit is contained in:
2022-03-31 11:01:32 +02:00
committed by GitHub
parent fc74c637d3
commit 4ec775fe56
1694 changed files with 23608 additions and 4670 deletions

View File

@ -29,6 +29,10 @@ const card: Card = {
evolveFrom: {
en: "Omastar",
fr: "Amonistar",
es: "Omastar",
it: "Omastar",
pt: "Omastar",
de: "Amoroso"
},
stage: "BREAK",
@ -45,8 +49,8 @@ const card: Card = {
de: "Gefährliche Tentakel"
},
effect: {
en: "Once during your turn (before your attack), you may switch 1 of your opponents Benched Pokémon-EX with his or her Active Pokémon.",
fr: "Une seule fois pendant votre tour(avant votre attaque), vous pouvez échanger lun des Pokémon-EX de Banc de votre adversaire avec son Pokémon Actif.",
en: "Once during your turn (before your attack), you may switch 1 of your opponent's Benched Pokémon-EX with his or her Active Pokémon.",
fr: "Une seule fois pendant votre tour(avant votre attaque), vous pouvez échanger l'un des Pokémon-EX de Banc de votre adversaire avec son Pokémon Actif.",
es: "Una vez durante tu turno (antes de tu ataque), puedes cambiar 1 de los Pokémon-EX en Banca de tu rival por su Pokémon Activo.",
it: "Una sola volta durante il tuo turno, prima di attaccare, puoi scambiare uno dei Pokémon-EX nella panchina del tuo avversario con il suo Pokémon attivo.",
pt: "Uma vez durante sua vez de jogar (antes de atacar), você pode trocar 1 dos Pokémon-EX no Banco do seu oponente pelo Pokémon Ativo desse oponente.",
@ -55,17 +59,6 @@ const card: Card = {
},
],
attacks: [
{
name: {
fr: "Règle des Évolutions TURBO",
},
},
],
retreat: 0
}