1
0
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:
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,27 +4,19 @@ import Set from '../Team Magma vs Team Aqua'
const card: Card = {
name: {
en: "Aqua Energy",
fr: "Énergie Magma"
fr: "Énergie Magma",
de: "Aqua-Energie"
},
illustrator: "Takumi Akabane",
rarity: "Uncommon",
category: "Energy",
set: Set,
energyType: "Special",
energyType: "Special",
effect: {
de: "Aqua Energy can be attached only to a Pokémon with Team Aqua in its name. Aqua Energy provides and /or Energy but provied 2 Energy at a time. (Doesn't count as a basci Energy card wehn not in play and has no effect other than providing Energy.) At the end of your turn, discard Aqua Energy."
}
}
export default card