1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 00:09:18 +00:00

Added Sun & Moon for other languages

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-06-30 14:12:31 +02:00
parent 369f8dadf7
commit dc0dcff103
2732 changed files with 54455 additions and 6885 deletions

View File

@ -5,9 +5,13 @@ const card: Card = {
name: {
en: "Latios",
fr: "Latios",
es: "Latios",
it: "Latios",
pt: "Latios",
de: "Latios"
},
illustrator: "Kouki Saitou",
rarity: "Common",
rarity: "Rare",
category: "Pokemon",
set: Set,
@ -30,28 +34,44 @@ const card: Card = {
name: {
en: "Energy Extract",
fr: "Extraction dÉnergie",
es: "Extracción de Energía",
it: "Estrazione Energia",
pt: "Extrair Energia",
de: "Energieanziehung"
},
effect: {
en: "Search your deck for a basic Energy card and attach it to this Pokémon. Then, shuffle your deck.",
en: "Search your deck for a basic Energy card and attach it to this Pokémon. Shuffle your deck afterward.",
fr: "Cherchez une carte Énergie de base dans votre deck et attachez-la à ce Pokémon. Mélangez ensuite votre deck.",
es: "Busca en tu baraja 1 carta de Energía Básica y únela a este Pokémon. Baraja las cartas de tu baraja después.",
it: "Cerca nel tuo mazzo una carta Energia base e assegnala a questo Pokémon. Poi rimischia le carte del tuo mazzo.",
pt: "Procure em seu baralho um card de Energia básica e ligue-o a este Pokémon. Em seguida, embaralhe seus cards.",
de: "Durchsuche dein Deck nach 1 Basis-Energiekarte und lege sie an dieses Pokémon an. Mische anschließend dein Deck."
},
damage: 20,
},
{
cost: [
"Water",
"Psychic",
"Water",
"Colorless",
"Colorless",
],
name: {
en: "Luster Purge",
fr: "Lumi-Éclat",
es: "Resplandor",
it: "Abbagliante",
pt: "Purga de Esplendor",
de: "Scheinwerfer"
},
effect: {
en: "Flip a coin. If tails, discard all Energy attached to this Pokémon.",
en: "Flip a coin. If tails, discard all Energy from this Pokémon.",
fr: "Lancez une pièce. Si cest pile, défaussez toute lÉnergie de ce Pokémon.",
es: "Lanza 1 moneda. Si sale cruz, descarta todas las Energías de este Pokémon.",
it: "Lancia una moneta. Se esce croce, scarta tutte le Energie assegnate a questo Pokémon.",
pt: "Jogue 1 moeda. Se sair coroa, descarte todas as Energias deste Pokémon.",
de: "Wirf 1 Münze. Lege bei Zahl alle Energien von diesem Pokémon auf deinen Ablagestapel."
},
damage: 140,