mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 08:19:17 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,6 +4,7 @@ import Set from '../Arceus'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Luxio",
|
||||
de: "Luxio"
|
||||
},
|
||||
illustrator: "Suwama Chiaki",
|
||||
rarity: "Uncommon",
|
||||
@ -30,6 +31,7 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Kick",
|
||||
de: "Tritt"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
@ -43,9 +45,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Discharge",
|
||||
de: "Ladungsstoß"
|
||||
},
|
||||
effect: {
|
||||
en: "Discard all Lightning Energy attached to Luxio. Flip a coin for each Energy card you discarded. This attack does 40 damage times the number of heads.",
|
||||
de: "Entferne alle -Energien von Luxio und lege sie auf deinen Ablagestapel. Wirf für jede auf diese Weise auf deinen Ablagestapel gelegte Energiekarte 1 Münze. Dieser Angriff fügt 40 Schadenspunkte mal der Anzahl \"Kopf\" zu."
|
||||
},
|
||||
damage: "40x",
|
||||
|
||||
|
Reference in New Issue
Block a user