mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 00:29:19 +00:00
26
sets/ex/ex14.ts
Normal file
26
sets/ex/ex14.ts
Normal file
@ -0,0 +1,26 @@
|
||||
import Set from '../../interfaces/Set'
|
||||
|
||||
const set: Set = {
|
||||
name: {
|
||||
en: "Crystal Guardians"
|
||||
},
|
||||
code: "ex14",
|
||||
expansionCode: "ex",
|
||||
tcgoCode: "CG",
|
||||
|
||||
cardCount: {
|
||||
total: 100,
|
||||
official: 100
|
||||
},
|
||||
|
||||
api: "1-ex-crystal-guardians",
|
||||
|
||||
releaseDate: "2006-08-30",
|
||||
|
||||
legal: {
|
||||
standard: false,
|
||||
expanded: false,
|
||||
}
|
||||
}
|
||||
|
||||
export default set
|
Reference in New Issue
Block a user