mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-18 02:19:17 +00:00
feat: Add remaining Sword & Shield promos (#768)
This commit is contained in:
@ -15,7 +15,12 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Mewtwo V-UNION"
|
||||
en: "Mewtwo V-UNION",
|
||||
fr: "Mewtwo V-UNION",
|
||||
de: "Mewtu V-UNION",
|
||||
es: "Mewtwo V-UNIÓN",
|
||||
pt: "Mewtwo V-UNIÃO",
|
||||
it: "Mewtwo V UNIONE"
|
||||
},
|
||||
|
||||
rarity: "None",
|
||||
@ -75,7 +80,8 @@ const card: Card = {
|
||||
}],
|
||||
|
||||
regulationMark: "E",
|
||||
suffix: "V"
|
||||
suffix: "V",
|
||||
retreat: 0
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user