mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 17:09:19 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,27 +4,19 @@ import Set from '../Aquapolis'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Boost Energy",
|
||||
fr: "Énergie super"
|
||||
fr: "Énergie super",
|
||||
de: "Boost Energy*"
|
||||
},
|
||||
|
||||
illustrator: "Shin-ichi Yoshikawa",
|
||||
rarity: "Uncommon",
|
||||
category: "Energy",
|
||||
|
||||
set: Set,
|
||||
energyType: "Special",
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
energyType: "Special",
|
||||
effect: {
|
||||
de: "Boost Energy can be attached only to an Evolved Pokémon. Discard Boost Energy at the end of the turn it was attached.\nBoost Energy provides Energy. The Pokémon Boost Energy is attached to can't retreat.\nWhen the Pokémon Boost Energy is attached to is no longer an Evolved Pokémon, discard Boost Energy."
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user