mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-17 09:59:19 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -5,6 +5,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Froslass",
|
||||
fr: "Momartik",
|
||||
de: "Frosdedje"
|
||||
},
|
||||
|
||||
illustrator: "Kagemaru Himeno",
|
||||
@ -37,10 +38,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Destiny Bond",
|
||||
fr: "Prlvt Destin",
|
||||
de: "Abgangsbund"
|
||||
},
|
||||
effect: {
|
||||
en: "Discard a Psychic Energy attached to Froslass. During your opponent's next turn, if Froslass would be Knocked Out by damage from an attack, the Attacking Pokémon is Knocked Out.",
|
||||
fr: "Défaussez une Énergie Psychic attachée à Momartik. Lors du prochain tour de votre adversaire, si Momartik est mis K.O par des dégâts d'une attaque, le Pokémon Attaquant est mis K.O.",
|
||||
de: "Lege 1 an Frosdedje angelegte -Energie auf deinen Ablagestapel. Wenn Frosdedje im nächsten Zug deines Gegners durch Schaden eines Angriffs kampfunfähig würde, wird das Angreifende Pokémon kampfunfähig."
|
||||
},
|
||||
|
||||
},
|
||||
@ -52,10 +55,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Icy Breath",
|
||||
fr: "Haleine glacée",
|
||||
de: "Eisiger Hauch"
|
||||
},
|
||||
effect: {
|
||||
en: "The Defending Pokémon is now Asleep. Put 1 damage counter on each of your opponent's Benched Pokémon.",
|
||||
fr: "Le Pokémon Défenseur est maintenant Endormi. Placez 1 marqueur de dégât sur chacun des Pokémon de Banc de votre adversaire.",
|
||||
de: "Das Verteidigende Pokémon schläft jetzt. Lege 1 Schadensmarke auf jedes Pokémon auf der Bank deines Gegners."
|
||||
},
|
||||
damage: 40,
|
||||
|
||||
|
Reference in New Issue
Block a user