mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-31 03:50:46 +00:00
fix: Add the two missing sets in german (#479)
This commit is contained in:
@ -9,7 +9,8 @@ const card: Card = {
|
||||
fr: "Spectrum",
|
||||
es: "Haunter",
|
||||
it: "Haunter",
|
||||
pt: "Haunter"
|
||||
pt: "Haunter",
|
||||
de: "Alpollo"
|
||||
},
|
||||
|
||||
rarity: "Common",
|
||||
@ -26,7 +27,8 @@ const card: Card = {
|
||||
fr: "Super Haleine Empoisonnée",
|
||||
es: "Aliento Supervenenoso",
|
||||
it: "Super Velenospiro",
|
||||
pt: "Super-hálito Venenoso"
|
||||
pt: "Super-hálito Venenoso",
|
||||
de: "Super-Gifthauch"
|
||||
},
|
||||
|
||||
effect: {
|
||||
@ -34,7 +36,8 @@ const card: Card = {
|
||||
fr: "Le Pokémon Actif de votre adversaire est maintenant Empoisonné.",
|
||||
es: "El Pokémon Activo de tu rival pasa a estar Envenenado.",
|
||||
it: "Il Pokémon attivo del tuo avversario viene avvelenato.",
|
||||
pt: "O Pokémon Ativo do seu oponente agora está Envenenado."
|
||||
pt: "O Pokémon Ativo do seu oponente agora está Envenenado.",
|
||||
de: "Das Aktive Pokémon deines Gegners ist jetzt vergiftet."
|
||||
},
|
||||
|
||||
damage: 30
|
||||
|
Reference in New Issue
Block a user