mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 00:49: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: "Startling Megaphone",
|
||||
fr: "Mégaphone Surprise",
|
||||
es: "Megáfono Ensordecedor",
|
||||
it: "Megafono Assordante",
|
||||
pt: "Megafone Assustador",
|
||||
de: "Schock-Megafon"
|
||||
},
|
||||
illustrator: "Toyste Beach",
|
||||
rarity: "Uncommon",
|
||||
@ -24,7 +28,11 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
fr: "Défaussez toutes les cartes Outil Pokémon attachées à chacun des Pokémon de votre adversaire.",
|
||||
en: "Discard all Pokémon Tool cards attached to each of your opponent’s Pokémon."
|
||||
en: "Discard all Pokémon Tool cards attached to each of your opponent's Pokémon.",
|
||||
es: "Descarta todas las cartas de Herramienta Pokémon unidas a cada uno de los Pokémon de tu rival.",
|
||||
it: "Scarta tutte le carte Oggetto Pokémon assegnate ai Pokémon del tuo avversario.",
|
||||
pt: "Descarte todos os cards de Ferramenta Pokémon ligados aos Pokémon do oponente.",
|
||||
de: "Lege alle an gegnerische Pokémon angelegte Pokémon-Ausrüstungen auf den Ablagestapel deines Gegners."
|
||||
},
|
||||
trainerType: "Item",
|
||||
|
||||
|
Reference in New Issue
Block a user