mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-13 21:35:10 +00:00
feat: Added XY Datas for other languages (#265)
This commit is contained in:
@ -5,6 +5,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Cassius",
|
||||
fr: "Olivier",
|
||||
es: "Olivier",
|
||||
it: "Oliviero",
|
||||
pt: "Cassius",
|
||||
de: "Olivier"
|
||||
},
|
||||
illustrator: "Masakazu Fukuda",
|
||||
rarity: "Uncommon",
|
||||
@ -23,8 +27,12 @@ const card: Card = {
|
||||
|
||||
|
||||
effect: {
|
||||
fr: "Mélangez l’un de vos Pokémon et toutes les cartes qui lui sont attachées avec votre deck.",
|
||||
en: "Shuffle 1 of your Pokémon and all cards attached to it into your deck."
|
||||
fr: "Mélangez l'un de vos Pokémon et toutes les cartes qui lui sont attachées avec votre deck.",
|
||||
en: "Shuffle 1 of your Pokémon and all cards attached to it into your deck.",
|
||||
es: "Pon 1 de tus Pokémon y todas las cartas unidas a él en tu baraja, y barájalas todas.",
|
||||
it: "Rimischia uno dei tuoi Pokémon e tutte le carte a esso assegnate nel tuo mazzo.",
|
||||
pt: "Embaralhe 1 dos seus Pokémon e todos os cards ligados a ele em seu baralho.",
|
||||
de: "Mische 1 deiner Pokémon und alle an es angelegten Karten zurück in dein Deck."
|
||||
},
|
||||
trainerType: "Supporter",
|
||||
|
||||
|
Reference in New Issue
Block a user