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 '../Unseen Forces'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Energy Switch",
|
||||
fr: "Échange d'Énergie"
|
||||
fr: "Échange d'Énergie",
|
||||
de: "Energie-Umschalter"
|
||||
},
|
||||
|
||||
illustrator: "Ken Ikuji",
|
||||
@ -14,7 +15,8 @@ const card: Card = {
|
||||
trainerType: "Item",
|
||||
|
||||
effect: {
|
||||
fr: "Déplacez une carte Énergie de base attachée à 1 de vos Pokémon sur un autre de vos Pokémon."
|
||||
fr: "Déplacez une carte Énergie de base attachée à 1 de vos Pokémon sur un autre de vos Pokémon.",
|
||||
de: "Move a basic Energy card attached to 1 of your Pokémon to another of your Pokémon."
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user