mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19:18 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,7 +4,8 @@ import Set from '../Dragon'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Latios ex",
|
||||
fr: "Latios ex"
|
||||
fr: "Latios ex",
|
||||
de: "Latios ex"
|
||||
},
|
||||
illustrator: "Ryo Ueda",
|
||||
rarity: "Rare",
|
||||
@ -29,11 +30,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Energy Stream",
|
||||
fr: "Courant d'énergie"
|
||||
fr: "Courant d'énergie",
|
||||
de: "Energy Stream"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, search your discard pile for a basic Energy card and attach it to Latios ex.",
|
||||
fr: "Lancez une pièce. Si c'est face, cherchez dans votre deck une carte Énergie de base et attachez-la à Latios ex."
|
||||
fr: "Lancez une pièce. Si c'est face, cherchez dans votre deck une carte Énergie de base et attachez-la à Latios ex.",
|
||||
de: "Flip a coin. If heads, search your discard pile for a basic Energy card and attach it to Latios ex."
|
||||
},
|
||||
damage: 10,
|
||||
|
||||
@ -46,11 +49,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Luster Purge",
|
||||
fr: "Purge"
|
||||
fr: "Purge",
|
||||
de: "Luster Purge"
|
||||
},
|
||||
effect: {
|
||||
en: "Discard 3 Energy attached to Latios ex.",
|
||||
fr: "Défaussez trois Énergies attachées à Latios ex."
|
||||
fr: "Défaussez trois Énergies attachées à Latios ex.",
|
||||
de: "Discard 3 Energy attach to Latios EX"
|
||||
},
|
||||
damage: 100,
|
||||
|
||||
|
Reference in New Issue
Block a user