1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-22 19:02:10 +00:00
cards-database/data/Platinum/Rising Rivals.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

25 lines
345 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../Platinum'
const pl2: Set = {
id: "pl2",
name: {
en: "Rising Rivals",
fr: "Rivaux Émergeants",
it: "L'Ascesa dei Rivali",
de: "Aufstieg der Rivalen"
},
serie: serie,
tcgOnline: "RR",
cardCount: {
official: 111
},
releaseDate: "2009-05-16"
}
export default pl2