mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 08:19:17 +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: "Gust of Wind",
|
||||
fr: "Rafale de vent"
|
||||
fr: "Rafale de vent",
|
||||
de: "Windhauch"
|
||||
},
|
||||
|
||||
illustrator: "Keiji Kinebuchi",
|
||||
@ -13,7 +14,8 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
effect: {
|
||||
fr: "Choisissez 1 Pokémon du Banc votre adversaire et échangez-le avec son Pokémon actif."
|
||||
fr: "Choisissez 1 Pokémon du Banc votre adversaire et échangez-le avec son Pokémon actif.",
|
||||
de: "Wähle ein Pokémon auf der Bank Deines Gegners und tausche es mit seinem aktiven Pokémon aus."
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user