1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-06 21:39:55 +00:00

23 lines
396 B
TypeScript

import { Card } from "../../../interfaces"
import Set from "../SWSH Black Star Promos"
const card: Card = {
set: Set,
name: {
fr: "Morpeko V-UNION",
de: "Morpeko V-UNION",
es: "Morpeko V-UNIÓN",
pt: "Morpeko V-UNIÃO",
it: "Morpeko V UNIONE",
en: "Morpeko V-UNION"
},
rarity: "None",
category: "Pokemon",
suffix: "V",
retreat: 0,
regulationMark: "E"
}
export default card