1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-27 21:32:17 +00:00
Florian Bouillon be94e712b8
Initial Database
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2020-02-19 16:19:09 +01:00

34 lines
475 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,
},
images: {
symbol: "https://assets.tcgdex.net/sets/xy/xy3/symbol.png",
logo: "https://assets.tcgdex.net/sets/xy/xy3/logo.png"
}
}
export default set