mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,7 +4,8 @@ import Set from '../Crystal Guardians'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Jirachi ex",
|
||||
fr: "Jirachi ex"
|
||||
fr: "Jirachi ex",
|
||||
de: "Jirachi ex"
|
||||
},
|
||||
illustrator: "Shizurow",
|
||||
rarity: "Rare",
|
||||
@ -26,11 +27,13 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Star Light",
|
||||
fr: "Lumière d'étoile"
|
||||
fr: "Lumière d'étoile",
|
||||
de: "Sternenlicht"
|
||||
},
|
||||
effect: {
|
||||
en: "As long as your opponent has any Pokémon-ex or Stage 2 Evolved Pokémon in play, Jirachi ex pays Colorless less Energy to use Shield Beam or Super Psy Bolt.",
|
||||
fr: "Tant que votre adversaire possède des Pokémon-ex ou des Pokémon Évolués de Niveau 2 en jeu, Jirachi ex paye une Énergie de moins pour utiliser Rayon protecteur ou Super psy."
|
||||
fr: "Tant que votre adversaire possède des Pokémon-ex ou des Pokémon Évolués de Niveau 2 en jeu, Jirachi ex paye une Énergie de moins pour utiliser Rayon protecteur ou Super psy.",
|
||||
de: "Solange dein Gegner mindestens 1 Pokémon-ex oder ein entwickeltes Pokémon der Phase 2 im Spiel hat, kosten Jirachi ex' Schildstrahl und Super-Psischlag 1 weniger."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -42,11 +45,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Shield Beam",
|
||||
fr: "Rayon protecteur"
|
||||
fr: "Rayon protecteur",
|
||||
de: "Schildstrahl"
|
||||
},
|
||||
effect: {
|
||||
en: "During your opponent's next turn, your opponent can't use any Poké-Powers on his or her Pokémon.",
|
||||
fr: "Lors du prochain tour de votre adversaire, celui-ci ne pourra pas utiliser de Poké-Powers sur son Pokémon."
|
||||
fr: "Lors du prochain tour de votre adversaire, celui-ci ne pourra pas utiliser de Poké-Powers sur son Pokémon.",
|
||||
de: "Während des nächsten Zuges deines Gegners kann er keine Poké-Power seiner Pokémon einsetzen."
|
||||
},
|
||||
damage: 30,
|
||||
|
||||
@ -59,7 +64,8 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Super Psy Bolt",
|
||||
fr: "Super psy"
|
||||
fr: "Super psy",
|
||||
de: "Super-Psischlag"
|
||||
},
|
||||
|
||||
damage: 50,
|
||||
|
Reference in New Issue
Block a user