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

@ -5,7 +5,12 @@ const card: Card = {
set: Set,
name: {
en: "Pikachu V-UNION"
en: "Pikachu V-UNION",
fr: "Pikachu V-UNION",
de: "Pikachu V-UNION",
es: "Pikachu V-UNIÓN",
pt: "Pikachu V-UNIÃO",
it: "Pikachu V UNIONE"
},
rarity: "None",
@ -67,7 +72,8 @@ const card: Card = {
},
hp: 300,
types: ["Lightning"]
types: ["Lightning"],
retreat: 0
}
export default card