mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 17:39:18 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -5,6 +5,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Mewtwo",
|
||||
fr: "Mewtwo",
|
||||
de: "Mewtu"
|
||||
},
|
||||
|
||||
illustrator: "Ken Sugimori",
|
||||
@ -32,10 +33,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Hypnoblast",
|
||||
fr: "Hypnoblast",
|
||||
de: "Hypnoschuss"
|
||||
},
|
||||
effect: {
|
||||
en: "The Defending Pokémon is now Asleep.",
|
||||
fr: "Le Pokémon Défenseur est maintenant Endormi.",
|
||||
de: "Das Verteidigende Pokémon schläft jetzt."
|
||||
},
|
||||
damage: 10,
|
||||
|
||||
@ -49,12 +52,14 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Psychic",
|
||||
fr: "Psyko",
|
||||
de: "Psychokinese"
|
||||
},
|
||||
effect: {
|
||||
en: "Does 40 damage plus 10 more damage for each Energy attached to the Defending Pokémon.",
|
||||
fr: "Inflige 40 dégâts plus 10 dégâts supplémentaires pour chaque Énergie attachée au Pokémon Défenseur.",
|
||||
de: "Dieser Angriff fügt 40 Schadenspunkte plus 10 weitere Schadenspunkte für jede Energie, die am Verteidigenden Pokémon angelegt ist, zu."
|
||||
},
|
||||
damage: 40,
|
||||
damage: "40+",
|
||||
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user