1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 16:19:18 +00:00

Added new celebrations informations (#83)

Signed-off-by: Avior <github@avior.me>
This commit is contained in:
2021-10-07 10:38:16 +02:00
committed by GitHub
parent 7655760c3e
commit eba7e71e7f
26 changed files with 620 additions and 1 deletions

View File

@ -0,0 +1,25 @@
import { Card } from '../../../interfaces'
import Set from '../Celebrations'
const card: Card = {
set: Set,
variants: {
normal: false,
reverse: false,
holo: false,
firstEdition: false
},
name: {
en: "Flying Pikachu VMAX"
},
rarity: "Ultra Rare",
category: "Pokemon",
hp: 310,
types: ["Lightning"],
stage: "VMAX"
}
export default card