mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 17:39:18 +00:00
feat: update TCG Pocket Promos and fix some issues (#719)
This commit is contained in:
@ -23,7 +23,7 @@ const card: Card = {
|
||||
en: "Psychic Sphere"
|
||||
},
|
||||
|
||||
damage: "50"
|
||||
damage: 50
|
||||
}, {
|
||||
cost: ["Psychic", "Psychic", "Colorless", "Colorless"],
|
||||
|
||||
@ -35,7 +35,7 @@ const card: Card = {
|
||||
en: "Discard 2 [Psychic] Energy from this Pokémon."
|
||||
},
|
||||
|
||||
damage: "150"
|
||||
damage: 150
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
|
Reference in New Issue
Block a user