mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 08:39:17 +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: "Stunky",
|
||||
fr: "Moufouette"
|
||||
fr: "Moufouette",
|
||||
de: "Skunkapuh"
|
||||
},
|
||||
|
||||
illustrator: "Tomokazu Komiya",
|
||||
@ -36,10 +37,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Gnaw and Run",
|
||||
fr: "Ronger et courrir",
|
||||
de: "Annagen und Abhauen"
|
||||
},
|
||||
effect: {
|
||||
en: "Switch Stunky with 1 of your Benched Pokémon.",
|
||||
fr: "Échangez Moufouette avec 1 des Pokémon de votre Banc.",
|
||||
de: "Tausche Skunkapuh gegen 1 Pokémon auf deiner Bank aus."
|
||||
},
|
||||
damage: 10,
|
||||
|
||||
@ -52,12 +55,14 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Double Scratch",
|
||||
fr: "Double écorchure",
|
||||
de: "Doppelkratzer"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip 2 coins. This attack does 20 damage times the number of heads.",
|
||||
fr: "Lancez 2 pièces. Cette attaque inflige 20 dégâts multipliés par le nombre de faces.",
|
||||
de: "Wirf 2 Münzen. Dieser Angriff fügt 20 Schadenspunkte mal der Anzahl \"Kopf\" zu."
|
||||
},
|
||||
damage: "20×",
|
||||
damage: "20x",
|
||||
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user