1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-22 19:02:10 +00:00
cards-database/data/Platinum/Supreme Victors.ts
Florian Bouillon 509bb5de81
Added Platinum sets Translations (#51)
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2021-08-14 11:37:39 +00:00

24 lines
317 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../Platinum'
const pl3: Set = {
id: "pl3",
name: {
en: "Supreme Victors",
fr: "Vainqueurs Suprêmes",
de: "Ultimative Sieger"
},
serie: serie,
tcgOnline: "SV",
cardCount: {
official: 147
},
releaseDate: "2009-08-19"
}
export default pl3