mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-17 18:09:19 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -5,6 +5,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Chatot",
|
||||
fr: "Pijako",
|
||||
de: "Plaudagei"
|
||||
},
|
||||
illustrator: "Kagemaru Himeno",
|
||||
rarity: "Common",
|
||||
@ -28,10 +29,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Mimic",
|
||||
fr: "Copie",
|
||||
de: "Mimikry"
|
||||
},
|
||||
effect: {
|
||||
en: "Shuffle your hand into your deck. Then, draw a number of cards equal to the number of cards in your opponent's hand.",
|
||||
fr: "Mélangez votre main à votre deck. Ensuite, piochez autant de cartes qu'il y a de cartes dans la main de votre adversaire.",
|
||||
de: "Mische deine Handkarten in dein Deck. Zähle danach die Anzahl der Karten auf der Hand deines Gegners. Ziehe ebenso viele Karten."
|
||||
},
|
||||
|
||||
},
|
||||
@ -43,10 +46,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Chatter",
|
||||
fr: "Babil",
|
||||
de: "Geschwätz"
|
||||
},
|
||||
effect: {
|
||||
en: "The Defending Pokémon can't retreat during your opponent's next turn.",
|
||||
fr: "Le Pokémon Défenseur ne peut pas battre en retraite lors du prochain tour de votre adversaire.",
|
||||
de: "Das Verteidigende Pokémon kann sich im nächsten Zug deines Gegners nicht zurückziehen."
|
||||
},
|
||||
damage: 20,
|
||||
|
||||
|
Reference in New Issue
Block a user