1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-05-28 02:40:11 +00:00

33 lines
740 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

import { Card } from '../../../interfaces'
import Set from '../Unbroken Bonds'
const card: Card = {
name: {
en: "Triple Acceleration Energy",
fr: "Énergie Triple Accélération",
},
illustrator: "5ban Graphics",
rarity: "Uncommon",
category: "Energy",
set: Set,
effect: {
fr: "Cette carte ne peut être attachée quà un Pokémon Évolutif. Si cette carte est attachée à lun de vos Pokémon, défaussez-la à la fin du tour.\n\nCette carte ne fournit de lÉnergie ColorlessColorlessColorless que lorsquelle est attachée à un Pokémon Évolutif.\n\nSi cette carte est attachée à autre chose quun Pokémon Évolutif, défaussez cette carte.",
},
energyType: "Special",
}
export default card