mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +00:00
Updated Database
Added known swsh2 cards Update every sets to remove the images extension as it can be served as png, jpg and webp Added Trainer kits sets Added descriptions for set interface Added new fields see #6 Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
34
sets/tk/tk-xy-n.ts
Normal file
34
sets/tk/tk-xy-n.ts
Normal file
@ -0,0 +1,34 @@
|
||||
import Set from '../../interfaces/Set'
|
||||
import tk from '../../expansions/tk'
|
||||
|
||||
import path from 'path'
|
||||
// Card in maxi sizes
|
||||
|
||||
const code = path.basename(__filename).split(".")[0]
|
||||
|
||||
const set: Set = {
|
||||
name: {
|
||||
en: `XY trainer Kit (Noivern)`,
|
||||
fr: `XY Kit du dresseur (Bruyverne)`,
|
||||
},
|
||||
expansion: tk,
|
||||
code: code,
|
||||
|
||||
cardCount: {
|
||||
total: 30,
|
||||
official: 30
|
||||
},
|
||||
|
||||
releaseDate: `2014-03-12`,
|
||||
|
||||
legal: {
|
||||
standard: false,
|
||||
expanded: false,
|
||||
},
|
||||
|
||||
images: {
|
||||
symbol: `https://assets.tcgdex.net/univ/tk/${code}/symbol`
|
||||
},
|
||||
}
|
||||
|
||||
export default set
|
Reference in New Issue
Block a user