mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 08:19:17 +00:00
fix: Add the two missing sets in german (#479)
This commit is contained in:
@ -9,7 +9,8 @@ const card: Card = {
|
||||
fr: "Fantominus",
|
||||
es: "Gastly",
|
||||
it: "Gastly",
|
||||
pt: "Gastly"
|
||||
pt: "Gastly",
|
||||
de: "Nebulak"
|
||||
},
|
||||
|
||||
rarity: "Common",
|
||||
@ -26,7 +27,8 @@ const card: Card = {
|
||||
fr: "Rayon Mystérieux",
|
||||
es: "Rayo Misterioso",
|
||||
it: "Misticoraggio",
|
||||
pt: "Raio Misterioso"
|
||||
pt: "Raio Misterioso",
|
||||
de: "Seltsamer Strahl"
|
||||
},
|
||||
|
||||
effect: {
|
||||
@ -34,7 +36,8 @@ const card: Card = {
|
||||
fr: "Lancez une pièce. Si c'est face, défaussez une Énergie du Pokémon Actif de votre adversaire.",
|
||||
es: "Lanza 1 moneda. Si sale cara, descarta 1 Energía del Pokémon Activo de tu rival.",
|
||||
it: "Lancia una moneta. Se esce testa, scarta un'Energia dal Pokémon attivo del tuo avversario.",
|
||||
pt: "Jogue uma moeda. Se sair cara, descarte uma Energia do Pokémon Ativo do seu oponente."
|
||||
pt: "Jogue uma moeda. Se sair cara, descarte uma Energia do Pokémon Ativo do seu oponente.",
|
||||
de: "Wirf 1 Münze. Lege bei Kopf 1 Energie vom Aktiven Pokémon deines Gegners auf seinen Ablagestapel."
|
||||
}
|
||||
}, {
|
||||
cost: ["Darkness", "Darkness"],
|
||||
@ -44,7 +47,8 @@ const card: Card = {
|
||||
fr: "Gaz Suffocant",
|
||||
es: "Gas Sofocante",
|
||||
it: "Gas Soffocante",
|
||||
pt: "Gás Asfixiante"
|
||||
pt: "Gás Asfixiante",
|
||||
de: "Würgegas"
|
||||
},
|
||||
|
||||
damage: 30
|
||||
|
Reference in New Issue
Block a user