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:
@ -29,6 +29,10 @@ const card: Card = {
|
||||
evolveFrom: {
|
||||
en: "Carbink",
|
||||
fr: "Strassie",
|
||||
es: "Carbink",
|
||||
it: "Carbink",
|
||||
pt: "Carbink",
|
||||
de: "Rocara"
|
||||
},
|
||||
|
||||
stage: "BREAK",
|
||||
@ -48,7 +52,7 @@ const card: Card = {
|
||||
},
|
||||
effect: {
|
||||
en: "Attach 2 Energy cards from your discard pile to 1 of your Fighting Pokémon.",
|
||||
fr: "Attachez 2 cartes Énergie de votre pile de défausse à l’un de vos Pokémon Fighting.",
|
||||
fr: "Attachez 2 cartes Énergie de votre pile de défausse à l'un de vos Pokémon Fighting.",
|
||||
es: "Une 2 cartas de Energía de tu pila de descartes a 1 de tus Pokémon Fighting.",
|
||||
it: "Assegna a uno dei tuoi Pokémon Fighting due carte Energia dalla tua pila degli scarti.",
|
||||
pt: "Ligue 2 cards de Energia da sua pilha de descarte a 1 dos seus Pokémon Fighting.",
|
||||
|
Reference in New Issue
Block a user