mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 08:59:18 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -5,6 +5,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Latias",
|
||||
fr: "Latias",
|
||||
de: "Latias"
|
||||
},
|
||||
illustrator: "Daisuke Ito",
|
||||
rarity: "Rare",
|
||||
@ -30,10 +31,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Miraculous Light",
|
||||
fr: "Lumière miraculeuse",
|
||||
de: "Wundersames Licht"
|
||||
},
|
||||
effect: {
|
||||
en: "Remove 2 damage counters and all Special Conditions from Latias.",
|
||||
fr: "Retirez à Latias 2 marqueurs de dégât ainsi que tous ses États Spéciaux.",
|
||||
de: "Entferne 2 Schadensmarken und alle Speziellen Zustände von Latias."
|
||||
},
|
||||
damage: 10,
|
||||
|
||||
@ -47,10 +50,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Mist Ball",
|
||||
fr: "Boule de brume",
|
||||
de: "Nebelball"
|
||||
},
|
||||
effect: {
|
||||
en: "Discard a Fire Energy and a Water Energy attached to Latias.",
|
||||
fr: "Défaussez une Énergie Fire et une Énergie Water attachées à Latias.",
|
||||
de: "Lege 1 -Energie und 1 -Energie, die an Latias angelegt sind, auf deinen Ablagestapel."
|
||||
},
|
||||
damage: 80,
|
||||
|
||||
|
Reference in New Issue
Block a user