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: "Dialga G",
|
||||
fr: "Dialga ",
|
||||
de: "Dialga G"
|
||||
},
|
||||
illustrator: "Yusuke Ishikawa",
|
||||
rarity: "Rare",
|
||||
@ -31,10 +32,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Deafen",
|
||||
fr: "Rendre sourd",
|
||||
de: "Deafen"
|
||||
},
|
||||
effect: {
|
||||
en: "Your opponent can't play any Trainer cards or Stadium cards from his or her hand during your opponent's next turn.",
|
||||
fr: "Votre adversaire ne peut pas jouer de cartes Dresseur ou Stade de sa main lors de son prochain tour.",
|
||||
de: "Your opponent can't play any Trainer cards or Stadium cards from his or her hand during your opponent's next turn."
|
||||
},
|
||||
damage: 10,
|
||||
|
||||
@ -48,12 +51,14 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Second Strike",
|
||||
fr: "Deuxième coup",
|
||||
de: "Second Strike"
|
||||
},
|
||||
effect: {
|
||||
en: "If the Defending Pokémon already has 2 or more damage counters on it, this attack does 50 damage plus 20 more damage.",
|
||||
fr: "Si le Pokémon Défenseur possède déjà au moins 2 marqueurs de dégât, cette attaque inflige 50 dégâts plus 20 dégâts supplémentaires.",
|
||||
de: "If the Defending Pokémon already has 2 or more damage counters on it, this attack does 50 damage plus 20 more damage."
|
||||
},
|
||||
damage: 50,
|
||||
damage: "50+",
|
||||
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user