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,6 +4,7 @@ import Set from '../Supreme Victors'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Milotic",
|
||||
de: "Milotic"
|
||||
},
|
||||
illustrator: "Hajime Kusajima",
|
||||
rarity: "Rare",
|
||||
@ -27,9 +28,11 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Aqua Mirage",
|
||||
de: "Aqua-Trugbild"
|
||||
},
|
||||
effect: {
|
||||
en: "If you have no cards in your hand, prevent all damage done to Milotic by attacks from your opponent's Pokémon.",
|
||||
de: "Solange du keine Handkarten hast, verhindere allen Schaden, der Milotic durch Angriffe von Pokémon deines Gegners zugefügt würde."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -42,11 +45,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Dwindling Wave",
|
||||
de: "Schwindende Welle"
|
||||
},
|
||||
effect: {
|
||||
en: "Does 80 damage minus 10 damage for each damage counter on Milotic.",
|
||||
de: "Dieser Angriff fügt 80 Schadenspunkte minus 10 Schadenspunkte für jede Schadensmarke auf Milotic zu."
|
||||
},
|
||||
damage: 80,
|
||||
damage: "80-",
|
||||
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user