mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-30 19:40:48 +00:00
fix: Add the two missing sets in german (#479)
This commit is contained in:
@ -9,7 +9,8 @@ const card: Card = {
|
||||
fr: "Kaiminus",
|
||||
es: "Totodile",
|
||||
it: "Totodile",
|
||||
pt: "Totodile"
|
||||
pt: "Totodile",
|
||||
de: "Karnimani"
|
||||
},
|
||||
|
||||
rarity: "Common",
|
||||
@ -26,7 +27,8 @@ const card: Card = {
|
||||
fr: "Grosse Morsure",
|
||||
es: "Gran Mordisco",
|
||||
it: "Grande Morso",
|
||||
pt: "Mordidona"
|
||||
pt: "Mordidona",
|
||||
de: "Mächtiger Biss"
|
||||
},
|
||||
|
||||
effect: {
|
||||
@ -34,7 +36,8 @@ const card: Card = {
|
||||
fr: "Pendant le prochain tour de votre adversaire, le Pokémon Défenseur ne peut pas battre en retraite.",
|
||||
es: "Durante el próximo turno de tu rival, el Pokémon Defensor no puede retirarse.",
|
||||
it: "Durante il prossimo turno del tuo avversario, il Pokémon difensore non può ritirarsi.",
|
||||
pt: "Durante o próximo turno do seu oponente, o Pokémon Defensor não poderá recuar."
|
||||
pt: "Durante o próximo turno do seu oponente, o Pokémon Defensor não poderá recuar.",
|
||||
de: "Während des nächsten Zuges deines Gegners kann sich das Verteidigende Pokémon nicht zurückziehen."
|
||||
},
|
||||
|
||||
damage: 10
|
||||
|
Reference in New Issue
Block a user