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:
@ -5,6 +5,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Xerosic",
|
||||
fr: "Xanthin",
|
||||
es: "Xero",
|
||||
it: "Xante",
|
||||
pt: "Xerosic",
|
||||
de: "Xeros"
|
||||
},
|
||||
illustrator: "Yusuke Ohmura",
|
||||
rarity: "Uncommon",
|
||||
@ -24,7 +28,11 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
fr: "Choisissez une carte Outil Pokémon ou Énergie spéciale attachée à un Pokémon en jeu (les vôtres ou ceux de votre adversaire) et défaussez-la.",
|
||||
en: "Choose a Pokémon Tool or Special Energy card attached to a Pokémon in play (yours or your opponent’s) and discard it."
|
||||
en: "Choose a Pokémon Tool or Special Energy card attached to a Pokémon in play (yours or your opponent's) and discard it.",
|
||||
es: "Elige 1 carta de Herramienta Pokémon o 1 carta de Energía Especial unida a 1 Pokémon en juego (tuyo o de tu rival) y descártala.",
|
||||
it: "Scegli una carta Oggetto Pokémon o Energia speciale assegnata a un Pokémon in gioco, tuo o del tuo avversario, e poi scartala.",
|
||||
pt: "Escolha um card de Ferramenta Pokémon ou Energia Especial ligado ao Pokémon em jogo (seu ou do seu oponente) e descarte-o.",
|
||||
de: "Wähle 1 Pokémon-Ausrüstung oder 1 Spezial-Energiekarte, die an 1 Pokémon im Spiel angelegt ist (an deine oder die deines Gegners), und lege sie auf den Ablagestapel."
|
||||
},
|
||||
trainerType: "Supporter",
|
||||
|
||||
|
Reference in New Issue
Block a user