mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 00:49:18 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,7 +4,8 @@ import Set from '../Ruby & Sapphire'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Switch",
|
||||
fr: "Passe-passe"
|
||||
fr: "Passe-passe",
|
||||
de: "Tausch"
|
||||
},
|
||||
|
||||
illustrator: "Hiromichi Sugiyama",
|
||||
@ -14,7 +15,8 @@ const card: Card = {
|
||||
trainerType: "Item",
|
||||
|
||||
effect: {
|
||||
fr: "Échangez un de vos Pokémon Actifs contre un des Pokémon de votre Banc."
|
||||
fr: "Échangez un de vos Pokémon Actifs contre un des Pokémon de votre Banc.",
|
||||
de: "Tausche 1 deiner Aktiven Pokémon mit 1 der Pokémon auf deiner Bank aus."
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user