1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-26 21:02:15 +00:00
cards-database/data/Sun & Moon/Unbroken Bonds.ts
Florian Bouillon 49291b5c64
Removed set.variants from sets (#47)
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2021-08-12 19:34:50 +00:00

25 lines
353 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../Sun & Moon'
const sm10: Set = {
id: "sm10",
name: {
en: "Unbroken Bonds",
fr: "Alliance Infaillible",
it: "Legami Inossidabili",
de: "Kräfte im Einklang"
},
serie: serie,
tcgOnline: "UNB",
cardCount: {
official: 214
},
releaseDate: "2019-05-03"
}
export default sm10