mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,7 +4,8 @@ import Set from '../Aquapolis'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Energy Switch",
|
||||
fr: "Échange d'énergie"
|
||||
fr: "Échange d'énergie",
|
||||
de: "Energie-Umschalter"
|
||||
},
|
||||
|
||||
illustrator: "Mikio Menjo",
|
||||
@ -13,7 +14,8 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
effect: {
|
||||
fr: "Prenez une carte Énergie de base attachée à l'un de vos Pokémon et attachez-la à un autre de vos Pokémon."
|
||||
fr: "Prenez une carte Énergie de base attachée à l'un de vos Pokémon et attachez-la à un autre de vos Pokémon.",
|
||||
de: "Move a basic Energy from 1 of your Pokémon to another of your Pokémon."
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user