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:
@ -4,7 +4,8 @@ import Set from '../Stormfront'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Regigigas",
|
||||
fr: "Regigigas"
|
||||
fr: "Regigigas",
|
||||
de: "Regigigas"
|
||||
},
|
||||
illustrator: "Masakazu Fukuda",
|
||||
rarity: "Rare",
|
||||
@ -29,10 +30,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Regi Form",
|
||||
fr: "Regi forme",
|
||||
de: "Regi-Form"
|
||||
},
|
||||
effect: {
|
||||
en: "If you have Regirock, Regice, and Registeel in play, the attack cost of Regigigas's attacks is Colorless less.",
|
||||
fr: "Si vous avez Regirock, Regice et Registeel en jeu, le Coût d'attaque des attaques de Regigigas est Colorless de moins.",
|
||||
de: "Wenn du Regirock, Regice und Registeel im Spiel hast, kosten Regigigas' Angriffe 1 weniger."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -45,6 +48,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Mega Punch",
|
||||
fr: "Ultimapoing",
|
||||
de: "Megahieb"
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
@ -60,10 +64,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Giga Power",
|
||||
fr: "Giga pouvoir",
|
||||
de: "Gigakraft"
|
||||
},
|
||||
effect: {
|
||||
en: "You may do 60 damage plus 40 more damage. If you do, Regigigas does 40 damage to itself.",
|
||||
fr: "Vous pouvez infliger 60 dégâts plus 40 dégâts supplémentaires. Regigigas s'inflige alors 40 dégâts.",
|
||||
de: "Du kannst mit diesem Angriff 60 Schadenspunkte plus 40 weitere Schadenspunkte zufügen. Wenn du das machst, fügt Regigigas sich selbst 40 Schadenspunkte zu."
|
||||
},
|
||||
damage: "60+",
|
||||
|
||||
|
Reference in New Issue
Block a user