1
0
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:
2023-12-06 00:47:28 +01:00
committed by GitHub
parent a7011c519d
commit b24233b342
4320 changed files with 32071 additions and 14148 deletions

View File

@ -4,7 +4,8 @@ import Set from '../Delta Species'
const card: Card = {
name: {
en: "Porygon2",
fr: "Porygon2"
fr: "Porygon2",
de: "Porygon2"
},
illustrator: "Hisao Nakamura",
rarity: "Rare",
@ -28,11 +29,13 @@ const card: Card = {
type: "Poke-POWER",
name: {
en: "Backup",
fr: "Sauvegarde"
fr: "Sauvegarde",
de: "Backup"
},
effect: {
en: "Once during your turn (before your attack), if you have less than 6 cards in your hand, you may draw cards until you have 6 cards in your hand. This power can't be used if Porygon2 is affected by a Special Condition.",
fr: "Une seule fois lors de votre tour (avant votre attaque), si vous avez moins de 6 cartes en main, vous pouvez piocher des cartes jusqu'à ce vous ayez 6 cartes en main. Ce pouvoir ne peut pas être utilisé si Porygon2 est affecté par un État Spécial."
fr: "Une seule fois lors de votre tour (avant votre attaque), si vous avez moins de 6 cartes en main, vous pouvez piocher des cartes jusqu'à ce vous ayez 6 cartes en main. Ce pouvoir ne peut pas être utilisé si Porygon2 est affecté par un État Spécial.",
de: "Once during your turn (before your attack), if you have less than 6 cards in your hand, you may draw cards until you have 6 cards in your hand. This power can't be used if Porygon2 is affected by a Special Condition."
},
},
],
@ -40,12 +43,14 @@ const card: Card = {
{
name: {
en: "Machine Burst",
fr: "Éclate-machine"
fr: "Éclate-machine",
de: "Maschinelle Explosion"
},
effect: {
en: "If Porygon2 has a Technical Machine card attached to it, the Defending Pokémon is now Asleep and Burned.",
fr: "Si Porygon2 possède une carte Machine Technique, le Pokémon Défenseur est maintenant Endormi et Brûlé."
fr: "Si Porygon2 possède une carte Machine Technique, le Pokémon Défenseur est maintenant Endormi et Brûlé.",
de: "Wenn an Porygon2 eine Technische Maschine anliegt, ist das Verteidigende Pokémon verbrannt und schläft."
},
damage: 30,