mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 16:39:18 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -5,6 +5,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Purugly",
|
||||
fr: "Chaffreux",
|
||||
de: "Shnurgarst"
|
||||
},
|
||||
illustrator: "Ken Sugimori",
|
||||
rarity: "Uncommon",
|
||||
@ -34,10 +35,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Swagger",
|
||||
fr: "Vantardise",
|
||||
de: "Angeberei"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, discard an Energy attached to the Defending Pokémon.",
|
||||
fr: "Lancez une pièce. Si c'est face, défaussez une Énergie attachée au Pokémon Défenseur.",
|
||||
de: "Wirf 1 Münze. Bei \"Kopf\" lege eine Energie, die am Verteidigenden Pokémon angelegt ist, auf den Ablagestapel deines Gegners."
|
||||
},
|
||||
damage: 20,
|
||||
|
||||
@ -51,12 +54,14 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Fury Swipes",
|
||||
fr: "Combo-griffe",
|
||||
de: "Kratzfurie"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip 3 coins. This attack does 40 damage times the number of heads.",
|
||||
fr: "Lancez 3 pièces. Cette attaque inflige 40 dégâts multipliés par le nombre de faces.",
|
||||
de: "Wirf 3 Münzen. Dieser Angriff fügt 40 Schadenspunkte mal der Anzahl \"Kopf\" zu."
|
||||
},
|
||||
damage: 40,
|
||||
damage: "40x",
|
||||
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user