mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 08:39:17 +00:00
Added informations (#25)
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
35
data/Sword & Shield/Battle Styles.ts
Normal file
35
data/Sword & Shield/Battle Styles.ts
Normal file
@ -0,0 +1,35 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../Sword & Shield'
|
||||
|
||||
const swsh1: Set = {
|
||||
id: "swsh5",
|
||||
|
||||
name: {
|
||||
en: "Battle Styles",
|
||||
fr: "Styles de combat"
|
||||
,
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
total: 216,
|
||||
official: 202
|
||||
},
|
||||
|
||||
releaseDate: "2020-03-19",
|
||||
|
||||
legal: {
|
||||
standard: true,
|
||||
expanded: true
|
||||
},
|
||||
|
||||
variants: {
|
||||
normal: true,
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
}
|
||||
}
|
||||
|
||||
export default swsh1
|
Reference in New Issue
Block a user