mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-10 16:01:59 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@@ -5,6 +5,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Mismagius",
|
||||
fr: "Magirêve",
|
||||
de: "Traunmagil"
|
||||
},
|
||||
illustrator: "Mikiko Takeda",
|
||||
rarity: "Rare",
|
||||
@@ -33,10 +34,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Avenge",
|
||||
fr: "Venger",
|
||||
de: "Abrechnen"
|
||||
},
|
||||
effect: {
|
||||
en: "Count the number of your Pokémon that have any damage counters on them. Put that many damage counters on the Defending Pokémon.",
|
||||
fr: "Comptabilisez le nombre de vos Pokémon possédant des marqueurs de dégât. Placez autant de marqueurs de dégât sur le Pokémon Défenseur.",
|
||||
de: "Zähle die anzahl deiner Pokémon, auf denen Schadensmarken liegen. Lege die gleiche Anzahl Schadensmarken auf das Verteidigende Pokémon."
|
||||
},
|
||||
|
||||
},
|
||||
@@ -49,10 +52,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Psywave",
|
||||
fr: "Vague psy",
|
||||
de: "Psywelle"
|
||||
},
|
||||
effect: {
|
||||
en: "Does 30 damage plus 20 more damage for each Energy attached to the Defending Pokémon.",
|
||||
fr: "Inflige 30 dégâts plus 20 dégâts supplémentaires pour chaque Énergie attachée au Pokémon Défenseur.",
|
||||
de: "Dieser Angriff fügt 30 Schadenspunkte plus 20 weitere Schadenspunkte für jede Energie, die am Verteidigenden Pokémon angelegt ist, zu."
|
||||
},
|
||||
damage: "30+",
|
||||
|
||||
|
Reference in New Issue
Block a user