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

36 lines
406 B
TypeScript

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