mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19:18 +00:00
fix: Add the two missing sets in german (#479)
This commit is contained in:
@ -9,7 +9,8 @@ const card: Card = {
|
||||
fr: "Pijako",
|
||||
es: "Chatot",
|
||||
it: "Chatot",
|
||||
pt: "Chatot"
|
||||
pt: "Chatot",
|
||||
de: "Plaudagei"
|
||||
},
|
||||
|
||||
rarity: "Illustration rare",
|
||||
@ -26,7 +27,8 @@ const card: Card = {
|
||||
fr: "A Cappella",
|
||||
es: "A Capela",
|
||||
it: "Canto Corale",
|
||||
pt: "A Cappella"
|
||||
pt: "A Cappella",
|
||||
de: "A cappella"
|
||||
},
|
||||
|
||||
effect: {
|
||||
@ -34,7 +36,8 @@ const card: Card = {
|
||||
fr: "Cherchez dans votre deck jusqu'à 3 Pokémon de base, puis placez-les sur votre Banc. Mélangez ensuite votre deck.",
|
||||
es: "Busca en tu baraja hasta 3 Pokémon Básicos y ponlos en tu Banca. Después, baraja las cartas de tu baraja.",
|
||||
it: "Cerca nel tuo mazzo fino a tre Pokémon Base e mettili nella tua panchina. Poi rimischia le carte del tuo mazzo.",
|
||||
pt: "Procure por até 3 Pokémon Básicos no seu baralho e coloque-os no seu Banco. Em seguida, embaralhe o seu baralho."
|
||||
pt: "Procure por até 3 Pokémon Básicos no seu baralho e coloque-os no seu Banco. Em seguida, embaralhe o seu baralho.",
|
||||
de: "Durchsuche dein Deck nach bis zu 3 Basis-Pokémon und lege sie auf deine Bank. Mische anschließend dein Deck."
|
||||
}
|
||||
}, {
|
||||
cost: ["Colorless"],
|
||||
@ -44,7 +47,8 @@ const card: Card = {
|
||||
fr: "Tornade",
|
||||
es: "Tornado",
|
||||
it: "Raffica",
|
||||
pt: "Lufada de Vento"
|
||||
pt: "Lufada de Vento",
|
||||
de: "Windstoß"
|
||||
},
|
||||
|
||||
damage: 20
|
||||
|
Reference in New Issue
Block a user