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:
@ -4,7 +4,8 @@ import Set from '../FireRed & LeafGreen'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Porygon",
|
||||
fr: "Porygon"
|
||||
fr: "Porygon",
|
||||
de: "Porygon"
|
||||
},
|
||||
illustrator: "Tomoaki Imakuni",
|
||||
rarity: "Uncommon",
|
||||
@ -29,11 +30,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Data Retrieval",
|
||||
fr: "Récupération d'informations"
|
||||
fr: "Récupération d'informations",
|
||||
de: "Data Retrieval"
|
||||
},
|
||||
effect: {
|
||||
en: "If you have less than 4 cards in your hand, draw cards until you have 4 cards in your hand.",
|
||||
fr: "Si vous avez moins de 4 cartes dans votre main, piochez des cartes jusqu'à ce que vous ayez 4 cartes en main."
|
||||
fr: "Si vous avez moins de 4 cartes dans votre main, piochez des cartes jusqu'à ce que vous ayez 4 cartes en main.",
|
||||
de: "If you have less than 4 cards in your hand, draw cards until you have 4 cards in your hand."
|
||||
},
|
||||
|
||||
},
|
||||
@ -44,11 +47,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Confuse Ray",
|
||||
fr: "Onde folie"
|
||||
fr: "Onde folie",
|
||||
de: "Confuse Ray"
|
||||
},
|
||||
effect: {
|
||||
en: "The Defending Pokémon is now Confused.",
|
||||
fr: "Le Pokémon Défenseur est maintenant Confus."
|
||||
fr: "Le Pokémon Défenseur est maintenant Confus.",
|
||||
de: "The Defending Pokémon is now Confused."
|
||||
},
|
||||
damage: 10,
|
||||
|
||||
|
Reference in New Issue
Block a user