mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-17 01:49:19 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,6 +4,7 @@ import Set from '../DP Black Star Promos'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Cresselia",
|
||||
de: "Cresselia"
|
||||
},
|
||||
illustrator: "Wataru Kawahara",
|
||||
rarity: "Common",
|
||||
@ -25,9 +26,11 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Lunar Aura",
|
||||
de: "Lunar Aura"
|
||||
},
|
||||
effect: {
|
||||
en: "If you have Darkrai in play, remove 1 damage counter from Cresselia between turns.",
|
||||
de: "If you have Darkrai in play, remove 1 damage counter from Cresselia between turns."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -40,11 +43,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Lunar Flight",
|
||||
de: "Lunar Flight"
|
||||
},
|
||||
effect: {
|
||||
en: "Does 80 damage minus 10 damage for each damage counter on Cresselia.",
|
||||
de: "Does 80 damage minus 10 damage for each damage counter on Cresselia."
|
||||
},
|
||||
damage: 80,
|
||||
damage: "80-",
|
||||
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user