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:
23
data/Sword & Shield/SWSH Black Star Promos/SWSH216.ts
Normal file
23
data/Sword & Shield/SWSH Black Star Promos/SWSH216.ts
Normal 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
|
Reference in New Issue
Block a user