1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-22 03:49:19 +00:00

Add Evolving Skies Data (#60)

* First batch

Missing more informations like Attacks,etc but it will be added later

Signed-off-by: Avior <florian.bouillon@delta-wings.net>

* Fixed some data

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-08-26 18:28:39 +02:00
committed by GitHub
parent 84d1eb48d9
commit 416c717ce5
238 changed files with 6055 additions and 0 deletions

View File

@ -0,0 +1,25 @@
import { Card } from '../../../interfaces'
import Set from '../Evolving Skies'
const card: Card = {
set: Set,
variants: {
normal: false,
reverse: false,
holo: true,
firstEdition: false
},
name: {
en: "Garbodor VMAX"
},
rarity: "Secret Rare",
category: "Pokemon",
hp: 330,
types: ["Darkness"],
stage: "VMAX"
}
export default card