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: "Steven",
|
||||
fr: "Pierre",
|
||||
es: "Máximo",
|
||||
it: "Rocco",
|
||||
pt: "Steven",
|
||||
de: "Troy"
|
||||
},
|
||||
illustrator: "Megumi Mizutani",
|
||||
rarity: "Uncommon",
|
||||
@ -24,7 +28,11 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
fr: "Cherchez une carte Supporter et une carte Énergie de base dans votre deck, montrez-les, puis ajoutez-les à votre main. Mélangez ensuite votre deck.",
|
||||
en: "Search your deck for a Supporter card and a basic Energy card, reveal them, and put them into your hand. Shuffle your deck afterward."
|
||||
en: "Search your deck for a Supporter card and a basic Energy card, reveal them, and put them into your hand. Shuffle your deck afterward.",
|
||||
es: "Busca en tu baraja 1 carta de Partidario y 1 carta de Energía Básica, enséñalas y ponlas en tu mano. Baraja las cartas de tu baraja después.",
|
||||
it: "Cerca nel tuo mazzo una carta Aiuto e una carta Energia base, mostrale e aggiungile alle carte che hai in mano. Poi rimischia le carte del tuo mazzo.",
|
||||
pt: "Procure no seu baralho um card de Apoiador e um card de Energia básica, revele-os e coloque-os em sua mão. Em seguida, embaralhe seus cards.",
|
||||
de: "Durchsuche dein Deck nach 1 Unterstützerkarte und 1 Basis-Energiekarte, zeige sie deinem Gegner und nimm sie auf deine Hand. Mische anschließend dein Deck."
|
||||
},
|
||||
trainerType: "Supporter",
|
||||
|
||||
|
Reference in New Issue
Block a user