mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-17 18:09:19 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -5,6 +5,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Porygon-Z",
|
||||
fr: "Porygon-Z",
|
||||
de: "Porygon-Z"
|
||||
},
|
||||
illustrator: "Ryo Ueda",
|
||||
rarity: "Rare",
|
||||
@ -27,10 +28,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Mode Crash",
|
||||
fr: "Mode crash",
|
||||
de: "Absturzmodus"
|
||||
},
|
||||
effect: {
|
||||
en: "Once during your turn (before your attack), when you put Porygon-Z LV.X from your hand onto your Active Porygon-Z, you may discard all of your opponent's Special Energy cards in play.",
|
||||
fr: "Une seule fois lors de votre tour (avant votre attaque), lorsque vous placez Porygon-Z LV.X de votre main sur votre Porygon-Z Actif, vous pouvez défausser toutes les cartes Énergie Spéciale que votre adversaire a en jeu.",
|
||||
de: "Einmal während deines Zuges (vor deinem Angriff) kannst du, wenn Porygon-Z LV.X von deiner Hand auf dein aktives Porygon-Z legst, alle Spezial-Energiekarten, die an Pokémondeines Gegners angelegt sind, auf seinen Ablagestapel legen."
|
||||
},
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user