1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-24 11:52:16 +00:00
Florian Bouillon 0d2a757cae
base DB
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2020-02-03 15:18:40 +01:00

29 lines
340 B
TypeScript

import Set from '../../interfaces/Set'
const set: Set = {
name: {
en: "Furious Fists",
fr: "Poings Furieux",
},
code: "xy3",
expansionCode: "xy",
tcgoCode: "FFI",
cardCount: {
total: 113,
official: 111
},
api: "3-xy",
releaseDate: "2014-08-13",
legal: {
standard: false,
expanded: true,
}
}
export default set