mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-10 16:01:59 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@@ -5,6 +5,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Regigigas",
|
||||
fr: "Regigigas",
|
||||
de: "Regigigas"
|
||||
},
|
||||
|
||||
illustrator: "Kouki Saitou",
|
||||
@@ -30,10 +31,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Recover Mechanism",
|
||||
fr: "Mécanisme de récupération",
|
||||
de: "Erhol-Mechanismus"
|
||||
},
|
||||
effect: {
|
||||
en: "When you attach an Energy card from your hand to Regigigas, remove all Special Conditions from Regigigas.",
|
||||
fr: "Lorsque vous attachez une carte Énergie de votre main à Regigigas, retirez-lui tous ses États Spéciaux.",
|
||||
de: "Wenn du 1 Energiekarte von deiner Hand an Regigigas anlegst, entferne alle Speziellen Zustände von Regigigas."
|
||||
},
|
||||
},
|
||||
],
|
||||
@@ -48,10 +51,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Gigaton Punch",
|
||||
fr: "Gigaton poing",
|
||||
de: "Gigatonnenhieb"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, this attack does 60 damage plus 20 more damage and does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
|
||||
fr: "Lancez une pièce. Si c'est face, cette attaque inflige 60 dégâts plus 20 dégâts supplémentaires et inflige 20 dégâts à 1 des Pokémon de Banc de votre adversaire. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc.)",
|
||||
de: "Wirf 1 Münze. Bei \"Kopf\" fügt dieser Angriff 60 Schadenspunkte plus 20 weitere Schadenspunkte zu und fügt 1 Pokémon auf der Bank deines Gegners 20 Schadenspunkte zu. (Wende Schwäche und Resistenz bei Pokémon auf der Bank nicht an.)"
|
||||
},
|
||||
damage: "60+",
|
||||
|
||||
|
Reference in New Issue
Block a user