1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-05-10 02:57:51 +00:00
cards-database/data/Sun & Moon/Unbroken Bonds.ts
Florian Bouillon 4e6af92361
Added Translation for SM sets and serie
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2021-07-01 11:21:36 +02:00

33 lines
455 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: {
total: 234,
official: 214
},
releaseDate: "2019-05-03",
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default sm10