1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-17 09:59:19 +00:00

feat: Add remaining Sword & Shield promos (#768)

This commit is contained in:
2025-05-26 13:53:06 +02:00
committed by GitHub
parent 25df3092d2
commit 8c77025f4e
285 changed files with 10818 additions and 868 deletions

View File

@ -0,0 +1,23 @@
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