mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 08:39:17 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,7 +4,8 @@ import Set from '../Dragon'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Taillow",
|
||||
fr: "Nirondelle"
|
||||
fr: "Nirondelle",
|
||||
de: "Schwalbini"
|
||||
},
|
||||
illustrator: "Kyoko Umemoto",
|
||||
rarity: "Common",
|
||||
@ -29,11 +30,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Whirlwind",
|
||||
fr: "Cyclone"
|
||||
fr: "Cyclone",
|
||||
de: "Wirbelwind"
|
||||
},
|
||||
effect: {
|
||||
en: "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon.",
|
||||
fr: "Votre adversaire échange le Pokémon Défenseur contre l'un des Pokémon de son Banc."
|
||||
fr: "Votre adversaire échange le Pokémon Défenseur contre l'un des Pokémon de son Banc.",
|
||||
de: "Dein gegner tauscht das Verteidigende Pokémon gegen 1 Pokémon auf seiner Bank aus."
|
||||
},
|
||||
|
||||
},
|
||||
|
Reference in New Issue
Block a user