1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-19 02:39:18 +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

@ -15,7 +15,12 @@ const card: Card = {
},
name: {
en: "Greninja V-UNION"
en: "Greninja V-UNION",
fr: "Amphinobi V-UNION",
de: "Quajutsu V-UNION",
es: "Greninja V-UNIÓN",
pt: "Greninja V-UNIÃO",
it: "Greninja V UNIONE"
},
rarity: "None",
@ -97,7 +102,8 @@ const card: Card = {
}],
regulationMark: "E",
suffix: "V"
suffix: "V",
retreat: 0
}
export default card