1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-15 08:59:18 +00:00

feat: Add missing German sets (#450)

This commit is contained in:
2023-12-06 00:47:28 +01:00
committed by GitHub
parent a7011c519d
commit b24233b342
4320 changed files with 32071 additions and 14148 deletions

View File

@ -4,7 +4,8 @@ import Set from '../Ruby & Sapphire'
const card: Card = {
name: {
en: "Energy Switch",
fr: "Échange d'énergie"
fr: "Échange d'énergie",
de: "Energietausch"
},
illustrator: "Ken Ikuji",
@ -14,7 +15,8 @@ const card: Card = {
trainerType: "Item",
effect: {
fr: "Prenez une carte Énergie de base attachée à un de vos Pokémon et attachez-la à un autre de vos Pokémon."
fr: "Prenez une carte Énergie de base attachée à un de vos Pokémon et attachez-la à 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."
}
}