1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-27 13:22:15 +00:00

36 lines
397 B
TypeScript

import { Card } from '../../../interfaces'
import Set from '../Unleashed'
const card: Card = {
name: {
en: "Suicune & Entei LEGEND",
fr: "Suicune & Entei LÉGENDE (haut)",
},
illustrator: "Shinji Higuchi + Sachiko Eba",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
244,
],
hp: 140,
types: [
"Water",
"Fire",
],
suffix: "Legend",
}
export default card