mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-31 11:51:59 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@@ -5,6 +5,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Gible",
|
||||
fr: "Griknot",
|
||||
de: "Kaumalat"
|
||||
},
|
||||
illustrator: "Kanako Eo",
|
||||
rarity: "Common",
|
||||
@@ -30,10 +31,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Sand Attack",
|
||||
fr: "Jet de sable",
|
||||
de: "Sandwirbel"
|
||||
},
|
||||
effect: {
|
||||
en: "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing.",
|
||||
fr: "Si le Pokémon Défenseur essaye d'attaquer lors du prochain tour de votre adversaire, celui-ci lance une pièce. Si c'est pile, cette attaque est sans effet.",
|
||||
de: "Falls das Verteidigende Pokémon während des nächsten Zuges deines Gegners angreift, wirft dein Gegner 1 Münze. Bei \"Zahl\" hat dieser Angriff keine Auswirkungen."
|
||||
},
|
||||
|
||||
},
|
||||
@@ -44,6 +47,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Bite",
|
||||
fr: "Morsure",
|
||||
de: "Biss"
|
||||
},
|
||||
|
||||
damage: 10,
|
||||
|
Reference in New Issue
Block a user