mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-17 01:49:19 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -5,6 +5,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Forretress",
|
||||
fr: "Forretress",
|
||||
de: "Forstellka"
|
||||
},
|
||||
|
||||
illustrator: "Kent Kanetsuna",
|
||||
@ -35,10 +36,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Iron Shell",
|
||||
fr: "Coquille d'acier",
|
||||
de: "Eisenpanzer"
|
||||
},
|
||||
effect: {
|
||||
en: "Whenever you attach a basic Energy card from your hand to Forretress (excluding effects of attacks), you may flip a coin. If tails, put 2 damage counters on each Pokémon (both yours and your opponent's) (excluding any Forretress).",
|
||||
fr: "Dès que vous attachez une carte Énergie de base de votre main à Forretress (effets d'attaques exclus), lancez une pièce. Si c'est pile, placez 2 marqueurs de dégât sur chaque Pokémon (les vôtres et ceux de votre adversaire) (n'importe quel Forretress exclus).",
|
||||
de: "Jedes Mal, wenn du 1 Basis-Energiekarte von deiner Hand an Forstellka anlegst (ausgenommen durch Effekte von Angriffen), kannst du 1 Münze werfen. Bei \"Zahl\" lege 2 Schadensmarken auf jedes Pokémon (deine und die deines Gegners), außer allen Forstellka."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -54,10 +57,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Explosion",
|
||||
fr: "Explosion",
|
||||
de: "Explosion"
|
||||
},
|
||||
effect: {
|
||||
en: "Forretress does 40 damage to itself.",
|
||||
fr: "Forretress s'inflige 40 dégâts.",
|
||||
de: "Forstellka fügt sich selbst 40 Schadenspunkte zu."
|
||||
},
|
||||
damage: 100,
|
||||
|
||||
|
Reference in New Issue
Block a user