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: "Toxizap",
|
||||
es: "Toxel",
|
||||
it: "Toxel",
|
||||
pt: "Toxel"
|
||||
pt: "Toxel",
|
||||
de: "Toxel"
|
||||
},
|
||||
|
||||
rarity: "Shiny rare",
|
||||
@ -26,7 +27,8 @@ const card: Card = {
|
||||
fr: "Légère Intrusion",
|
||||
es: "Ligera Intromisión",
|
||||
it: "Coinvolgimento",
|
||||
pt: "Leve Invasão"
|
||||
pt: "Leve Invasão",
|
||||
de: "Vorwagen"
|
||||
},
|
||||
|
||||
effect: {
|
||||
@ -34,7 +36,8 @@ const card: Card = {
|
||||
fr: "Ce Pokémon s'inflige aussi 10 dégâts.",
|
||||
es: "Este Pokémon también se hace 10 puntos de daño a sí mismo.",
|
||||
it: "Questo Pokémon infligge anche 10 danni a se stesso.",
|
||||
pt: "Este Pokémon também causa 10 pontos de dano a si mesmo."
|
||||
pt: "Este Pokémon também causa 10 pontos de dano a si mesmo.",
|
||||
de: "Dieses Pokémon fügt auch sich selbst 10 Schadenspunkte zu."
|
||||
},
|
||||
|
||||
damage: 30
|
||||
|
Reference in New Issue
Block a user