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:
@ -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 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.",
|
||||
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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user