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:
@ -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
|
||||
|
Reference in New Issue
Block a user