mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-29 19:19:50 +00:00
Merge branch 'master' of git.delta-wings.net:tcgdex/db
This commit is contained in:
@ -40,7 +40,10 @@ const en = [
|
||||
"Rare BREAK",
|
||||
"Rainbow Rare",
|
||||
|
||||
"LEGEND"
|
||||
"LEGEND",
|
||||
|
||||
"V",
|
||||
"VMax"
|
||||
]
|
||||
|
||||
const fr = [
|
||||
@ -59,7 +62,10 @@ const fr = [
|
||||
"Rare BREAK",
|
||||
"Rainbow Rare",
|
||||
|
||||
"LEGEND"
|
||||
"LEGEND",
|
||||
|
||||
"V",
|
||||
"VMax"
|
||||
]
|
||||
|
||||
namespace Rarity {
|
||||
|
@ -9,7 +9,7 @@ export default interface Set {
|
||||
|
||||
expansionCode?: string
|
||||
|
||||
code?: string
|
||||
code: string
|
||||
tcgoCode?: string
|
||||
|
||||
cardCount?: {
|
||||
|
Reference in New Issue
Block a user