mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-31 20:01:58 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@@ -5,6 +5,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Regigigas FB",
|
||||
fr: "Regigigas ",
|
||||
de: "Regigigas FB"
|
||||
},
|
||||
illustrator: "Shin Nagasawa",
|
||||
rarity: "Rare",
|
||||
@@ -32,10 +33,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Drain Punch",
|
||||
fr: "Vampipoing",
|
||||
de: "Ableithieb"
|
||||
},
|
||||
effect: {
|
||||
en: "Remove from Regigigas FB a number of damage counters equal to the amount of Energy attached to the Defending Pokémon.",
|
||||
fr: "Retirez à Regigigas autant de marqueurs de dégât qu'il y a d'Énergie(s) attachée(s) au Pokémon Défenseur.",
|
||||
de: "Entferne eine Anzahl Schadensmarken von Regigigas FB, die der Anzahl der am Verteidigenden Pokémon angelegten Energien entspricht."
|
||||
},
|
||||
damage: 30,
|
||||
|
||||
@@ -50,12 +53,14 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Rainbow Lariat",
|
||||
fr: "Lasso arc-en-ciel",
|
||||
de: "Regenbogenlasso"
|
||||
},
|
||||
effect: {
|
||||
en: "Does 20 damage times the number of different types of Pokémon SP you have in play.",
|
||||
fr: "Inflige 20 dégâts multipliés par le nombre de types de Pokémon SP différents que vous avez en jeu.",
|
||||
de: "Dieser Angriff fügt 20 Schadenspunkte mal der Anzahl verschiedener Typen deiner Pokémon SP im Spiel zu."
|
||||
},
|
||||
damage: 20,
|
||||
damage: "20x",
|
||||
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user