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: "Ledian",
|
||||
fr: "Coxyclaque",
|
||||
de: "Ledian"
|
||||
},
|
||||
|
||||
illustrator: "Midori Harada",
|
||||
@ -37,12 +38,14 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Comet Punch",
|
||||
fr: "Poing comète",
|
||||
de: "Kometenhieb"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip 4 coins. This attack does 20 damage times the number of heads.",
|
||||
fr: "Lancez 4 pièces. Cette attaque inflige 20 dégâts multipliés par le nombre de faces.",
|
||||
de: "Wirf 4 Münzen. Dieser Angriff fügt 20 Schadenspunkte mal der Anzahl \"Kopf\" zu."
|
||||
},
|
||||
damage: "20×",
|
||||
damage: "20x",
|
||||
|
||||
},
|
||||
{
|
||||
@ -53,10 +56,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Baton Pass",
|
||||
fr: "Relais",
|
||||
de: "Stafette"
|
||||
},
|
||||
effect: {
|
||||
en: "You may switch Ledian with 1 of your Benched Pokémon. If you do, move as many Energy cards attached to Ledian as you like to the new Active Pokémon.",
|
||||
fr: "Vous pouvez échanger Coxyclaque avec 1 des Pokémon de votre Banc. Déplacez alors sur le nouveau Pokémon Actif autant de cartes Énergie attachées à Coxyclaque que vous le voulez.",
|
||||
de: "Du kannst Ledian gegen 1 Pokémon auf deiner Bank austauschen. Wenn du das machst, kannst du eine beliebige Anzahl an Ledian angelegter Energiekarten entfernen und an das neue Aktive Pokémon anlegen."
|
||||
},
|
||||
damage: 50,
|
||||
|
||||
|
Reference in New Issue
Block a user