mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 00:29:19 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -5,6 +5,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Bastiodon GL",
|
||||
fr: "Bastiodon Niv. 41",
|
||||
de: "Bollterus GL"
|
||||
},
|
||||
illustrator: "Hajime Kusajima",
|
||||
rarity: "Rare",
|
||||
@ -32,10 +33,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Bounce Back",
|
||||
fr: "Retour à l'envoyer",
|
||||
de: "Zurückprallen"
|
||||
},
|
||||
effect: {
|
||||
en: "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon.",
|
||||
fr: "Votre adversaire échange le Pokémon Défenseur avec 1 des Pokémon de son Banc.",
|
||||
de: "Dein Gegner tauscht das Verteidigende Pokémon gegen 1 Pokémon auf seiner Bank aus."
|
||||
},
|
||||
damage: 30,
|
||||
|
||||
@ -50,10 +53,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Smack Attack",
|
||||
fr: "Claque-attaque",
|
||||
de: "Klatsch-Attacke"
|
||||
},
|
||||
effect: {
|
||||
en: "Remove 1 damage counter from Bastiodon .",
|
||||
fr: "Retirez à Bastiodon 1 marqueur de dégât.",
|
||||
de: "Entferne 1 Schadensmarke von Bollterus GL."
|
||||
},
|
||||
damage: 60,
|
||||
|
||||
|
Reference in New Issue
Block a user