mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-29 11:09:51 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,7 +4,8 @@ import Set from '../Base Set'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Porygon",
|
||||
fr: "Porygon"
|
||||
fr: "Porygon",
|
||||
de: "Porygon"
|
||||
},
|
||||
|
||||
illustrator: "Tomoaki Imakuni",
|
||||
@ -31,11 +32,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Conversion 1",
|
||||
fr: "Adaptation 1"
|
||||
fr: "Adaptation 1",
|
||||
de: "Umwandlung 1"
|
||||
},
|
||||
effect: {
|
||||
en: "If the Defending Pokémon has a Weakness, you may change it to a type of your choice other than Colorless.",
|
||||
fr: "Si le Pokémon Défenseur avait une Faiblesse, vous pouvez la changer pour le type de votre choix, excepté Incolore."
|
||||
fr: "Si le Pokémon Défenseur avait une Faiblesse, vous pouvez la changer pour le type de votre choix, excepté Incolore.",
|
||||
de: "Falls das verteidigende Pokémon eine Schwäche hat, kannst Du sie auf einen Typ deiner Wahl (außer Farblos) ändern."
|
||||
},
|
||||
|
||||
},
|
||||
@ -46,11 +49,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Conversion 2",
|
||||
fr: "Adaptation 2"
|
||||
fr: "Adaptation 2",
|
||||
de: "Umwandlung 2"
|
||||
},
|
||||
effect: {
|
||||
en: "Change Porygon's Resistance to a type of your choice other than Colorless.",
|
||||
fr: "Changez la Résistance de Porygon pour un type de votre choix, excepté Incolore."
|
||||
fr: "Changez la Résistance de Porygon pour un type de votre choix, excepté Incolore.",
|
||||
de: "Ändere Porygons Resistenz auf einen Typ Deiner Wahl (außer Farblos)."
|
||||
},
|
||||
|
||||
},
|
||||
|
Reference in New Issue
Block a user