mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-24 17:59:49 +00:00
feat: add database update (#825)
This commit is contained in:
@ -55,7 +55,8 @@
|
||||
"Four Diamond": "Quatre Diamant",
|
||||
"One Shiny": "Un Chromatique",
|
||||
"Two Shiny": "Deux Chromatique",
|
||||
"Three Shiny": "Un Chromatique"
|
||||
"Three Shiny": "Un Chromatique",
|
||||
"Black White Rare": "Schwarz-Weiß Selten"
|
||||
},
|
||||
"stage": {
|
||||
"Baby": "Baby",
|
||||
|
@ -55,7 +55,8 @@
|
||||
"Four Diamond": "Quatre Diamant",
|
||||
"One Shiny": "Un Chromatique",
|
||||
"Two Shiny": "Deux Chromatique",
|
||||
"Three Shiny": "Un Chromatique"
|
||||
"Three Shiny": "Un Chromatique",
|
||||
"Black White Rare": "Rara Blanco y Negro"
|
||||
},
|
||||
"stage": {
|
||||
"Baby": "Bebé",
|
||||
|
@ -54,7 +54,8 @@
|
||||
"Four Diamond": "Quatre Diamant",
|
||||
"One Shiny": "Un Chromatique",
|
||||
"Two Shiny": "Deux Chromatique",
|
||||
"Three Shiny": "Un Chromatique"
|
||||
"Three Shiny": "Un Chromatique",
|
||||
"Black White Rare": "Rare Noir Blanc"
|
||||
},
|
||||
"stage": {
|
||||
"Baby": "Bébé",
|
||||
|
@ -55,7 +55,8 @@
|
||||
"Four Diamond": "Quatre Diamant",
|
||||
"One Shiny": "Un Chromatique",
|
||||
"Two Shiny": "Deux Chromatique",
|
||||
"Three Shiny": "Un Chromatique"
|
||||
"Three Shiny": "Un Chromatique",
|
||||
"Black White Rare": "Rara Bianco e Nero"
|
||||
},
|
||||
"stage": {
|
||||
"Baby": "Bambino",
|
||||
|
@ -54,7 +54,8 @@
|
||||
"Four Diamond": "Quatre Diamants",
|
||||
"One Shiny": "Un Chromatique",
|
||||
"Two Shiny": "Deux Chromatique",
|
||||
"Three Shiny": "Un Chromatique"
|
||||
"Three Shiny": "Un Chromatique",
|
||||
"Black White Rare": "Rara Preto e Branco"
|
||||
},
|
||||
"stage": {
|
||||
"Baby": "Bebê",
|
||||
|
@ -73,6 +73,9 @@
|
||||
"Classic Collection": {
|
||||
"type": "string"
|
||||
},
|
||||
"Black White Rare": {
|
||||
"type": "string"
|
||||
},
|
||||
"Common": {
|
||||
"type": "string"
|
||||
},
|
||||
|
Reference in New Issue
Block a user