1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-08-16 17:18:49 +00:00
Files
cards-database/data/Base/Base Set 2/124.ts
2025-07-31 00:30:36 +02:00

22 lines
337 B
TypeScript

import { Card } from '../../../interfaces'
import Set from '../Base Set 2'
const card: Card = {
name: {
en: "Double Colorless Energy",
},
illustrator: "Keiji Kinebuchi",
rarity: "Uncommon",
category: "Energy",
set: Set,
energyType: "Special",
thirdParty: {
cardmarket: 274047,
tcgplayer: 42454
}
}
export default card