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: "Brigette",
|
||||
fr: "Juliette",
|
||||
es: "Nereida",
|
||||
it: "Colette",
|
||||
pt: "Brigette",
|
||||
de: "Linette"
|
||||
},
|
||||
illustrator: "Megumi Mizutani",
|
||||
rarity: "Ultra Rare",
|
||||
@ -24,7 +28,11 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
fr: "Cherchez 1 Pokémon-EX de base ou 3 Pokémon de base dans votre deck (à part les Pokémon-EX) et placez-les sur votre Banc. Mélangez ensuite votre deck.",
|
||||
en: "Search your deck for 1 Basic Pokémon-EX or 3 Basic Pokémon (except for Pokémon-EX) and put them onto your Bench. Shuffle your deck afterward."
|
||||
en: "Search your deck for 1 Basic Pokémon-EX or 3 Basic Pokémon (except for Pokémon-EX) and put them onto your Bench. Shuffle your deck afterward.",
|
||||
es: "Busca en tu baraja 1 Pokémon-EX Básico o 3 Pokémon Básicos (excepto Pokémon-EX) y ponlos en tu Banca. Baraja las cartas de tu baraja después.",
|
||||
it: "Cerca nel tuo mazzo un Pokémon-EX Base o tre Pokémon Base (a eccezione dei Pokémon-EX) e mettili nella tua panchina. Poi rimischia le carte del tuo mazzo.",
|
||||
pt: "Procure em seu baralho por 1 Pokémon-EX Básico ou 3 Pokémon Básicos (exceto Pokémon-EX), e coloque-os no seu Banco. Em seguida, embaralhe seus cards.",
|
||||
de: "Durchsuche dein Deck nach 1 Basis-Pokémon-EX oder 3 Basis-Pokémon (außer Pokémon-EX) und lege sie auf deine Bank. Mische anschließend dein Deck."
|
||||
},
|
||||
trainerType: "Supporter",
|
||||
|
||||
|
Reference in New Issue
Block a user