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:
@ -5,6 +5,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Cresselia",
|
||||
fr: "Cresselia",
|
||||
de: "Cresselia"
|
||||
},
|
||||
illustrator: "Ryo Ueda",
|
||||
rarity: "Rare",
|
||||
@ -30,10 +31,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Moon Twinkle",
|
||||
fr: "Étincelle de lune",
|
||||
de: "Mondgefunkel"
|
||||
},
|
||||
effect: {
|
||||
en: "If there is any Stadium card in play, remove 2 damage counters from Cresselia.",
|
||||
fr: "Si une carte Stade est en jeu, retirez à Cresselia 2 marqueurs de dégât.",
|
||||
de: "Wenn sich eine Stadion-Karte im Spiel befindet, entferne 2 Schadensmarken von Cresselia."
|
||||
},
|
||||
damage: 10,
|
||||
|
||||
@ -47,10 +50,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Lunar Dance",
|
||||
fr: "Danse-lune",
|
||||
de: "Lunartanz"
|
||||
},
|
||||
effect: {
|
||||
en: "You may discard 2 Energy attached to Cresselia. If you do, remove all damage counters from 1 of your Benched Pokémon.",
|
||||
fr: "Vous pouvez défausser 2 Énergies attachées à Cresselia. Retirez alors tous ses marqueurs de dégât à 1 des Pokémon de votre Banc.",
|
||||
de: "Du kannst 2 Energien, die an Cresselia angelegt sind, auf deinen Ablagestapel legen. Wenn du das machst, entferne alle Schadensmarken von 1 Pokémon auf deiner Bank."
|
||||
},
|
||||
damage: 50,
|
||||
|
||||
|
Reference in New Issue
Block a user