mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 16:39:18 +00:00
27
sets/ex/ex4.ts
Normal file
27
sets/ex/ex4.ts
Normal file
@ -0,0 +1,27 @@
|
||||
import Set from '../../interfaces/Set'
|
||||
|
||||
const set: Set = {
|
||||
name: {
|
||||
en: "Team Magma vs Team Aqua"
|
||||
},
|
||||
code: "ex4",
|
||||
expansionCode: "ex",
|
||||
tcgoCode: "MA",
|
||||
|
||||
cardCount: {
|
||||
total: 97,
|
||||
official: 95
|
||||
},
|
||||
|
||||
api: "1-ex-team-magma-vs-team-aqua",
|
||||
|
||||
|
||||
releaseDate: "2004-03-01",
|
||||
|
||||
legal: {
|
||||
standard: false,
|
||||
expanded: false,
|
||||
}
|
||||
}
|
||||
|
||||
export default set
|
Reference in New Issue
Block a user