1
0
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:
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 Rocket'
const card: Card = {
name: {
en: "Rainbow Energy",
fr: "Énergie multicolore"
fr: "Énergie multicolore",
de: "Regenbogen-Energie"
},
illustrator: "Takumi Akabane",
rarity: "Rare",
category: "Energy",
set: Set,
energyType: "Special",
energyType: "Special",
effect: {
de: "Attach Rainbow Energy to 1 of your Pokémon. While in play, Rainbow Energy counts as every type of basic Energy but only provide 12 Energy at a time. (Doesn't count as a basic Energy card when not in play.) When your attach this card from your hand to 1 of your Pokémon, it does 10 damage to that Pokémon. (Don't apply Weakness and Resistance.)"
}
}
export default card