1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 11:22:10 +00:00

Legal up to date with 2022 (#35)

This commit is contained in:
Florian Bouillon 2021-09-10 21:46:41 +02:00 committed by GitHub
parent c556d2812e
commit a750782992
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,39 +27,13 @@ import { Filter } from './interfaces'
export const standard: Filter = { export const standard: Filter = {
includes: { includes: {
series: ['sm', 'swsh'], series: [],
sets: ['sm9', 'det1', 'sm10', 'sm11', 'sm115', 'sm12'], sets: [],
regulationMark: ['D'] regulationMark: ['D', 'E']
}, },
excludes: { excludes: {
sets: [], sets: [],
cards: [ cards: []
// SM
'smp-SM85',
'sm35-45',
'sm5-114',
'sm6-83',
'sm8-90',
'sm8-91',
'sm10-78',
'sm10-165',
'sm10-178',
'sm11-206',
'sm11-253',
'sm115-58',
'sm115-68',
'sm12-186',
'sm12-194',
'sm12-265',
]
} }
} }